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

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          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=""], .nolink {
  pointer-events: none;
}

.rsv,
.btn_rsv {
  display: none !important;
}

#global_header .header_wrap .clinic_info {
  -ms-grid-columns: unset !important;
  grid-template-columns: unset !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}
#global_header .header_wrap .clinic_info .clinic_contact {
  text-align: right !important;
}
#global_header .header_wrap .clinic_info .clinic_contact .phone {
  font-size: 3.8rem !important;
  letter-spacing: 0.02em;
}
#global_header .header_wrap .clinic_info .clinic_contact .adr {
  margin-top: 12px !important;
}

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

small {
  font-size: small;
  display: block;
}

.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: 400px;
    margin: 0 25px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 0 0 20px 25px;
  }
}
.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;
  }
}
.tit_01 {
  font-weight: 700;
  font-size: 2.2rem;
}

.tit_02 {
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  color: var(--color-main);
}
.tit_02::after {
  display: block;
  width: 5.4rem;
  height: 0.8rem;
  margin: 0.8rem auto 0.1rem;
  background-image: url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}

.tit_03 {
  margin: 0 0 1.4rem;
  padding: 0.6rem 0.8rem 0.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--color-white);
  background-color: var(--color-main-dark);
  background-image: linear-gradient(-75deg, var(--color-main-tone2) 3.6rem, transparent 3.6rem);
  background-repeat: no-repeat;
  background-position: right top;
}

.tit_04 {
  margin: 0 0 1rem;
  padding: 0.35rem 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.35;
  color: var(--color-main-dark);
  background-image: linear-gradient(-75deg, var(--color-bg-bright) 4.8rem, transparent 4.8rem);
  background-repeat: no-repeat;
  background-position: right top;
}
.tit_04::after {
  display: block;
  height: 2px;
  margin: 0.2rem -0.8rem 0;
  background: var(--color-main-tone2);
  content: "";
}

.tit_05 {
  margin: 0 0 0.8rem;
  padding: 0.35rem 0.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--color-base-txt);
  background-image: linear-gradient(-75deg, var(--color-palegray) 6rem, transparent 6rem);
  background-repeat: no-repeat;
  background-position: right top;
}
.tit_05::after {
  display: block;
  height: 2px;
  margin: 0.2rem -0.8rem 0;
  border-top: 2px dotted var(--color-gray);
  content: "";
}

.tit_06 {
  margin: 0 0 0.6rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
}

.tit_def {
  margin: 0 0 1.6rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 53px;
    font-size: 3rem;
  }
  .tit_02::after {
    width: 70px;
    height: 10px;
    margin: 14px auto 1px;
  }
  .tit_03 {
    margin: 0 0 20px;
    padding: 12px 130px 8px 15px;
    font-size: 2.2rem;
    background-image: linear-gradient(-75deg, var(--color-main-tone2) 151px, transparent 152px);
  }
  .tit_04 {
    margin: 0 0 12px;
    padding: 2px 130px 5px 15px;
    font-size: 2rem;
    background-image: linear-gradient(-75deg, var(--color-bg-bright) 168px, transparent 169px);
  }
  .tit_04::after {
    margin: 4px -130px 0 -15px;
  }
  .tit_05 {
    margin: 0 0 10px;
    padding: 1px 130px 5px 15px;
    font-size: 1.8rem;
    background-image: linear-gradient(-75deg, var(--color-palegray) 184px, transparent 185px);
  }
  .tit_05::after {
    margin: 4px -130px 0 -15px;
  }
  .tit_06 {
    margin: 0 0 8px;
    font-size: 1.7rem;
  }
  .tit_def {
    margin: 0 0 12px;
    font-size: 2rem;
  }
}
.lst_ul {
  padding-left: 1.2em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1.2em;
  margin-right: 0.2em;
  color: var(--color-sub);
  line-height: 1;
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul li ~ li {
  margin-top: 0.3em;
}
.lst_ul li.marker::before {
  display: none;
}
.lst_ul li.etc {
  padding-left: 0;
}
.lst_ul li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 2em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}

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

.lst_terms > li ~ li {
  margin-top: 0.7em;
}

.lst_dl {
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.3em;
  font-weight: 700;
  font-size: 110%;
}
.lst_dl > dt::before {
  margin-right: 0.2em;
  font-size: 90%;
  line-height: 1;
  color: var(--color-main-tone3);
  font-family: "fontello";
  font-weight: normal;
  content: '\f192';
}
.lst_dl > dt ~ dt {
  margin-top: 1em;
}
.lst_dl > dd[class*=box_] {
  margin: 0;
}

.dl_tbl {
  margin-bottom: 1em;
  border: 1px solid var(--color-main-tone2);
}
.dl_tbl dt {
  padding: 0.5em 1em 0.3em;
  font-weight: 500;
  font-size: 110%;
  color: var(--color-white);
  background: var(--color-main-tone2);
}
.dl_tbl dt:not(:first-of-type) {
  border-top: 1px solid var(--color-main-tone2);
}
.dl_tbl dd {
  padding: 0.8em 1em;
  border-top: 1px solid var(--color-main-tone2);
}
.dl_tbl dd.subhead {
  background: var(--color-bg-light);
}
.dl_tbl dd .lst_ul {
  margin-bottom: 0.3em;
}

.dl_tbl2 {
  border: 1px solid var(--color-border3);
}
.dl_tbl2 dt {
  padding: 0.5em 1em 0.3em;
  font-weight: 500;
  color: var(--color-txt1);
  background: var(--color-main-pale);
}
.dl_tbl2 dt:not(:first-of-type) {
  border-top: 1px solid var(--color-border3);
}
.dl_tbl2 dd {
  padding: 0.8em 1em;
  border-top: 1px solid var(--color-border3);
}

.dl_flow dt {
  padding: 0.9em 1em 0.2em;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--color-main-dark);
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: var(--color-main-tone2);
}
.dl_flow dt::before {
  margin-right: 0.2em;
  font-size: 80%;
  content: "●";
}
.dl_flow dd {
  position: relative;
  padding: 0.2em 1em 1em;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: var(--color-main-tone2);
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.5rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.8rem;
  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-main-tone2) transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 30px 130px 5px;
    font-size: 2.6rem;
  }
  .dl_flow dd {
    padding: 5px 130px 30px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 85px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -58px;
    border-width: 24px 30px 0 30px;
  }
}

