@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

: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) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

: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.2ex;
}

: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;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(button) {
  background: transparent;
  border: none;
}

: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;
}

a[href*=recruit],
a[href*=symptoms],
a[href*=treatment],
a[href*=prospects],
a[href*=childbirth],
a[href*=lifestyle],
a[href=""], .nolink {
  pointer-events: none;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.wbr {
  display: none;
}

.cf::after {
  clear: both;
  display: block;
  content: "";
}

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

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

.underline {
  text-decoration: underline;
}

.red {
  color: var(--color-red);
}

.blue {
  color: var(--top-dz-healthy);
}

.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
}
.img_c.w100 {
  max-width: 100%;
}

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

@media screen and (max-width: 47.99em) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 375px;
    margin: 0 70px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 375px;
    margin: 0 0 20px 70px;
  }
}
.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;
  }
}
.intro {
  display: flow-root;
}
.intro > *:last-child {
  margin-bottom: 0;
}

article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .intro {
  margin-bottom: 4rem;
}
article > section ~ section {
  margin-top: 4rem;
}
article > section section {
  margin-top: 3rem;
}
article > section section section {
  margin-top: 2rem;
}
article > section h2 + section, article > section h3 + section {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .intro {
    margin-bottom: 80px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 60px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article > section h2 + section, article > section h3 + section {
    margin-top: 24px;
  }
}
.tit_01 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
}

.tit_02 {
  margin: 0 0 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.tit_02::after {
  display: block;
  width: 2.5em;
  height: 0.3rem;
  margin: 0.65em auto 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(18%, var(--color-logo-bright)), color-stop(18%, var(--color-border-dark)));
  background: linear-gradient(90deg, var(--color-logo-bright) 18%, var(--color-border-dark) 18%);
  content: "";
}
.tit_02.-index {
  color: var(--color-link-hover);
}
.tit_02.-index::after {
  content: none;
}

.tit_02_index {
  margin: 4rem 0.5rem 2.4rem;
  color: var(--color-link-hover);
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
}

.tit_03 {
  margin: 0 0 1.2rem;
  padding: 0.5rem 0.8rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.2;
  background: var(--color-h3-bg);
}

.tit_04 {
  margin: 0 0 1rem;
  padding: 0 0 0.5rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 2px dotted var(--color-border-dull);
}
.tit_04::before {
  display: inline-block;
  margin-left: -2rem;
  margin-right: 0.4rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e924';
  color: var(--color-logo-bright);
}

.tit_05 {
  margin: 0 0 1rem;
  padding: 0 0 0.5rem 0.9rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.2;
  border-bottom: 1px solid var(--color-border-dull);
}
.tit_05::before {
  display: inline-block;
  width: 0.4rem;
  height: 1.2em;
  margin-left: -0.9rem;
  margin-right: 0.5rem;
  background: var(--color-h5-mark);
  vertical-align: -0.2em;
  content: "";
}

.tit_06 {
  margin: 0 0 0.6rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  line-height: 1.2;
}
.tit_06::before {
  display: inline-block;
  margin-right: 0.4rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 1.2rem;
  color: var(--color-h6-mark);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3rem;
  }
  .tit_02 {
    margin: 0 0 32px;
    font-size: 2.8rem;
  }
  .tit_02::after {
    height: 4px;
  }
  .tit_02_index {
    margin: 4rem 0 32px;
    font-size: 2.8rem;
  }
  .tit_03 {
    margin: 0 0 13px;
    padding: 10px 16px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .tit_04 {
    margin: 0 0 12px;
    padding: 0 0 9px 25px;
    font-size: 2rem;
    border-bottom-width: 3px;
  }
  .tit_04::before {
    margin-left: -25px;
    margin-right: 5px;
  }
  .tit_05 {
    margin: 0 0 10px;
    padding: 0 0 10px 15px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .tit_05::before {
    width: 6px;
    margin-left: -15px;
    margin-right: 9px;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .tit_06::before {
    margin-right: 5px;
    font-size: 1.5rem;
    vertical-align: 0.1em;
  }
}
.lst_ul > li {
  padding-left: 0.8em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1em;
  color: var(--color-list-marker);
  line-height: 1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
  margin-left: 0.2em;
}
.lst_ul > li ~ li {
  margin-top: 0.3em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}

.lst_ol {
  margin-bottom: 1em;
  margin-left: 0.2em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.3em;
}

.dl_flow dt {
  padding: 0.9rem 1.5rem 0.3rem;
  font-size: 106%;
  font-weight: 700;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: var(--color-h3-bg);
  border-radius: 0.8rem 0.8rem 0 0;
}
.dl_flow dd {
  position: relative;
  padding: 0.3rem 1.5rem 1rem;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: var(--color-h3-bg);
  border-radius: 0 0 0.8rem 0.8rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.5rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.4rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.2rem 2rem 0 2rem;
  border-color: var(--color-button02) transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 26px 32px 7px;
    border-radius: 10px 10px 0 0;
  }
  .dl_flow dd {
    padding: 7px 32px 28px;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 115px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -75px;
    border-width: 28px 48px 0 48px;
  }
}

.tbl_simple, .tbl_data {
  width: 100%;
  border-collapse: collapse;
}
.tbl_simple caption, .tbl_data caption {
  text-align: left;
}
.tbl_simple th, .tbl_data th {
  padding: 0.3em;
}
.tbl_simple td, .tbl_data td {
  padding: 0.3em;
}
@media screen and (min-width: 48em), print {
  .tbl_simple, .tbl_data {
    letter-spacing: 0.05em;
  }
  .tbl_simple th, .tbl_data th {
    padding: 0.3em 0.5em;
  }
  .tbl_simple td, .tbl_data td {
    padding: 0.3em 1.1em;
  }
}

.tbl_data {
  color: var(--color-base-txt);
  background: var(--color-base-bg);
}
.tbl_data th, .tbl_data td {
  border: 1px solid var(--color-border-pale);
}
.tbl_data thead th {
  text-align: center;
  color: var(--color-white);
  background: var(--color-logo-pale);
}
.tbl_data tbody th {
  text-align: center;
  background: var(--color-bg03);
}

.tbl_simple {
  color: var(--color-base-txt);
  background: var(--color-base-bg);
}
.tbl_simple th {
  text-align: center;
  background: var(--color-bg02);
  border: 1px solid var(--color-border-pale);
}
.tbl_simple td {
  border: 1px solid var(--color-border-pale);
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}

.box_02, .box_01 {
  margin: 1em 0;
  padding: 1em;
  border-radius: 0.8rem;
}
.box_02 > :last-child, .box_01 > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_02, .box_01 {
    padding: 20px;
    border-radius: 10px;
  }
}

