header {
  height: 180px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1399px) {
  header {
    height: 210px;
  }
}
@media screen and (max-width: 1399px) and (max-width: 822px) {
  header {
    height: unset;
    padding: 20px 0px 40px 0px;
  }
}
header #header_top {
  margin-top: 10px;
}
header #header_top #div_site_caption {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  font-size: clamp(10px, 1.47vw - 1.35px, 14px);
}
@media screen and (max-width: 822px) {
  header #header_top #div_site_caption {
    display: none;
  }
}
header #header_top .flexer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
header #header_top .flexer .left #img_header_logo {
  width: 160px;
}
@media screen and (max-width: 822px) {
  header #header_top .flexer .right {
    width: 100%;
  }
}
header #header_top .flexer .right #nav_top {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
header #header_top .flexer .right #nav_top > div {
  display: flex;
  align-items: center;
  gap: clamp(15px, -124.444px + 11.111vw, 40px);
}
header #header_top .flexer .right #nav_top > div > div > a {
  color: #3f3f3f;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
header #header_top .flexer .right #nav_top > div > div > a.a_nav {
  cursor: pointer;
  transition: all 0.2s;
}
header #header_top .flexer .right #nav_top > div > div > a.a_nav::before {
  content: "";
  display: block;
  width: 19px;
  height: 29px;
  background-color: #3f3f3f;
  -webkit-mask-image: url(../image/00_header/icon_nav_about.svg);
          mask-image: url(../image/00_header/icon_nav_about.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-bottom: 2px;
  transition: all 0.2s;
}
header #header_top .flexer .right #nav_top > div > div > a.a_nav.a_about::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_about.svg);
          mask-image: url(../image/00_header/icon_nav_about.svg);
}
header #header_top .flexer .right #nav_top > div > div > a.a_nav.a_timetable::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_timetable.svg);
          mask-image: url(../image/00_header/icon_nav_timetable.svg);
}
header #header_top .flexer .right #nav_top > div > div > a.a_nav.a_service::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_service.svg);
          mask-image: url(../image/00_header/icon_nav_service.svg);
}
header #header_top .flexer .right #nav_top > div > div > a.a_nav.a_symptoms::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_symptoms.svg);
          mask-image: url(../image/00_header/icon_nav_symptoms.svg);
}
header #header_top .flexer .right #nav_top > div > div > a.a_nav.a_news::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_news.svg);
          mask-image: url(../image/00_header/icon_nav_news.svg);
}
header #header_top .flexer .right #nav_top > div > div > a.a_nav.a_access::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_access.svg);
          mask-image: url(../image/00_header/icon_nav_access.svg);
}
header #header_top .flexer .right #nav_top > div > div > a.a_button {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  color: white;
  background-color: #064b80;
  padding: 6px 31px 7px 31px;
  border-radius: 100px;
  text-align: center;
  transition: all 0.2s;
}
header #header_top .flexer .right #nav_top > div > div > a.a_button:hover {
  color: white;
  background-color: #108e8e;
  transform: scale(95%);
}
header #header_top .flexer .right #nav_top > div > div:hover > a {
  color: #064b80;
}
header #header_top .flexer .right #nav_top > div > div:hover > a::before {
  background-color: #064b80;
  transform: translateY(-5px);
}
header #header_top .flexer .right #nav_top > div > div.div_dropper {
  position: relative;
  cursor: pointer;
}
header #header_top .flexer .right #nav_top > div > div.div_dropper > .div_droppy {
  padding-top: 25px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}
header #header_top .flexer .right #nav_top > div > div.div_dropper > .div_droppy > .div_droppy_lister {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2901960784);
}
header #header_top .flexer .right #nav_top > div > div.div_dropper > .div_droppy > .div_droppy_lister a {
  width: 100%;
  padding: 15px 20px;
  color: #3f3f3f;
  background-color: white;
  transition: all 0.2s;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