.tbl_simple, .tbl_data {
  width: 100%;
  border-collapse: collapse;
}
.tbl_simple th, .tbl_data th {
  padding: 0.3em;
  font-weight: normal;
}
.tbl_simple td, .tbl_data td {
  padding: 0.3em;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th {
    padding: 0.5em 1em;
  }
  .tbl_simple td, .tbl_data td {
    padding: 0.5em 2em;
  }
}

.tbl_data th, .tbl_data td {
  border: 1px solid var(--color-main-tone2);
}
.tbl_data thead th {
  color: var(--color-white);
  background: var(--color-main-tone2);
  border-left-color: var(--color-white);
  border-right-color: var(--color-white);
}
.tbl_data thead th:first-child {
  border-left-color: var(--color-main-tone2);
}
.tbl_data thead th:last-child {
  border-right-color: var(--color-main-tone2);
}
.tbl_data tbody th {
  text-align: left;
  background: var(--color-bg-light);
}
.tbl_data tbody td {
  text-align: center;
}

.tbl_simple th, .tbl_simple td {
  text-align: left;
  border: 1px solid var(--color-white);
}
.tbl_simple tr:nth-of-type(odd) {
  background: var(--color-sub-light);
}
.tbl_simple tr:nth-of-type(even) {
  background: var(--color-sub-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_notes, .box_disease, .box_symptoms {
  margin: 1em 0;
  padding: 1em;
}
.box_notes > :last-child, .box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_disease, .box_symptoms {
    padding: 20px;
  }
}

.box_symptoms {
  background: var(--color-main-pale);
}
.box_symptoms .lst_ul li::before {
  color: var(--color-main-tone3);
}

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

.box_notes {
  background: #f6f6f2;
  border: 1px solid #ecece8;
}

:where(.contents) a {
  font-weight: 700;
  color: var(--color-main-dark);
  text-decoration: underline;
}
:where(.contents) a:hover {
  color: var(--color-main-tone2);
}

.lnk_ref::after {
  content: "≫";
}

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

.btn_back, .btn_detail {
  display: inline-block;
  padding: 0.7em 1em;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_back, .btn_detail {
    padding: 0.7em 1.5em;
    font-size: 1.8rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn_detail {
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main);
  -webkit-box-shadow: 0.6rem 0.6rem 0 var(--color-bg-light);
          box-shadow: 0.6rem 0.6rem 0 var(--color-bg-light);
}
.btn_detail::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\e810';
  font-size: 1rem;
  vertical-align: 0.2em;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    -webkit-box-shadow: 10px 10px 0 var(--color-bg-light);
            box-shadow: 10px 10px 0 var(--color-bg-light);
  }
  .btn_detail::after {
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .btn_detail:hover {
    color: var(--color-white);
    background: var(--color-bg-vivid);
  }
}

.btn_back {
  font-weight: 700;
  color: var(--color-base-txt);
  background: var(--color-sub-deep);
  -webkit-box-shadow: 0.6rem 0.6rem 0 var(--color-sub-pale);
          box-shadow: 0.6rem 0.6rem 0 var(--color-sub-pale);
}
.btn_back::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\e810';
  color: var(--color-white);
  font-size: 1rem;
  vertical-align: 0.2em;
}
@media screen and (min-width: 48em), print {
  .btn_back {
    -webkit-box-shadow: 10px 10px 0 var(--color-sub-pale);
            box-shadow: 10px 10px 0 var(--color-sub-pale);
  }
  .btn_back::after {
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .btn_back:hover {
    color: var(--color-base-txt);
    background: var(--color-accent);
  }
}

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

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

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

.f-larger {
  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;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}
.phone a::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (min-width: 48em), print {
  .phone {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
  }
  .phone::before {
    display: inline-block;
    margin-left: -2%;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  .phone a::before {
    display: none;
  }
}

.rsv a {
  color: var(--color-main);
}
.rsv a::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  font-size: 160%;
  line-height: 0.5;
  vertical-align: -0.1em;
}
.rsv a i {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 48em), print {
  .rsv a::before {
    margin-right: 5px;
  }
}

.rsv .btn,
.btn_rsv {
  display: inline-block;
  padding: 0.85em 0.5em;
  line-height: 1;
  text-align: center;
  background-color: var(--color-white);
  background-image: linear-gradient(105deg, var(--color-main-light) 44.5%, transparent 45.5%);
  border: 2px solid var(--color-main-light);
  border-radius: 4px;
}
@media screen and (min-width: 48em), print {
  .rsv .btn,
  .btn_rsv {
    padding: 1em 0.3em;
  }
  .rsv .btn::before,
  .btn_rsv::before {
    margin-right: 6px;
    font-size: 135%;
  }
  .rsv .btn i,
  .btn_rsv i {
    font-size: 90%;
  }
  .rsv .btn:hover,
  .btn_rsv:hover {
    background-color: var(--color-main-light);
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
    -webkit-box-shadow: 0 0 3px var(--color-shadow);
            box-shadow: 0 0 3px var(--color-shadow);
  }
}

.timetable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.5em;
  line-height: 1.3;
  text-align: left;
}
.timetable thead th {
  padding: 0.8em 0;
  font-weight: bold;
  color: var(--color-txt2);
  background: var(--color-sub-bright);
}
.timetable thead th:first-child {
  width: 33%;
}
.timetable thead th:last-child {
  width: 12%;
  letter-spacing: -0.1em;
}
.timetable tbody th {
  padding: 0.9em 0;
  white-space: nowrap;
  font-weight: normal;
  border-bottom: 1px solid var(--color-sub-bright);
}
.timetable tbody td {
  text-align: center;
  padding: 0.9em 0;
  font-size: 88%;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-sub-bright);
}
.timetable tbody td.close {
  color: var(--color-txt2);
}