.box_01 {
  background: var(--color-bg02);
}

.box_02 {
  background: var(--color-bg03);
}

:where(.contents) a {
  color: var(--color-logo);
  text-decoration: underline;
}
:where(.contents) a:hover {
  color: var(--color-link-hover);
}

.btn_more, .btn_detail, .btn_back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  padding: 0.7em 0.5em 0.65em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.btn_more::before, .btn_detail::before, .btn_back::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0.5em;
  content: "";
}
.btn_more::after, .btn_detail::after, .btn_back::after {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "fontello";
  font-weight: normal;
  content: '\63';
}
@media screen and (min-width: 48em), print {
  .btn_more, .btn_detail, .btn_back {
    padding: 0.53em 0.8em 0.5em;
  }
}

.btn_detail, .btn_back {
  color: var(--color-base-txt);
  background: var(--color-white);
  border: 1px solid var(--color-button01);
}
.btn_detail::after, .btn_back::after {
  color: var(--color-logo-greish);
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    font-weight: bold;
    color: var(--color-white);
    background: var(--color-button01);
  }
  .btn_detail:hover::after, .btn_back:hover::after {
    color: var(--color-white);
  }
}

.btn_more {
  color: var(--color-logo-bright);
  background: var(--color-white);
  border: 1px solid var(--color-button02);
}
@media screen and (min-width: 48em), print {
  .btn_more:hover {
    font-weight: bold;
    color: var(--color-white);
    background: var(--color-button02);
  }
}

mark {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color-highlight, mark)));
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}

.em {
  font-weight: bold;
}

.clr-notice {
  color: var(--color-notice, #f00);
}

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

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

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

.marker {
  padding-left: 1em;
  text-indent: -1em;
}
.marker > * {
  text-indent: 0;
}
span.marker {
  display: inline-block;
}

.footnote {
  margin-top: 1.3em;
  text-align: right;
  font-size: 90%;
}

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

.phone a {
  display: inline-block;
}
.phone a::before {
  margin-right: 0.1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e9ca';
}
@media screen and (min-width: 48em), print {
  .phone::before {
    margin-right: 0.1em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e9ca';
  }
  .phone a::before {
    display: none;
  }
}

.timetable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.6rem;
  text-align: left;
}
.timetable caption dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.2rem;
  font-size: 88%;
}
.timetable caption dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 6em;
  padding: 0.3rem 0;
  text-align: center;
  color: var(--color-white);
  background: var(--color-logo-greish);
}
.timetable caption dl dd {
  width: calc(100% - 8em);
  padding: 0.3rem 1rem;
}
.timetable thead th {
  padding: 0.8rem 0;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  background: var(--color-logo-greish);
}
.timetable thead th:first-child {
  width: 31%;
}
.timetable thead th:last-child {
  width: 12%;
  padding-right: 2%;
  letter-spacing: -0.1em;
}
.timetable tbody th {
  padding: 1rem 0;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid var(--color-border-soft);
}
.timetable tbody td {
  padding: 1rem 0;
  text-align: center;
  border-bottom: 1px solid var(--color-border-soft);
}
.timetable tbody td:last-child {
  padding-right: 2%;
}

