/* Furukawa Header/Footer scoped styles */
.furukawa-hf {
  --text-color: #555555;
  --main-color: #6cb87e;
  --sub-color: #6cb4b8;
  --bg-color: #f7f7f7;
  --border-color: #e0e0e0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

.furukawa-hf *,
.furukawa-hf *::before,
.furukawa-hf *::after {
  box-sizing: border-box;
}

.furukawa-hf a {
  color: var(--main-color);
  text-decoration: none;
  transition: 0.5s;
}

.furukawa-hf a:hover {
  color: var(--sub-color);
}

.furukawa-hf img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.furukawa-hf ul,
.furukawa-hf li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.furukawa-hf dl,
.furukawa-hf dt,
.furukawa-hf dd {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

.furukawa-hf [href^="tel"]:hover {
  cursor: default;
  color: var(--main-color);
}

body.furukawa-hf-nav-open {
  overflow: hidden;
}

.furukawa-hf header h1,
.furukawa-hf header h1.pc {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.3;
  font-weight: 500;
  font-size: 11px;
  max-width: 430px;
  margin: 0;
  padding: 0;
}

.furukawa-hf .mt00 { margin-top: 0 !important; }
.furukawa-hf .mt10 { margin-top: 10px !important; }
.furukawa-hf .mb00 { margin-bottom: 0 !important; }
.furukawa-hf .pb10 { padding-bottom: 10px !important; }
.furukawa-hf .txt15 { font-size: 15px !important; }
.furukawa-hf .bold { font-weight: bold !important; }
.furukawa-hf .center { text-align: center !important; }

@media screen and (min-width: 641px) {
  .furukawa-hf.head_mv.pattern02 {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 186px;
    
  }

  .furukawa-hf.head_mv.pattern02 header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 96% !important;
    max-width: 1350px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    height: 186px;
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    overflow: hidden;
  }

  .furukawa-hf .nav_wrap {
    position: absolute;
    z-index: 10;
    top: 118px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    max-width: 1250px;
    display: block;
    background: transparent;
  }

  .furukawa-hf .nav_wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-width: none;
    background: rgba(255, 255, 255, 0.8);
  }

  .furukawa-hf .nav_wrap .sp_logo,
  .furukawa-hf .nav_wrap .btn_menu,
  .furukawa-hf .nav_wrap .sp_navi_btn,
  .furukawa-hf .nav_wrap .sp_btn_area {
    display: none !important;
  }
}

/* WordPress admin bar offset */
body.admin-bar {
  --furukawa-hf-adminbar-height: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --furukawa-hf-adminbar-height: 46px;
  }
}

body.admin-bar .furukawa-hf.head_mv {
  padding-top: var(--furukawa-hf-adminbar-height);
}

body.admin-bar .furukawa-hf .nav_wrap.fixed {
  top: var(--furukawa-hf-adminbar-height);
}

body.admin-bar .furukawa-hf .fixed_web_yoyaku_btn {
  top: var(--furukawa-hf-adminbar-height);
  height: calc(100% - var(--furukawa-hf-adminbar-height));
}

@media screen and (max-width: 640px) {
  body.admin-bar .furukawa-hf .nav_wrap {
    top: var(--furukawa-hf-adminbar-height);
  }
}