@media screen and (min-width: 48em), print {
  .timetable thead th {
    padding: 0.85em 0 0.8em;
  }
  .timetable thead th:first-child {
    width: 28%;
  }
  .timetable tbody th {
    padding: 0.85em 0 0.8em;
  }
  .timetable tbody td {
    padding: 0.85em 0 0.8em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --sp-header-height: 7.0rem;
  --pc-header-height: 70px;
  --base-font-weight: 500;
  --sp-fontsize: 1.3rem;
  --pc-l-height: 1.56;
  --color-base-txt: #1a1311;
  --color-base-txt-rgb: 26,19,17;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-main-dark: #087192;
  --color-main: #1283A7;
  --color-main-rgb: 18,137,167;
  --color-main-tone1: #2493b7;
  --color-main-tone2: #4fa4c1;
  --color-main-tone3: #64b1cb;
  --color-main-light: #cce7f1;
  --color-main-pale: #dff7ff;
  --color-sub: #f4d200;
  --color-sub-rgb: 244,210,0;
  --color-sub-deep: #f6d400;
  --color-sub-bright: #ffe95e;
  --color-sub-light: #fff197;
  --color-sub-pale: #fff8cb;
  --color-txt1: #4b4b4b;
  --color-txt2: #575757;
  --color-txt3: #f47a00;
  --color-bg-vivid: #27c9ff;
  --color-bg-bright: #c9edf9;
  --color-bg-light: #d8f5ff;
  --color-bg-pale: #ebfaff;
  --color-bg-pale-rgb: 235,250,255;
  --color-border1: #b2b2b2;
  --color-border2: #b8b8ac;
  --color-border3: #c9c9c9;
  --color-shadow: #d1d1d1;
  --color-shadow-rgb: 209,209,209;
  --color-accent: #ffb6ae;
  --color-notice: #ff3a24;
  --color-highlight: #fff197;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-gray: #949494;
  --color-gray-rgb: 148,148,148;
  --color-palegray: #eee;
  --color-palegray-rgb: 238,238,238;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: 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 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  font-size: var(--sp-fontsize, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}

@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 {
    padding-top: 74px;
    padding-bottom: 200px;
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header .header_wrap .logo a::before {
  background-image: url(../img/logo_mark.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 47.99em) {
  #global_header .header_wrap .logo {
    max-width: 84%;
    height: 6rem;
    margin: 0 auto;
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
  #global_header .header_wrap .logo a {
    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: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  #global_header .header_wrap .logo a::before {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 5rem;
    height: 5rem;
  }
  #global_header .header_wrap .logo a img {
    max-width: calc(100% - 8rem);
  }
  #global_header .header_wrap .clinic_info {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    position: relative;
    width: 1200px;
    height: 104px;
    margin: 0 auto;
    padding: 26px 50px 0;
    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;
  }
  #global_header .header_wrap .logo {
    width: 440px;
  }
  #global_header .header_wrap .logo a {
    display: block;
  }
  #global_header .header_wrap .logo a::before {
    position: absolute;
    top: 29px;
    left: calc(50% - 79px);
    z-index: 1;
    display: block;
    width: 158px;
    height: 158px;
  }
  #global_header .header_wrap .clinic_info {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 250px 146px;
    grid-template-columns: 250px 146px;
    width: 440px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #global_header .header_wrap .clinic_info .clinic_contact .phone {
    font-size: 3rem;
    line-height: 1;
    color: var(--color-main);
  }
  #global_header .header_wrap .clinic_info .clinic_contact .adr {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  #global_header .header_wrap .clinic_info .clinic_contact .adr::before {
    display: inline-block;
    margin-right: 3px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80b';
    color: var(--color-main);
  }
  #global_header .header_wrap .clinic_info .rsv .btn {
    display: block;
    font-size: 2rem;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--color-bg-pale-rgb), 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1;
  }
  .js-overlay::after {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    display: block;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    color: var(--color-white);
    background: var(--color-main);
    font-family: "fontello";
    font-weight: normal;
    content: '\e806';
  }
  .js-overlay::before {
    position: absolute;
    top: 1.5rem;
    left: 1.8rem;
    display: block;
    width: 50%;
    height: 2rem;
    background-image: url(../img/logo_name.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    content: "";
  }
  .js-sp_sticky {
    z-index: 2;
  }
  body.spnav_modal .js-sp_sticky {
    z-index: 1;
  }
  .js-sp_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .js-sp_box {
    display: none;
    position: fixed;
    top: 5rem;
    left: 4vw;
    z-index: 5;
    width: 92vw;
    min-height: 50vh;
    max-height: 90svh;
    overflow-y: auto;
  }
  .js-sp_box.is_open {
    display: block;
  }
}
@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;
    width: 100%;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#sp_nav a, #global_nav a {
  display: block;
}
#sp_nav button, #global_nav button {
  width: 100%;
  overflow: hidden;
}

#global_nav .gnav > li > a, #global_nav .gnav > li button {
  font-weight: 700;
  text-align: center;
}
#global_nav .sub_btn {
  width: 100%;
}
#global_nav .sub_btn::after {
  display: inline-block;
  margin-left: 3px;
  color: var(--color-main-tone3);
  line-height: 1;
  content: "▼";
}
#global_nav .sub_btn.is_open {
  color: var(--color-main-tone3);
}
#global_nav .sub_btn.is_open::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
#global_nav .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#global_nav .subnav li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-right: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}
#global_nav .subnav li a {
  white-space: nowrap;
  color: var(--color-white);
  background: rgba(var(--color-main-rgb), 0.95);
}
#global_nav .subnav li a::before {
  content: "・";
}

