@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-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !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;
}

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

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

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

@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;
    border-radius: 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 40%;
    margin: 0 40px 20px 0;
    border-radius: 20px;
  }
  .img_r {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 40px;
    border-radius: 20px;
  }
}
.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: 5.4rem;
}
article > .intro {
  margin-bottom: 4rem;
}
article > section ~ section {
  margin-top: 5rem;
}
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: 100px;
  }
  article > .intro {
    margin-bottom: 90px;
  }
  article > section ~ section {
    margin-top: 90px;
  }
  article > section section {
    margin-top: 65px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article > section h2 + section, article > section h3 + section {
    margin-top: 24px;
  }
}
.tit_01 {
  font-weight: 500;
  font-size: 2.3rem;
}

.tit_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  background-image: url(../img/tit_02_b.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 2em auto;
}
.tit_02::before, .tit_02::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
}
.tit_02::before {
  position: relative;
  top: -0.4rem;
  left: 0.25rem;
  background-image: url(../img/tit_02_t.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.tit_03 {
  margin: 0 0 1.2rem;
  padding: 0.2rem 0 0.3rem 1rem;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--color-logo-aq)), color-stop(50%, var(--color-logo-pk)));
  background-image: linear-gradient(var(--color-logo-aq) 50%, var(--color-logo-pk) 50%);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3px 100%;
}

.tit_04 {
  display: table;
  margin: 0 0 1.4rem;
  padding-bottom: 0.3em;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  border-bottom: 2px solid currentColor;
}

.tit_05 {
  margin: 0 0 1rem;
  padding: 0.3rem 0.2rem 0.4rem 0.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  background: var(--color-bg-aqua);
  border-radius: 5px;
}

.tit_06 {
  margin: 0 0 0.7rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
.tit_06::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e81a';
  font-size: 90%;
  color: var(--color-logo-pk);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 38px;
    padding-bottom: 18px;
    font-size: 4.8rem;
    letter-spacing: 0.05em;
    background-size: 80px auto;
  }
  .tit_02::before, .tit_02::after {
    width: 24px;
    height: 24px;
  }
  .tit_02::before {
    top: -8px;
    left: 4px;
  }
  .tit_03 {
    margin: 0 0 20px;
    padding: 10px 10px 17px 19px;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    background-size: 4px 100%;
  }
  .tit_04 {
    margin: 0 0 22px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  .tit_05 {
    margin: 0 0 10px;
    padding: 8px 10px 9px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
:where(.contents) :where(li, dt, dd) {
  line-height: 1.4;
}

.lst_ul > li {
  padding-left: 1.3em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1.2em;
  margin-right: 0.1em;
  color: var(--color-base-txt);
  line-height: 1;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li:nth-child(odd)::before {
  color: var(--color-logo-aq);
}
.lst_ul > li:nth-child(even)::before {
  color: var(--color-logo-pk);
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul > li.marker::before {
  display: none;
}
.lst_ul.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul.cols2 {
    display: -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: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
  .lst_ul.cols3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 5%;
  }
  .lst_ul.cols3 > li {
    width: 30%;
  }
  .lst_ul.cols3 > li ~ li {
    margin-top: 0;
  }
}

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

.lst_marker {
  margin-bottom: 1em;
}
.lst_marker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_marker > li > * {
  text-indent: 0;
}
.lst_marker > li ~ li {
  margin-top: 0.5em;
}
.lst_marker > li.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_marker > li.none::before {
  display: none;
}

.dl_tbl {
  margin-bottom: 1em;
  background: var(--color-white);
  border: 1px solid var(--color-lightgray);
}
.dl_tbl dt {
  padding: 0.5em 1em;
  background: var(--color-logo-tq);
}
.dl_tbl dt:not(:first-of-type) {
  border-top: 1px solid var(--color-lightgray);
}
.dl_tbl dd {
  padding: 0.9em 1em 1.1em;
  line-height: inherit;
  border-top: 1px solid var(--color-lightgray);
}
.dl_tbl dd.subhead {
  padding: 0.4em 1em;
  background: var(--color-bg-tq);
  border-top-color: var(--color-logo-tq);
}
.dl_tbl dd > *:last-child {
  margin-bottom: 0;
}

.dl_tbl02 {
  margin-bottom: 1em;
  background: var(--color-white);
  border: 1px solid var(--color-lightgray);
}
.dl_tbl02 dt {
  padding: 0.5em 1em;
  background: var(--color-logo-tq);
}
.dl_tbl02 dt:not(:first-of-type) {
  border-top: 1px solid var(--color-lightgray);
}
.dl_tbl02 dd {
  padding: 0.9em 1em 1.1em;
  line-height: inherit;
  border-top: 1px solid var(--color-lightgray);
}
.dl_tbl02 dd.subhead {
  padding: 0.4em 1em;
  background: var(--color-bg-tq);
  border-top-color: var(--color-logo-tq);
}
.dl_tbl02 dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_tbl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dl_tbl02 dt {
    width: 30%;
    padding: 0.5em 1em;
  }
  .dl_tbl02 dd {
    width: 70%;
    padding: 0.5em 1em;
  }
  .dl_tbl02 dd.head {
    background: var(--color-logo-tq);
    border-left: 1px solid var(--color-lightgray);
  }
  .dl_tbl02 dd.subhead {
    padding: 0.4em 1em;
    background: var(--color-bg-tq);
    border-top-color: var(--color-logo-tq);
  }
  .dl_tbl02 dd > *:last-child {
    margin-bottom: 0;
  }
}

.dl_flow dt {
  padding: 1.2rem 1.5rem 0.2rem;
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--color-logo-aq);
  background: var(--color-white);
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: var(--color-logo-aq);
  border-radius: 1rem 1rem 0 0;
}
.dl_flow dt:nth-of-type(even) {
  color: var(--color-logo-pk);
  border-color: var(--color-logo-pk);
}
.dl_flow dd {
  position: relative;
  padding: 0.3rem 1.5rem 1.2rem;
  background: var(--color-white);
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: var(--color-logo-aq);
  border-radius: 0 0 1rem 1rem;
}
.dl_flow dd:nth-of-type(even) {
  border-color: var(--color-logo-pk);
}
.dl_flow dd:nth-of-type(even):not(:last-child)::after {
  border-color: var(--color-logo-pk) transparent transparent transparent;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.7rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.9rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 2rem 0 2rem;
  border-color: var(--color-logo-aq) transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 26px 32px 3px;
    font-size: 2.4rem;
    border-radius: 20px 20px 0 0;
  }
  .dl_flow dd {
    padding: 3px 32px 30px;
    border-radius: 0 0 20px 20px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 70px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -55px;
    border-width: 30px 30px 0 30px;
  }
}

