.text-body {
  color: #454545 !important;
}

.white {
  color: #fff;
}

.lighter {
  color: #888888;
}

.purple {
  color: #9EB1D2;
}

.pink {
  color: #F4B7C9;
}

.brown {
  color: #735147;
}

.lightbrown {
  color: #B0937E;
}

.lighterbrown {
  color: #A1846F;
}

.red {
  color: #EC5870;
}

.blue {
  color: #126D9D;
}

.yellow {
  color: #FFDA00;
}

.green {
  color: #A6D51F;
}

.orange {
  color: #EC9035;
}

.lightgreen {
  color: #A5E8E8;
}

.lightblue {
  color: #5ABDE5;
}

.lighterblue {
  color: #5864DB;
}

.lightestblue {
  color: #D4EBF4;
}

.bg-orange {
  background-color: #EC9035;
}

.bg-lightorange {
  background-color: #FBB65B;
}

.bg-lighterorange {
  background-color: #F9D5A6;
}

.bg-lightestorange {
  background-color: #FFF9E0;
}

.bg-green {
  background-color: #A6D51F;
}

.bg-red {
  background-color: #EC5870;
}

.bg-blue {
  background-color: #126D9D;
}

.bg-pink {
  background-color: #F4B7C9;
}

.bg-yellow {
  background-color: #FFDA00;
}

.bg-brown {
  background-color: #735147;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-lightblue {
  background-color: #5ABDE5;
}

.bg-lighterblue {
  background-color: #5864DB;
}

.bg-lightestblue {
  background-color: #D4EBF4;
}

.bg-lightestyellow {
  background-color: #FFFFEE;
}

.bg-lightgreen {
  background-color: #A5E8E8;
}

.bg-lightergreen {
  background-color: #ddecd4;
}

.bg-lightestgreen {
  background-color: #E1EFE2;
}

.bg-lightestpink {
  background-color: #FCF4F7;
}

.bg-light2 {
  background-color: #FBFAF8;
}

.bg-lightbrown {
  background-color: #B0937E;
}

.bg-lighterbrown {
  background-color: #A1846F;
}

.bg-transgreen {
  background-color: rgba(166, 213, 31, 0.9);
}

.bg-transwhite {
  background-color: rgba(255, 255, 255, 0.9);
}

.disabled a, a.disabled {
  pointer-events: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
}