@media screen and (min-width: 48em), print {
  .timetable caption {
    margin-top: 1.2em;
  }
  .timetable caption dl {
    gap: 0.55em 0;
    font-size: 100%;
  }
  .timetable caption dl dt {
    padding: 0.5em 0 0.4em;
    font-weight: 700;
  }
  .timetable caption dl dd {
    padding: 0.5em 1em 0.4em;
  }
  .timetable thead th {
    padding: 0.75em 0 0.7em;
    font-size: 112.5%;
    letter-spacing: 0.04em;
  }
  .timetable thead th:first-child {
    width: 29%;
  }
  .timetable tbody th {
    padding: 0.95em 0 0.9em;
    font-size: 112.5%;
    letter-spacing: 0.04em;
  }
  .timetable tbody td {
    padding: 1em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.news_archives {
  padding: 1rem 0;
}
.news_archives > dt {
  padding-left: 1.8rem;
  padding-right: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.news_archives > dt::before {
  display: inline-block;
  margin-left: -1.8rem;
  margin-right: 0.5rem;
  padding-left: 0.1rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\6a';
  line-height: 1;
  color: var(--color-logo-greish);
}
.news_archives > dt.is_open::before {
  content: "h";
}
.news_archives > dt ~ dt {
  margin-top: 0.9em;
  padding-top: 0.9em;
  border-top: 1px solid var(--color-button01);
}
.news_archives > dd {
  padding: 1rem 1rem 0.5rem 0;
}
@media screen and (min-width: 48em), print {
  .news_archives {
    padding: 28px 0;
  }
  .news_archives > dt {
    padding-left: 22px;
    padding-right: 15px;
    font-size: 2rem;
  }
  .news_archives > dt::before {
    margin-left: -22px;
    margin-right: 7px;
    font-size: 1.7rem;
    vertical-align: 0.1em;
  }
  .news_archives > dt ~ dt {
    margin-top: 28px;
    padding-top: 28px;
  }
  .news_archives > dd {
    padding: 12px 15px 5px 22px;
  }
}

:root {
  --pc-header-height: 100px;
  --sp-fontsize: 1.2rem;
  --sp-l-height: 1.6;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 1.77;
  --color-base-txt: #4c4948;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-logo: #601986;
  --color-logo-bright: #753e92;
  --color-logo-vivid: #8e25c6;
  --color-logo-greish: #87798f;
  --color-logo-greish-rgb: 135,121,143;
  --color-logo-pale: #bdb0c5;
  --color-bg01: #f8f8f8;
  --color-bg02: #f5f5f5;
  --color-bg03: #f8f5ef;
  --color-border-pale: #d4d4d4;
  --color-border-light: #e8e8e8;
  --color-border-soft: #d9d9d9;
  --color-border-bright: #cecece;
  --color-border-dull: #c1c1c1;
  --color-border-dark: #aaa;
  --color-h3-bg: #ececec;
  --color-h5-mark: #cfb787;
  --color-h6-mark: #beb9ad;
  --color-link-hover: #923e3e;
  --color-list-marker: #9a72af;
  --color-button01: #d1d1d1;
  --color-button02: #d9ccdf;
  --color-highlight: #fff6be;
  --color-pageup: #6e6b6b;
  --color-shadow: 233,233,233;
  --top-dz-choice: #ef858c;
  --top-dz-rheumatic: #ef845c;
  --top-dz-early: #f9c270;
  --top-dz-long: #c1db81;
  --top-dz-prospect: #69bd83;
  --top-dz-pregnancy: #61c1be;
  --top-dz-lifestyle: #54c3f1;
  --top-dz-healthy: #6c9bd2;
  --color-red: #ff0000;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
  --color-gray: #707070;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: var(--base-font-weight, normal);
  font-size: 3.125vw;
}

body {
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main {
  font-size: var(--sp-fontsize, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}
.main.contents {
  padding: 3rem 5% 4rem;
}

:where(.contents) {
  text-align: justify;
}

@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1340px;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
  .main.contents {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0 80px;
  }
}
#global_header .header_wrap {
  position: relative;
  padding: 0.8rem 1.2rem;
  background: var(--color-base-bg);
}
#global_header .header_wrap::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5rem;
  display: block;
  width: 100%;
  height: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--color-shadow), 0.95)), to(rgba(var(--color-shadow), 0)));
  background: linear-gradient(rgba(var(--color-shadow), 0.95), rgba(var(--color-shadow), 0));
  mix-blend-mode: multiply;
  content: "";
}
#global_header .header_wrap .logo {
  width: calc(100% - 5.3rem);
  height: 4rem;
}
#global_header .header_wrap .logo a {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 66px;
       -moz-column-gap: 66px;
            column-gap: 66px;
    width: 100%;
    height: 86px;
    padding: 10px 0;
  }
  #global_header .header_wrap::after {
    bottom: -10px;
    height: 10px;
  }
  #global_header .header_wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 424px;
    height: 40px;
    padding-left: 10px;
  }
  #global_header .header_wrap .logo a {
    display: block;
  }
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--color-black-rgb), 0.5);
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js-menu_box {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  .js-sticky {
    position: relative;
    top: auto;
  }
  .js-sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }
}
@media print {
  .js-sticky.is_sticky {
    position: relative !important;
  }
}
#global_nav .gnav {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
#global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
  width: 100%;
  background: transparent;
  border: 0 none;
}
#global_nav .gnav > li > a::after, #global_nav .gnav > li .sub_btn::after {
  color: var(--color-logo-greish);
}
#global_nav .gnav .subnav li::before {
  display: inline-block;
  color: var(--color-logo-greish);
}
#global_nav .gnav .subnav li a {
  display: inline-block;
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav.is_sticky #sp_btn {
    line-height: 0.75;
    -webkit-transform: scale(1.4) translate(-0.5rem, 0.3rem);
            transform: scale(1.4) translate(-0.5rem, 0.3rem);
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    margin: 0;
    padding: 0 0 0.3rem;
    line-height: 0.8;
    text-align: center;
    color: var(--color-white);
    background: var(--color-logo-bright);
    border-radius: 0.4rem;
    border: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    font-size: 3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-size: 0.9rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e803";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 5.5rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 83dvh;
    padding: 1.2rem 1.5rem;
    font-size: 1.45rem;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
  }
  #global_nav .gnav > li {
    padding: 0.2rem 0;
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px solid var(--color-border-pale);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8rem;
  }
  #global_nav .gnav > li > a::after {
    padding-right: 0.2em;
    font-family: "fontello";
    font-weight: normal;
    content: '\69';
    text-align: center;
  }
  #global_nav .gnav > li span.sub_btn::after {
    font-family: initial;
    font-weight: normal;
    content: "＋";
  }
  #global_nav .gnav > li span.sub_btn.close::after {
    content: "－";
  }
  #global_nav .gnav > li.nav_recruit .sub_box {
    display: none;
  }
  #global_nav .gnav .subnav {
    margin: 0.3rem 0 0.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
    font-size: 1.4rem;
    background: var(--color-bg01);
  }
  #global_nav .gnav .subnav > li ~ li {
    margin-top: 0.7rem;
  }
  #global_nav .gnav .subnav > li::before {
    margin-right: 0.5rem;
    font-family: "fontello";
    font-weight: normal;
    content: '\69';
  }
}
@-webkit-keyframes slideUpDown-nav {
  0% {
    padding: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    padding: 0;
    opacity: 0;
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
  }
  60% {
    padding: 11px 0;
    opacity: 0;
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
  }
  100% {
    padding: 11px 0;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpDown-nav {
  0% {
    padding: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    padding: 0;
    opacity: 0;
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
  }
  60% {
    padding: 11px 0;
    opacity: 0;
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
  }
  100% {
    padding: 11px 0;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 850px;
  }
  #global_nav.is_sticky {
    width: 100%;
    background: rgba(var(--color-base-bg-rgb), 0.95);
    -webkit-box-shadow: 0 0 10px rgba(var(--color-black-rgb), 0.11);
            box-shadow: 0 0 10px rgba(var(--color-black-rgb), 0.11);
    -webkit-animation: slideUpDown-nav 2s ease forwards;
            animation: slideUpDown-nav 2s ease forwards;
  }
  #global_nav.is_sticky .gnav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 68px;
       -moz-column-gap: 68px;
            column-gap: 68px;
  }
  #global_nav.is_sticky .gnav .sub .sub_box {
    padding-top: 13px;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.6rem;
    line-height: 1.25;
    color: var(--color-base-txt);
    background: transparent;
  }
  #global_nav .gnav > li {
    padding-top: 14px;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    display: block;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li .sub_btn:hover {
    color: var(--color-logo);
  }
  #global_nav .gnav > li .sub_btn {
    cursor: pointer;
  }
  #global_nav .gnav > li .sub_btn::after {
    display: block;
    text-align: center;
    font-family: "fontello";
    font-weight: normal;
    content: '\74';
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li.sub {
    position: relative;
    overflow: hidden;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 52px;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    display: block;
    min-width: 100%;
    padding-top: 18px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  #global_nav .gnav > li.sub:hover, #global_nav .gnav > li.sub:focus-within {
    overflow: visible;
  }
  #global_nav .gnav > li.sub:hover .sub_btn, #global_nav .gnav > li.sub:focus-within .sub_btn {
    color: var(--color-logo);
  }
  #global_nav .gnav > li.sub:hover .sub_btn::after, #global_nav .gnav > li.sub:focus-within .sub_btn::after {
    color: var(--color-logo-vivid);
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  #global_nav .gnav > li.sub:hover .sub_box, #global_nav .gnav > li.sub:focus-within .sub_box {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #global_nav .gnav .subnav {
    padding: 15px 30px 25px 20px;
    font-size: 1.8rem;
    line-height: 1.1;
    background: rgba(var(--color-base-bg-rgb), 0.9);
  }
  #global_nav .gnav .subnav li {
    white-space: nowrap;
  }
  #global_nav .gnav .subnav li ~ li {
    margin-top: 16px;
  }
  #global_nav .gnav .subnav li::before {
    margin-right: 10px;
    font-family: "fontello";
    font-weight: normal;
    content: '\eadf';
    font-size: 1rem;
    vertical-align: 0.28em;
  }
  #global_nav .gnav .subnav li a::after {
    display: block;
    width: 0;
    height: 1px;
    margin-top: 4px;
    background: var(--color-gray);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
  }
  #global_nav .gnav .subnav li a:hover::after {
    width: 100%;
  }
  #global_nav .gnav .nav_home {
    display: none;
  }
  #global_nav .gnav .nav_disease .subnav {
    width: 380px;
  }
}
@media (min-width: 48em) and (max-width: 1200px) {
  #global_nav.is_sticky .gnav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.overview {
  padding: 3rem 1rem 2.5rem;
  font-size: 1.2rem;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
}
.overview .clinic_name {
  margin: 0 1rem 1rem;
}
.overview .clinic_number {
  margin: 0 0 1.5rem;
}
.overview .clinic_number span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
}
.overview .clinic_number span::before {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 1.4rem;
  vertical-align: 0.1em;
}
.overview .clinic_number span.telnum::before {
  content: "TEL.";
}
.overview .clinic_number span.faxnum::before {
  content: "FAX.";
}
.overview .clinic_outline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border-bright);
}
.overview .clinic_outline dt {
  width: 30%;
  padding: 0.8rem 0;
  font-weight: 700;
  text-align: center;
  background: var(--color-bg01);
  border-top: 1px solid var(--color-border-bright);
}
.overview .clinic_outline dt.payment {
  word-break: keep-all;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.overview .clinic_outline dd {
  width: 70%;
  padding: 0.8rem 1.2rem;
  border-top: 1px solid var(--color-border-bright);
  /*クレジットカード*/
}
.overview .clinic_outline dd.payment {
  padding: 0.8rem;
}
.overview .clinic_outline dd .wbr {
  display: block;
}
.overview .clinic_outline dd ul.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 子要素をflexboxにより中央に配置する */
}
.overview .clinic_outline dd ul.card li {
  margin-right: 3.5%;
  margin-bottom: 1%;
  width: 13%;
  vertical-align: baseline;
  text-align: center;
}
.overview .clinic_outline dd ul.card li img {
  max-width: 100%;
}
.overview .timetable {
  margin-top: 2rem;
}
.overview .clinic_map {
  margin-top: 2rem;
  outline: 3px solid var(--color-border-light);
  outline-offset: -3px;
}
.overview_map {
  height: 24rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 98px 0 92px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .overview .clinic_name {
    width: 610px;
    margin: 0 auto 26px;
  }
  .overview .clinic_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin: 0 0 37px;
  }
  .overview .clinic_number span {
    margin-bottom: 0;
    font-size: 3.2rem;
    letter-spacing: 0.04em;
  }
  .overview .clinic_number span::before {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    vertical-align: 0.13em;
  }
  .overview .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overview .wrap_col {
    width: 570px;
  }
  .overview .clinic_outline dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    padding: 14px 0;
  }
  .overview .clinic_outline dt.payment {
    word-break: keep-all;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .overview .clinic_outline dd {
    width: 390px;
    padding: 14px 0 14px 16px;
  }
  .overview .clinic_outline dd.payment {
    padding: 14px;
  }
  .overview .clinic_outline dd.payment img {
    margin: 0 auto;
  }
  .overview .clinic_outline dd .wbr {
    display: none;
  }
  .overview .timetable {
    margin-top: 23px;
  }
  .overview .clinic_map {
    margin-top: 0;
    outline-width: 5px;
    outline-offset: -5px;
  }
  .overview_map {
    height: 400px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
  color: var(--color-base-txt);
  background: var(--color-bg01);
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.8rem 1rem;
  color: var(--color-white);
  background: var(--color-logo-greish);
}
#global_footer .copyright small {
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 0;
  }
  #global_footer .footer_wrap {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #global_footer .footer_wrap .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  #global_footer .footer_wrap .gnav li a::before {
    margin-right: 10px;
    font-family: "fontello";
    font-weight: normal;
    content: '\6a';
    color: var(--color-logo-greish);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_footer .footer_wrap .gnav li a:hover {
    color: var(--color-link-hover);
  }
  #global_footer .footer_wrap .gnav li a:hover::before {
    color: inherit;
  }
  #global_footer .footer_wrap .gnav .nav_recruit .sub_box,
  #global_footer .footer_wrap .gnav .nav_disease {
    display: none;
  }
  #global_footer .footer_wrap .subnav ul {
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap .subnav ul li {
    display: inline-block;
    margin-top: 16px;
    letter-spacing: 0.05em;
  }
  #global_footer .footer_wrap .subnav ul li::after {
    content: "｜";
  }
  #global_footer .footer_wrap .subnav ul li:nth-child(8)::before, #global_footer .footer_wrap .subnav ul li:first-child::before {
    content: "｜";
  }
  #global_footer .footer_wrap .subnav ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .copyright {
    padding: 27px 0;
  }
  #global_footer .copyright small {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: -5.5rem;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
}