@media screen and (max-width: 47.99em) {
  #sp_nav {
    width: 100%;
    padding: 0.5rem 0.5rem;
    line-height: 1;
    background: rgba(var(--color-base-bg-rgb), 0.85);
    -webkit-box-shadow: 0 0.3rem 0.3rem rgba(var(--color-shadow-rgb), 0.2);
            box-shadow: 0 0.3rem 0.3rem rgba(var(--color-shadow-rgb), 0.2);
  }
  #sp_nav .lnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #sp_nav .lnav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #sp_nav .lnav > li ~ li {
    border-left: 2px dotted var(--color-border1);
  }
  #sp_nav .lnav > li a, #sp_nav .lnav > li button {
    padding: 0.3rem 0;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #sp_nav .lnav > li a::before, #sp_nav .lnav > li button::before {
    display: block;
    margin-bottom: 0.8rem;
    font-family: "fontello";
    font-weight: normal;
    font-size: 1.6rem;
    color: var(--color-main-tone3);
  }
  #sp_nav .lnav > li .a_home::before {
    content: "\e80b";
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #sp_nav .lnav > li .a_phone::before {
    content: "\e80a";
  }
  #sp_nav .lnav > li .a_rsv::before {
    content: "\e80c";
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #sp_nav .lnav > li .a_access::before {
    content: "\e805";
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #sp_nav .lnav > li #sp_btn::before {
    content: "\e802";
    -webkit-transform: scale(1.4) translateY(1px);
            transform: scale(1.4) translateY(1px);
  }
  #global_nav {
    padding: 0.5rem 2rem;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    background: var(--color-base-bg);
    -webkit-box-shadow: 0 0 1rem rgba(var(--color-shadow-rgb), 0.5);
            box-shadow: 0 0 1rem rgba(var(--color-shadow-rgb), 0.5);
  }
  #global_nav .gnav > li {
    padding: 0.5rem 0;
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px dotted var(--color-border1);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    padding: 0.8rem 2rem;
  }
  #global_nav .subnav {
    margin: 0 0 1rem;
  }
  #global_nav .subnav li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #global_nav .subnav li a {
    padding: 0.8rem 1rem;
  }
}
@media screen and (min-width: 48em), print {
  #sp_nav {
    display: none;
  }
  #global_nav {
    height: 60px;
    padding: 17px 0;
    background: rgba(var(--color-base-bg-rgb), 1);
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 calc(50% - 600px + 50px);
  }
  #global_nav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 2px dotted var(--color-border1);
  }
  #global_nav .gnav > li:first-child {
    border-left: 2px dotted var(--color-border1);
  }
  #global_nav .gnav > li:nth-child(3) {
    margin-right: 110px;
    border-right: 2px dotted var(--color-border1);
    -webkit-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
  }
  #global_nav .gnav > li:nth-child(4) {
    margin-left: 110px;
    border-left: 2px dotted var(--color-border1);
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
  }
  #global_nav .gnav > li.rsv {
    display: none;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    font-size: 1.6rem;
    line-height: 26px;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li button:hover {
    color: var(--color-main-tone3);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 1;
    min-width: 350px;
  }
  #global_nav .gnav > li.sub .subnav {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #global_nav .gnav > li.sub .subnav li a {
    padding: 9px 3px;
  }
  #global_nav .gnav > li.sub .subnav li a:hover {
    background: var(--color-main-tone3);
  }
  #global_nav.is_sticky {
    height: 40px;
    padding: 6px 0;
    background: rgba(var(--color-base-bg-rgb), 0.9);
  }
  #global_nav.is_sticky .gnav > li:nth-child(3) {
    margin-right: 0;
  }
  #global_nav.is_sticky .gnav > li:nth-child(4) {
    margin-left: 0;
    border-left: none;
  }
  #global_nav.is_sticky .gnav > li.sub .sub_box {
    top: 33px;
  }
  #global_nav.is_sticky .gnav > li.rsv {
    display: block;
  }
}
.overview {
  font-size: 1.3rem;
  background-color: var(--color-base-bg);
  border-top: 2px solid var(--color-main);
}
.overview .clinic_name {
  position: relative;
  width: 100%;
  height: 7rem;
}
.overview .clinic_name img {
  position: absolute;
  top: -3rem;
  left: 50%;
  height: 10rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.overview .wrap {
  padding: 3rem 5%;
}
.overview .wrap .clinic_outline {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem 0;
  width: 100%;
}
.overview .wrap .clinic_outline dt {
  width: 22%;
  padding: 0.5rem 0;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
.overview .wrap .clinic_outline dd {
  width: 74%;
  padding: 0.5rem 0;
}
.overview .wrap .clinic_outline dd .lic {
  margin-top: 0.8rem;
  padding-left: 0.4rem;
  font-size: 86%;
  line-height: 1;
  border-left: 2px solid var(--color-main);
}
.overview .wrap .clinic_outline dd .lic li ~ li {
  margin-top: 0.5em;
}
.overview .wrap .timetable {
  margin-top: 2rem;
}
.overview .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
    background-image: url(../img/overview_bg.webp);
    background-repeat: no-repeat;
    background-position: top 143px left calc(50% + 680px);
    background-size: auto;
  }
  .overview .clinic_name {
    height: 165px;
  }
  .overview .clinic_name img {
    top: -83px;
    width: 536px;
    height: 248px;
  }
  .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: 44px 0 58px;
  }
  .overview .wrap .clinic_outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    width: 530px;
  }
  .overview .wrap .clinic_outline dt {
    width: 145px;
    padding: 3px 0 4px;
  }
  .overview .wrap .clinic_outline dd {
    width: 365px;
    padding: 3px 0 4px;
  }
  .overview .wrap .clinic_outline dd .lic {
    margin-top: 14px;
    padding-left: 8px;
    font-size: 1.6rem;
  }
  .overview .wrap .timetable {
    margin-top: 0;
    width: 530px;
  }
  .overview .gmap {
    height: 540px;
  }
  small {
    font-size: initial;
  }
}
#global_footer {
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1rem 0;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-main-tone1);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    color: var(--color-white);
    background: var(--color-main);
  }
  #global_footer .footer_wrap {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 65px 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #global_footer .footer_wrap ul {
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.8em;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer .footer_wrap ul li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_wrap ul li a:hover {
    color: var(--color-main-light);
    text-decoration: underline;
  }
  #global_footer .footer_wrap ul.gnav {
    margin-bottom: 16px;
  }
  #global_footer .footer_wrap ul.gnav .sub, #global_footer .footer_wrap ul.gnav .rsv {
    display: none;
  }
  #global_footer .copyright {
    padding: 20px 0;
    font-size: 1.4rem;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_stay {
    bottom: 205px;
  }
}