header #header_top .flexer .right #nav_top > div > div.div_dropper > .div_droppy > .div_droppy_lister a:hover {
  color: white;
  background-color: #064b80;
}
header #header_top .flexer .right #nav_top > div > div.div_dropper > .div_droppy > .div_droppy_lister a:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
header #header_top .flexer .right #nav_top > div > div.div_dropper > .div_droppy > .div_droppy_lister a.disable {
  color: grey;
}
header #header_top .flexer .right #nav_top > div > div.div_dropper > .div_droppy > .div_droppy_lister a.disable:hover {
  color: grey;
  background-color: white;
}
header #header_top .flexer .right #nav_top > div > div.div_dropper:hover > .div_droppy {
  opacity: 1;
  pointer-events: inherit;
}
header #header_top .flexer .right #nav_top > div > div.div_dropper:hover::after {
  border-bottom: 2px solid #064b80;
  border-right: 2px solid #064b80;
}
header #header_top .flexer .right #nav_top > div > div.div_dropper::after {
  content: "";
  display: block;
  width: 8.1842px;
  height: 8.1842px;
  border-bottom: 2px solid #3f3f3f;
  border-right: 2px solid #3f3f3f;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: rotate(45deg) translate(-45%, 45%);
}
header #header_top .flexer .right #nav_top > div > div.div_dropper::after a:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 1399px) {
  header #header_top .flexer .right #nav_top {
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 20px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1399px) and (max-width: 822px) {
  header #header_top .flexer .right #nav_top {
    align-items: center;
  }
  header #header_top .flexer .right #nav_top .sub {
    flex-direction: column;
  }
}
@media screen and (max-width: 1399px) {
  header #header_top .flexer .right #nav_top > div.main {
    width: 100%;
    gap: clamp(15px, -124.444px + 11.111vw, 40px);
  }
}
@media screen and (max-width: 1399px) and (max-width: 822px) {
  header #header_top .flexer .right #nav_top > div.main {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1399px) and (max-width: 822px) and (max-width: 582px) {
  header #header_top .flexer .right #nav_top > div.main {
    display: none;
  }
}
@media screen and (max-width: 822px) {
  header #header_top .flexer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
header #div_burger {
  display: none;
  width: 48px;
  height: 48px;
  background-color: white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99;
  transition: all 0.3s ease;
}
header #div_burger span {
  position: relative;
  width: 30px;
  height: 3px;
  background-color: #3f3f3f;
  border-radius: 3px;
  display: block;
  transition: background-color 0.3s ease;
}
header #div_burger span::before, header #div_burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #3f3f3f;
  border-radius: 3px;
  transition: transform 0.3s ease, top 0.3s ease;
}
header #div_burger span::before {
  top: -8px;
}
header #div_burger span::after {
  top: 8px;
}
header #div_burger.active span {
  background-color: transparent;
}
header #div_burger.active span::before {
  top: 0;
  transform: rotate(45deg);
}
header #div_burger.active span::after {
  top: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 582px) {
  header #div_burger {
    display: flex;
  }
}
header #div_mnav {
  background-color: white;
  position: fixed;
  top: -100%;
  left: 0px;
  width: 100%;
  padding: 50px 0px;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
  border-bottom: 1px solid #3f3f3f;
}
header #div_mnav.show {
  top: 0%;
  opacity: 1;
}
header #div_mnav .nav-group {
  display: none;
  gap: 20px;
}
header #div_mnav .nav-group.active {
  display: grid;
  animation: fadeIn 0.4s ease-out forwards;
}
header #div_mnav a {
  color: #3f3f3f;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
header #div_mnav a::before {
  content: "";
  display: block;
  width: 19px;
  height: 29px;
  background-color: #3f3f3f;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
header #div_mnav a.disable {
  opacity: 0.5;
  pointer-events: none;
}
header #div_mnav #headm-nav-main .a_about::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_about.svg);
          mask-image: url(../image/00_header/icon_nav_about.svg);
}
header #div_mnav #headm-nav-main .a_timetable::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_timetable.svg);
          mask-image: url(../image/00_header/icon_nav_timetable.svg);
}
header #div_mnav #headm-nav-main .a_service::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_service.svg);
          mask-image: url(../image/00_header/icon_nav_service.svg);
}
header #div_mnav #headm-nav-main .a_symptoms::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_symptoms.svg);
          mask-image: url(../image/00_header/icon_nav_symptoms.svg);
}
header #div_mnav #headm-nav-main .a_news::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_news.svg);
          mask-image: url(../image/00_header/icon_nav_news.svg);
}
header #div_mnav #headm-nav-main .a_access::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_access.svg);
          mask-image: url(../image/00_header/icon_nav_access.svg);
}
header #div_mnav #headm-nav-main .a_book::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_book.svg);
          mask-image: url(../image/00_header/icon_nav_book.svg);
}
header #div_mnav #headm-nav-symptoms a::before {
  -webkit-mask-image: none;
          mask-image: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 6px 0 7px;
}
header #div_mnav #headm-nav-symptoms .a_back::before {
  background-color: rgba(255, 255, 255, 0.7);
}