#sp_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 4rem);
  height: 4rem;
  color: var(--color-white);
  background: var(--color-logo-bright);
}
#sp_footer li {
  width: 50%;
  height: 4rem;
  line-height: 1.2rem;
  font-size: 1.4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sp_footer li a {
  display: block;
  padding: 0 1em;
  width: 100%;
}
#sp_footer li ~ li {
  border-left: 1px solid currentColor;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  text-align: center;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  border: 1px solid var(--color-pageup);
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\76';
  font-size: 3rem;
  line-height: 0.8;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    font-size: 3rem;
    border-width: 2px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup::before {
    font-size: 4.2rem;
  }
  #pageup:hover {
    color: var(--color-logo);
    border-color: var(--color-logo-pale);
    -webkit-box-shadow: 0 4px 0 rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 4px 0 rgba(var(--color-black-rgb), 0.1);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

#keyvsl {
  max-width: 100%;
  height: 22rem;
  background-image: url(../img/index_keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#keyvsl .ann {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
#keyvsl .ann .new {
  position: relative;
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30vw;
  aspect-ratio: 1/1;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
  background: var(--color-logo);
  border-radius: 50%;
}
#keyvsl .ann .new span.y {
  font-size: 1.2rem;
}
#keyvsl .ann .new span.md {
  font-size: 1.5rem;
}
#keyvsl .ann .new span.md i {
  font-size: 1.3rem;
}
#keyvsl .ann .new em {
  font-size: 1.5rem;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 764px;
  }
  #keyvsl .ann {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 26px;
  }
  #keyvsl .ann .new {
    top: 56px;
    width: 220px;
    padding-bottom: 10px;
    line-height: 1.3;
    outline: 2px solid currentColor;
    outline-offset: -8px;
  }
  #keyvsl .ann .new span.y {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  #keyvsl .ann .new span.md {
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
  #keyvsl .ann .new span.md i {
    font-size: 3rem;
  }
  #keyvsl .ann .new em {
    font-size: 3.4rem;
    letter-spacing: 0.05em;
  }
}
.telnumber {
  margin: 0 0 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  color: var(--color-logo);
}
.telnumber::before {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 1.4rem;
  content: "TEL.";
  vertical-align: 0.1em;
}
@media screen and (min-width: 48em), print {
  .telnumber {
    margin: 0 0 37px;
    font-size: 3.2rem;
    letter-spacing: 0.04em;
  }
  .telnumber::before {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    vertical-align: -0.1em;
  }
}