.tbl_simple, body#page_recruit .tbl_recruit, .tbl_price, .tbl_endoscopy, .tbl_data {
  width: 100%;
  line-height: 1.4;
  border-collapse: collapse;
}
.tbl_simple caption, body#page_recruit .tbl_recruit caption, .tbl_price caption, .tbl_endoscopy caption, .tbl_data caption {
  line-height: 1.3;
  text-align: left;
}
.tbl_simple th, body#page_recruit .tbl_recruit th, .tbl_price th, .tbl_endoscopy th, .tbl_data th, .tbl_simple td, body#page_recruit .tbl_recruit td, .tbl_price td, .tbl_endoscopy td, .tbl_data td {
  font-weight: 500;
  padding: 0.5em;
}
@media screen and (min-width: 48em), print {
  .tbl_simple, body#page_recruit .tbl_recruit, .tbl_price, .tbl_endoscopy, .tbl_data {
    line-height: 1.6;
  }
  .tbl_simple th, body#page_recruit .tbl_recruit th, .tbl_price th, .tbl_endoscopy th, .tbl_data th, .tbl_simple td, body#page_recruit .tbl_recruit td, .tbl_price td, .tbl_endoscopy td, .tbl_data td {
    padding: 0.9em 1.1em;
  }
}

.tbl_data {
  background: var(--color-white);
}
.tbl_data thead th {
  color: var(--color-white);
  background: var(--color-logo-pk);
  border: 1px solid var(--color-white);
}
.tbl_data tbody th {
  text-align: left;
  background: var(--color-base-bg-bright);
  border: 1px solid var(--color-border);
}
.tbl_data tbody td {
  border: 1px solid var(--color-border);
}
.tbl_simple, body#page_recruit .tbl_recruit, .tbl_price, .tbl_endoscopy {
  background: var(--color-white);
}
.tbl_simple th, body#page_recruit .tbl_recruit th, .tbl_price th, .tbl_endoscopy th {
  text-align: left;
  color: var(--color-white);
  background: var(--color-logo-aq);
  border: 1px solid var(--color-white);
}
.tbl_simple td, body#page_recruit .tbl_recruit td, .tbl_price td, .tbl_endoscopy td {
  border: 1px solid var(--color-border);
}

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

.dealbox, .box_disease, .box_symptoms {
  padding: 1.4rem;
  border-radius: 1rem;
}
.dealbox > :last-child, .box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dealbox, .box_disease, .box_symptoms {
    padding: 30px;
    border-radius: 20px;
  }
}

.box_symptoms {
  margin: 1em 0;
  background: var(--color-base-bg-bright);
}

.box_disease {
  margin: 1em 0;
  background: var(--color-white);
}

:where(.contents) a {
  color: var(--color-em-bl);
  text-decoration: underline;
}
:where(.contents) a:hover {
  color: var(--color-em-bl);
  text-decoration: none;
}

.lnk_external::after {
  display: inline-block;
  margin-inline: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
  font-size: 84%;
  line-height: 1;
}

.anchor_index {
  --color-border: #d1e9f3;
  --color-logo-aq-hover: #21b4f5;
  margin-bottom: 5rem;
  padding: 1.5rem;
  background: var(--color-white);
  border: 2px solid var(--color-border);
  border-radius: 1rem;
}
.anchor_index ul li ~ li {
  margin-top: 0.5rem;
}
.anchor_index ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  color: var(--color-white);
  background: var(--color-logo-aq);
}
.anchor_index ul li a::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.5em;
  line-height: 1;
  text-align: center;
  content: "";
}
.anchor_index ul li a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e819';
}
@media screen and (min-width: 48em), print {
  .anchor_index {
    margin-bottom: 140px;
    padding: 33px 40px;
    border-width: 6px;
    border-radius: 20px;
  }
  .anchor_index 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: 10px 20px;
  }
  .anchor_index ul.-endscopy {
    gap: 10px 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .anchor_index ul li {
    width: 285px;
  }
  .anchor_index ul li ~ li {
    margin-top: 0;
  }
  .anchor_index ul li a:hover {
    color: var(--color-white);
    background: var(--color-logo-aq-hover);
  }
}

.btn_detail, .btn_back, .btn_rsv, .anchor_index ul li a {
  padding: 0.8em 0.5em 0.95em;
  line-height: 1.2;
  text-decoration: none !important;
  border-radius: 3em;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back, .btn_rsv, .anchor_index ul li a {
    padding: 1.04em 0.8em 1.1em;
    letter-spacing: 0.05em;
  }
}

.btn_rsv {
  display: inline-block;
  text-align: center;
  padding: 0.6em 2em 0.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-em-bl);
  background: transparent;
  border: 2px solid currentColor;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    padding: 0.85em 3em 0.95em;
  }
  .btn_rsv:hover {
    color: var(--color-em-bl);
    background-color: rgba(var(--color-white-rgb), 0.7);
  }
}

.btn_detail, .btn_back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 14em;
  color: var(--color-white);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-logo-bl)), color-stop(23.77%, var(--color-logo-tq)), color-stop(50%, var(--color-logo-aq)), color-stop(77.29%, var(--color-logo-pp)), to(var(--color-logo-pk)));
  background-image: linear-gradient(90deg, var(--color-logo-bl) 0%, var(--color-logo-tq) 23.77%, var(--color-logo-aq) 50%, var(--color-logo-pp) 77.29%, var(--color-logo-pk) 100%);
  -webkit-box-shadow: inset 0 0 0 2px rgba(var(--color-white-rgb), 0.4);
          box-shadow: inset 0 0 0 2px rgba(var(--color-white-rgb), 0.4);
}
.btn_detail::before, .btn_detail::after, .btn_back::before, .btn_back::after {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1em;
  line-height: 1;
  content: "";
}
.btn_detail::after, .btn_back::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\e817';
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    min-width: 285px;
  }
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-white);
    opacity: 0.7;
  }
}

mark {
  color: inherit;
  background: var(--color-highlight, mark);
}

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

.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 {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e809';
}
@media screen and (min-width: 48em), print {
  .phone::before {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e809';
    -webkit-transform: scale(0.875);
            transform: scale(0.875);
  }
  .phone a::before {
    display: none;
  }
}