footer {
  background-color: #064b80;
  color: white;
}
footer #div_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 0px;
}
footer #div_top .left {
  color: white;
}
footer #div_top .left #img_logo_footer {
  margin-bottom: 40px;
}
footer #div_top .right iframe {
  width: 100%;
  height: 300px;
}
footer #div_bottom {
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  gap: 40px;
  padding-bottom: 50px;
}
footer #div_bottom .left {
  display: grid;
  gap: 20px;
  align-content: start;
  border-right: 1px solid white;
  padding-right: 40px;
}
footer #div_bottom .left .a_sns {
  color: white;
  display: flex;
  gap: 10px;
  align-items: center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer #div_bottom .middle {
  border-right: 1px solid white;
  padding-right: 40px;
  position: relative;
}
footer #div_bottom .middle .nav-group {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
footer #div_bottom .middle .nav-group.active {
  display: grid;
  animation: fadeIn 0.4s ease-out forwards;
}
footer #div_bottom .middle a {
  color: white;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
footer #div_bottom .middle a::before {
  content: "";
  display: block;
  width: 19px;
  height: 29px;
  background-color: white;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
footer #div_bottom .middle a.disable {
  opacity: 0.5;
  pointer-events: none;
}
footer #div_bottom .middle #footer-nav-main .a_about::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_about.svg);
          mask-image: url(../image/00_header/icon_nav_about.svg);
}
footer #div_bottom .middle #footer-nav-main .a_timetable::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_timetable.svg);
          mask-image: url(../image/00_header/icon_nav_timetable.svg);
}
footer #div_bottom .middle #footer-nav-main .a_service::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_service.svg);
          mask-image: url(../image/00_header/icon_nav_service.svg);
}
footer #div_bottom .middle #footer-nav-main .a_symptoms::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_symptoms.svg);
          mask-image: url(../image/00_header/icon_nav_symptoms.svg);
}
footer #div_bottom .middle #footer-nav-main .a_news::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_news.svg);
          mask-image: url(../image/00_header/icon_nav_news.svg);
}
footer #div_bottom .middle #footer-nav-main .a_access::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_access.svg);
          mask-image: url(../image/00_header/icon_nav_access.svg);
}
footer #div_bottom .middle #footer-nav-main .a_book::before {
  -webkit-mask-image: url(../image/00_header/icon_nav_book.svg);
          mask-image: url(../image/00_header/icon_nav_book.svg);
}
footer #div_bottom .middle #footer-nav-symptoms a::before {
  -webkit-mask-image: none;
          mask-image: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 6px 0 7px;
}
footer #div_bottom .middle #footer-nav-symptoms .a_back::before {
  background-color: rgba(255, 255, 255, 0.7);
}
footer #div_bottom .right {
  display: grid;
  gap: 20px;
  align-content: start;
}
footer #div_bottom .right a {
  color: white;
}
footer #div_copyright {
  color: white;
  font-size: 10px;
  text-align: center;
  background-color: #3f3f3f;
  padding: 4px 0px;
}
@media screen and (max-width: 914px) {
  footer #div_top {
    grid-template-columns: 1fr;
    padding: 50px 0px 0px 0px;
  }
  footer #div_top .left #img_logo_footer {
    display: block;
    margin: 0px auto 40px auto;
  }
  footer #div_bottom {
    flex-direction: column;
  }
  footer #div_bottom .left {
    border-right: none;
    border-bottom: 1px solid white;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  footer #div_bottom .middle {
    grid-template-columns: 1fr;
    border-right: none;
    padding-right: 0px;
    border-bottom: 1px solid white;
    padding-bottom: 40px;
  }
  footer #div_bottom .middle .nav-group {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  footer #div_bottom .middle a {
    padding: 5px 0;
  }
}