.top_buttons {
  padding: 0rem 5% 4rem;
}
.top_buttons .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_buttons .wrap li {
  width: 70%;
  margin-bottom: 1rem;
}
.top_buttons .wrap li a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px auto;
  grid-template-columns: 60px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0.5rem 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  border: 1px solid var(--color-border-dull);
  border-radius: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
.top_buttons .wrap li a::before {
  display: block;
  height: 4.4rem;
  margin: 0 auto 0.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.top_buttons .wrap li .btn_rsv::before {
  width: 3.8rem;
  background-image: url(../img/icon_rsv.svg);
}
.top_buttons .wrap li .btn_chk::before {
  width: 3.2rem;
  background-image: url(../img/icon_chk.svg);
}
.top_buttons .wrap li .btn_line::before {
  width: 3.7rem;
  background-image: url(../img/icon_line.svg);
}

@media screen and (min-width: 48em), print {
  .top_buttons {
    padding: 0 0 80px;
  }
  .top_buttons .wrap {
    padding: 0 100px;
  }
  .top_buttons .wrap li {
    width: 300px;
  }
  .top_buttons .wrap li a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px auto;
    grid-template-columns: 90px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 25px;
    border-radius: 4px;
    font-size: 1.9rem;
  }
  .top_buttons .wrap li a::before {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin: 0;
  }
  .top_buttons .wrap li a:hover {
    border-color: var(--color-logo-greish);
    -webkit-box-shadow: 0 0 15px rgba(var(--color-logo-greish-rgb), 0.2);
            box-shadow: 0 0 15px rgba(var(--color-logo-greish-rgb), 0.2);
  }
  .top_buttons .wrap li .btn_rsv::before {
    width: 66px;
    height: 56px;
  }
  .top_buttons .wrap li .btn_chk::before {
    width: 66px;
    height: 66px;
  }
  .top_buttons .wrap li .btn_line::before {
    width: 66px;
    height: 64px;
  }
}
.js-information dt {
  cursor: pointer;
}
.js-information dd {
  display: none;
  word-wrap: break-word;
}
.js-information dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-information dd a:hover {
  text-decoration: none;
}

.information {
  padding: 4rem 5%;
  background: var(--color-bg01);
}
.information_tit {
  margin-bottom: 0.4rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--color-border-dark);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.information_box {
  max-height: 22rem;
  overflow-y: auto;
}
.information_box .news_archives {
  border-bottom: 1px solid var(--color-button01);
}
.information_more {
  margin-top: 2rem;
  text-align: center;
}
.information_more .btn_detail {
  width: 70%;
  font-size: 1.2rem;
  background: transparent;
}