.timetable {
  width: 100%;
  line-height: 1;
  background-color: var(--color-white);
  border-collapse: collapse;
  border: 1px solid var(--color-gray);
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.8rem;
  font-size: 90%;
  text-align: left;
}
.timetable caption ul {
  line-height: 1.5;
}
.timetable caption ul li {
  display: inline-block;
  margin-right: 1em;
}
.timetable caption ul li.marker {
  display: block;
}
.timetable caption dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  margin-top: 0.6rem;
  line-height: 1.3;
}
.timetable caption dl dt {
  padding: 0.2rem 0.4rem;
  border: 1px solid var(--color-gray);
}
.timetable caption dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 6em);
          flex: 1 0 calc(100% - 6em);
  padding: 0.2rem 1rem 0.2rem 0.8rem;
}
.timetable caption dl .dept01 + dd {
  -ms-flex-preferred-size: calc(100% - 12em);
      flex-basis: calc(100% - 12em);
}
.timetable th, .timetable td {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: var(--color-gray);
}
.timetable thead tr {
  background-color: var(--color-base-bg);
}
.timetable thead tr th {
  padding: 1rem 0;
  font-weight: 500;
}
.timetable thead tr th:first-child {
  width: 31%;
}
.timetable thead tr th:last-child {
  text-indent: -2px;
  letter-spacing: -0.1em;
}
.timetable tbody tr.am_02 th, .timetable tbody tr.am_02 td {
  border-top: 0;
  padding: 0 0 1rem;
}
.timetable tbody tr th {
  padding: 1rem 0;
  font-weight: 500;
  white-space: nowrap;
}
.timetable tbody tr td {
  text-align: center;
  padding: 1rem 0;
  font-size: 80%;
}
.timetable .dept01 {
  color: var(--color-logo-aq);
}
.timetable .dept02 {
  color: var(--color-logo-pk);
}

@media screen and (min-width: 48em), print {
  .timetable caption {
    margin-top: 0.4em;
    font-size: 100%;
  }
  .timetable caption dl {
    row-gap: 0.4em;
    margin-top: 0.5em;
  }
  .timetable caption dl dt {
    min-width: 6em;
    padding: 0.1em 0.5em;
    text-align: center;
  }
  .timetable caption dl dd {
    padding: 0.1em 1em;
  }
  .timetable thead tr th {
    padding: 0.8em 0 1.1em;
  }
  .timetable thead tr th:first-child {
    width: 28%;
  }
  .timetable tbody tr th {
    padding: 0.9em 0 1em;
  }
  .timetable tbody tr td {
    padding: 0.9em 0 1em;
    font-size: 100%;
  }
  .timetable tbody tr.am_02 th, .timetable tbody tr.am_02 td {
    padding: 0 0 1em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --pc-header-height: 90px;
  --base-font-weight: 500;
  --sp-l-height: 1.6;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 1.8;
  --color-base-txt: #000;
  --color-base-bg: #f6f1e9;
  --color-base-bg-rgb: 246,241,233;
  --color-base-bg-bright: #fffae9;
  --color-base-bg-bright-rgb: 255,250,233;
  --color-base-bg-dull: #efebe3;
  --color-base-bg-dark: #e6dfd3;
  --color-logo-bl: #77b0dd;
  --color-logo-tq: #93d0df;
  --color-logo-aq: #67c5ef;
  --color-logo-pp: #ccabf8;
  --color-logo-pk: #ea9ac0;
  --color-logo-line: #06C755;
  --color-em-bl: #0070c0;
  --color-em-ch: #615542;
  --color-bg-aqua: #ccefff;
  --color-bg-tq: #ceeff0;
  --color-border: #b7bdb3;
  --color-highlight: #fff67f;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-gray: #808080;
  --color-gray-rgb: 128,128,128;
  --color-lightgray: #dcdcdc;
  --color-lightgray-rgb: 220,220,220;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", "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;
}

@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  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: 1200px;
    margin: 0 auto;
    padding: 64px 0 80px;
  }
}
#global_header {
  color: var(--color-base-txt);
  background: var(--color-white);
}
#global_header .header_wrap {
  padding: 0.8rem 6rem 0.8rem 1rem;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .logo a .dept {
  width: 86%;
  margin: 0.5rem 0 0 auto;
}
#global_header .header_wrap .clinic_info {
  display: none;
}

@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    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;
    max-width: 1440px;
    height: 110px;
    margin: 0 auto;
    padding: 15px 20px;
  }
  #global_header .header_wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 880px;
    height: 80px;
  }
  #global_header .header_wrap .logo a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -ms-grid-columns: 47fr 30px 38fr;
    grid-template-columns: 47fr 38fr;
  }
  #global_header .header_wrap .logo a .name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  #global_header .header_wrap .logo a .dept {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    width: 100%;
    margin: 0;
  }
  #global_header .header_wrap .clinic_info {
    display: block;
    text-align: right;
  }
  #global_header .header_wrap .clinic_info .adr {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  #global_header .header_wrap .clinic_info .adr::before {
    display: inline-block;
    margin-right: 3px;
    font-size: 2rem;
    font-family: "fontello";
    font-weight: normal;
    content: '\e807';
    color: var(--color-logo-aq);
  }
  #global_header .header_wrap .clinic_info .phone {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  #global_header .header_wrap .clinic_info .phone::before {
    color: var(--color-logo-pk);
  }
}
.js-menu_box {
  display: none;
}

