@charset 'UTF-8';
/* ------------------------------------------
  Utility Class
------------------------------------------ */
/* clearfix */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------
    Common
  ------------------------------------------ */
* {
  box-sizing: border-box;
  word-break: normal;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  background: #fff;
  color: #231815;
  font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体',
  'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  font-weight: 400;
  min-width: 1240px;
  position: relative;
  -webkit-text-size-adjust: none;
}

body.active {
  height: 100%;
  overflow: hidden;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75;
}

a:focus {
  outline: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

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

ul, ol {
  list-style: none;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体',
  'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

input[type='checkbox'], input[type='radio'] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}

.c_menu_box {
  display: none;
}

header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.header_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}

.header_top_logo {
  width: 391px;
}

.header_top_logo a {
  display: block;
}

.header_top_logo a img {
  width: 100%;
}

.header_top_right {
  align-items: center;
  display: flex;
}

.header_top_right_listbtn {
  display: flex;
  margin-right: 25px;
}

.header_top_right_btn {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  color: #039;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  margin-right: 10px;
  min-height: 35px;
  min-width: 120px;
  padding: 7px 12px;
}

.header_top_right_btn:last-child {
  margin-right: 0;
}

.header_top_right_phone {
  color: #039;
  display: block;
  font-size: 2.9rem;
  font-weight: bold;
  padding-left: 40px;
  pointer-events: none;
  position: relative;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff,
  0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}