@media screen and (min-width: 48em), print {
  .information {
    padding: 100px 0;
  }
  .information .wrap {
    padding: 0 50px;
  }
  .information_tit {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .information_box {
    max-height: 465px;
  }
  .information_more {
    margin-top: 40px;
  }
  .information_more .btn_detail {
    width: 280px;
    font-size: 1.8rem;
  }
  .information_more .btn_detail:hover {
    background: var(--color-button01);
  }
}
.brand {
  padding: 4rem 0 3.5rem;
  background-color: #fdfdfe;
  background-image: url(../img/index_brand_bg.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 150% auto;
}
.brand_img {
  margin: 0 auto 1.5rem;
  padding: 0 20%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #fdfdfe), color-stop(60%, rgba(253, 253, 254, 0)));
  background-image: linear-gradient(0deg, #fdfdfe 40%, rgba(253, 253, 254, 0) 60%);
}
.brand_cont {
  padding: 0 5%;
}
.brand_cont .tit {
  margin-bottom: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--color-logo);
}
.brand_cont .tit i {
  display: block;
  font-weight: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  color: var(--color-base-txt);
  content: attr(title);
}
.brand_cont .txt {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: justify;
}
.brand_cont .philosophy {
  counter-reset: pNum 0;
  margin-top: 1.5rem;
}
.brand_cont .philosophy dt {
  margin-bottom: 0.8rem;
  padding-bottom: 0.3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--color-logo);
  text-align: center;
  border-bottom: 1px solid var(--color-gray);
}
.brand_cont .philosophy dd {
  counter-increment: pNum 1;
  padding-left: 1.2em;
  line-height: 1.7;
  text-align: justify;
}
.brand_cont .philosophy dd::before {
  display: inline-block;
  margin-left: -1.2em;
  margin-right: 0.4em;
  content: counter(pNum) ".";
}

@media screen and (min-width: 48em), print {
  .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    min-height: 624px;
    padding: 100px 0;
    background-position: center top;
    background-size: auto;
  }
  .brand_img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 460px;
    margin: 0;
    padding: 0 20px;
    background: none;
  }
  .brand_cont {
    width: 725px;
    padding: 0 45px;
    text-shadow: rgba(var(--color-white-rgb), 0.5) 2px 0px 3px, rgba(var(--color-white-rgb), 0.5) 1.75517px 0.958851px 3px, rgba(var(--color-white-rgb), 0.5) 1.0806px 1.68294px 3px, rgba(var(--color-white-rgb), 0.5) 0.141474px 1.99499px 3px, rgba(var(--color-white-rgb), 0.5) -0.832294px 1.81859px 3px, rgba(var(--color-white-rgb), 0.5) -1.60229px 1.19694px 3px, rgba(var(--color-white-rgb), 0.5) -1.97998px 0.28224px 3px, rgba(var(--color-white-rgb), 0.5) -1.87291px -0.701566px 3px, rgba(var(--color-white-rgb), 0.5) -1.30729px -1.5136px 3px, rgba(var(--color-white-rgb), 0.5) -0.421592px -1.95506px 3px, rgba(var(--color-white-rgb), 0.5) 0.567324px -1.91785px 3px, rgba(var(--color-white-rgb), 0.5) 1.41734px -1.41108px 3px, rgba(var(--color-white-rgb), 0.5) 1.92034px -0.558831px 3px;
  }
  .brand_cont .tit {
    margin-bottom: 18px;
    font-size: 2.8rem;
    line-height: 1.1;
    letter-spacing: 0.03em;
  }
  .brand_cont .tit i {
    margin-bottom: 14px;
    font-size: 1.6rem;
  }
  .brand_cont .txt {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    line-height: 2;
  }
  .brand_cont .philosophy {
    margin-top: 32px;
  }
  .brand_cont .philosophy dt {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .brand_cont .philosophy dd {
    font-size: 1.6rem;
    line-height: 1.87;
  }
}
@media screen and (min-width: 2001px) {
  .brand {
    background-size: cover;
  }
}
.greeting {
  padding: 3rem 5% 1rem;
  background-image: url(../img/index_greeting_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.greeting_tit {
  margin-bottom: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.greeting_tit i {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.greeting_tit::first-letter {
  color: var(--color-logo-bright);
}
.greeting_tit::after {
  display: inline-block;
  width: 4rem;
  height: 0.4rem;
  margin-left: 0.8rem;
  font-weight: normal;
  border-top: 1px solid currentColor;
  content: "";
}
.greeting_box {
  line-height: 1.7;
  text-align: justify;
}
.greeting_box .signature {
  font-weight: 700;
  text-align: right;
  line-height: 1.1;
}
.greeting_aside .more {
  margin-top: 3rem;
}
.greeting_aside .more li {
  margin-top: 1.2rem;
}
.greeting_aside .more li .btn_detail {
  width: 100%;
}
.greeting_aside .bestdoctors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5%;
     -moz-column-gap: 1.5%;
          column-gap: 1.5%;
  margin-top: 2rem;
}
.greeting_aside .bestdoctors figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 100px 0 8px;
    background-position: calc(50% - 438px) 630px;
    background-size: auto;
  }
  .greeting .wrap {
    padding: 0 50px;
  }
  .greeting_tit {
    margin-bottom: 20px;
    font-size: 4rem;
    letter-spacing: 0.17em;
  }
  .greeting_tit i {
    margin-left: -0.5em;
    font-size: 1.7rem;
  }
  .greeting_tit::after {
    width: 83px;
    height: 5px;
    margin-left: 10px;
  }
  .greeting_box {
    line-height: 2.2;
  }
  .greeting_box p {
    margin-bottom: 2em;
  }
  .greeting_aside .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin-top: 58px;
  }
  .greeting_aside .more li {
    width: 378px;
    margin-top: 0;
  }
  .greeting_aside .more li .btn_detail {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .greeting_aside .bestdoctors {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    margin-top: 70px;
  }
  .greeting_aside .bestdoctors figure {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 244px;
    -webkit-box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
  }
}
.sc_disease {
  padding: 3rem 5% 4rem;
}
.sc_disease ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem 0;
}
.sc_disease ul li {
  width: 48.5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sc_disease ul li a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 1/0.7;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  text-shadow: 0 0.2rem 0.3rem rgba(var(--color-black-rgb), 0.6);
  color: var(--color-white);
}
.sc_disease ul li a::before {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  left: 0.4rem;
  border: 1px solid var(--color-white);
  content: "";
}
.sc_disease ul li a::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 2rem;
  line-height: 0.5;
  text-shadow: none;
  font-family: "fontello";
  font-weight: bold;
  content: '\ead6';
}
.sc_disease ul li.dz_ra {
  background-image: url(../img/index_disease_ra.webp);
}
.sc_disease ul li.dz_cd {
  background-image: url(../img/index_disease_cd.webp);
}
.sc_disease ul li.dz_id {
  background-image: url(../img/index_disease_id.webp);
}
.sc_disease ul li.dz_ost {
  background-image: url(../img/index_disease_ost.webp);
}
.sc_disease ul li.dz_so {
  background-image: url(../img/index_disease_so.webp);
}