@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: 100dvh;
    background-color: var(--color-white);
    background-image: url(../img/logo_mark.webp);
    background-repeat: no-repeat;
    background-position: right 1rem bottom 1rem;
    background-size: 30% auto;
  }
  .js-sp_modal.is_overlay::before {
    display: block;
    height: 4rem;
    margin: 1rem 6rem 0 1.3rem;
    background-image: url(../img/logo_name.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    content: "";
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#global_nav .gnav {
  line-height: 1.3;
}
#global_nav .gnav li a, #global_nav .gnav li button {
  display: block;
}
#global_nav .gnav li a:hover, #global_nav .gnav li a:focus, #global_nav .gnav li button:hover, #global_nav .gnav li button:focus {
  color: var(--color-em-bl);
}
#global_nav .gnav li.sub .sub_btn {
  width: 100%;
}
#global_nav .gnav li.sub .sub_btn::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\f004';
}
#global_nav .gnav li.sub .sub_btn.close {
  color: var(--color-em-bl);
}
#global_nav .gnav li.sub .sub_btn.close::after {
  content: "\f005";
}
#global_nav .gnav li.sub .subnav {
  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;
  background: var(--color-white);
}
#global_nav .gnav li.sub .subnav > li {
  width: 49%;
}
#global_nav .gnav li.rsv a {
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 1.5em;
}
#global_nav .gnav li.rsv a:hover {
  background-color: rgba(var(--color-white-rgb), 0.7);
  color: var(--color-logo-pk);
}
#global_nav .gnav li.line a {
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 1.5em;
}
#global_nav .gnav li.line a:hover {
  background-color: rgba(var(--color-white-rgb), 0.7);
  color: var(--color-logo-line);
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    width: 4rem;
    height: 4.2rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 0 0.3rem var(--color-border);
            box-shadow: 0 0 0.3rem var(--color-border);
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    font-size: 3.4rem;
    -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: "\e806";
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 80svh;
    padding: 0.8rem 1rem 1rem;
    font-size: 1.4rem;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
    -webkit-box-shadow: 0 5rem 0 rgba(var(--color-white-rgb), 0.9);
            box-shadow: 0 5rem 0 rgba(var(--color-white-rgb), 0.9);
  }
  #global_nav .gnav > li ~ li {
    margin-top: 0.2rem;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    padding: 0.7rem 1rem 0.8rem;
  }
  #global_nav .gnav > li.sub .sub_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    row-gap: 0.2rem;
    padding: 0.5rem 0.2rem 1rem 0.8rem;
    font-size: 1.3rem;
    border-radius: 1rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    padding: 0.5rem;
  }
  #global_nav .gnav > li.rsv {
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
  }
  #global_nav .gnav > li.rsv a {
    color: var(--color-white);
    background: var(--color-logo-pk);
  }
  #global_nav .gnav > li.rsv a::before {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: "\e829";
    font-size: 1.4rem;
    margin-right: 0.4rem;
    vertical-align: top;
  }
  #global_nav .gnav > li.line {
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
  }
  #global_nav .gnav > li.line a {
    color: var(--color-white);
    background: var(--color-logo-line);
  }
  #global_nav .gnav > li.line a::before {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: "\e830";
    font-size: 1.4rem;
    margin-right: 0.4rem;
    vertical-align: top;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    height: 70px;
    padding: 20px 0;
    background: rgba(var(--color-base-bg-rgb), 1);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  #global_nav.is_sticky {
    background: rgba(var(--color-base-bg-rgb), 0.9);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.66;
  }
  #global_nav .gnav > li {
    padding: 0 min(22px, 2.8%);
  }
  #global_nav .gnav > li ~ li {
    border-left: 2px dotted;
  }
  #global_nav .gnav > li > a {
    height: 30px;
    text-align: center;
    white-space: nowrap;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn {
    height: 30px;
    white-space: nowrap;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    margin-left: 5px;
    font-size: 1.2rem;
    line-height: 1;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    row-gap: 12px;
    min-width: 100%;
    width: 500px;
    padding: 18px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 10px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0 5px 10px rgba(var(--color-black-rgb), 0.1);
  }
  #global_nav .gnav > li.rsv {
    padding-right: 0 !important;
    border-left: 0 !important;
    padding: 0 min(20px, 2.8%);
  }
  #global_nav .gnav > li.rsv a {
    width: 150px;
    height: 40px;
    margin: -5px 0;
    line-height: 36px;
    color: var(--color-white);
    background: var(--color-logo-pk);
  }
  #global_nav .gnav > li.rsv a::before {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: "\e829";
    margin-right: 0.4rem;
    vertical-align: top;
  }
  #global_nav .gnav > li.line {
    padding-right: 0 !important;
    padding: 0 min(20px, 2.8%);
  }
  #global_nav .gnav > li.line a {
    width: 150px;
    height: 40px;
    margin: -5px 0;
    line-height: 36px;
    color: var(--color-white);
    background: var(--color-logo-line);
  }
  #global_nav .gnav > li.line a::before {
    display: inline-block;
    font-family: "fontello";
    font-weight: normal;
    content: "\e830";
    margin-right: 0.4rem;
    vertical-align: top;
  }
}
@media screen and (min-width: 48em) and (max-width: 1200px), print and (max-width: 1200px) {
  #global_nav.is_sticky .gnav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #global_nav.is_sticky .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 1.5%;
  }
  #global_nav.is_sticky .gnav .rsv a {
    width: 100%;
    min-width: 110px;
    letter-spacing: 0;
  }
}
.overview {
  padding-top: 2.8rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--colo-base-txt);
  background: var(--color-white);
}
.overview .clinic_name {
  margin: 0 2rem 0 1.5rem;
}
.overview .clinic_name .dept {
  width: 90%;
  margin: 0.6rem auto 0;
}
.overview .wrap {
  padding: 2.4rem 1rem 3.4rem;
}
.overview .wrap .clinic_outline {
  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;
  row-gap: 1.4rem;
  margin: 0 5%;
}
.overview .wrap .clinic_outline dt {
  width: 25%;
  color: var(--color-em-bl);
}
.overview .wrap .clinic_outline dd {
  width: 70%;
}
.overview .wrap .timetable {
  margin-top: 2rem;
}
.overview .gmap {
  height: 24rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding-top: 60px;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47fr 30px 38fr;
    grid-template-columns: 47fr 38fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    width: 880px;
    height: 80px;
    margin: 0 auto;
  }
  .overview .clinic_name .name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .overview .clinic_name .dept {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    width: 100%;
    margin: 0;
  }
  .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;
    padding: 50px 0 60px;
  }
  .overview .wrap .clinic_outline {
    row-gap: 26px;
    width: 570px;
    margin: 0;
  }
  .overview .wrap .clinic_outline dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
  }
  .overview .wrap .clinic_outline dd {
    width: 450px;
  }
  .overview .wrap .timetable {
    width: 570px;
    margin-top: 0;
  }
  .overview .gmap {
    height: 500px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
  color: var(--color-white);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-logo-bl)), color-stop(23.77%, var(--color-logo-tq)), color-stop(50%, var(--color-logo-aq)), color-stop(77.29%, var(--color-logo-pp)), to(var(--color-logo-pk)));
  background-image: linear-gradient(90deg, var(--color-logo-bl) 0%, var(--color-logo-tq) 23.77%, var(--color-logo-aq) 50%, var(--color-logo-pp) 77.29%, var(--color-logo-pk) 100%);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 0;
  }
  #global_footer .footer_wrap {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
  }
  #global_footer .footer_wrap ul {
    letter-spacing: -0.4em;
    text-align: center;
    font-size: 1.8rem;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer .footer_wrap ul li:not(:last-child)::after {
    margin: 0 10px;
    content: "|";
  }
  #global_footer .footer_wrap ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap .gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap .subnav ul {
    margin-top: 18px;
  }
  #global_footer .copyright {
    padding: 16px 0;
    font-size: 1.8rem;
  }
}
.js-pageup {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    opacity: 0;
    visibility: hidden;
    bottom: 30px;
    right: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-pageup.is_active {
    opacity: 1;
    visibility: visible;
  }
  .js-pageup.is_stay {
    bottom: 90px;
  }
}