main #section_hero {
  height: max(100vh - 470px, 500px);
  background-image: url(../image/01_front/hero_background_temp2026march.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: default;
}
main #section_hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(6, 75, 128, 0.65);
  mix-blend-mode: screen;
}
main #section_hero h1 {
  position: relative;
  z-index: 1;
  color: white;
  text-shadow: 3px 3px 5px #202020;
  font-size: clamp(24px, 3vw + 1rem, 50px);
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-left: 40px;
}
@media screen and (max-width: 649px) {
  main #section_hero h1 {
    margin-left: unset;
    text-align: center;
  }
}
main #section_usefulinfo {
  margin-bottom: 100px;
}
main #section_usefulinfo .gridder {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  max-width: 1400px;
  margin: 0px auto;
}
main #section_usefulinfo .gridder .head {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 10px;
}
main #section_usefulinfo .gridder .head h2 {
  margin: 0px;
}
main #section_usefulinfo .gridder .left #div_news_lister {
  display: flex;
  flex-direction: column;
}
main #section_usefulinfo .gridder .left #div_news_lister .item {
  color: #3f3f3f;
  display: grid;
  grid-template-columns: 40px 90px auto;
  gap: 20px;
  padding: 5px 0px 6px 0px;
  margin: 0px 0px 5px 0px;
  letter-spacing: 0.05em;
  transition: all 0.2s;
}
main #section_usefulinfo .gridder .left #div_news_lister .item:hover {
  color: #108e8e;
}
main #section_usefulinfo .gridder .left #div_news_lister .item:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
main #section_usefulinfo .gridder .left #div_news_lister .item .new {
  color: #064b80;
}
main #section_usefulinfo .gridder .left #div_news_lister .item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1122px) {
  main #section_usefulinfo .gridder .left {
    grid-row-start: 2;
  }
  main #section_usefulinfo .gridder .left #div_news_lister .item {
    grid-template-columns: 40px auto;
    gap: 0px 20px;
  }
  main #section_usefulinfo .gridder .left #div_news_lister .item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    grid-column-start: 2;
  }
}
main #section_usefulinfo .gridder .right #div_timetable_frame {
  width: 100%;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable {
  border-collapse: collapse;
}
@media screen and (min-width: 1400px) {
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable {
    min-width: 600px;
  }
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable thead tr th {
  background-color: #064b80;
  color: #fff;
  padding: 3px 5px;
  text-align: left;
  letter-spacing: 0.1em;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable thead tr th:first-child {
  padding-left: 20px;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable thead tr th:last-child {
  padding-right: 20px;
}
@media screen and (max-width: 822px) {
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable thead tr th:last-child {
    padding-right: 0px;
  }
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable thead tr th.weekday {
  text-align: center;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody .tr_dept_m {
  display: none;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td {
  padding: 3px 5px;
  text-align: center;
  vertical-align: top;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td:first-child:not(.time) {
  text-align: left;
  padding-left: 20px;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td:last-child {
  padding-right: 20px;
}
@media screen and (max-width: 822px) {
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td:last-child {
    padding-right: 0px;
  }
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td.td_dept {
  letter-spacing: 0.05em;
  vertical-align: middle;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td.td_dept.tight {
  letter-spacing: 0;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td.td_dept.wider {
  letter-spacing: 0.6em;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td.td_dept.widest {
  letter-spacing: 1em;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td.time {
  text-align: left;
  letter-spacing: 0.1em;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td .icon-circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #108e8e;
  border-radius: 50%;
}
main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td .sub-text {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1122px) {
  main #section_usefulinfo .gridder .right {
    grid-row-start: 1;
  }
  main #section_usefulinfo .gridder .right #div_timetable_frame {
    width: 100%;
  }
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable {
    border-collapse: collapse;
  }
}
@media screen and (max-width: 1122px) and (max-width: 822px) {
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable thead tr th.th_dept {
    padding-left: 5px;
  }
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable thead tr th.th_time {
    display: none;
  }
}
@media screen and (max-width: 1122px) and (max-width: 822px) {
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr.tr_dept_m {
    display: table-row;
    padding: 3px 5px;
    padding-left: unset;
    background-color: #f7f9fb;
    color: #064b80;
    font-weight: 900;
  }
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr.tr_dept_m td {
    padding: 3px 5px;
  }
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td {
    padding: 3px 5px;
  }
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr:not(.tr_dept_m) td .icon-circle {
    width: 10px;
    height: 10px;
  }
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr td.td_dept {
    display: none;
  }
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable tbody tr td.time {
    font-size: 14px;
    letter-spacing: 0px !important;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1122px) {
  main #section_usefulinfo .gridder {
    grid-template-columns: 1fr;
  }
  main #section_usefulinfo .gridder .head {
    justify-content: space-between;
  }
  main #section_usefulinfo .gridder .head .a_arrow {
    font-size: 14px;
  }
  main #section_usefulinfo .gridder .right {
    min-width: 0;
  }
  main #section_usefulinfo .gridder .right #div_timetable_frame {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  main #section_usefulinfo .gridder .right #div_timetable_frame #table_timetable {
    width: 100%;
  }
}
main #section_about {
  padding: 100px 0px;
  background-color: #f7f9fb;
}
main #section_about h2 {
  font-size: clamp(20px, 1.855px + 3.636vw, 32px);
  font-weight: 700;
}
main #section_about .gridder {
  display: grid;
  grid-template-columns: 570px auto;
  max-width: 1400px;
  margin: 0px auto;
}
main #section_about .gridder .left #div_about_img_lister {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
main #section_about .gridder .left #div_about_img_lister img {
  width: clamp(200px, -19.454px + 43.891vw, 570px);
}
main #section_about .gridder .right article {
  max-width: 650px;
  margin: 100px auto 100px auto;
  position: sticky;
  top: calc(50dvh - 200px);
  line-height: 1.7;
}
@media screen and (max-width: 1343px) {
  main #section_about .gridder {
    grid-template-columns: auto auto;
    gap: 40px;
  }
}
@media screen and (max-width: 1343px) and (max-width: 829px) {
  main #section_about {
    padding: 0px 0px 40px 0px;
  }
  main #section_about > .div_desk_fill {
    max-width: unset;
  }
  main #section_about .gridder {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  main #section_about .gridder .left #div_about_img_lister {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px;
    width: 100%;
  }
  main #section_about .gridder .left #div_about_img_lister img {
    width: 100%;
  }
  main #section_about .gridder .right article {
    margin: 40px auto;
    padding: 0px 20px;
  }
}
main #section_message {
  padding: 100px 0px;
  background-color: #f7f9fb;
}
main #section_message h2 {
  font-size: clamp(20px, 1.855px + 3.636vw, 32px);
  font-weight: 700;
  margin-bottom: 50px;
}
main #section_message h3 {
  color: #064b80;
  margin-bottom: 30px;
}
main #section_message .gridder {
  display: grid;
  grid-template-columns: auto 375px;
  max-width: 1200px;
  margin: 0px auto;
  padding: 100px;
  background: white;
  gap: 40px;
}
main #section_message .gridder .left article {
  line-height: 1.7;
}
main #section_message .gridder .left article img {
  display: none;
}
main #section_message .gridder .left article #div_name_flexer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
main #section_message .gridder .left article #div_name_flexer .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
main #section_message .gridder .left article #div_name_flexer .item.title {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
}
main #section_message .gridder .left article #div_name_flexer .item .kanji {
  font-size: 26px;
  letter-spacing: 0.05em;
}
main #section_message .gridder .left article #div_name_flexer .item .kana {
  font-size: 10px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1157px) {
  main #section_message {
    padding: 0px;
    background-color: white;
  }
  main #section_message .gridder {
    grid-template-columns: auto auto;
    padding: 40px 0px;
  }
  main #section_message .gridder .left article img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 3/3.5;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  main #section_message .gridder .left article p br {
    display: none;
  }
  main #section_message .gridder .right img {
    display: none;
  }
}
@media screen and (max-width: 1157px) and (max-width: 619px) {
  main #section_message {
    background-color: white;
  }
  main #section_message .gridder {
    grid-template-columns: 1fr;
  }
  main #section_message .gridder .right img {
    margin-top: 0px;
  }
}
main #section_service {
  padding: 50px 0px;
}
main #section_service .div_desk_fill {
  max-width: min(100% - 80px, 1200px);
}
@media screen and (max-width: 649px) {
  main #section_service .div_desk_fill {
    max-width: calc(100% - 40px);
  }
}
main #section_service h2 {
  font-size: clamp(20px, 1.855px + 3.636vw, 32px);
  font-weight: 700;
  font-weight: 700;
  margin-bottom: 40px;
}
main #section_service h3 {
  font-size: 20px;
  font-weight: 700;
  color: #064b80;
  letter-spacing: 0;
}
main #section_service h3.widest {
  letter-spacing: 1em;
}
main #section_service #div_service_gridder {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 40px 0px;
  margin-bottom: 40px;
}
main #section_service #div_service_gridder .div_service {
  flex: 1;
  position: relative;
}
main #section_service #div_service_gridder .div_service:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 1px;
  background-color: #064b80;
}
main #section_service #div_service_gridder .div_service .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 220px;
}
main #section_service #div_service_gridder .div_service .content .text {
  line-height: 2;
  letter-spacing: 0rem;
}
main #section_service #div_service_gridder .div_service .content > a {
  margin: 0px auto;
  padding: 20px 20px 10px 20px;
}
@media screen and (max-width: 1486px) {
  main #section_service #div_service_gridder .div_service .content .text br {
    display: none;
  }
}
@media screen and (max-width: 1486px) and (max-width: 1299px) {
  main #section_service #div_service_gridder {
    flex-direction: column;
    gap: 40px;
    border-top: none;
    border-bottom: none;
    padding: 20px;
    background-color: #f7f9fb;
  }
  main #section_service #div_service_gridder .div_service:not(:first-child)::before {
    display: none;
  }
  main #section_service #div_service_gridder .div_service:not(:last-child) {
    border-bottom: 1px solid #064b80;
    padding-bottom: 20px;
  }
  main #section_service #div_service_gridder .div_service .content {
    height: unset;
  }
  main #section_service #div_service_gridder .div_service .content > a {
    margin: 0px 0px 0px auto;
  }
}
main #section_service ul {
  line-height: 1.7;
}