@media screen and (min-width: 48em), print {
  .sc_disease {
    padding: 110px 0 122px;
  }
  .sc_disease ul {
    gap: 60px;
    width: 1200px;
    margin: 0 auto;
  }
  .sc_disease ul li {
    width: 570px;
    height: 394px;
  }
  .sc_disease ul li a {
    height: 100%;
    aspect-ratio: auto;
    font-size: 3.1rem;
    text-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
  }
  .sc_disease ul li a::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sc_disease ul li a::after {
    right: 30px;
    bottom: 30px;
    font-weight: normal;
    font-size: 6.6rem;
    line-height: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sc_disease ul li a:hover::before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .sc_disease ul li a:hover::after {
    right: 40px;
    bottom: 40px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .sc_disease ul li.dz_ra a:hover::before {
    background: rgba(86, 156, 89, 0.3);
  }
  .sc_disease ul li.dz_cd a:hover::before {
    background: rgba(61, 111, 171, 0.3);
  }
  .sc_disease ul li.dz_id a:hover::before {
    background: rgba(192, 74, 146, 0.3);
  }
  .sc_disease ul li.dz_ost a:hover::before {
    background: rgba(180, 62, 59, 0.3);
  }
  .sc_disease ul li.dz_so a:hover::before {
    background: rgba(86, 156, 89, 0.3);
  }
}
.sc_treatment {
  padding: 4rem 5%;
  background: var(--color-bg01);
}
.sc_treatment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sc_treatment ul li {
  width: 50%;
  background: var(--color-base-bg);
  border: 1px solid var(--color-border-light);
}
.sc_treatment ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
  height: 100%;
  padding: 1.5rem 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}
.sc_treatment ul li a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  aspect-ratio: 1/1;
  font-family: "fontello";
  font-weight: normal;
  font-size: 4.4rem;
  color: var(--color-white);
  border-radius: 50%;
  content: "";
}
.sc_treatment ul li a::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\6a';
  line-height: 1;
  color: var(--color-border-dark);
}
.sc_treatment ul li.dz_choice::before {
  background: var(--top-dz-choice);
}
.sc_treatment ul li.dz_choice a::before {
  content: "\ead7";
  background: var(--top-dz-choice);
}
.sc_treatment ul li.dz_rheumatic::before {
  background: var(--top-dz-rheumatic);
}
.sc_treatment ul li.dz_rheumatic a::before {
  content: "\ead8";
  background: var(--top-dz-rheumatic);
}
.sc_treatment ul li.dz_early::before {
  background: var(--top-dz-early);
}
.sc_treatment ul li.dz_early a::before {
  content: "\ead9";
  background: var(--top-dz-early);
}
.sc_treatment ul li.dz_long::before {
  background: var(--top-dz-long);
}
.sc_treatment ul li.dz_long a::before {
  content: "\eada";
  background: var(--top-dz-long);
}
.sc_treatment ul li.dz_prospect::before {
  background: var(--top-dz-prospect);
}
.sc_treatment ul li.dz_prospect a::before {
  content: "\eadb";
  background: var(--top-dz-prospect);
}
.sc_treatment ul li.dz_pregnancy::before {
  background: var(--top-dz-pregnancy);
}
.sc_treatment ul li.dz_pregnancy a::before {
  content: "\eadc";
  background: var(--top-dz-pregnancy);
}
.sc_treatment ul li.dz_lifestyle::before {
  background: var(--top-dz-lifestyle);
}
.sc_treatment ul li.dz_lifestyle a::before {
  content: "\eadd";
  background: var(--top-dz-lifestyle);
}
.sc_treatment ul li.dz_healthy::before {
  background: var(--top-dz-healthy);
}
.sc_treatment ul li.dz_healthy a::before {
  content: "\eade";
  background: var(--top-dz-healthy);
}

@media screen and (min-width: 48em), print {
  .sc_treatment {
    padding: 98px 0 102px;
  }
  .sc_treatment ul {
    width: 1200px;
    margin: 0 auto;
  }
  .sc_treatment ul li {
    position: relative;
    width: 301px;
    height: 330px;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
  }
  .sc_treatment ul li::before {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 5px);
    z-index: -1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sc_treatment ul li a {
    row-gap: 22px;
    padding: 60px 10px 26px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .sc_treatment ul li a::before {
    width: 120px;
    font-size: 8rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sc_treatment ul li a::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\6a';
    line-height: 1;
    font-size: 1.8rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sc_treatment ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .sc_treatment ul li:nth-child(4n+1) {
    margin-left: 0;
    width: 300px;
  }
  .sc_treatment ul li:hover {
    z-index: 1;
    border: none;
    -webkit-box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.3);
            box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.3);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .sc_treatment ul li:hover::before {
    -webkit-transform: scale(55);
            transform: scale(55);
  }
  .sc_treatment ul li:hover a {
    color: var(--color-white);
  }
  .sc_treatment ul li:hover a::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .sc_treatment ul li:hover a::after {
    color: var(--color-white);
  }
}
.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  padding: 1rem;
  color: var(--color-base-txt);
  background: var(--color-bg01);
}
.heading h1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 200px;
    padding: 0 calc((100% - 1200px) / 2);
  }
  .heading h1 {
    font-size: 3rem;
  }
}