#pageup {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-sub);
  border: 2px solid var(--color-white);
  border-radius: 50%;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.3rem 0.3rem 0 rgba(var(--color-black-rgb), 0.16);
}
#pageup::before {
  font-family: "fontello";
  font-weight: 700;
  font-size: 2.4rem;
  content: "\e809";
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 64px;
    height: 64px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup::before {
    font-size: 4rem;
  }
  #pageup:hover {
    background: var(--color-sub-bright);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeToLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeToLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#keyvsl {
  position: relative;
  max-width: 100%;
  height: 17rem;
  background-color: #f5f7f9;
  background-image: url(../img/index/keyvsl01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 570px;
    background-size: auto;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}

@media screen and (min-width: 48em), print {
  .hero_wrap .catch.js-fade {
    opacity: 0;
  }
  .hero_wrap .catch.js-fade.is_active {
    -webkit-animation: fadeIn 3s ease-out 0.2s forwards;
            animation: fadeIn 3s ease-out 0.2s forwards;
  }
}
.hero_wrap {
  height: 100%;
}
.hero_wrap .catch {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1;
}
.hero_wrap .catch::before, .hero_wrap .catch::after {
  position: relative;
  content: "";
}
.hero_wrap .catch::before {
  border-top: 1px solid currentColor;
}
.hero_wrap .catch::after {
  border-bottom: 1px solid currentColor;
}
.hero_wrap .new {
  position: absolute;
  aspect-ratio: 1/1;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-sub);
  border-radius: 50%;
}
.hero_wrap .new b {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-shadow: none;
}
.hero_wrap .new em {
  display: inline-block;
  margin-top: 0.1em;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 47.99em) {
  .hero {
    margin-bottom: 4rem;
  }
  .hero_wrap {
    position: absolute;
    width: 100%;
  }
  .hero_wrap .catch {
    bottom: -4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 4rem;
    color: var(--color-white);
    background: var(--color-main-dark);
  }
  .hero_wrap .catch::before, .hero_wrap .catch::after {
    width: 0.8em;
    height: 0.8em;
  }
  .hero_wrap .catch::before {
    top: -0.9rem;
    left: 0.4rem;
    border-left: 1px solid currentColor;
  }
  .hero_wrap .catch::after {
    bottom: -0.6rem;
    right: 0.6rem;
    border-right: 1px solid currentColor;
  }
  .hero_wrap .new {
    right: 0.5rem;
    bottom: -0.5rem;
    width: 25vw;
    padding-top: 4.5vw;
    font-size: 1.1rem;
    text-shadow: 0 0 currentColor;
    border: 2px solid var(--color-white);
    -webkit-box-shadow: 0 0 0 3px var(--color-sub);
            box-shadow: 0 0 0 3px var(--color-sub);
  }
  .hero_wrap .new b {
    font-size: 1.7rem;
  }
  .hero_wrap .new em {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 48em), print {
  .hero_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
  }
  .hero_wrap .catch {
    top: 70px;
    right: 5px;
    padding: 0 10px;
    font-size: 3.2rem;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    letter-spacing: 0.12em;
    color: var(--color-main-dark);
    text-shadow: 0 0 4px var(--color-white);
  }
  .hero_wrap .catch::before, .hero_wrap .catch::after {
    width: 24px;
    height: 24px;
  }
  .hero_wrap .catch::before {
    top: 10px;
    right: -18px;
    border-right: 1px solid currentColor;
  }
  .hero_wrap .catch::after {
    bottom: 10px;
    left: -10px;
    border-left: 1px solid currentColor;
  }
  .hero_wrap .new {
    left: 0;
    bottom: -39px;
    width: 190px;
    padding-top: 32px;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    text-shadow: 0 0 currentColor, 0 0 1px currentColor, 1px 0 1px currentColor, 0 1px 1px currentColor;
    border: 3px solid var(--color-white);
    -webkit-box-shadow: 0 0 0 5px var(--color-sub);
            box-shadow: 0 0 0 5px var(--color-sub);
  }
  .hero_wrap .new b {
    font-size: 4rem;
  }
  .hero_wrap .new em {
    font-size: 3.2rem;
  }
}

body#page_index .main {
  background-image: linear-gradient(105deg, var(--color-bg-light) 15vw, var(--color-bg-pale) 15vw, var(--color-bg-pale) 20vw, transparent 20vw), linear-gradient(285deg, var(--color-bg-pale) 90vw, transparent 90vw);
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (min-width: 48em), print {
  body#page_index .main {
    background-color: var(--color-bg-pale);
    background-image: linear-gradient(105deg, var(--color-bg-light) calc(50% - 1086px), transparent calc(50% - 1086px)), linear-gradient(105deg, transparent calc(50% - 1036px), var(--color-white) calc(50% - 1036px), var(--color-white) calc(50% - 356px), transparent calc(50% - 356px));
    background-size: auto 5000px;
  }
}

.clmenu_tit, .feature_tit {
  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;
  gap: 0.5rem 0;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--color-main);
}
.clmenu_tit::before, .feature_tit::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 5rem;
  height: 5rem;
  background-image: url(../img/logo_mark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  content: "";
}
.clmenu_tit::after, .feature_tit::after {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--color-main-tone3);
  content: attr(data-title);
}
@media screen and (min-width: 48em), print {
  .clmenu_tit, .feature_tit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 20px;
    font-size: 3.5rem;
  }
  .clmenu_tit::before, .feature_tit::before {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 76px;
    height: 76px;
    margin-right: 8px;
  }
  .clmenu_tit::after, .feature_tit::after {
    padding-top: 1.5rem;
    font-size: 3rem;
  }
}

.js-news dt {
  cursor: pointer;
}
.js-news dd {
  display: none;
  word-wrap: break-word;
}
.js-news dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}