#sp_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  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% - 5rem);
  height: 4rem;
}
#sp_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
}
#sp_footer li a {
  display: block;
  height: 4rem;
  text-align: center;
}
#sp_footer li a::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
}
#sp_footer li.btel a {
  letter-spacing: 0.03em;
  color: var(--color-white);
  background: var(--color-logo-aq);
}
#sp_footer li.btel a::before {
  content: "\e809";
  font-size: 1.5rem;
}
#sp_footer li.brsv a {
  color: var(--color-white);
  background: var(--color-logo-pk);
}
#sp_footer li.brsv a::before {
  content: "\e829";
  font-size: 1.4rem;
  margin-right: 0.4rem;
  vertical-align: top;
}
#sp_footer li.bline a {
  color: var(--color-white);
  background: var(--color-logo-line);
}
#sp_footer li.bline a::before {
  content: "\e830";
  font-size: 1.4rem;
  margin-right: 0.4rem;
  vertical-align: top;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 5rem;
  height: 4rem;
  padding: 0;
  color: var(--color-white);
  background-image: linear-gradient(135deg, var(--color-logo-bl) 0%, var(--color-logo-tq) 23.77%, var(--color-logo-aq) 50%, var(--color-logo-pp) 77.29%, var(--color-logo-pk) 100%);
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e81b';
  font-size: 2rem;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    color: var(--color-base-txt);
    background: rgba(var(--color-base-bg-rgb), 0.8);
    border: 1px solid var(--color-base-txt);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup::before {
    font-size: 2.4rem;
  }
  #pageup:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-box-shadow: 0 5px 0 -1px rgba(var(--color-gray-rgb), 0.4);
            box-shadow: 0 5px 0 -1px rgba(var(--color-gray-rgb), 0.4);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

#keyvsl {
  height: 22rem;
  background-image: url(../img/index/keyvsl01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 670px !important;
    background-size: auto;
    border-radius: 20px;
  }
}

@-webkit-keyframes keyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes keyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero {
  opacity: 0;
  -webkit-animation: keyfadeIn 3s forwards;
          animation: keyfadeIn 3s forwards;
  min-height: 23rem;
  margin: 1rem;
}
.hero .bg-slide {
  border-radius: 1rem;
}
.hero_image {
  position: relative;
  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;
  margin-bottom: 0.8rem;
  padding: 1.3rem;
}
.hero_image::after {
  position: absolute;
  left: 2%;
  bottom: -0.8rem;
  z-index: -1;
  display: block;
  width: 96%;
  height: 0.8rem;
  margin: 0 auto;
  border-radius: 0 0 1rem 1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-logo-bl)), color-stop(23.77%, var(--color-logo-tq)), color-stop(50%, var(--color-logo-aq)), color-stop(77.29%, var(--color-logo-pp)), to(var(--color-logo-pk)));
  background-image: linear-gradient(90deg, var(--color-logo-bl) 0%, var(--color-logo-tq) 23.77%, var(--color-logo-aq) 50%, var(--color-logo-pp) 77.29%, var(--color-logo-pk) 100%);
  content: "";
}
.hero_image .catch {
  opacity: 0;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  -webkit-animation: keyfadeIn 1s 0.2s forwards;
          animation: keyfadeIn 1s 0.2s forwards;
}
.hero_image .catch em {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding: 0 0.2rem;
  background: var(--color-white);
}
.hero_image .acs {
  opacity: 0;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-shadow: var(--color-white) 1px 1px 1px, var(--color-white) 0.540302px 0.841471px 1px, var(--color-white) -0.416147px 0.909297px 1px, var(--color-white) -0.989992px 0.14112px 1px, var(--color-white) -0.653644px -0.756802px 1px, var(--color-white) 0.283662px -0.958924px 1px, var(--color-white) 0.96017px -0.279415px 1px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
  -webkit-animation: keyfadeIn 1s 0.4s forwards;
          animation: keyfadeIn 1s 0.4s forwards;
}
.hero_ann {
  width: 100%;
  margin-top: 1.2rem;
  padding: 0.4rem;
}
.hero_ann div {
  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;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  margin-bottom: 0.4rem;
  padding: 0.6rem;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid var(--color-em-bl);
}
.hero_ann div::before, .hero_ann div::after {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2rem;
  height: 4px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}
.hero_ann div::before {
  background-image: url(../img/index/keyvsl_ann_top.svg);
}
.hero_ann div::after {
  background-image: url(../img/index/keyvsl_ann_bottom.svg);
}
.hero_ann .new {
  background-color: rgba(var(--color-base-bg-bright-rgb), 0.9);
  -webkit-box-shadow: 0 0 0 0.4rem rgba(var(--color-base-bg-bright-rgb), 0.9);
          box-shadow: 0 0 0 0.4rem rgba(var(--color-base-bg-bright-rgb), 0.9);
}