.breadcrumbs {
  padding: 1rem 5% 0;
  font-size: 1.1rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
.breadcrumbs li a {
  color: var(--color-logo);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 20px 0 0;
    font-size: 1.4rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: none;
  }
}

body#page_news .news_archives dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_news .news_archives dt {
    font-size: 2.2rem;
  }
}

body#page_doctor .doctor_greeting .img_r {
  max-width: 55%;
}
body#page_doctor .doctor_greeting .signature {
  margin-bottom: 0;
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 112.5%;
  letter-spacing: 0.02em;
}
body#page_doctor .doctor_profile .hist .bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0.4em;
}
body#page_doctor .doctor_profile .hist .bio dt {
  width: 6em;
  white-space: nowrap;
}
body#page_doctor .doctor_profile .hist .bio dd {
  width: calc(100% - 6.5em);
}
body#page_doctor .doctor_profile .lic ul li ~ li {
  margin-top: 0.5em;
}
body#page_doctor .doctor_profile .award dl dt {
  margin-bottom: 1rem;
  font-weight: 700;
}
body#page_doctor .doctor_profile .award dl dt::before {
  margin-right: 0.2em;
  color: var(--color-list-marker);
  font-family: "fontello";
  font-weight: normal;
  content: '\78';
}
body#page_doctor .doctor_profile .award dl dt ~ dt {
  margin-top: 2.5rem;
}
body#page_doctor .doctor_profile .award dl .bestdoctorsinjapan .link {
  margin-bottom: 1rem;
  text-align: center;
}
body#page_doctor .doctor_profile .award dl .bestdoctorsinjapan .link a {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  width: 100%;
}
body#page_doctor .doctor_profile .award dl .bestdoctorsinjapan .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
body#page_doctor .doctor_profile .award dl .bestdoctorsinjapan .images figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body#page_doctor .doctor_profile .doctor_photo {
  margin-top: 2rem;
}
body#page_doctor .doctor_profile .doctor_photo img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_r {
    max-width: 325px;
  }
  body#page_doctor .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#page_doctor .doctor_profile .hist {
    width: 570px;
  }
  body#page_doctor .doctor_profile .hist .bio {
    margin-left: 10px;
  }
  body#page_doctor .doctor_profile .lic {
    width: 480px;
  }
  body#page_doctor .doctor_profile .lic .lst_ul {
    margin-left: 10px;
  }
  body#page_doctor .doctor_profile .award {
    width: 100%;
  }
  body#page_doctor .doctor_profile .award dl {
    padding: 10px 10px 0;
  }
  body#page_doctor .doctor_profile .award dl dt {
    margin-bottom: 18px;
    font-size: 2rem;
  }
  body#page_doctor .doctor_profile .award dl dt ~ dt {
    margin-top: 40px;
  }
  body#page_doctor .doctor_profile .award dl .bestdoctorsinjapan .link {
    margin-bottom: 25px;
  }
  body#page_doctor .doctor_profile .award dl .bestdoctorsinjapan .link a {
    width: 400px;
  }
  body#page_doctor .doctor_profile .award dl .bestdoctorsinjapan .images figure {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 244px;
    -webkit-box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
  }
  body#page_doctor .doctor_profile .doctor_photo {
    width: 100%;
    margin-top: 60px;
  }
  body#page_doctor .doctor_profile .doctor_photo img {
    max-width: 750px;
    margin: 0 auto;
  }
}

body#page_clinic .lead_txt {
  margin-bottom: 3.5rem;
  line-height: 1.8;
}
body#page_clinic .clinic_photo,
body#page_clinic .equipment_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
body#page_clinic .clinic_photo figure img,
body#page_clinic .equipment_photo figure img {
  outline: 1px solid var(--color-white);
  outline-offset: -3px;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(var(--color-black-rgb), 0.15);
          box-shadow: 0 0.2rem 0.5rem rgba(var(--color-black-rgb), 0.15);
}
body#page_clinic .clinic_photo figure figcaption,
body#page_clinic .equipment_photo figure figcaption {
  padding: 0.5rem 0;
  text-align: center;
}
body#page_clinic .equipment_photo figure img {
  outline: none;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .lead_txt {
    margin: 10px 0 80px;
    line-height: 1.8;
  }
  body#page_clinic .clinic_photo,
  body#page_clinic .equipment_photo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 0;
  }
  body#page_clinic .clinic_photo figure,
  body#page_clinic .equipment_photo figure {
    width: 520px;
  }
  body#page_clinic .clinic_photo figure img,
  body#page_clinic .equipment_photo figure img {
    outline-offset: -5px;
    -webkit-box-shadow: 5px 0 15px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 5px 0 15px rgba(var(--color-black-rgb), 0.1);
  }
  body#page_clinic .clinic_photo figure figcaption,
  body#page_clinic .equipment_photo figure figcaption {
    padding: 10px 0 5px;
    text-align: center;
  }
}

body#page_access .access_info section {
  margin-bottom: 2rem;
}
body#page_access .access_info section p, body#page_access .access_info section ul {
  margin-bottom: 0;
  padding: 0 0.6rem;
  font-size: 1.3rem;
}
body#page_access .timetable {
  margin: 3rem 0 0;
}
body#page_access .ilmap {
  margin: 3rem 0 0;
  border: 1px solid var(--color-border-pale);
}
body#page_access .gmap {
  margin: 2rem 0 0;
  height: 40rem;
  border: 1px solid var(--color-border-pale);
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info section {
    margin-bottom: 50px;
  }
  body#page_access .access_info section p, body#page_access .access_info section ul {
    padding: 0 10px;
    font-size: 2rem;
  }
  body#page_access .timetable {
    margin: 0 0 50px;
    font-size: 2rem;
  }
  body#page_access .access_maps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#page_access .access_maps .ilmap {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 550px;
    margin: 0;
  }
  body#page_access .access_maps .gmap {
    width: 545px;
    height: 668px;
    margin: 0;
  }
}

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