.information {
  opacity: 0;
}
.information_box {
  opacity: 0;
}
.information.js-fade.is_active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.information.js-fade.is_active .information_box {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.information .wrap {
  overflow-x: hidden;
}
.information_head {
  display: inline-block;
  height: 4rem;
  margin-left: -5%;
  padding: 0.5rem 2rem 0.5rem 10%;
  color: var(--color-white);
  background: var(--color-main);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-box-shadow: 1rem 1rem 0 var(--color-bg-light);
          box-shadow: 1rem 1rem 0 var(--color-bg-light);
}
.information_head .tit {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.information_head .tit::before {
  display: inline-block;
  margin-right: 1rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80d';
  font-size: 3rem;
}
.information_box {
  overflow-y: auto;
  max-height: 18rem;
  margin: 1.2rem 1rem 0 2rem;
  padding: 1.2rem 1rem 1.5rem 0.5rem;
}
.information_box dt {
  color: var(--color-main);
  font-weight: 700;
  font-size: 1.4rem;
}
.information_box dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e812';
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-main-tone3);
}
.information_box dt.is_open::before {
  content: "\e811";
}
.information_box dt time {
  display: inline-block;
  margin-left: 1em;
  font-weight: normal;
  font-size: 1.1rem;
  color: var(--color-txt2);
}
.information_box dt ~ dt {
  margin-top: 1.2rem;
}
.information_box dd {
  padding: 0.2rem 0 0.3rem;
}

@media screen and (min-width: 48em), print {
  .information {
    height: 354px;
    background-image: linear-gradient(90deg, var(--color-main) calc(50% - 550px), transparent calc(50% - 550px)), linear-gradient(90deg, transparent 50%, var(--color-base-bg) 50%, var(--color-base-bg) calc(50% + 658px), transparent calc(50% + 658px));
    background-repeat: no-repeat;
    background-position: 0 0, 0 42px;
    background-size: 100% 305px, 100% 312px;
  }
  .information .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;
  }
  .information_head {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 284px;
    height: 305px;
    margin-left: 0;
    margin-bottom: 24px;
    padding: 0 0 0 72px;
    -webkit-box-shadow: 24px 24px 0 var(--color-bg-light);
            box-shadow: 24px 24px 0 var(--color-bg-light);
  }
  .information_head .tit {
    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;
    row-gap: 20px;
    height: 100%;
    font-size: 3rem;
  }
  .information_head .tit::before {
    display: block;
    margin-right: 0;
    font-size: 8rem;
  }
  .information_box {
    width: 850px;
    max-height: 260px;
    margin: 62px 0 0;
    padding: 15px 50px 15px 5px;
  }
  .information_box dt {
    padding-left: 34px;
    font-size: 1.8rem;
  }
  .information_box dt::before {
    display: inline-block;
    margin-left: -34px;
    margin-right: 10px;
    font-size: 2.4rem;
    line-height: 1;
  }
  .information_box dt time {
    margin-left: 16px;
    font-size: 1.6rem;
  }
  .information_box dt ~ dt {
    margin-top: 15px;
  }
  .information_box dd {
    padding: 5px 0 5px 34px;
  }
}
.feature_tit.js-fade {
  opacity: 0;
}
.feature_tit.js-fade.is_active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.feature_box .box.js-fade {
  opacity: 0;
}
@media screen and (max-width: 47.99em) {
  .feature_box .box.js-fade.is_active {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media screen and (min-width: 48em), print {
  .feature_box .box.js-fade:nth-child(odd).is_active {
    -webkit-animation-name: fadeToRight;
            animation-name: fadeToRight;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .feature_box .box.js-fade:nth-child(even).is_active {
    -webkit-animation-name: fadeToLeft;
            animation-name: fadeToLeft;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.feature_symptoms.js-fade {
  opacity: 0;
}
@media screen and (max-width: 47.99em) {
  .feature_symptoms.js-fade.is_active {
    -webkit-animation-name: fadeUp;
            animation-name: fadeUp;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media screen and (min-width: 48em), print {
  .feature_symptoms.js-fade.is_active {
    -webkit-animation-name: fadeToLeft;
            animation-name: fadeToLeft;
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
    -webkit-animation-timing-function: cubic-bezier(0.52, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.52, 0, 0.58, 1);
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.feature {
  padding: 5rem 5% 2rem;
}
.feature_tit {
  text-indent: -1em;
}
.feature_tit::after {
  text-indent: 0;
}
.feature_box {
  counter-reset: fNum 0;
  margin-top: 1.5rem;
}
.feature_box .box {
  counter-increment: fNum 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.5rem;
}
.feature_box .box .tit {
  display: flow-root;
  margin: 0.5rem 0 1rem;
  padding: 0.5rem 0;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--color-txt2);
  border-bottom: 1px solid var(--color-main);
}
.feature_box .box .tit::before {
  float: left;
  display: inline-block;
  margin-right: 1.5rem;
  height: 4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 4.8rem;
  line-height: 1;
  color: var(--color-main-tone2);
  content: counter(fNum, decimal-leading-zero);
}
.feature_box .box .tit em {
  font-weight: 700;
  color: var(--color-main);
}
.feature_box .box .txt {
  margin-bottom: 0;
}
.feature_box .box .img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}
.feature_box .box .img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6.5%;
  height: 70%;
  border-right: 2px solid var(--color-sub);
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  content: "";
}
.feature_box .box .img img {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 70%, 12.5% 0, 100% 0);
}
.feature_symptoms {
  margin: 2.5rem 0.5rem 0;
  padding: 1.5rem;
  color: var(--color-white);
  background: var(--color-main);
  -webkit-box-shadow: -1rem 1rem 0 rgba(var(--color-sub-rgb), 0.5), 1rem 1rem 0 rgba(var(--color-sub-rgb), 0.5);
          box-shadow: -1rem 1rem 0 rgba(var(--color-sub-rgb), 0.5), 1rem 1rem 0 rgba(var(--color-sub-rgb), 0.5);
}
.feature_symptoms .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}
.feature_symptoms .tit::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 4.4rem;
  height: 4.4rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80e';
  font-size: 3rem;
  text-align: center;
  line-height: 4.4rem;
  border-radius: 50%;
  color: var(--color-main);
  background: var(--color-sub-bright);
}
.feature_symptoms .lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 3rem;
  margin-top: 1.5rem;
  padding: 0.8rem 1rem;
  border-top: 1px dotted var(--color-white);
  border-bottom: 1px dotted var(--color-white);
}
.feature_symptoms .lst li {
  padding-left: 1.8rem;
  line-height: 1.2;
}
.feature_symptoms .lst li::before {
  display: inline-block;
  margin-left: -1.8rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.3rem;
  background-image: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  vertical-align: text-top;
  content: "";
}

@media screen and (max-width: 47.99em) {
  .feature_box .box:nth-child(3) .tit::before,
  .feature_box .box:nth-child(4) .tit::before {
    float: none;
    vertical-align: middle;
  }
}
@media screen and (min-width: 48em), print {
  .feature {
    padding: 40px 0 24px;
    background-image: linear-gradient(75deg, transparent 155px, var(--color-main) 156px), linear-gradient(75deg, transparent 155px, rgba(var(--color-sub-rgb), 0.5) 156px);
    background-repeat: no-repeat;
    background-position: right 0 bottom 24px, right 0 bottom 0;
    background-size: calc(50% + 613px) 368px, calc(50% + 637px) 368px;
  }
  .feature .wrap {
    padding: 0 50px;
  }
  .feature_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 126px;
    margin-top: 46px;
  }
  .feature_box .box {
    width: 487px;
    margin-bottom: 0;
  }
  .feature_box .box .tit {
    display: block;
    margin: 10px 0 15px;
    padding: 0 0 2px;
    font-size: 2.2rem;
  }
  .feature_box .box .tit::before {
    float: none;
    margin-right: 18px;
    height: auto;
    font-size: 4.8rem;
    letter-spacing: 0.01em;
  }
  .feature_box .box .txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .feature_box .box .img::after {
    width: 30px;
    height: 218px;
  }
  .feature_box .box .img img {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 67%, 12% 0, 100% 0);
  }
  .feature_symptoms {
    height: 368px;
    margin: 88px 0 0 156px;
    padding: 53px 124px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
  .feature_symptoms .tit {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 3rem;
  }
  .feature_symptoms .tit::before {
    width: 86px;
    height: 86px;
    padding-left: 10px;
    font-size: 5.8rem;
    line-height: 86px;
  }
  .feature_symptoms .lst {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 22px 100px;
    margin-top: 34px;
    padding: 23px 70px 28px;
    font-size: 2rem;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .feature_symptoms .lst li {
    padding-left: 27px;
  }
  .feature_symptoms .lst li::before {
    margin-left: -27px;
    width: 24px;
    height: 24px;
    margin-right: 3px;
  }
}
.clmenu_tit.js-fade {
  opacity: 0;
}
.clmenu_tit.js-fade.is_active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.clmenu_lst.js-fades > * {
  opacity: 0;
}
.clmenu_lst.js-fades.is_active > * {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.clmenu {
  padding: 5rem 1rem 0;
}
.clmenu_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8rem 0;
  margin-top: 2rem;
  padding: 2rem 0.5rem;
  background: var(--color-base-bg);
  border-top: 2px solid var(--color-main-tone2);
  border-bottom: 2px solid var(--color-main-tone2);
}
.clmenu_lst li {
  width: 50%;
}
.clmenu_lst li a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color-main);
}
.clmenu_lst li a::before {
  display: block;
  width: 70%;
  margin: 0 auto 0.8rem;
  aspect-ratio: 1/1;
  color: var(--color-white);
  background: var(--color-main);
  border: 2px solid var(--color-white);
  -webkit-box-shadow: 0 0 0 4px var(--color-main);
          box-shadow: 0 0 0 4px var(--color-main);
  border-radius: 50%;
  -webkit-filter: drop-shadow(0.4rem 0.6rem var(--color-shadow));
          filter: drop-shadow(0.4rem 0.6rem var(--color-shadow));
  content: "";
}
.clmenu_lst .a_internal::before {
  background-image: url(../img/index/clmenu_internal.svg);
}
.clmenu_lst .a_respiratory::before {
  background-image: url(../img/index/clmenu_respiratory.svg);
}
.clmenu_lst .a_sas::before {
  background-image: url(../img/index/clmenu_sas.svg);
}
.clmenu_lst .a_copd::before {
  background-image: url(../img/index/clmenu_copd.svg);
}
.clmenu_lst .a_nonsmoking::before {
  background-image: url(../img/index/clmenu_nonsmoking.svg);
}
.clmenu_lst .a_examination::before {
  background-image: url(../img/index/clmenu_examination.svg);
}
.clmenu_lst .a_vaccination::before {
  background-image: url(../img/index/clmenu_vaccination.svg);
}