@media screen and (min-width: 48em), print {
  .hero {
    position: relative;
    max-width: 1440px;
    width: 100%;
    min-height: 690px;
    margin: 0 auto;
  }
  .hero .bg-slide {
    border-radius: 20px;
  }
  .hero_image {
    display: block;
    width: clamp(1160px, 97%, 100%);
    margin: 0 auto 20px;
    padding: 60px;
  }
  .hero_image::after {
    left: 20px;
    bottom: -20px;
    width: calc(100% - 40px);
    height: 20px;
    border-radius: 0 0 20px 20px;
  }
  .hero_image .catch {
    width: 800px;
    margin: 0 0 15px;
    font-size: 4rem;
    line-height: 1.5;
  }
  .hero_image .catch em {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .hero_image .acs {
    display: inline-block;
    font-size: 2rem;
    text-align: left;
  }
  .hero_ann {
    position: absolute;
    right: calc(50% - 615px);
    bottom: 60px;
    width: auto;
    margin-top: 0;
  }
  .hero_ann div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    width: 172px;
    height: 172px;
    margin-top: 0;
    padding: 16px 0;
    font-size: 2rem;
    border-radius: 50%;
  }
  .hero_ann div::before, .hero_ann div::after {
    width: 25px;
    height: 5px;
  }
}
.greeting_tit, .treatment_tit, .feature_tit, .theme_tit, .news_tit {
  text-align: center;
}
.greeting_tit::before, .treatment_tit::before, .feature_tit::before, .theme_tit::before, .news_tit::before {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  content: attr(data-title);
}
.greeting_tit .tit_02, .treatment_tit .tit_02, .feature_tit .tit_02, .theme_tit .tit_02, .news_tit .tit_02 {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .greeting_tit::before, .treatment_tit::before, .feature_tit::before, .theme_tit::before, .news_tit::before {
    margin-bottom: 6px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.js-news dt {
  cursor: pointer;
}
.js-news dd {
  word-wrap: break-word;
}
.js-news dd a {
  color: var(--color-em-bl);
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  padding: 3rem 5% 4.5rem;
  background-image: url(../img/index/news_tit.svg);
  background-repeat: no-repeat;
  background-position: 50% 3rem;
  background-size: 65% auto;
}
.news_box {
  margin-top: 1.5rem;
}
.news_box dt {
  font-size: 1.5rem;
  line-height: 1.4;
}
.news_box dt::before {
  display: inline-block;
  margin-right: 0.4rem;
  width: 1.4rem;
  height: 1.4rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\34';
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-image: linear-gradient(135deg, var(--color-logo-bl) 0%, var(--color-logo-tq) 23.77%, var(--color-logo-aq) 50%, var(--color-logo-pp) 77.29%, var(--color-logo-pk) 100%);
  border-radius: 1em;
}
.news_box dt.is_open::before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.news_box dt ~ dt {
  margin-top: 1.8rem;
  padding-top: 1.7rem;
  border-top: 1px dashed currentColor;
}
.news_box dd {
  padding-top: 0.4rem;
}
.news .banner {
  margin-top: 3rem;
  text-align: center;
}
.news .banner a {
  display: inline-block;
}
.news .banner a img {
  border-radius: 1rem;
  -webkit-box-shadow: 0.7rem 0.7rem 0 #e9e0d0;
          box-shadow: 0.7rem 0.7rem 0 #e9e0d0;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 80px 0 100px;
    background-position: left calc(50% - 475px) top 60px;
    background-size: 566px auto;
  }
  .news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_tit {
    width: 250px;
  }
  .news_box {
    width: 860px;
    margin-top: 0;
    padding-right: 10px;
  }
  .news_box dt {
    padding-left: 30px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .news_box dt ~ dt {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px dotted currentColor;
  }
  .news_box dt::before {
    margin-left: -30px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    font-size: 1.8rem;
    line-height: 20px;
    vertical-align: 0.1em;
  }
  .news_box dd {
    padding-top: 10px;
    padding-left: 30px;
    line-height: 1.6;
  }
  .news .banner {
    margin-top: 50px;
    margin-bottom: -40px;
  }
  .news .banner a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 20px;
    -webkit-box-shadow: 15px 15px 0 #e9e0d0;
            box-shadow: 15px 15px 0 #e9e0d0;
  }
  .news .banner a:hover img {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
    -webkit-box-shadow: 10px 10px 0 #e9e0d0;
            box-shadow: 10px 10px 0 #e9e0d0;
    -webkit-filter: saturate(1.25);
            filter: saturate(1.25);
  }
}
.theme {
  padding: 3.5rem 5% 2.5rem;
  background: var(--color-white);
}
.theme .wrap {
  padding-bottom: 4rem;
  background-color: rgba(var(--color-white-rgb), 0.8);
  background-image: url(../img/logo_mark.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30% auto;
  background-blend-mode: lighten;
}
.theme_tit {
  padding: 0.7rem 0;
  background-image: url(../img/index/theme_tit.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.theme_box {
  margin-top: 2.5rem;
  padding-bottom: 0.5rem;
}
.theme_box .tit {
  display: inline-block;
  width: 100%;
  margin-bottom: 2.5rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
}
.theme_box .txt {
  margin-bottom: 0;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .theme {
    padding: 28px 0 40px;
  }
  .theme .wrap {
    padding-bottom: 56px;
    background-size: 295px auto;
  }
  .theme_tit {
    padding: 55px 0 10px;
  }
  .theme_box {
    margin-top: 50px;
    padding-bottom: 0;
  }
  .theme_box .tit {
    margin-bottom: 36px;
    font-size: 3.2rem;
    text-underline-offset: 10px;
  }
}
.feature {
  padding: 3rem 5% 1rem;
}
.feature_tit {
  padding: 0.5rem 0;
  background-image: url(../img/index/feature_tit.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.feature_lst {
  counter-reset: fNum 0;
  margin-top: 2rem;
}
.feature_lst .box {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  padding-top: 2.2rem;
  counter-increment: fNum 1;
}
.feature_lst .box::before {
  position: absolute;
  top: 0;
  left: 50%;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "Feature " counter(fNum, decimal-leading-zero);
}
.feature_lst .box .tit {
  display: inline-block;
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
}
.feature_lst .box .txt {
  margin-bottom: 0;
}
.feature_lst .box .img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 70%;
  margin: 0 auto -1.8rem;
  border-radius: 50%;
}
.feature_lst .box:nth-of-type(odd)::before {
  color: var(--color-logo-aq);
}
.feature_lst .box:nth-of-type(even)::before {
  color: var(--color-logo-pk);
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 78px 0 115px;
  }
  .feature_tit {
    padding: 40px 0 10px;
  }
  .feature_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 45px;
  }
  .feature_lst .box {
    width: 270px;
    margin-bottom: 0;
    padding-top: 0;
  }
  .feature_lst .box::before {
    left: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.8rem;
    -webkit-transform: none;
            transform: none;
  }
  .feature_lst .box .tit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 7.8rem;
    margin-bottom: 8px;
    font-size: 2.4rem;
    line-height: 1.6;
    text-underline-offset: 8px;
  }
  .feature_lst .box .img {
    max-width: 240px;
    margin: 0 auto -40px;
  }
}
.treatment {
  --treatment-bg: #eeece7;
  padding: 2.5rem 5% 4rem;
  background-color: var(--treatment-bg);
  background-image: url(../img/index/treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 150vh;
}
.treatment_tit {
  padding: 0.5rem 0;
  background-image: url(../img/index/treatment_tit.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 0;
  margin-top: 1.5rem;
}
.treatment_lst > li {
  width: 50%;
}
.treatment_lst > li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.treatment_lst > 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: 75%;
  aspect-ratio: 1/1;
  margin: 0 auto 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  font-size: 5.3rem;
  background: var(--color-white);
  border: 3px solid currentColor;
  border-radius: 50%;
}
.treatment_lst > li a::after {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e817';
  font-size: 1.8rem;
  line-height: 1;
}
.treatment_lst > li:nth-child(5n+1) a::before, .treatment_lst > li:nth-child(5n+1) a:hover::after {
  color: var(--color-logo-bl);
}
.treatment_lst > li:nth-child(5n+2) a::before, .treatment_lst > li:nth-child(5n+2) a:hover::after {
  color: var(--color-logo-pk);
}
.treatment_lst > li:nth-child(5n+3) a::before, .treatment_lst > li:nth-child(5n+3) a:hover::after {
  color: var(--color-logo-aq);
}
.treatment_lst > li:nth-child(5n+4) a::before, .treatment_lst > li:nth-child(5n+4) a:hover::after {
  color: var(--color-logo-pp);
}
.treatment_lst > li:nth-child(5n+5) a::before, .treatment_lst > li:nth-child(5n+5) a:hover::after {
  color: var(--color-logo-tq);
}
.treatment_lst .a_internal::before {
  content: "\e80a";
}
.treatment_lst .a_surgery::before {
  content: "\e80b";
}
.treatment_lst .a_pediatrics::before {
  content: "\e80c";
}
.treatment_lst .a_dermatology::before {
  content: "\e80d";
}
.treatment_lst .a_endoscopy::before {
  content: "\e80e";
}
.treatment_lst .a_colonoscopy::before {
  content: "\e80f";
}
.treatment_lst .a_lifestyle_related::before {
  content: "\e811";
}
.treatment_lst .a_sas::before {
  content: "\e812";
}
.treatment_lst .a_hay_fever::before {
  content: "\e813";
}
.treatment_lst .a_checkup::before {
  content: "\e814";
}
.treatment_lst .a_vaccination::before {
  content: "\e815";
}
.treatment_lst .a_private::before {
  content: "\e816";
}
.treatment_box {
  margin-top: 3rem;
  background: var(--color-white);
  border-radius: 1rem;
  overflow: hidden;
}
.treatment_box .tit {
  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: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  padding: 1.5rem 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  background: var(--color-base-bg-bright);
}
.treatment_box .tit::before {
  width: 4rem;
  height: 5rem;
  background-image: url(../img/logo_mark.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  content: "";
}
.treatment_box .lst {
  padding: 1.5rem 3.5rem;
}
.treatment_box .lst > li {
  margin-bottom: 0.5rem;
  padding-left: 1.5em;
}
.treatment_box .lst > li::before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e818';
}
.treatment_box .lst > li:nth-child(odd)::before {
  color: var(--color-logo-aq);
}
.treatment_box .lst > li:nth-child(even)::before {
  color: var(--color-logo-pk);
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 40px 0 60px;
    background-size: cover;
  }
  .treatment_tit {
    padding: 40px 0 11px;
  }
  .treatment_lst {
    gap: 40px 20px;
    margin-top: 46px;
    padding: 0 10px;
  }
  .treatment_lst > li {
    width: 180px;
  }
  .treatment_lst > li a {
    font-size: 2.4rem;
  }
  .treatment_lst > li a::before {
    width: 120px;
    margin: 0 auto 30px;
    font-size: 6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_lst > li a::after {
    top: 98px;
    right: 43px;
    bottom: auto;
    font-family: "fontello";
    font-weight: normal;
    content: '\e817';
    font-size: 2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_lst > li a:hover {
    color: var(--color-em-bl);
    text-shadow: 1px 1px 2px var(--color-white);
  }
  .treatment_lst > li a:hover::before {
    -webkit-filter: saturate(1.3);
            filter: saturate(1.3);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .treatment_lst > li a:hover::after {
    -webkit-filter: saturate(1.3);
            filter: saturate(1.3);
    -webkit-transform: translate(22px, 0) scale(1.6);
            transform: translate(22px, 0) scale(1.6);
  }
  .treatment_lst .a_sas,
  .treatment_lst .a_hay_fever {
    word-break: keep-all;
    line-height: 1.2;
  }
  .treatment_lst .a_sas::before,
  .treatment_lst .a_hay_fever::before {
    margin-bottom: 15px;
  }
  .treatment_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    border-radius: 20px;
  }
  .treatment_box .tit {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    width: 500px;
    padding: 38px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .treatment_box .tit::before {
    width: 84px;
    height: 100px;
  }
  .treatment_box .lst {
    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: 10px;
    width: 700px;
    padding: 30px 50px;
    font-size: 2rem;
    line-height: 1.56;
  }
  .treatment_box .lst > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 250px;
    margin-bottom: 0;
  }
}
.greeting {
  padding: 3rem 5% 5rem;
}
.greeting_tit {
  padding: 0.5rem 0 2rem;
  background-image: url(../img/index/greeting_tit.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.greeting_box .photo {
  max-width: 50%;
  margin: 0 auto 1.2rem;
}
.greeting_box .photo img {
  border-radius: 1rem;
}
.greeting_box .txt .signature {
  margin-top: 1.5rem;
  text-align: right;
}
.greeting_box .txt .signature span {
  font-size: 1.6rem;
}
.greeting_more {
  margin-top: 3rem;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 62px 0 120px;
  }
  .greeting_tit {
    margin-bottom: -10px;
    padding: 60px 0 68px;
  }
  .greeting_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .greeting_box .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 380px;
    margin: 0;
  }
  .greeting_box .photo img {
    border-radius: 20px;
  }
  .greeting_box .txt {
    width: 760px;
  }
  .greeting_box .txt p {
    margin-bottom: 1.5em;
  }
  .greeting_box .txt .signature {
    letter-spacing: 0.05em;
  }
  .greeting_box .txt .signature span {
    font-size: 2.4rem;
  }
  .greeting_more {
    margin-top: 45px;
    font-size: inherit;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./../js/slick/image/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../js/slick/image/fonts/slick.eot");
  src: url("../js/slick/image/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/image/fonts/slick.woff") format("woff"), url("../js/slick/image/fonts/slick.ttf") format("truetype"), url("../js/slick/image/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2.5rem;
  width: 2.4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.4rem;
  line-height: 1;
  color: white;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-prev {
  left: 3px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 3px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 3px;
}
[dir=rtl] .slick-next {
  left: 3px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.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: 11rem;
  padding: 1rem;
  background-color: var(--color-base-bg-dull);
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.heading h1 {
  padding: 0 0.3em 0.1em;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--color-base-txt);
  background: var(--color-white);
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 280px;
    padding: 0 calc((100% - 1200px) / 2);
  }
  .heading h1 {
    font-size: 5rem;
  }
}

.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-em-bl);
  text-decoration: underline;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 20px 0 0;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
}

body#page_doctor .doctor_greeting .signature {
  padding-right: 0.5em;
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 112%;
}
body#page_doctor .doctor_profile .bio dl {
  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.5em;
}
body#page_doctor .doctor_profile .bio dl dt {
  width: 5.5em;
  white-space: nowrap;
}
body#page_doctor .doctor_profile .bio dl dd {
  width: calc(100% - 6em);
}
body#page_doctor .doctors_photo figure {
  margin-top: 1.8rem;
}
body#page_doctor .doctors_photo figure figcaption {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
body#page_doctor .doctors_photo figure figcaption i {
  font-size: 90%;
}
body#page_doctor .doctors_photo figure img {
  max-width: 80%;
  margin: 0.5rem auto;
  border-radius: 1rem;
}
@media screen and (max-width: 47.99em) {
  body#page_doctor .doctor_greeting .img_r {
    max-width: 60%;
    aspect-ratio: 1/1.1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting p {
    margin-bottom: 1.4em;
  }
  body#page_doctor .doctor_greeting .signature span {
    font-size: 2.2rem;
  }
  body#page_doctor .doctor_greeting .img_r {
    max-width: 400px;
    margin-bottom: 0;
  }
  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 .bio {
    width: 680px;
  }
  body#page_doctor .doctor_profile .licsoc {
    width: 480px;
  }
  body#page_doctor .doctors_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  body#page_doctor .doctors_photo figure {
    width: 560px;
    margin-top: 0;
  }
  body#page_doctor .doctors_photo figure figcaption {
    font-size: 2.2rem;
    word-spacing: 0.3em;
  }
  body#page_doctor .doctors_photo figure img {
    max-width: 100%;
    border-radius: 20px;
  }
}