#main_service .div_desk_fill {
  max-width: min(100% - 80px, 1200px);
  padding: 100px 0px;
}
#main_service .section_lister {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 100px;
}
#main_service h1 {
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
}
#main_service h1::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #d8d8d8;
}
#main_service p {
  line-height: 1.7;
}
#main_service .div_lister {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
#main_service .div_lister .div_service {
  background-color: #f7f9fb;
  border-radius: 20px;
}
#main_service .div_lister .div_service > .left {
  padding: 40px;
}
#main_service .div_lister .div_service > .left h2 {
  font-size: 24px;
  color: #064b80;
}
#main_service .div_lister .div_service.with_img {
  display: grid;
  grid-template-columns: auto 300px;
}
#main_service .div_lister .div_service.with_img > .right img {
  max-width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1142px) {
  #main_service p br {
    display: none;
  }
  #main_service .div_lister .div_service > .right {
    padding: 20px 0px;
  }
  #main_service .div_lister .div_service.with_img {
    grid-template-columns: auto auto;
  }
  #main_service .div_lister .div_service.with_img > .right img {
    display: block;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 30vw;
    margin-left: auto;
    padding: 20px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1142px) and (max-width: 689px) {
  #main_service .div_desk_fill {
    max-width: calc(100% - 40px);
    padding: 50px 0px;
  }
  #main_service h1 {
    font-size: clamp(24px, 3vw + 1rem, 50px);
  }
  #main_service h1::after {
    display: none;
  }
  #main_service .div_lister .div_service > .left {
    padding: 20px;
  }
  #main_service .div_lister .div_service > .left h2 {
    font-size: clamp(20px, 1.855px + 3.636vw, 32px);
  }
  #main_service .div_lister .div_service.with_img {
    grid-template-columns: 1fr;
  }
  #main_service .div_lister .div_service.with_img > .right {
    padding: 0px 0px 0px 0px;
  }
  #main_service .div_lister .div_service.with_img > .right img {
    max-width: 100%;
    margin: 0px auto 0px auto;
    aspect-ratio: unset;
    padding: 0px;
    border-radius: 20px;
  }
}