@media screen and (min-width: 48em), print {
  .clmenu {
    padding: 90px 0 0;
  }
  .clmenu .wrap {
    padding: 0 50px;
  }
  .clmenu_lst {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 55px 60px;
    margin-top: 44px;
    padding: 60px 90px;
  }
  .clmenu_lst li {
    width: 180px;
  }
  .clmenu_lst li:nth-child(1), .clmenu_lst li:nth-child(3) {
    width: 200px;
  }
  .clmenu_lst li a {
    font-size: 2rem;
  }
  .clmenu_lst li a::before {
    width: 145px;
    margin: 0 auto 10px;
    -webkit-filter: drop-shadow(7px 7px 0 var(--color-shadow));
            filter: drop-shadow(7px 7px 0 var(--color-shadow));
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .clmenu_lst li a:hover::before {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    -webkit-filter: drop-shadow(0 10px 3px #bbb) contrast(1.3) saturate(1.2);
            filter: drop-shadow(0 10px 3px #bbb) contrast(1.3) saturate(1.2);
  }
}
.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: 10rem;
  padding: 1rem;
  color: var(--color-txt1);
  background-color: transparent;
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.heading h1 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  text-shadow: 0 0 0.3rem var(--color-white);
}
@media screen and (min-width: 48em), print {
  .heading {
    height: 229px;
    padding: 0 calc((100% - 1200px) / 2);
  }
  .heading h1 {
    font-size: 3.6rem;
    text-shadow: 0 0 6px var(--color-white);
  }
}

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

.container {
  background-image: linear-gradient(105deg, var(--color-bg-light) 20vw, var(--color-bg-pale) 20vw, var(--color-bg-pale) 25vw, transparent 25vw), linear-gradient(285deg, var(--color-bg-pale) 125vw, transparent 125vw);
  background-repeat: no-repeat;
  background-position: left top;
}
.container .main {
  margin-left: 1rem;
  margin-right: 1rem;
}
.container .main .contents > .tit_02:only-of-type {
  margin: 0 0 1rem;
}
.container .main .contents > .tit_02:only-of-type + .wrap_02 {
  padding: 2.5rem 1rem 3rem;
  background: rgba(var(--color-white-rgb), 0.85);
}
.container .main .contents > section:not(:first-of-type) {
  margin-top: 0;
  padding: 1rem 1rem 3rem;
  background: rgba(var(--color-white-rgb), 0.85);
}
.container .main .contents > section:first-of-type .tit_02 {
  margin: 0 0 1rem;
}
.container .main .contents > section:first-of-type .wrap_02 {
  padding: 2.5rem 1rem;
  background: rgba(var(--color-white-rgb), 0.85);
}
.container .main .contents .wrap_02 section {
  margin-top: 3.2rem;
}
.container .main .contents .wrap_02 section section {
  margin-top: 2.4rem;
}
.container .main .contents .wrap_02 section section section {
  margin-top: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .container {
    background-color: var(--color-bg-pale);
    background-image: linear-gradient(105deg, var(--color-bg-light) calc(50% - 1174px), transparent calc(50% - 1174px)), linear-gradient(105deg, transparent calc(50% - 1124px), var(--color-white) calc(50% - 1124px), var(--color-white) calc(50% - 204px), transparent calc(50% - 204px));
    background-size: auto 5000px;
  }
  .container .main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .container .main .contents .wrap_02 {
    display: flow-root;
  }
  .container .main .contents .wrap_02 :last-child {
    margin-bottom: 0;
  }
  .container .main .contents > .tit_02:only-of-type {
    margin: 0 0 5px;
  }
  .container .main .contents > .tit_02:only-of-type + .wrap_02 {
    padding: 50px;
  }
  .container .main .contents > section:not(:first-of-type) {
    padding: 35px 50px 50px;
  }
  .container .main .contents > section:first-of-type .tit_02 {
    margin: 0 0 5px;
  }
  .container .main .contents > section:first-of-type .wrap_02 {
    padding: 50px;
  }
  .container .main .contents .wrap_02 section {
    margin-top: 70px;
  }
  .container .main .contents .wrap_02 section section {
    margin-top: 45px;
  }
  .container .main .contents .wrap_02 section section section {
    margin-top: 30px;
  }
}
body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
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: 1px;
  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: 4px solid var(--color-main);
  outline-offset: -4px;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
body#page_clinic .slider figcaption {
  display: block;
  padding: 0.5rem 0.3rem;
  font-size: 1.6rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
@media screen and (max-width: 47.99em) {
  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: 750px;
    margin: 0 auto;
  }
  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-main);
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
  body#page_clinic .slider figcaption {
    font-size: 2.4rem;
  }
}