body#page_clinic #clinicSlide {
  --color-logo-bl: #4e98d3;
}
body#page_clinic #clinicSlide .slider-panel figcaption {
  color: var(--color-white);
  background: var(--color-logo-bl);
}
@media screen and (max-width: 47.99em) {
  body#page_clinic #clinicSlide .slider-panel {
    background: var(--color-logo-bl);
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic #clinicSlide .slider-panel .slick-prev::before, body#page_clinic #clinicSlide .slider-panel .slick-next::before {
    color: var(--color-logo-bl);
  }
}
body#page_clinic #clinicSlide .slider-nav .slick-current img {
  outline-color: var(--color-logo-bl);
}
body#page_clinic #equipmentSlide {
  --color-logo-tq: #58b6ce;
}
body#page_clinic #equipmentSlide .slider-panel figcaption {
  color: var(--color-white);
  background: var(--color-logo-tq);
}
@media screen and (min-width: 48em), print {
  body#page_clinic #equipmentSlide .slider-panel .slick-prev::before, body#page_clinic #equipmentSlide .slider-panel .slick-next::before {
    color: var(--color-logo-tq);
  }
}
body#page_clinic #equipmentSlide .slider-nav .slick-current img {
  outline-color: var(--color-logo-tq);
}
body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slider-panel figcaption {
  display: block;
  padding: 0.5rem 0.3rem;
  letter-spacing: 0.08em;
  text-align: center;
}
body#page_clinic .slider .slider-panel figcaption i {
  display: inline-block;
  letter-spacing: 0;
}
body#page_clinic .slider .slider-panel .slick-prev.slick-disabled, body#page_clinic .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
body#page_clinic .slider .slider-nav {
  margin-top: 0.5rem;
  line-height: 1;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide {
  padding-right: 3px;
  cursor: pointer;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide img {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline-width: 4px;
  outline-style: solid;
  outline-offset: -4px;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel .slick-slide figcaption {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  body#page_clinic .slider .slider-panel .slick-slide figcaption i {
    font-size: 1.4rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic .slider {
    width: 825px;
    margin: 0 auto;
  }
  body#page_clinic .slider .slider-panel figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev, body#page_clinic .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: var(--color-logo-bl);
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
}

body#page_visitor .visitor_reserve div {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  body#page_visitor .visitor_reserve div {
    text-align: left;
  }
  body#page_visitor .dl_flow dd {
    line-height: inherit;
  }
}