#main_timetable {
  font-size: 18px;
  letter-spacing: 1.8px;
  width: 100%;
  overflow-x: hidden;
}
#main_timetable #div_section_lister {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  padding: 50px 0px;
  display: grid;
  gap: 100px;
}
@media (min-width: 1024px) {
  #main_timetable #div_section_lister {
    padding: 100px 0px;
    gap: 200px;
  }
}
#main_timetable #div_section_lister .section_timetable h1 {
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 20px 10px 20px;
  background-color: #064b80;
  color: white;
  margin: 0px auto 20px auto;
}
@media (min-width: 1024px) {
  #main_timetable #div_section_lister .section_timetable h1 {
    font-size: 24px;
  }
}
#main_timetable #div_section_lister .section_timetable h1.wide {
  letter-spacing: 0.5rem;
  text-indent: 0.5rem;
}
@media (min-width: 1024px) {
  #main_timetable #div_section_lister .section_timetable h1.wide {
    letter-spacing: 2rem;
    text-indent: 2rem;
  }
}
#main_timetable #div_section_lister .section_timetable .p_sub_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
#main_timetable #div_section_lister .section_timetable .table {
  border-top: 1px solid grey;
}
#main_timetable #div_section_lister .section_timetable .table > div {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 15px 0px;
  border-bottom: 1px solid grey;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  #main_timetable #div_section_lister .section_timetable .table > div {
    grid-template-columns: 160px repeat(7, 1fr);
    gap: 10px;
    padding: 20px 0px;
  }
}
#main_timetable #div_section_lister .section_timetable .table > div .days {
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  #main_timetable #div_section_lister .section_timetable .table > div .days {
    font-size: 16px;
  }
}
#main_timetable #div_section_lister .section_timetable .table > div .time {
  grid-column: 1/-1;
  text-align: center;
  font-weight: bold;
  background-color: #dfe8ef;
  padding: 6px;
  margin-bottom: 10px;
  font-size: 15px;
}
@media (min-width: 1024px) {
  #main_timetable #div_section_lister .section_timetable .table > div .time {
    grid-column: auto;
    text-align: left;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
#main_timetable #div_section_lister .section_timetable .table > div.head {
  background-color: #fff;
}
#main_timetable #div_section_lister .section_timetable .table > div.head .time {
  display: none;
}
@media (min-width: 1024px) {
  #main_timetable #div_section_lister .section_timetable .table > div.head .time {
    display: flex;
  }
}
#main_timetable #div_section_lister .section_timetable .table > div.period {
  padding: 0px 0px 10px 0px;
}
#main_timetable #div_section_lister .section_timetable .table > div.period .days .duty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#main_timetable #div_section_lister .section_timetable .table > div.period .days .duty .dot_box {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#main_timetable #div_section_lister .section_timetable .table > div.period .days .duty .ok {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #108e8e;
  border-radius: 50%;
  position: relative;
}
@media (min-width: 1024px) {
  #main_timetable #div_section_lister .section_timetable .table > div.period .days .duty .ok {
    width: 16px;
    height: 16px;
  }
}
#main_timetable #div_section_lister .section_timetable .table > div.period .days .duty .ok.remark span {
  color: #108e8e;
  font-size: 10px;
  position: absolute;
  top: -15px;
  left: 12px;
  white-space: nowrap;
}
#main_timetable #div_section_lister .section_timetable .table > div.period .days .duty .doctor_name {
  word-break: break-all;
}
#main_timetable #div_section_lister .section_timetable .remark_caption {
  margin-top: 15px;
  font-size: 14px;
}
#main_timetable #section_equipment {
  background-color: #f7f9fb;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  #main_timetable #section_equipment {
    padding-bottom: 100px;
  }
}
#main_timetable #div_equipment_gridder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 40px 0px;
}
@media (min-width: 600px) {
  #main_timetable #div_equipment_gridder {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  #main_timetable #div_equipment_gridder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 40px;
  }
}
#main_timetable #div_equipment_gridder img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 10px;
  border-radius: 20px;
}
#main_timetable #div_equipment_gridder .name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1024px) {
  #main_timetable #div_equipment_gridder .name {
    text-align: left;
    padding-left: 10px;
  }
}