body {
  color: #454545;
  overflow-wrap: anywhere;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif;
  border-bottom: 5px solid #5ABDE5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

main {
  line-height: 1.75;
}

ul, ol {
  margin-left: 0;
}

p, li, dd, .table td, .table-striped > tbody > tr:nth-of-type(2n+1) > *, captuion, figcaption, small {
  color: #454545;
}

h1, h2, h3, h4, h5, h6, .bold, .bold li, strong, b, table th, table.table th, table.table.table-striped th, dt, .gnav a.mainmenu {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "YuGothic", "Yu Gothic", "Meiryo UI", sans-serif;
  font-weight: 500;
  color: #555;
}

main img, aside img {
  height: auto;
  max-width: 100%;
}

.svh100 {
  height: 100svh;
}

.max1700 {
  max-width: 1700px !important;
}

.max1200 {
  max-width: 1200px !important;
}

.max1080 {
  max-width: 1080px !important;
}

.max980 {
  max-width: 980px !important;
}

.max880 {
  max-width: 880px !important;
}

.max780 {
  max-width: 780px !important;
}

.max650 {
  max-width: 650px !important;
}

.va0 {
  vertical-align: 0px;
}

.va-1 {
  vertical-align: -0.063rem;
}

.va-2 {
  vertical-align: -0.125rem;
}

.va-3 {
  vertical-align: -0.188rem;
}

.va-4 {
  vertical-align: -0.25rem;
}

.va-5 {
  vertical-align: -0.313rem;
}

.va1 {
  vertical-align: 0.063rem;
}

.va2 {
  vertical-align: 0.125rem;
}

.va3 {
  vertical-align: 0.188rem;
}

.va4 {
  vertical-align: 0.25rem;
}

.va5 {
  vertical-align: 0.313rem;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex100 {
  z-index: 100;
}

.zindex1021 {
  z-index: 1021;
}

.zindex1031 {
  z-index: 1031;
}

.zindex1100 {
  z-index: 1100;
}

.smallest {
  font-size: 0.7rem;
  letter-spacing: normal;
}

.fs8 {
  font-size: 0.8rem;
}

.fs9 {
  font-size: 0.9rem;
}

.fs11 {
  font-size: 1.1rem;
}

.roundedtop {
  border-radius: 1rem 1rem 0 0;
}

.roundedbottom {
  border-radius: 0 0 1rem 1rem;
}

.rounded-topleft {
  border-top-left-radius: 0.5rem;
}

.rounded-bottomleft {
  border-bottom-left-radius: 0.5rem;
}

.rounded-topright {
  border-top-right-radius: 0.5rem;
}

.rounded-bottomright {
  border-bottom-right-radius: 0.5rem;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.shadow-m {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.textshadow-l {
  text-shadow: -2px -2px 1px #ffffff, -2px -1px 1px #ffffff, -2px 0px 1px #ffffff, -2px 1px 1px #ffffff, -2px 2px 1px #ffffff, -1px -2px 1px #ffffff, -1px -1px 1px #ffffff, -1px 0px 1px #ffffff, -1px 1px 1px #ffffff, -1px 2px 1px #ffffff, 0px -2px 1px #ffffff, 0px -1px 1px #ffffff, 0px 1px 1px #ffffff, 0px 2px 1px #ffffff, 1px -2px 1px #ffffff, 1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 1px 1px 1px #ffffff, 1px 2px 1px #ffffff, 2px -2px 1px #ffffff, 2px -1px 1px #ffffff, 2px 0px 1px #ffffff, 2px 1px 1px #ffffff, 2px 2px 1px #ffffff;
}

.textshadow-m {
  text-shadow: -2px -2px 2px #ffffff, -2px -1px 2px #ffffff, -2px 0px 2px #ffffff, -2px 1px 2px #ffffff, -2px 2px 2px #ffffff, -1px -2px 2px #ffffff, -1px -1px 2px #ffffff, -1px 0px 2px #ffffff, -1px 1px 2px #ffffff, -1px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -1px 2px #ffffff, 0px 1px 2px #ffffff, 0px 2px 2px #ffffff, 1px -2px 2px #ffffff, 1px -1px 2px #ffffff, 1px 0px 2px #ffffff, 1px 1px 2px #ffffff, 1px 2px 2px #ffffff, 2px -2px 2px #ffffff, 2px -1px 2px #ffffff, 2px 0px 2px #ffffff, 2px 1px 2px #ffffff, 2px 2px 2px #ffffff;
}

.gmap {
  min-height: 33rem;
}

strong {
  background: linear-gradient(transparent 10%, #fcf8e3 10%, #fcf8e3 90%, transparent 90%, transparent 100%);
}

a {
  color: #126D9D;
}
@media (hover: hover) {
  a:hover {
    color: #5ABDE5;
  }
  a:hover img, a:hover .hover {
    opacity: 0.75;
  }
}

.js-tel a {
  text-decoration: none !important;
  color: inherit !important;
}

.mybtn, .mybtn-outline {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #5ABDE5;
  border-radius: 50rem;
  text-decoration: none;
  line-height: 1.25;
  padding: 1rem 1rem 1rem 1.5rem;
  font-feature-settings: "palt";
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 12.5rem;
}
.mybtn::after, .mybtn-outline::after {
  font-family: bootstrap-icons !important;
  content: "\f285";
  margin-left: 1rem;
}
.mybtn[href$=".pdf"]::after, [href$=".pdf"].mybtn-outline::after {
  content: "\f756";
}
.mybtn[href^="https://"]::after, [href^="https://"].mybtn-outline::after, .mybtn[href^="http://"]::after, [href^="http://"].mybtn-outline::after {
  content: "\f1c5";
}
.mybtn[href^="#"]::after, [href^="#"].mybtn-outline::after {
  content: "\f282";
}
.mybtn.noicon::after, .noicon.mybtn-outline::after {
  content: none;
}

.mybtn-outline {
  background: transparent;
  border: 1px solid #126D9D;
  color: #126D9D;
}

.btn-pageup {
  background: transparent;
  border: 1px solid #126D9D;
  color: #126D9D;
  width: 3rem;
  height: 3rem;
}

@media (hover: hover) {
  .mybtn:hover, .mybtn-outline:hover {
    color: #fff;
    background-color: #126D9D;
  }
  .btn-pageup:hover {
    color: #fff;
    background-color: #126D9D;
  }
}
a.mainmenu {
  text-decoration: none;
}

.gnav a.mainmenu {
  display: block;
  padding: 1rem 0.5rem;
}
.gnav a.mainmenu.current {
  color: #126D9D;
  background: linear-gradient(0deg, #126D9D 0%, #126D9D 1px, transparent 1px, transparent 100%);
  text-decoration: none;
}
@media (hover: hover) {
  .gnav a.mainmenu:hover {
    color: #126D9D;
    background: linear-gradient(0deg, #126D9D 0%, #126D9D 1px, transparent 1px, transparent 100%);
    text-decoration: none;
  }
}

.dropdown .dropdown-toggle.show::after {
  transform: rotate(-45deg);
  vertical-align: middle;
}

.dropdown .dropdown-toggle::after {
  width: 6px;
  height: 6px;
  border-left: none;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
}

.gnav .dropdown-menu a {
  font-size: 0.9rem;
  color: #454545;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0.5rem;
}
.gnav .dropdown-menu a.current {
  color: #126D9D;
}
@media (hover: hover) {
  .gnav .dropdown-menu a:hover {
    color: #126D9D;
  }
}

.footer-nav li {
  margin-bottom: 0.5rem;
}

.footer-nav li a {
  white-space: normal;
  color: #454545;
  font-size: 0.9rem;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
@media (hover: hover) {
  .footer-nav li a:hover {
    color: #126D9D;
  }
}

.offcanvas {
  border-radius: 1.5rem 0 0 1.5rem;
}
.offcanvas ul.offcanvas-nav {
  border-bottom: 1px solid #ddd;
}
.offcanvas a.mainmenu {
  border-top: 1px solid #ddd;
  color: #454545;
  display: block;
  padding: 1.25rem 0rem;
}
.offcanvas a.mainmenu.dropdown-toggle::after {
  display: none;
}
.offcanvas a.mainmenu.dropdown-toggle {
  position: relative;
}
.offcanvas a.mainmenu.dropdown-toggle::before {
  font-family: bootstrap-icons !important;
  content: "\f282";
  font-size: 1rem;
  display: inline-block;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.offcanvas a.mainmenu.show.dropdown-toggle::before {
  transform: translateY(-50%) rotate(180deg);
}
.offcanvas ul.dropdown-menu.show {
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 1rem 1rem !important;
  display: block;
}
.offcanvas ul.dropdown-menu.show a {
  color: #454545;
  text-decoration: none;
  display: block;
  padding: 0.75rem 0rem;
}

table.table.timetable th {
  background: #fff;
}
table.table.timetable th, table.table.timetable td {
  padding: 0.5rem 0.25rem;
}
table.table.timetable tr:nth-child(n+2) td:nth-child(n+2) {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif;
  color: #5ABDE5;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  background: #FBFAF8;
  box-shadow: none;
}

.table-large th {
  padding: 1rem;
}
.table-large td {
  padding: 1rem 1rem 1rem 0;
}

.table-layout {
  table-layout: fixed;
}

.table-last-right td:last-child {
  text-align: right;
}

.capshape {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo UI", sans-serif !important;
}

main ol:not(.list-unstyled),
main ul:not(.nav-mytabs):not(.list-unstyled) {
  padding-left: 1.5rem;
}
main ol:not(.list-unstyled) li,
main ul:not(.nav-mytabs):not(.list-unstyled) li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
main ol:not(.list-unstyled) li::marker,
main ul:not(.nav-mytabs):not(.list-unstyled) li::marker {
  color: #ef8db0;
}

ul.list50 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
ul.list50 li {
  width: calc((100% - 1rem) / 2);
}

ul.list-inline {
  padding-left: 0;
}
ul.list-inline li {
  display: inline;
}

ul.checklist li {
  background: url("../images/check-circle.svg") left top 0.25rem/1rem no-repeat;
  padding: 0rem 0 0rem 2rem;
}
ul.checklist li:not(:last-child) {
  padding-bottom: 1rem;
}

dl.qanda dt, dl.qanda dd {
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
dl.qanda dt {
  background: url("../images/cha5.svg") left 1.5rem center/3rem no-repeat #FBFAF8;
  position: relative;
}
dl.qanda dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #126D9D;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
dl.qanda dd {
  margin: 1rem 0 2rem;
  background: url("../images/cha4.svg") left 1.5rem center/3rem no-repeat;
}

ol.flowchart li {
  padding: 1.5rem;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}
ol.flowchart li:not(:last-child) {
  margin-bottom: 1rem;
}
ol.flowchart li:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #A6D51F;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.breadcrumb-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

@media (max-width: 767.98px) {
  :target {
    scroll-margin-top: var(--header-sp-height);
  }
  html {
    font-size: clamp(0.75rem, 0.023rem + 3.64vw, 1rem);
  }
  .header {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .s-small {
    font-size: 0.9rem !important;
  }
  .s-smaller {
    font-size: 0.8rem !important;
  }
  .s-smallest {
    font-size: 0.7rem !important;
  }
  table.table-break th {
    display: block;
  }
  table.table-break td {
    display: block;
    padding-top: 0;
  }
  footer {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1399.98px) {
  header .logo {
    width: 15rem;
  }
}
@media (min-width: 768px) {
  :target {
    scroll-margin-top: var(--header-pc-height);
  }
  html {
    font-size: clamp(0.875rem, 0.625rem + 0.5vw, 1rem);
  }
  ul.list-md-50 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  ul.list-md-50 li {
    width: calc((100% - 1rem) / 2);
  }
  .m-large {
    font-size: 1.1rem;
  }
  .m-larger {
    font-size: 1.25rem;
  }
  .m-largest {
    font-size: 1.5rem;
  }
  /* .gnav {
  	position: relative;
  }
  .gnav .dropdown {
  	position: static;
  }
  .gnav .dropdown-menu {
  	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	top: 100%;
  	width: 100%;
  	max-width: 980px;
  	margin: 0 auto;
  } */
}
@media print {
  @page {
    margin: 5mm;
    size: 364mm 515mm;
  }
  body .header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}
.kv {
  min-height: auto;
  height: 120vw;
}

.kv1 {
  background: url("../images/kv1.jpg") center center/cover no-repeat;
}

.kv2 {
  background: url("../images/kv2.jpg") center center/cover no-repeat;
}

@media (min-width: 768px) {
  .kv {
    min-height: 380px;
    height: 38vw;
  }
}
.index h1 {
  font-size: 1.5rem;
}
.index h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  border-left: 4px solid #5ABDE5;
}
.index h2 span {
  display: block;
  font-size: 0.8rem;
  color: #5ABDE5;
}
.index h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #126D9D;
}
.medico-info-list .accordion-container {
  border-bottom: 1px solid #ddd;
}
.medico-info-list .accordion-item {
  border-top: 1px solid #ddd;
  line-height: 1.5;
}
.medico-info-list .accordion-header {
  padding: 1rem 2rem 1rem 0;
  font-weight: 500;
  position: relative;
}
.medico-info-list .accordion-header::marker {
  content: none;
}
.medico-info-list .accordion-header::after {
  font-family: bootstrap-icons !important;
  content: "\f282";
  display: inline-block;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.medico-info-list .open .accordion-header::after {
  transform: translateY(-50%) rotate(180deg);
}

.index-greeting {
  background: url("../images/bg1.jpg") left top/cover no-repeat;
}

ul.index-treatments-cards li {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
ul.index-treatments-cards li a {
  display: block;
  text-align: center;
  padding: 2rem 1rem 1rem;
  text-decoration: none;
  color: #454545;
  height: 100%;
}
ul.index-treatments-cards li a::before {
  content: "";
  display: block;
  background: #126D9D;
  border-radius: 50rem;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.index-treatments-cards li:nth-child(1) a::before {
  background-image: url("../images/menu1.svg");
}
ul.index-treatments-cards li:nth-child(2) a::before {
  background-image: url("../images/menu2.svg");
}
ul.index-treatments-cards li:nth-child(3) a::before {
  background-image: url("../images/menu3.svg");
}
ul.index-treatments-cards li:nth-child(4) a::before {
  background-image: url("../images/menu4.svg");
}
ul.index-treatments-cards li:nth-child(5) a::before {
  background-image: url("../images/menu5.svg");
}
ul.index-treatments-cards li:nth-child(6) a::before {
  background-image: url("../images/menu6.svg");
}
ul.index-treatments-cards li:nth-child(7) a::before {
  background-image: url("../images/menu7.svg");
}
ul.index-treatments-cards li:nth-child(8) a::before {
  background-image: url("../images/menu8.svg");
}

.treatments-card-title {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (hover: hover) {
  ul.index-treatments-cards li a:hover::before {
    background-color: #5ABDE5;
  }
  ul.index-treatments-cards li:nth-child(2n) a:hover::before {
    background-color: #F4B7C9;
  }
}
@media (hover: none) {
  ul.index-treatments-cards li a:active::before {
    background-color: #5ABDE5;
  }
  ul.index-treatments-cards li:nth-child(2n) a:hover::before {
    background-color: #F4B7C9;
  }
}
@media (max-width: 767.98px) {
  ul.index-treatments-cards li a::before {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (min-width: 768px) {
  .index h1 {
    font-size: 2.25rem;
  }
  .index h2 {
    font-size: 2.25rem;
  }
  .index h3 {
    font-size: 2rem;
  }
}
.subpages .pagetitle {
  padding: 4rem 0;
  background: #FBFAF8;
}
.subpages h1 {
  font-size: 1.25rem;
}
.subpages h1::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.5rem;
  background: url("../images/cha3.svg") center center/contain no-repeat;
}
.subpages.doctor h1::before {
  background-image: url("../images/cha2.svg");
}
.subpages.first h1::before {
  background-image: url("../images/cha1.svg");
}
.subpages.access h1::before {
  background-image: url("../images/cha6.svg");
}
.subpages.recruit h1::before {
  background-image: url("../images/cha7.svg");
}
.subpages h2 {
  font-size: 1.25rem;
  margin: 3rem 0 1.5rem;
  border-left: solid 4px #5ABDE5;
  padding: 1rem 0rem 1rem 1.5rem;
}
.subpages h3 {
  font-size: 1.15rem;
  margin: 2rem 0 1rem;
  background: #D4EBF4;
  border-radius: 0rem;
  padding: 1rem 1rem;
}
.subpages h2 + section h3,
.subpages h2 + h3 {
  margin-top: 0rem;
}
.subpages h4 {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  border-bottom: dotted 2px #5ABDE5;
}
.subpages h3 + section h4,
.subpages h3 + h4 {
  margin-top: 0rem;
}
.subpages h5 {
  font-size: 1.05rem;
  color: #126D9D;
}
.subpages h6 {
  font-size: 1rem;
}
.subpages .carousel-indicators button {
  height: 10px !important;
  width: 10px !important;
  background-color: #555 !important;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .subpages .pagetitle {
    padding: 5rem 0;
  }
  .subpages h1 {
    font-size: 2rem;
  }
  .subpages h1::before {
    width: 4rem;
    height: 4rem;
  }
  .subpages h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  .subpages h3 {
    font-size: 1.25rem;
  }
}