body#page_access .timetable caption dl dt {
  background-color: var(--color-white);
}
body#page_access .timetable thead tr {
  background: var(--color-base-bg-dark);
  -webkit-filter: opacity(0.9);
          filter: opacity(0.9);
}
body#page_access .access_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid var(--color-base-bg-dull);
}
body#page_access .access_info dt {
  width: 30%;
  padding: 1rem 0 1rem 0.7rem;
  font-size: 1.2rem;
  background: var(--color-base-bg-bright);
  border-bottom: 1px solid var(--color-base-bg-dull);
}
body#page_access .access_info dd {
  width: 70%;
  padding: 0.9rem 0.3rem 1rem 0.7rem;
  word-break: keep-all;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-base-bg-dull);
}
body#page_access .gmap {
  height: 40rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    font-size: 2.2rem;
  }
  body#page_access .timetable caption {
    font-size: 2rem;
  }
  body#page_access .timetable caption dd {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  body#page_access .access_info dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25%;
    padding: 0 40px;
    font-size: 2rem;
  }
  body#page_access .access_info dd {
    width: 75%;
    padding: 20px 40px;
    font-size: 2rem;
    line-height: inherit;
  }
  body#page_access .gmap {
    height: 600px;
  }
}

body#page_recruit .philosophy {
  margin-bottom: 1.7em;
  text-align: center;
}
body#page_recruit .philosophy em {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--color-logo-aq);
}
body#page_recruit .tbl_recruit {
  font-size: 1.3rem;
}
body#page_recruit .tbl_recruit th {
  white-space: nowrap;
}
body#page_recruit .tbl_recruit td li ~ li {
  margin-top: 0.6em;
}
body#page_recruit .tbl_recruit td ol li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
body#page_recruit .tbl_recruit td ul li {
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (min-width: 48em), print {
  body#page_recruit p {
    text-align: center;
  }
  body#page_recruit .philosophy em {
    font-size: 3.2rem;
  }
  body#page_recruit .tbl_recruit {
    font-size: inherit;
  }
  body#page_recruit .tbl_recruit th {
    width: 23%;
    text-align: center;
  }
  body#page_recruit .tbl_recruit td {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.dealbox {
  display: flow-root;
  background: rgba(var(--color-white-rgb), 0.7);
  border: 2px dotted var(--color-logo-tq);
}
.dealbox dt {
  margin-bottom: 0.7em;
  font-size: 115%;
}
.dealbox dd :last-child {
  margin-bottom: 0;
}

.tbl_price caption {
  caption-side: bottom;
  margin: 0.3em 0;
}
.tbl_price caption.cap_head {
  caption-side: top;
}
.tbl_price td {
  width: 40%;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .tbl_price th, .tbl_price td {
    font-size: 111%;
  }
}

.tbl_endoscopy {
  table-layout: fixed;
}
.tbl_endoscopy td {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .tbl_endoscopy th, .tbl_endoscopy td {
    font-size: 111%;
  }
}

.point {
  margin-bottom: 1.7em;
  text-align: center;
}
.point em {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--color-logo-aq);
}
@media screen and (min-width: 48em), print {
  .point em {
    font-size: 3.2rem;
  }
}

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