#main_news #div_news_lister {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0px auto;
  padding: 100px 0px;
}
#main_news #div_news_lister .item {
  color: #3f3f3f;
  display: grid;
  grid-template-columns: 40px auto;
  gap: 5px 20px;
  padding: 5px 0px 6px 0px;
  margin: 0px 0px 5px 0px;
  letter-spacing: 0.05em;
  transition: all 0.2s;
}
#main_news #div_news_lister .item:hover {
  color: #108e8e;
}
#main_news #div_news_lister .item:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
#main_news #div_news_lister .item .new {
  color: #064b80;
}
#main_news #div_news_lister .item .title {
  grid-column-start: 2;
}
#main_news .pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px 0px;
}

#main_access .gridder {
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
#main_access .gridder .right iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 914px) {
  #main_access .gridder {
    grid-template-columns: 1fr;
  }
}

html {
  scroll-behavior: smooth;
}

main.single {
  padding-bottom: 100px;
}

article {
  letter-spacing: 0.06em;
}

p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: justify;
}

a {
  color: #064b80;
  transition: all 0.2s;
}
a:hover {
  color: #108e8e;
}

h1 {
  font-size: clamp(22px, 9.842px + 2.432vw, 30px);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-block-start: 0;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h2 {
  font-size: clamp(20px, 10.881px + 1.824vw, 26px);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-block-start: 0;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h3 {
  font-size: clamp(18px, 8.881px + 1.824vw, 24px);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.div_pagetop {
  padding: 100px 0px;
  background-color: #f7f9fb;
}
@media screen and (max-width: 689px) {
  .div_pagetop {
    padding: 50px 0px;
  }
}
.div_pagetop h1 {
  text-align: center;
  letter-spacing: 0.1em;
  color: #064b80;
}

.div_desk_fill {
  width: 100%;
  max-width: min(100% - 80px, 1720px);
  margin: 0px auto;
}
@media screen and (max-width: 649px) {
  .div_desk_fill {
    max-width: calc(100% - 40px);
  }
}

.a_arrow {
  color: #064b80;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.2s;
}
.a_arrow::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  -webkit-mask-image: url(../image/00_common/asset_arrow.webp);
          mask-image: url(../image/00_common/asset_arrow.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #064b80;
  transition: all 0.2s;
}
.a_arrow:hover::after {
  background-color: #108e8e;
}

.article_single,
.editor-styles-wrapper {
  max-width: 800px;
  margin: 0px auto;
  padding: 50px 50px;
  background-color: white;
}
@media screen and (max-width: 949px) {
  .article_single,
  .editor-styles-wrapper {
    padding: 0px;
  }
}
.article_single h1,
.editor-styles-wrapper h1 {
  font-size: 26px;
  margin-block-start: 80px;
  margin-block-end: 60px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #064b80;
}
.article_single h2,
.editor-styles-wrapper h2 {
  font-size: 22px;
  margin-block-start: 60px;
  margin-block-end: 20px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #064b80;
}
.article_single h3,
.editor-styles-wrapper h3 {
  font-size: 18px;
  margin-block-start: 40px;
  margin-block-end: 10px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #064b80;
}
.article_single p,
.editor-styles-wrapper p {
  margin-block-start: 30px;
  margin-block-end: 30px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: justify;
  line-height: 1.7;
}
.article_single li,
.editor-styles-wrapper li {
  line-height: 1.7;
  margin-bottom: 10px;
}
.article_single figure img,
.editor-styles-wrapper figure img {
  display: block;
  margin-block-start: 20px;
  margin-block-end: 20px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  border-radius: 20px;
}
.article_single hr,
.editor-styles-wrapper hr {
  margin-block-start: 30px;
  margin-block-end: 30px;
}
.article_single blockquote,
.editor-styles-wrapper blockquote {
  border-left: 4px solid #064b80;
  padding: 0px 20px;
  margin-block-start: 10px;
  margin-block-end: 10px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.article_single strong,
.editor-styles-wrapper strong {
  font-weight: 900;
}/*# sourceMappingURL=master.css.map */