body#page_doctor .doctor_greeting p {
  line-height: 1.8;
}
body#page_doctor .doctor_greeting .signature {
  text-align: right;
  padding: 0 0.5rem;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 1.5rem;
}
body#page_doctor .doctor_profile > section {
  margin-top: 3rem;
}
body#page_doctor .doctor_profile .bio div {
  margin-block: 1rem;
}
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.4em;
}
body#page_doctor .doctor_profile .bio dl dt {
  width: 3.5em;
  white-space: nowrap;
}
body#page_doctor .doctor_profile .bio dl dd {
  width: calc(100% - 4.5em);
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_r {
    margin-left: 50px;
    margin-bottom: 0;
  }
  body#page_doctor .doctor_greeting .signature span {
    font-size: 1.9rem;
  }
  body#page_doctor .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-top: 40px;
  }
  body#page_doctor .doctor_profile > section {
    margin-top: 0;
  }
  body#page_doctor .doctor_profile > section dl, body#page_doctor .doctor_profile > section ul, body#page_doctor .doctor_profile > section div {
    margin-left: 15px;
  }
  body#page_doctor .doctor_profile .bio {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body#page_doctor .doctor_profile .lic {
    width: 400px;
  }
}

body#page_access .main {
  padding-bottom: 3rem;
}
body#page_access .access_info {
  margin-bottom: 2.5rem;
}
body#page_access .access_info dd {
  padding-inline: 1rem;
}
body#page_access .access_route dt ~ dt {
  margin-top: 2rem;
}
body#page_access .access_route p {
  padding-inline: 1rem;
}
body#page_access .access_route dl dd {
  padding-inline: 1rem;
}
body#page_access .timetable {
  margin-bottom: 3rem;
}
body#page_access .gmap {
  height: 44rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .main {
    padding-bottom: 80px;
  }
  body#page_access .access_info {
    margin-bottom: 60px;
  }
  body#page_access .access_info dd {
    padding-inline: 15px;
    font-size: 2rem;
  }
  body#page_access .access_route dt ~ dt {
    margin-top: 40px;
  }
  body#page_access .access_route p {
    margin-bottom: 25px;
    padding-inline: 15px;
    font-size: 1.8rem;
  }
  body#page_access .access_route dl dd {
    padding-inline: 15px;
    font-size: 1.8rem;
  }
  body#page_access .timetable {
    margin-bottom: 40px;
    font-size: 2rem;
  }
  body#page_access .gmap {
    height: 500px;
  }
}

.dl_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl_summary > dt {
  font-weight: 700;
  color: var(--color-main);
}
.dl_summary > dt::before {
  content: "●";
}
.dl_summary > dt::after {
  content: ":";
}
.dl_summary > dt.w100 {
  width: 100%;
  margin-top: 1em;
}
.dl_summary > dd {
  padding: 0 0.5em;
}
@media screen and (min-width: 48em), print {
  .dl_summary {
    margin-left: 1em;
  }
  .dl_summary > dd {
    padding: 0 3em 0 1em;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}