.header_top_right_phone::before {
  background-image: url(../img/common/icon_phone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -1px;
  content: '';
  height: 45px;
  left: 3px;
  position: absolute;
  width: 34px;
}

.header_nav_inner {
  background-color: #fff;
  border-radius: 10px;
}

.header_nav_sp {
  display: none;
}

.header_nav_list {
  display: flex;
  justify-content: space-between;
}

.header_nav_list_item {
  position: relative;
}

.header_nav_list_item::after {
  background-image: url(../img/common/border_nav.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 50px;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

.header_nav_list_item .header_nav_list_item_link {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 70px;
  padding: 0 40px;
  text-align: center;
}

.header_nav_list_item .header_nav_list_item_link p {
  color: #039;
  font-size: 1.9rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

.header_nav_list_item .header_nav_list_item_link img {
  width: 100%;
}

.header_nav_list_item .header_nav_list_item_link div {
  margin-right: 10px;
  position: relative;
  z-index: 10;
}

.header_nav_list_item:last-child::after {
  content: none;
}

.header_nav_list_item:nth-child(6)::after {
  content: none;
}

.header_nav_list_hospital {
  width: 29px;
}

.header_nav_list_stethoscope {
  width: 32px;
}

.header_nav_list_people {
  width: 35px;
}

.header_nav_list_notice {
  width: 29px;
}

.header_nav_list_information {
  width: 35px;
}

footer {
  background-color: #039;
  padding-top: 20px;
}

.footer_main {
  margin: 0 auto 10px;
  max-width: 970px;
}

.footer_main_top {
  display: flex;
  margin-bottom: 70px;
}

.footer_main_bottom_logo {
  margin-bottom: 10px;
  margin-right: auto;
  max-width: 365px;
}

.footer_main_bottom_logo a {
  display: block;
}

.footer_main_bottom_logo a img {
  width: 100%;
}

.footer_main_bottom_detail {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer_main_bottom_detail_text {
  color: #fff;
  font-size: 1.4rem;
}

.footer_main_bottom_iconlists {
  display: flex;
  justify-content: space-between;
}

.footer_main_bottom_iconlists_item {
  margin-left: 15px;
}

.footer_main_bottom_iconlists_item a {
  display: block;
}

.footer_main_bottom_iconlists_item a i {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}

.footer_main_bottom_iconlists_item:first-child {
  margin-left: 0;
}

.footer_main_content {
  color: #fff;
  margin-right: 50px;
  min-width: 175px;
  width: max-content;
}

.footer_main_content:last-child {
  margin-right: 0;
}

.footer_main_item {
  margin-bottom: 30px;
}

.footer_main_item_title {
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 3px;
  padding-right: 3px;
}

.footer_main_item_lists_item {
  margin-bottom: 15px;
}

.footer_main_item_lists_item a {
  font-size: 1.4rem;
  padding-left: 11px;
  position: relative;
}

.footer_main_item_lists_item a::before {
  color: #fff;
  content: '';
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer_main_item_lists_item:last-child {
  margin-bottom: 0;
}

.footer_main_item:last-child {
  margin-bottom: 0;
}

.footer_copyright {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
}

.backtotop {
  bottom: 6px;
  display: none;
  height: 67px;
  position: fixed;
  right: 100px;
  width: 57px;
  z-index: 49;
}

.backtotop_img {
  margin-bottom: 5px;
  width: 100%;
}

.backtotop_img img {
  width: 100%;
}

.backtotop_text {
  color: #2355a5;
  font-size: 1.4rem;
  font-weight: bold;
}

#footer_offset {
  bottom: 0;
  height: 34px;
  position: absolute;
  right: 0;
  width: 100%;
}

.backtotop.stop {
  bottom: 6px;
  position: absolute;
  right: 100px;
}

.top_map_box {
  height: 80px;
  position: relative;
}

.nav_hover {
  background-color: #fff;
  left: 0;
  opacity: 0;
  padding-bottom: 40px;
  padding-top: 40px;
  position: absolute;
  top: 207px;
  transition: opacity .15s ease-in-out;
  visibility: hidden;
  width: 100%;
}

.nav_hover_lists {
  display: flex;
  flex-wrap: wrap;
}

.nav_hover_lists_item {
  margin-left: 24px;
  width: calc(25% - 18px);
}

.nav_hover_lists_item a {
  display: block;
  min-height: 185px;
  position: relative;
}

.nav_hover_lists_item a:hover {
  opacity: .6;
}

.nav_hover_lists_item img {
  min-height: 120px;
}

.nav_hover_lists_item_text {
  align-items: center;
  background-color: #ee9e68;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 1.9rem;
  font-weight: bold;
  justify-content: center;
  left: 0;
  line-height: 1.2;
  min-height: 65px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.nav_hover.hospital .nav_hover_lists_item_text {
  background-color: #039;
}

.nav_hover_lists_item:nth-child(4n + 1) {
  margin-left: 0;
}

.nav_hover_lists_item:nth-child(n + 5) {
  margin-top: 24px;
}

.nav_hover.hover_effect {
  opacity: 1;
  visibility: visible;
}

.hover_item_img {
  display: none;
}

.nothover_item_img {
  display: block;
}

.header_nav_list_item.hover_item .header_nav_list_item_link {
  position: relative;
}

.header_nav_list_item.hover_item .header_nav_list_item_link::before {
  background-color: #039;
  content: '';
  height: calc(100% + 15px);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .5s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 9;
}

.header_nav_list_item.hover_item .header_nav_list_item_link::after {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 22px solid #039;
  bottom: -35px;
  content: '';
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity .5s ease-in-out;
  visibility: hidden;
  width: 0;
  z-index: 9;
}

.header_nav_list_item.hover_item.hover_item_effect .hover_item_img {
  display: block;
}

.header_nav_list_item.hover_item.hover_item_effect .nothover_item_img {
  display: none;
}

.header_nav_list_item.hover_item.hover_item_effect .header_nav_list_item_link::before {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  visibility: visible;
}

.header_nav_list_item.hover_item.hover_item_effect .header_nav_list_item_link::after {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  visibility: visible;
}

.header_nav_list_item.hover_item.hover_item_effect .header_nav_list_item_link p {
  color: #fff;
}

.header_nav_list_item.hover_item.hover_item_effect .header_nav_list_item_link:hover {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.main_hours.toggle_left {
  right: -225px;
}

.main_hours {
  display: flex;
  filter: drop-shadow(0 0 5px rgba(103, 103, 103, .7));
  min-height: 270px;
  position: fixed;
  right: 0;
  top: 400px;
  transition: all .5s;
  z-index: 50;
}

.main_hours_toggle {
  align-items: center;
  background-color: #039;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-orientation: upright;
  width: 34px;
  writing-mode: vertical-lr;
}

.main_hours_toggle_text {
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 35px;
  position: relative;
}

.main_hours_toggle_text::before {
  color: #fff;
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.main_hours.toggle_left .main_hours_toggle_text::before {
  content: '\f137';
}

.main_hours_menu {
  position: relative;
  right: 0;
  width: 226px;
}

.main_hours_menu_inner {
  background-color: #fff;
  padding: 15px;
}

.main_hours_menu_title {
  align-items: center;
  background-color: #039;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 32px;
}

.main_hours_menu_detail {
  border-bottom: 1px dashed #676969;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.main_hours_menu_detail_group {
  margin-bottom: 15px;
}

.main_hours_menu_detail_group:last-child {
  margin-bottom: 0;
}

.main_hours_menu_detail_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.main_hours_menu_detail_title::after {
  background-color: #231815;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
}

.main_hours_menu_detail_title::before {
  background-color: #231815;
  content: '';
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
}

.main_hours_menu_detail_time {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.main_hours_menu_detail:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main_hours_sp {
  display: none;
}

.header_nav_list_item_toggle {
  display: none;
}

.plus_minus {
  display: none;
}

.header_top_right_phone_sp {
  display: none;
}

.header_nav_phone_sp {
  display: none;
}

.header_nav_sp_footer {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  .container {
    margin: 0 15px;
    padding: 0;
    width: auto;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
  header {
    height: 70px;
    left: inherit;
    position: relative;
    top: inherit;
    width: 100%;
    z-index: 9999;
  }
  .header_top.bgnav::after {
    opacity: 1;
  }
  .header .container {
    margin: 0 0;
  }
  .header_top {
    align-items: flex-start;
    left: 0;
    min-height: 70px;
    padding: 0 0;
    padding-bottom: 5px;
    padding-left: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
  }
  .header_top::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .header_top_logo {
    padding-top: 10px;
    position: relative;
    width: 300px;
    z-index: 2;
  }
  .header_top_logo a {
    display: block;
  }
  .header_top_logo a img {
    width: 100%;
  }
  .header_top_right {
    display: none;
  }
  .header_top_right_listbtn {
    display: none;
  }
  .header_top_right_btn {
    display: none;
  }
  .header_top_right_phone {
    display: inline-block;
    font-size: 2.5rem;
  }
  .header_top_right_phone::before {
    background-image: url(../img/common/icon_phone_nav.png);
    bottom: -4px;
    height: 43px;
    width: 36px;
  }
  .header_nav {
    background-color: #fff;
    height: 100vh;
    left: 100%;
    overflow: scroll;
    padding-bottom: 100px;
    padding-top: 10px;
    position: fixed;
    top: 70px;
    transition: all .5s;
    width: 100%;
    z-index: 999999;
  }
  .header_nav_inner {
    border-radius: 0;
  }
  .header_nav_sp {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .header_nav_sp a {
    align-items: center;
    background-color: #039;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    font-weight: bold;
    justify-content: center;
    margin-right: 10px;
    min-height: 35px;
    min-width: 120px;
    padding: 5px;
    text-align: center;
  }
  .header_nav_sp a:last-child {
    margin-right: 0;
  }
  .header_nav_list {
    border-bottom: 1px solid #767777;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 15px 20px;
  }
  .header_nav_list_item {
    position: relative;
    width: 100%;
  }
  .header_nav_list_item .spnav_toggle {
    align-items: center;
    border-top: 1px solid #767777;
    display: flex;
    min-height: 49px;
    padding-left: 15px;
    width: 100%;
  }
  .header_nav_list_item::after {
    content: none;
  }
  .header_nav_list_item .header_nav_list_item_link {
    display: inline-flex;
    min-height: inherit;
    padding: 0 0;
  }
  .header_nav_list_item .header_nav_list_item_link p {
    font-size: 1.8rem;
  }
  .header_nav_list_item:first-child {
    display: none;
  }
  .header_nav_list_item:last-child .spnav_toggle {
    min-height: 48px;
  }
  .header_nav_list_item:last-child::after {
    content: none;
  }
  .header_nav_phone_sp {
    display: block;
    margin-bottom: 17px;
    text-align: center;
  }
  .header_nav_phone_sp a {
    color: #039;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    padding-left: 35px;
    position: relative;
  }
  .header_nav_phone_sp a::before {
    background-image: url(../img/common/icon_phone_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -4px;
    content: '';
    height: 43px;
    left: 0;
    position: absolute;
    width: 36px;
  }
  .layer .header_nav {
    left: 0;
  }
  .header_top_right_phone_sp {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
  }
  .c_menu_box {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2;
  }
  .c-menu {
    background-color: #039;
    cursor: pointer;
    height: 45px;
    position: relative;
    transition: 300ms;
    width: 45px;
    z-index: 3;
  }
  .c-menu.is-open .c-menu__inner {
    background: rgba(255, 255, 255, 0);
  }
  .c-menu.is-open .c-menu__inner::before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 24px;
  }
  .c-menu.is-open .c-menu__inner::after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 24px;
  }
  .c-menu__inner {
    background: #fff;
    border-radius: 10px;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0ms 300ms;
    transition: 300ms;
    width: 24px;
  }
  .c-menu__inner::before {
    background: #fff;
    bottom: 10px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 24px;
  }
  .c-menu__inner:after {
    background: #fff;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 24px;
  }
  .c_menu_box {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .main_hours {
    display: none !important;
  }
  .main_hours_sp {
    display: block;
    margin: 15px 0 30px;
  }
  .main_hours_sp_title {
    align-items: center;
    background-color: #039;
    color: #fff;
    display: flex;
    font-size: 1.8rem;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 5px;
    min-height: 34px;
    text-align: center;
  }
  .main_hours_sp_content {
    display: flex;
    justify-content: center;
  }
  .main_hours_sp_time {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    margin-right: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    text-align: center;
  }
  .main_hours_sp_time::after {
    content: '';
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
  }
  .main_hours_sp_time.solid::after {
    background-color: #676969;
  }
  .main_hours_sp_time.dashed::after {
    background-image: url(../img/top/border_sp.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 100% 100%;
  }
  .main_hours_sp_time:last-child {
    margin-right: 0;
  }
  .nav_hover {
    display: none !important;
  }
  .backtotop {
    bottom: 0;
    right: 0;
  }
  #footer_offset {
    bottom: 0;
    height: 34px;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .backtotop.stop {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  footer {
    background-color: #039;
    padding-top: 20px;
  }
  .footer_main {
    margin: 0 auto 10px;
    max-width: inherit;
  }
  .footer_main_top {
    display: none;
  }
  .footer_main_bottom_logo {
    margin-bottom: 17px;
    margin-right: auto;
    max-width: 345px;
  }
  .footer_main_bottom_detail {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .footer_main_bottom_detail_text {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .footer_copyright {
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .plus_minus {
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 2;
  }
  .plus_minus .noactive {
    background-color: #231815;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    right: 6px;
    top: 24px;
    width: 16px;
  }
  .plus_minus span::before {
    background-color: #231815;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 16px;
  }
  .plus_minus .noactive.active::before {
    content: none;
  }
  .header_nav_list_item_toggle {
    display: none;
  }
  .header_nav_list_child_item a {
    border-top: 1px dashed #767777;
    color: #231815;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-top: 14px;
    text-align: left;
  }
  .header_nav_list_item.hover_item.hover_item_effect .header_nav_list_item_link::before {
    content: none;
  }
  .header_nav_list_item.hover_item.hover_item_effect .header_nav_list_item_link::after {
    content: none;
  }
  .hover_item_img {
    display: none !important;
  }
  .nothover_item_img {
    display: block !important;
  }
  .header_nav_list_item.hover_item.hover_item_effect .header_nav_list_item_link p {
    color: #039 !important;
  }
  .header_nav_sp_footer {
    display: block;
    padding: 0 30px;
  }
  .header_nav_sp_footer_item {
    margin-bottom: 15px;
  }
  .header_nav_sp_footer_item:last-child {
    margin-bottom: 0;
  }
  .header_nav_sp_footer a {
    color: #039;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .header_nav_list_item .header_nav_list_item_link div {
    margin-right: 20px;
    min-width: 35px;
  }
  .header_nav_list_item .header_nav_list_item_link .header_nav_list_hospital img {
    margin-right: auto;
    width: 29px;
  }

  .header_nav_list_item .header_nav_list_item_link .header_nav_list_stethoscope img {
    margin-right: auto;
    width: 32px;
  }

  .header_nav_list_item .header_nav_list_item_link .header_nav_list_people img {
    margin-right: auto;
    width: 30px;
  }

  .header_nav_list_item .header_nav_list_item_link .header_nav_list_notice img {
    margin-right: auto;
    width: 29px;
  }

  .header_nav_list_item .header_nav_list_item_link .header_nav_list_information img {
    margin-right: auto;
    width: 35px;
  }
}

@media screen and (max-width: 360px) {
  .header_top_logo {
    width: 250px;
  }
}

.header_nav_list_item_toggle.fix {
  display: none !important;
}

.sub_mv {
  margin-bottom: 60px;
  position: relative;
}
.sub_mv_img {
  height: 400px;
}
.sub_mv_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sub_mv_box {
  bottom: 65px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.sub_mv_title {
  align-items: center;
  display: inline-flex;
  font-size: 2.8rem;
  justify-content: center;
  margin-bottom: 13px;
  padding: 23px 100px;
  position: relative;
  text-align: center;
}

.sub_mv_title span {
  color: #039;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.sub_mv_title::after {
  background-color: #fff;
  content: '';
  height: 100%;
  left: 0;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.sub_mv_title:last-child {
  margin-bottom: 0;
}

.sub_mv_text {
  color: #039;
  font-size: 1.6rem;
  font-weight: bold;
}

.pagenation_box {
  display: table;
  margin: 0 auto;
}

.pagenation_list {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pagenation_list li {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.pagenation_list li a {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.pagenation_list li span {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.pagenation_list li:not(:nth-child(2)) {
  margin-left: 7px;
}

.pagenation_list li:first-child {
  margin-left: 0;
}

.pagenation_list li:last-child {
  margin-left: 0;
}

.pagenation_list .current {
  background-color: #039;
}

.pagenation_list .current span {
  color: #fff;
}

.pagenation_list .next {
  background-color: inherit;
  border: none;
  height: auto;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.pagenation_list .next a {
  font-weight: normal;
  padding-right: 17px;
}

.pagenation_list .next a::after {
  background-image: url(../img/template/arrow_left_black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

.pagenation_list .prev {
  background-color: inherit;
  border: none;
  height: auto;
  left: -80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.pagenation_list .prev a {
  font-weight: normal;
  padding-left: 17px;
}

.pagenation_list .prev a::after {
  background-image: url(../img/template/arrow_right_black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 11px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

.text_blue {
  color: #039;
}

.text_white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sub_mv {
    margin-bottom: 50px;
    position: relative;
  }
  .sub_mv_img {
    height: 150px;
  }
  .sub_mv_box {
    bottom: 50%;
    transform: translateY(50%);
  }
  .sub_mv_title {
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 15px 50px;
  }
  .sub_mv_title span {
    font-size: 2rem;
  }
  .sub_mv_text {
    font-size: 1.3rem;
    text-align: center;
  }
  .pagenation_list li {
    height: 30px;
    width: 30px;
  }
  .pagenation_list li a {
    font-size: 1.4rem;
  }
  .pagenation_list li span {
    font-size: 1.4rem;
  }
  .pagenation_list li:not(:nth-child(2)) {
    margin-left: 5px;
  }
  .pagenation_list .next {
    right: -57px;
  }
  .pagenation_list .next a {
    padding-right: 15px;
  }
  .pagenation_list .prev {
    left: -57px;
  }
  .pagenation_list .prev a {
    padding-left: 15px;
  }
}