.furukawa-hf header {
  width: 100%;
  background: #fff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.furukawa-hf header .inner {
  position: relative;
  width: 1200px;
  height: auto;
  margin: auto;
}
.furukawa-hf .head_logo {
  position: absolute;
  box-sizing: border-box;
  z-index: 9;
  top: 31px;
}
.furukawa-hf .head_logo a {
  display: block;
  max-width: 430px;
  height: auto;
}
.furukawa-hf .head_logo img {
  width: auto;
  height: auto;
  max-height: 80px;
}
.furukawa-hf .head_info_wrap {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 20px auto;
}
.furukawa-hf .head_info_wrap:after {
  display: block;
  content: "";
  clear: both;
}
.furukawa-hf .head_info {
  margin-top: 10px;
  text-align: right;
  line-height: 1.2;
}
.furukawa-hf .head_info_add {
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
}
.furukawa-hf .head_info_add i {
    color: #6cb4b8;
    font-size: 15px;
    position: relative;
    left: -5px;
    top: -1px;
}
.furukawa-hf .head_info_add span {
  padding-right: 16px;
}
.furukawa-hf .head_info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  padding-top: 15px;
  font-family: arno-pro-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #6cb4b8;
  line-height: 1;
}
.furukawa-hf .head_info_tel span {
  color: #6cb87e;
  font-size: 24px;
  padding-right: 3px;
}
.furukawa-hf .head_btn_area {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 10px;
  padding-top: 35px;
}
.furukawa-hf .head_btn_area li {
  margin-right: 5px;
}
.furukawa-hf .head_btn_area li:last-child {
  margin-right: 0;
}
.furukawa-hf .head_btn_area li a {
  display: block;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 200px;
  height: 55px;
  line-height: 55px;
  transition: 0.2s ease-in-out;
  border-radius: 100vh;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
.furukawa-hf .head_btn_area li a:hover {
  background-color: var(--sub-color);
}
.furukawa-hf .head_btn_area li a i {
  margin-right: 8px;
}
.furukawa-hf .head_btn_web_yoyaku a {
  background: rgb(132,196,136);
  background: linear-gradient(90deg, rgba(132,196,136,1) 0%, rgba(164,210,138,1) 100%);
  position: relative;
  padding-left: 40px;
}
.furukawa-hf .head_btn_web_yoyaku a:hover {
    opacity: 0.7;
}
.furukawa-hf .head_btn_web_yoyaku a::before {
  position: absolute;
  top: 14px;
  left: 45px;
  width: 25px;
  height: 24px;
  background: url(../images/web_yoyaku_icon.svg) center center no-repeat;
  content: "";
}
.furukawa-hf .head_btn_column a {
  background: rgb(133,198,217);
  background: linear-gradient(90deg, rgba(133,198,217,1) 0%, rgba(166,214,226,1) 100%);
  position: relative;
  padding-left: 50px;
}
.furukawa-hf .head_btn_column a:hover {
    opacity: 0.7;
}
.furukawa-hf .head_btn_column a::before {
  position: absolute;
  top: 19px;
  left: 41px;
  width: 25px;
  height: 21px;
  background: url(../images/column_icon.svg) center center no-repeat;
  content: "";
}
.furukawa-hf .sp_header {
  display: none;
}
.furukawa-hf .fixed_web_yoyaku_btn {
  position: fixed;
  flex-wrap: wrap;
  width: 90px;
  right: 0;
  top: 0;
  z-index: 9;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.furukawa-hf .fixed_web_yoyaku_btn a {
  display: block;
  margin-bottom: 10px;
}
.furukawa-hf .fixed_web_yoyaku_btn a:hover {
  opacity: 0.8;
}
.furukawa-hf .fixed_web_yoyaku_btn a i {
  margin-bottom: 5px;
}
.furukawa-hf .fixed_web_yoyaku_btn a:last-child {
  margin-bottom: 0;
}
.furukawa-hf .head_mv {
  position: relative;
  z-index: 10;
}
.furukawa-hf .head_mv.pattern02 header {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  right: 0;
  width: 96%;
  max-width: 1250px;
  background: #fff;
  margin: auto;
  padding-top: 8px;
  
}
.furukawa-hf .head_mv.pattern02 .nav_wrap {

  margin: auto;
  
}
.furukawa-hf .head_mv.pattern02 #mainvisual.content_mv {
  height: 400px;
}
.furukawa-hf .head_mv.pattern02 #mainvisual.home_mv {
  height: 800px;
}
.furukawa-hf .head_mv.pattern02 .main_headline {
  margin-top: 120px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.furukawa-hf .head_mv.pattern02 .slider-fade .slick-slide img {
  height: 800px;
  border-radius: 10px;
}
.furukawa-hf .head_mv.pattern02 .slide_catch {
  top: 330px;
}
.furukawa-hf .head_mv.pattern03 header {
  height: 110px;
}
.furukawa-hf .head_mv.pattern03 header .head_logo {
  z-index: 1001;
}
.furukawa-hf .head_mv.pattern03 header .head_info_wrap {
  margin: 0 0 0 auto;
}
.furukawa-hf .head_mv.pattern03 header .head_info {
  display: flex;
  align-items: center;
}
.furukawa-hf .head_mv.pattern03 header .head_info_tel {
  margin-left: 15px;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap {
  width: 100%;
  top: 70px;
  bottom: auto;
  z-index: 1000;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap nav {
  width: 100%;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap ul {
  justify-content: flex-end;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap li {
  margin-left: 20px;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap li a {
  margin-bottom: 0;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap li a p {
  display: none;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap.fixed {
  top: 0;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap.fixed ul {
  justify-content: space-between;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap.fixed li {
  margin-left: 0;
}
.furukawa-hf .head_mv.pattern04 header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: none;
  height: 110px;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #fff;
}
.furukawa-hf .head_mv.pattern04 header .head_logo {
  z-index: 1001;
}
.furukawa-hf .head_mv.pattern04 header .head_info_wrap {
  margin: 0 0 0 auto;
}
.furukawa-hf .head_mv.pattern04 header .head_info {
  display: flex;
  align-items: center;
}
.furukawa-hf .head_mv.pattern04 header .head_info_tel {
  margin-left: 15px;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap {
  width: 100%;
  top: 70px;
  bottom: auto;
  z-index: 1000;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #fff;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap nav {
  width: 100%;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap ul {
  width: 100%;
  justify-content: flex-end;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap li {
  margin-left: 20px;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap li a {
  margin-bottom: 0;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap li a p {
  display: none;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap.fixed {
  top: 0;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap.fixed ul {
  justify-content: space-between;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap.fixed li {
  margin-left: 0;
}
.furukawa-hf .head_mv.pattern04 #mainvisual.content_mv {
  height: 320px;
}
.furukawa-hf .head_mv.pattern04 #mainvisual.home_mv {
  height: 750px;
}
.furukawa-hf .head_mv.pattern04 .main_headline {
  margin-top: 50px;
}
.furukawa-hf .head_mv.pattern04 .slider-fade .slick-slide img {
  height: 750px;
}
.furukawa-hf .head_mv.pattern04 .slide_catch {
  top: 330px;
}
.furukawa-hf .nav_wrap {
  position: absolute;
  z-index: 10;
  top: 118px;
  width: 100%;
}
.furukawa-hf .menu_list_wrap {
  width: 1200px;
  margin: 0 auto;
  border-top: solid 1px #e5e5e5;
}
.furukawa-hf .menu_list_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.furukawa-hf .menu_list_wrap ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
}
.furukawa-hf .menu_list_wrap ul li:before {
    content: "";
    position: absolute;
    right: -32px;
    top: -5px;
    bottom: 0;
    
    border-left: dotted 1px #d5d5d5;
    
    height: 32%;
    margin: auto;
}

.furukawa-hf .menu_list_wrap .nav_slidebtm p.parent_menu {
  display: none;
}
.furukawa-hf nav {
  margin: auto;
  width: 95%;
		position: relative;
  z-index: 999999;
}
.furukawa-hf nav:before {
    content: "";
    position: absolute;
    left: -32px;
    top: -5px;
    bottom: 0;
    
    border-left: dotted 1px #d5d5d5;
    
    height: 32%;
    margin: auto;
}
.furukawa-hf nav li:first-child {
  margin-left: 0;
}
.furukawa-hf nav li a, .furukawa-hf nav li p {
  position: relative;
  display: block;
  color: var(--text-color);
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
  z-index: 2;
  transition: 0.15s ease-out;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
.furukawa-hf nav li a p {
  font-size: 60%;
  color: var(--main-color);
		font-family: arno-pro-display, serif;
    font-style: normal;
    font-weight: 400;
}
.furukawa-hf nav li a:hover {
  color: var(--main-color);
}
.furukawa-hf nav li a::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: var(--main-color);
  transition: 0.15s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  content: "";
  z-index: 1;
}
.furukawa-hf nav li a:hover::before, .furukawa-hf nav li.active2 a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.furukawa-hf .nav_wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.furukawa-hf .nav_wrap.fixed nav {
  width: 100%;
}
.furukawa-hf .nav_wrap.fixed .menu_list_wrap {
    border-top: none;
}
.furukawa-hf .nav_wrap.fixed ul {
  width: 1200px;
}
.furukawa-hf nav ul li div {
  position: absolute;
  display: none;
  

  width: 430px;
  top: 100%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}
.furukawa-hf nav ul li.nav_slidebtm:hover div {
  display: flex;
  flex-wrap: wrap;
}
.furukawa-hf nav ul li.nav_slidebtm:focus-within > div {
  display: flex;
  flex-wrap: wrap;
}
.furukawa-hf nav ul li div a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.4;
  text-align: left;
  font-size: 16px;
  margin: 0 !important;
  
  width: 50%;
}
.furukawa-hf nav ul li div a {
  
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.furukawa-hf nav ul li div {
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}
.furukawa-hf nav ul li div a::after, .furukawa-hf nav ul li div a::before {
  display: none;
}
.furukawa-hf nav ul li div a:hover {
  background-color: white;
}
.furukawa-hf .sp_under_nav {
  display: none;
}
.furukawa-hf nav ul li.is_mega {
  position: static;
}
.furukawa-hf nav ul li.is_mega div {
  width: 100%;
}
.furukawa-hf nav ul li.is_mega div.child_menu {
  border: none;
}
.furukawa-hf nav ul li.is_mega div.mega_contents {
  position: static;
  display: flex;
  padding: 20px;
  gap: 0 20px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--border-color);
}
.furukawa-hf nav ul li.nav_slidebtm:hover div.mega_contents {
  display: inherit;
}
.furukawa-hf nav li p.mega_contents_tit {
  position: static;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  background: rgb(132,196,136);
  background: linear-gradient(90deg, rgba(132,196,136,1) 0%, rgba(164,210,138,1) 100%);
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
}
.furukawa-hf .menu_list_wrap ul.mega_contents_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 30px;
  width: calc(100% - 160px);
}
.furukawa-hf nav ul li.is_mega div.mega_contents li {
  position: static;
  display: block;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.furukawa-hf nav ul li.is_mega div.mega_contents li:before {
  display: none;
}
.furukawa-hf nav ul li.is_mega div.mega_contents li a {
  display: inline-block;
  position: static;
  padding: 0;
  border: none;
  font-size: 16px;
  margin: 0 !important;
  width: auto;
  font-weight: inherit;
}
.furukawa-hf nav ul li.is_mega div.mega_contents li a:hover {
  background: none;
}
.furukawa-hf footer {
  position: relative;
  width: 100%;
  background: url(../images/footer_bg.jpg) top center no-repeat;
  background-size: cover;
}
.furukawa-hf footer .box1 {
  max-width: 1200px;
}
.furukawa-hf footer h2 {
  text-align: center;
  border-bottom: 2px solid var(--main-color);
  display: table;
  margin: 0 auto 30px;
}
.furukawa-hf .footer_inner {
  max-width: 1200px;
  width: 92%;
  margin: auto;
  padding: 58px 0 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.furukawa-hf .footer_info_left {
  width: 47%;
  box-sizing: border-box;
}
.furukawa-hf .footer_info_left .logo {
  text-align: center;
  margin: 0 0 20px;
  padding-left: 7px;
}
.furukawa-hf .footer_info_left .logo img {
  max-width: 341px;
  width: 100%;
  max-height: 200px;
}
.furukawa-hf .footer_info_kamoku {
  line-height: 1.5;
  margin-bottom: 15px;
}
.furukawa-hf .footer_info_add {
  line-height: 1.5;
  padding-top: 7px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.furukawa-hf .footer_info_add span {
  padding-right: 13px;
}
.furukawa-hf .footer_info_add i {
  color: #6cb4b8;
  padding-right: 10px;
  padding-left: 5px;
}
.furukawa-hf .footer_info_access {
  line-height: 1.5;
  margin-bottom: 15px;
}
.furukawa-hf .footer_info_access li {
  position: relative;
  list-style: none !important;
  display: table;
  list-style-image: none;
  margin-bottom: 5px;
  padding: 5px 15px;
  background: var(--bg-color);
}
.furukawa-hf .footer_info_access li:last-child {
  margin-bottom: 0;
}
.furukawa-hf .footer_info_tel {
  text-align: center;
  padding: 4px 0 27px;
}
.furukawa-hf .footer_info_tel a {
  display: inline-block;
  color: var(--text-color);
  font-size: 46px;
  font-family: arno-pro-display, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
.furukawa-hf .footer_info_tel a span {
  font-size: 28px;
}
.furukawa-hf .footer_info_fax {
  line-height: 1.5;
}
.furukawa-hf .footer_info_tel_text {
  line-height: 1.5;
  margin-bottom: 15px;
}
.furukawa-hf .footer_info_left .sche_wrap {
   margin: 0;
}
.furukawa-hf .footer_info_right {
  width: 47.5%;
  margin-top: 60px;
}
.furukawa-hf .footer_info_right .info_add_wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
}
.furukawa-hf .footer_info_right .sche_wrap {
  box-sizing: border-box;
  margin-bottom: 15px;

}
.furukawa-hf .footer_info_right .sche_wrap:last-child {
  margin-bottom: 0;
}
.furukawa-hf footer .tb02 tr:first-of-type {
  background: none;
}
.furukawa-hf footer .text {
  margin: 0;
}
.furukawa-hf .footer_googlemap {
  width: 100%;
}
.furukawa-hf .googlemap {
  position: relative;
}
.furukawa-hf .googlemap iframe {
  width: 100%;
  height: 446px;
}
.furukawa-hf .sec_top_affiliations {
  background: var(--bg-color);
  padding: 50px 0 0;
}
.furukawa-hf .top_affiliations_list {
  display: flex;
  flex-wrap: wrap;
}
.furukawa-hf .top_affiliations_list li {
  width: 23%;
  margin: 0 2.6666666667% 30px 0;
}
.furukawa-hf .top_affiliations_list li:nth-child(4n) {
  margin-right: 0 !important;
}
.furukawa-hf .top_affiliations_list li a {
  display: block;
  pointer-events: all;
  transition: 0.2s;
}
.furukawa-hf .top_affiliations_list li a span {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 10px;
  background-color: #ececec;
  pointer-events: none;
  transition: 0.2s;
}
.furukawa-hf .top_affiliations_list li a img {
  pointer-events: none;
  transition: 0.2s;
}
.furukawa-hf .top_affiliations_list li a:hover {
  color: var(--text-color);
}
.furukawa-hf .top_affiliations_list li a:hover span {
  background-color: #ccc;
}
.furukawa-hf .top_affiliations_list li a:hover img {
  opacity: 0.8;
}
.furukawa-hf .sec_footer_banner {
  padding: 50px 0 0;
}
.furukawa-hf .sec_footer_banner ul {
  display: flex;
  flex-wrap: wrap;
}
.furukawa-hf .sec_footer_banner ul li {
  width: 23%;
  margin: 0 2.6666666667% 30px 0;
}
.furukawa-hf .sec_footer_banner ul li:nth-child(4n) {
  margin-right: 0 !important;
}
.furukawa-hf .footer_navi {
  background-color: #fff;
}
.furukawa-hf .footer_navi .inner {
  display: flex;
  max-width: 1200px;
  width: 92%;
  padding: 42px 0 18px;
  margin: 0 auto;
}
.furukawa-hf .footer_navi .inner > ul:first-child {
  width: 20%;
}
.furukawa-hf .footer_navi .inner > ul:last-child {
  width: 80%;
}
.furukawa-hf .footer_navi ul li {
  margin: 0 0 4px;
}
.furukawa-hf .footer_navi ul li p {
  margin: 0 0 1px;
}
.furukawa-hf .footer_navi ul li a {
  position: relative;
  color: var(--text-color);
  
  transition: 0.15s ease-out;
}
.furukawa-hf .footer_navi ul li a:hover {
  color: var(--main-color);
}
.furukawa-hf .footer_navi > .inner > ul > li {
  font-weight: 600;
}
.furukawa-hf .footer_cate_wrap {
  margin-left: 14px;
  font-weight: 400;
}
.furukawa-hf .footer_column_cate {
  font-weight: 400;
}
.furukawa-hf .footer_medical_list .footer_cate_wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
}
.furukawa-hf .footer_medical_list .footer_cate_wrap ul li {
  display: flex;
  align-items: baseline;
  padding: 0 5px 5px 0;
  width: calc(25% - 1em);
  font-size: 90%;
}
.furukawa-hf .footer_medical_list .footer_cate_wrap ul li::before {
  content: "-";
  margin-right: 5px;
}
.furukawa-hf .footer_cate p {
  font-weight: bold;
  color: var(--main-color);
}
.furukawa-hf .footer_cate ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
  gap: 0 1em;
}
.furukawa-hf .footer_cate ul li {
  display: flex;
  align-items: baseline;
  padding: 0 5px 5px 0;
  
  font-size: 90%;
}
.furukawa-hf .footer_cate ul li::before {
  content: "-";
  margin-right: 5px;
}
.furukawa-hf .footer_column_cate {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
  margin-left: 15px;
}
.furukawa-hf .footer_column_cate li {
  display: flex;
  align-items: baseline;
  padding: 0 5px 5px 0;
  width: calc(25% - 1em);
  font-size: 90%;
}
.furukawa-hf .footer_column_cate li::before {
  content: "-";
  margin-right: 5px;
}
.furukawa-hf .footer_navi ul li a::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: var(--main-color);
  transition: 0.15s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  content: "";
  z-index: 1;
}
.furukawa-hf .footer_navi ul li.btn01 a::before {
  display: none;
}
.furukawa-hf .footer_navi ul li a:hover::before, .furukawa-hf .footer_navi ul li.active2 a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.furukawa-hf .footer_navi ul li.btn01 a {
  color: #fff;
}
.furukawa-hf .footer_navi ul li.btn01 a:hover {
  color: var(--main-color);
}
.furukawa-hf footer .side_sns {
  padding: 30px 0 10px;
  margin: 0 auto;
}
.furukawa-hf footer .side_sns li {
  width: auto;
  margin-right: 10px;
}
.furukawa-hf footer .side_sns li:last-child {
  margin-right: 0;
}
.furukawa-hf footer .side_sns li a {
  padding: 0;
}
.furukawa-hf footer .side_sns li a:hover {
  color: var(--sub-color);
}
.furukawa-hf footer .side_sns li a i {
  font-size: 24px;
}
.furukawa-hf .pagetop {
  position: fixed;
  right: 50px;
  bottom: 75px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 9;
  transition: 0.5s ease-in-out;
}
.furukawa-hf .pagetop i {
  margin-top: 12px;
}
.furukawa-hf .pagetop:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  color: var(--main-color);
}
.furukawa-hf .footer_sns_copy_wrapper {
  background: rgb(238,246,234);
  background: linear-gradient(45deg, rgba(238,246,234,1) 0%, rgba(197,227,212,1) 100%);
}
.furukawa-hf .copy {
  text-align: center;
  padding: 0 0 25px;
}
.furukawa-hf .copy small {
  font-size: 13px;
  color: #555;
}
.furukawa-hf .side_sns {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.furukawa-hf .side_sns li {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-right: 5px;
}

.furukawa-hf .side_sns li:last-child {
  margin-right: 0;
}

.furukawa-hf .side_sns li a {
  display: block;
  color: var(--main-color);
  text-align: center;
  font-size: 12px;
  padding-top: 7px;
  border-radius: 5px;
}

.furukawa-hf .side_sns li a i {
  display: block;
  font-size: 18px;
}
.furukawa-hf .btn02 a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-family: arno-pro-display, serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  border-radius: 100vh;
  width: 180px;
  background: rgb(147,216,154);
  background: linear-gradient(90deg, rgba(147,216,154,1) 0%, rgba(148,204,222,1) 100%);
  transition: 0.2s ease-in-out;
  text-align: center;
  letter-spacing: 0.1em
}
.furukawa-hf .btn02 a:hover {
  opacity: 0.7;
}
.furukawa-hf .box_style01 {
  background: var(--bg-color);
  padding: 20px;
  margin: 0 0 15px;
}

.box_style02 {
  border: solid 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}

.box_style03 {
  border: dashed 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}

.furukawa-hf .box_style01 p:last-of-type,
.box_style02 p:last-of-type,
.box_style03 p:last-of-type {
  margin-bottom: 0;
}
.furukawa-hf .list02 {
  margin: 10px 0;
  border-width: 0 1px 1px;
}

.furukawa-hf .list02 li {
  margin: 0;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
}

.furukawa-hf .list02 p:last-of-type {
  margin-bottom: 0;
}
.furukawa-hf .tb02 {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 9px;
  position: relative;
}
.furukawa-hf .tb02 tr:first-of-type tr {
  background: none;
}
.furukawa-hf .tb02 tr:first-of-type td,
.furukawa-hf .tb02 tr:first-of-type th {
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
  border: none;
}
.furukawa-hf .tb02 tr:first-of-type th:first-child {
  border-top-left-radius: 10px;
}
.furukawa-hf .tb02 tr:first-of-type td:last-child {
  border-top-right-radius: 10px;
}


.furukawa-hf .tb02 th {
  font-weight: bold;
  width: 26%;
  min-width: 110px;
  border-bottom: 1px solid var(--border-color);
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 0;
}

.furukawa-hf .tb02 td {
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  padding: 8px 0;
  color: #6cb87e;
}
.furukawa-hf .tb02 tr:nth-child(3) td {
    color: #6cb4b8;
}
.furukawa-hf .tb02::before {
  position: absolute;
  width: 20px;
  height: 70%;
  background: #fff;
  content: "";
  left: 0;
  bottom: -2px;
}
.furukawa-hf .tb02::after {
  position: absolute;
  width: 19px;
  height: 70%;
  background: #fff;
  content: "";
  right: 0;
  bottom: -2px;
}
.furukawa-hf .kyushinbi {
  color: var(--main-color);
  font-weight: bold;
}
.furukawa-hf .sche_wrap {
    background-color: #fff;
    border-radius: 10px;
    margin-right: 6px;
}
.furukawa-hf .schedule_note {
  padding: 0 29px 0 21px;
  

}
.furukawa-hf .schedule_note span {
 color: #6cb4b8;
 letter-spacing: 0.1em;
}

.furukawa-hf .schedule_note_caption {
    font-size: 15px;
    color: #fb643b;
    letter-spacing: 0.1em;
    padding: 0 29px 7px 21px;
}

.sec_top_news.pattern05 .info_add {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.sec_top_news.pattern05 .info_add span {
  padding-right: 15px;
}
.sec_top_news.pattern05 .info_add i {
  font-size: 16px;
  color: #6cb4b8;;
  padding: 0 7px 0 5px;
}
.sec_top_news.pattern05 .info_add_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  align-items: center;
}

.sec_top_news.pattern06 .sec_top_news_flex {
  align-items: flex-start;
}
.sec_top_news.pattern06 .news_flex_item {
  width: 48%;
}
.sec_top_news.pattern06 .news_flex_item h2 {
  margin: 0 0 30px;
}
.sec_top_news.pattern06 .news_flex_item .btn01 {
  text-align: center;
}
.sec_top_news.pattern06 .news_flex_item:last-child .btn01 {
  text-align: right;
}


.news_list_wrap .news_item{
  border-bottom: 1px solid var(--border-color);
}
.news_info {
  padding: 30px 0;
}

.news_desc{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news_date{
  margin-right: 1em;
}
.news_cate em{
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  min-width: 110px;
}

.news_info h2 {
  background: none;
  border-bottom: none;
  padding: 0 0 8px;
  margin: 20px 0 10px;
  font-size: 140%;
}

.news_info h2:before,
.news_info h2:after {
  display: none;
}
.furukawa-hf .sche_wrap .tb02 tr:nth-child(2) td:nth-child(4) {    
	border-bottom: none;
    vertical-align: bottom;
    padding: 0;
}
.furukawa-hf .sche_wrap .tb02 tr:nth-child(3) td:nth-child(4) {
	width: 13%;
    font-size: 12px;
    color: #4e8f5c;
    padding: 0;
	line-height: 1;
}
.furukawa-hf .sp {
  display: none !important;
}

.pc_inline {
  display: inline !important;
}

.sp_inline {
  display: none !important;
}

.sp_inline_ip {
  display: none !important;
}

.pc_table {
  display: none !important;
}

.sp_table {
  display: none !important;
}

.sp_flex {
  display: none !important;
}
@media screen and (max-width: 640px) {
body.furukawa-hf-nav-open {
    overflow: hidden;
  }
.furukawa-hf header {
  display: none;
}
.furukawa-hf .head_mv.pattern02 .nav_wrap {
  text-shadow: none;
}
.furukawa-hf .head_mv.pattern02 #mainvisual.content_mv {
  height: 160px;
}
.furukawa-hf .head_mv.pattern02 #mainvisual.home_mv {
  height: 330px;
}
.furukawa-hf .head_mv.pattern02 .slider-fade .slick-slide img {
  height: 330px;
  border-radius: 0;
}
.furukawa-hf .head_mv.pattern02 .main_headline {
  margin-top: 0;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap {
  top: 0;
}
.furukawa-hf .head_mv.pattern03 .nav_wrap li {
  margin-left: 0;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap {
  top: 0;
  text-shadow: none;
}
.furukawa-hf .head_mv.pattern04 .nav_wrap li {
  margin-left: 0;
}
.furukawa-hf .head_mv.pattern04 #mainvisual.content_mv {
  height: 160px;
}
.furukawa-hf .head_mv.pattern04 #mainvisual.home_mv {
  height: 330px;
}
.furukawa-hf .head_mv.pattern04 .slider-fade .slick-slide img {
  height: 330px;
}
.furukawa-hf .head_mv.pattern04 .main_headline {
  margin-top: 0;
}
.furukawa-hf .nav_wrap .btn_menu {
  display: block;
}
.furukawa-hf .nav_wrap .sp_navi_btn {
  display: block;
}
.furukawa-hf .nav_wrap .sp_btn_area {
  display: flex;
}
.furukawa-hf .nav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
.furukawa-hf .nav_wrap.fixed {
  align-items: inherit;
  height: auto;
  background: #fff;
}
.furukawa-hf .nav_wrap.fixed ul {
  width: 100%;
}
.furukawa-hf .nav_wrap .sp_logo {
  width: calc(100% - 56px);
}
.furukawa-hf .nav_wrap .sp_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  padding: 5px 0;
}
.furukawa-hf .nav_wrap .sp_logo img {
  width: 95%;
  height: auto;
  max-width: 300px;
}
.furukawa-hf .btn_menu {
  position: relative;
  right: 0;
  color: #fff;
  width: 55px;
  background: var(--main-color);
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
}
.furukawa-hf .btn_menu i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.furukawa-hf .btn_menu span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 35px;
  height: 2px;
  background: #fff;
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  opacity: 1;
}
.furukawa-hf .btn_menu span:nth-of-type(1) {
  top: 10px;
}
.furukawa-hf .btn_menu span:nth-of-type(2) {
  top: 20px;
}
.furukawa-hf .btn_menu span:nth-of-type(3) {
  top: 30px;
}
.furukawa-hf .btn_menu.active {
  right: 80%;
}
.furukawa-hf .btn_menu.active span:nth-of-type(1) {
  top: 20px;
  transform: rotate(225deg);
}
.furukawa-hf .btn_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.furukawa-hf .btn_menu.active span:nth-of-type(3) {
  top: 20px;
  transform: rotate(-225deg);
}
.furukawa-hf .menu_list_wrap {
  position: fixed;
  top: 0;
  right: 0;
  right: -80%;
  z-index: 2;
  overflow: hidden;
  width: 80%;
  height: 100%;
  transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
  background: var(--main-color);
  padding: 15px;
}
.furukawa-hf .menu_list_wrap ul {
  flex-flow: column wrap;
}
.furukawa-hf .menu_list_wrap ul li {
  display: block;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0;
}
.furukawa-hf .menu_list_wrap ul li:first-child {
  border-top: 1px solid #fff;
}
.furukawa-hf .menu_list_wrap ul li::after {
  display: none;
}
.furukawa-hf .menu_list_wrap ul li a, .furukawa-hf .menu_list_wrap ul li p {
  display: block;
  text-align: left;
  padding: 15px 10px;
  width: auto;
  font-size: 100%;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}
.furukawa-hf .menu_list_wrap ul li a p {
  display: none;
}
.furukawa-hf .menu_list_wrap ul li a:hover {
  color: #fff;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm div {
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  width: 100%;
  padding-bottom: 10px;
  box-shadow: none;
  background: none;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm div a {
  margin-left: 15px;
  background: none;
  padding: 3px;
  line-height: 2;
  text-indent: -1.2em;
  padding-left: 1.2em;
  border-bottom: none;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm div a i {
		padding-left: 20px;
	}
.furukawa-hf .menu_list_wrap .nav_slidebtm div a:nth-of-type(even) {
  border-right: none;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm div a::before {
  position: static;
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 10px;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm div a i.nav_arrow {
  display: none;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm div a:hover {
  color: #fff;
  background: none;
}
.furukawa-hf nav ul li.nav_slidebtm:hover div {
  display:block;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm:not(.is_accord, .furukawa-hf .is_mega) div a.sp:first-of-type {
  display: none!important;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm.is_accord, .furukawa-hf .menu_list_wrap .nav_slidebtm.is_mega {
  cursor: pointer;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm.is_accord > a, .furukawa-hf .menu_list_wrap .nav_slidebtm.is_mega > a { 
  display: none;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm.is_accord .child_menu, .furukawa-hf .menu_list_wrap .nav_slidebtm.is_mega .child_menu {
  display: none;
  position: static;
  opacity: 0;
  visibility: hidden;
  background: none;
  box-shadow: none;
  transition: height 0.5s cubic-bezier(.19, 1, .22, 1);
}
.furukawa-hf .menu_list_wrap .nav_slidebtm.is_accord.active .child_menu, .furukawa-hf .menu_list_wrap .nav_slidebtm.is_mega.active .child_menu {
  opacity: 1;
  visibility: visible;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm.is_accord p, .furukawa-hf .menu_list_wrap .nav_slidebtm.is_mega p {
  display: block;
  position: relative;
}
.furukawa-hf .menu_list_wrap .nav_slidebtm.is_accord p::before, .furukawa-hf .menu_list_wrap .nav_slidebtm.is_mega p::before {
  position: absolute;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border: none;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}
.furukawa-hf .menu_list_wrap .nav_slidebtm.is_accord.active p::before, .furukawa-hf .menu_list_wrap .nav_slidebtm.is_mega.active p::before {
  content: "\f068";
}
body.furukawa-hf-nav-open .menu_list_wrap {
  overflow-y: scroll;
  overscroll-behavior-y: none;
  right: 0;
}
.furukawa-hf nav ul li.is_mega div.mega_contents {
  display: block;
  padding: 0;
  border: none;
}
.furukawa-hf .menu_list_wrap ul li p.mega_contents_tit {
  display: block;
  width: 100%;
  margin: 15px 0 5px;
  padding: 10px;
  text-align: left;
  font-size: 100%;
}
.furukawa-hf .menu_list_wrap ul.mega_contents_list {
  display: block;
  width: 100%;
}
.furukawa-hf .menu_list_wrap ul.mega_contents_list li {
  border: none;
}
.furukawa-hf nav ul li.is_mega div.mega_contents li a {
  display: block;
  width: 100%;
  padding: 3px;
  text-indent: -1.2em;
  padding-left: 1.2em;
  font-size: inherit;
  font-weight: normal;
}
.furukawa-hf nav ul li.is_mega div.mega_contents li a:hover {
  background: none;
}
.furukawa-hf .menu_list_wrap li.sp_navi_btn {
  border-bottom: none;
  margin: 5px 0 0;
}
.furukawa-hf .menu_list_wrap li.sp_navi_btn a {
  color: var(--main-color);
  padding: 8px 16px;
  line-height: 2!important;
  background: #fff;
}
.furukawa-hf .menu_list_wrap li.sp_navi_btn a i {
  margin-right: 5px;
}
.furukawa-hf .menu_list_wrap .sp_btn_area {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  margin: 20px 0;
}
.furukawa-hf .menu_list_wrap .sp_btn_area li {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-right: 5px;
  border-top: none!important;
  border-bottom: none!important;
}
.furukawa-hf .menu_list_wrap .sp_btn_area li:last-child {
  margin-right: 0;
}
.furukawa-hf .menu_list_wrap .sp_btn_area li a {
  display: block;
  background-color: #fff;
  color: var(--main-color);
  text-align: center;
  font-size: 12px;
  padding: 7px 0 0 0;
  border-radius: 5px;
  line-height: 2!important;
}
.furukawa-hf .menu_list_wrap .sp_btn_area li a i {
  display: block;
  font-size: 18px;
}
.furukawa-hf .sp_under_nav {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  height: 52px;
}
.furukawa-hf .sp_under_nav ul {
  display: flex;
  justify-content: center;
  height: 100%;
}
.furukawa-hf .sp_under_nav li {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  box-sizing: border-box;
  background-color: var(--main-color);
  text-align: center;
}
.furukawa-hf .sp_under_nav li:nth-child(2) {
  background-color: var(--main-color);
  opacity: 0.8;
}
.furukawa-hf .sp_under_nav li a {
  display: block;
  color: #fff;
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.furukawa-hf .sp_under_nav li a:hover {
  color: #fff;
}
.furukawa-hf .sp_under_nav li a i {
  margin-right: 5px;
}
.furukawa-hf .nav_overlay {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
body.furukawa-hf-nav-open .nav_overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}
.furukawa-hf nav ul li div a, .furukawa-hf nav ul li div {
  border: none;
}
.furukawa-hf .pagetop {
    right: 14px;
    bottom: 82px;
    left: auto;
    margin: auto;
    width: 60px;
    height: 60px;
  }
.furukawa-hf .pagetop i {
    margin-top: 10px;
  }
.furukawa-hf .pagetop:hover {
    -webkit-transform: unset;
            transform: unset;
  }
.furukawa-hf .footer_inner {
    width: 100%;
    padding: 40px 5% 40px;
    display: block;
  }
.furukawa-hf .footer_logo {
    width: 65%;
    margin: 0 auto 30px;
  }
.furukawa-hf .footer_info_wrap {
    display: block;
  }
.furukawa-hf .footer_info_left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
.furukawa-hf .footer_info_left .logo {
    padding-left: 0;
    width: 88%;
    max-width: 280px;
    margin: 0 auto 10px;
  }
.furukawa-hf .footer_info_access {
    margin: 20px 0;
  }
.furukawa-hf .footer_info_tel {
    font-size: 7vw;
    padding-bottom: 20px;
  }
.furukawa-hf .footer_info_tel a {
    font-size: 40px;
  }
.furukawa-hf .footer_info_right .sche_wrap {
    padding: 0;
  }
.furukawa-hf footer .text {
    margin: 0;
  }
.furukawa-hf .footer_info_right {
    width: 100%;
    margin-top: 40px;
  }
.furukawa-hf .copy {
    margin-top: 0;
    padding: 7px 0 60px;
  }
.furukawa-hf .top_affiliations_list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
.furukawa-hf .sec_footer_banner {
    padding: 50px 0 0;
  }
.furukawa-hf .sec_footer_banner ul li {
    width: 100%;
    margin: 0 0 16px;
  }
.furukawa-hf .sec_footer_banner ul li.btn01 {
    text-align: center;
  }
.furukawa-hf .footer_navi {
    font-size: 15px;
  }
.furukawa-hf .footer_navi > .inner > ul > li {
    margin-bottom: 10px;
  }
.furukawa-hf .footer_navi .inner {
    flex-wrap: wrap;
    padding: 16px 5% 18px;

  }
.furukawa-hf .footer_navi > .inner > ul > li.footer_medical_list {
    margin-bottom: 0;
  }
.furukawa-hf .footer_navi .inner > ul:first-child {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
.furukawa-hf .footer_navi .inner > ul:first-child li {
    width: 32%;
  }
.furukawa-hf .footer_navi .inner > ul:last-child {
    width: 100%;
  }
.furukawa-hf .footer_cate p {
    font-weight: bold;
    color: var(--main-color);
  }
.furukawa-hf .footer_cate ul li {
    
    width: 100%;
  }
.furukawa-hf .footer_column_cate li {
    width: calc(50% - 1em);
  }
.furukawa-hf .footer_medical_list .footer_cate_wrap ul li {
    width: calc(50% - 1em);
  }
.furukawa-hf footer .side_sns li {
    margin-right: 20px;
  }
.furukawa-hf footer .side_sns li:last-child {
    margin-right: 0;
  }
.furukawa-hf .tb02 th {
    min-width: unset;
    width: 33%;
    font-size: 14px;
  }
.furukawa-hf .tb02::before, .furukawa-hf .tb02::after {
    width:6px;
  }
.furukawa-hf .tb02 th, .furukawa-hf .tb02 td {
    padding: 3px 0 3px 0;
  }
.furukawa-hf .tb02 tr:first-child th, .furukawa-hf .tb02 tr:first-child td {
    padding: 0 0 2px 0;
  }
.furukawa-hf .schedule_note {
    display: block;
    padding: 0 4%;
    font-size: 15px;
    padding-bottom: 10px;
  }
.furukawa-hf .pc {
    display: none !important;
  }
.furukawa-hf .sp {
    display: block !important;
  }
}


/* Proportional scaling: CSS first paint (avoid Tel. flash), JS keeps in sync on resize */
@media screen and (min-width: 641px) and (max-width: 1250px) {
  .furukawa-hf.head_mv.pattern02 {
    --furukawa-hf-scale: min(1, calc(96vw / 1250));
    min-height: calc(186px * var(--furukawa-hf-scale));
    padding-bottom: calc(72px * var(--furukawa-hf-scale));
  }

  .furukawa-hf.head_mv.pattern02 header {
    width: 1250px !important;
    max-width: none !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: translateX(-50%) scale(var(--furukawa-hf-scale)) !important;
    transform-origin: top center !important;
  }

  .furukawa-hf .nav_wrap:not(.fixed) {
    width: 1250px !important;
    max-width: none !important;
    right: auto !important;
    top: calc(118px * var(--furukawa-hf-scale));
    transform-origin: top center !important;
  }
}
