@charset "UTF-8";
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul,
ol {
  list-style: none;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: inherit;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
}

body,
button,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

html,
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
  overflow-y: scroll;
}

body {
  font-size: 16px;
  line-height: 1.6875;
  color: #3E3E3E;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  letter-spacing: 0.03em;
}

body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}

:where(body, button, input, textarea, select) {
  color: #3E3E3E;
  font-size: inherit;
  line-height: inherit;
}

label,
select,
input[type=checkbox],
input[type=radio],
button {
  cursor: pointer;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.centerBox {
  max-width: 1082px;
  margin-inline: auto;
  padding-inline: 25px;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  width: 12px;
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
/*-----------------------
        PC用-SP用
------------------------*/
.mq767 {
  display: block;
}

.mq767sp {
  display: none;
}

.mq960 {
  display: block;
}

.mq960sp {
  display: none;
}

.mq767in {
  display: inline;
}

.mq767spin {
  display: none;
}

.mq960in {
  display: inline;
}

.mq960spin {
  display: none;
}

/*-----------------------
        下層FV
------------------------*/
.fv {
  width: 100%;
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fv .fv_title {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  padding: 120px 4px 0;
  position: relative;
  display: inline-block;
  color: #fff;
}
.fv .fv_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 999px;
}
.fv.news {
  background-image: url(../images/fv_news.png);
}
.fv.visiter {
  background-image: url(../images/fv_visiter.png);
}
.fv.hospital {
  background-image: url(../images/fv_hospital.png);
}
.fv.departments {
  background-image: url(../images/fv_departments.png);
}
.fv.recruit {
  background-image: url(../images/fv_recruit.png);
}
.fv.inquiry {
  background-image: url(../images/fv_inquiry.png);
}

/*-----------------------
      side bar
------------------------*/
.main_content_outer {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 80px;
  padding: 0 100px;
}
.main_content_outer .side_bar {
  width: 280px;
  flex-shrink: 0;
}
.main_content_outer .main_content {
  width: calc(100% - 360px);
}

.side_bar_link {
  position: relative;
  width: 100%;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(to top, #ffffff 20%, #ffffff 80%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2588235294);
  overflow: hidden;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 13px;
  margin-bottom: 17px;
}
.side_bar_link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to top, #A6D5B0 20%, #80AACA 80%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.side_bar_link:hover::before, .side_bar_link.active::before {
  opacity: 1;
}
.side_bar_link .side_bar_img {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.side_bar_link .side_bar_img::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.side_bar_link .side_bar_img.s1 {
  top: calc(50% - 11.2px);
  left: 25px;
  width: 20.4px;
  height: 22.5px;
  background-image: url(../images/sidebar_icon1_color.svg);
}
.side_bar_link .side_bar_img.s1::before {
  width: 20.4px;
  height: 22.5px;
  background-image: url(../images/sidebar_icon1_white.svg);
}
.side_bar_link .side_bar_img.s2 {
  top: calc(50% - 9.5px);
  left: 23px;
  width: 26px;
  height: 19px;
  background-image: url(../images/sidebar_icon2_color.svg);
}
.side_bar_link .side_bar_img.s2::before {
  width: 26px;
  height: 19px;
  background-image: url(../images/sidebar_icon2_white.svg);
}
.side_bar_link .side_bar_img.s3 {
  top: calc(50% - 6.5px);
  left: 22px;
  width: 26px;
  height: 13.7px;
  background-image: url(../images/sidebar_icon3_color.svg);
}
.side_bar_link .side_bar_img.s3::before {
  width: 26px;
  height: 13.7px;
  background-image: url(../images/sidebar_icon3_white.svg);
}
.side_bar_link .side_bar_img.s4 {
  top: calc(50% - 13.6px);
  left: 22px;
  width: 27.4px;
  height: 27.3px;
  background-image: url(../images/sidebar_icon4_color.svg);
}
.side_bar_link .side_bar_img.s4::before {
  width: 27.4px;
  height: 27.3px;
  background-image: url(../images/sidebar_icon4_white.svg);
}
.side_bar_link .side_bar_img.s5 {
  top: calc(50% - 9.6px);
  left: 25px;
  width: 21.7px;
  height: 19.16px;
  background-image: url(../images/sidebar_icon5_color.svg);
}
.side_bar_link .side_bar_img.s5::before {
  width: 21.7px;
  height: 19.16px;
  background-image: url(../images/sidebar_icon5_white.svg);
}
.side_bar_link .side_bar_img.s6 {
  top: calc(50% - 6.8px);
  left: 23px;
  width: 17.76px;
  height: 13.76px;
  background-image: url(../images/sidebar_icon6_color.svg);
}
.side_bar_link .side_bar_img.s6::before {
  width: 17.76px;
  height: 13.76px;
  background-image: url(../images/sidebar_icon6_white.svg);
}
.side_bar_link:hover .side_bar_img::before, .side_bar_link.active .side_bar_img::before {
  opacity: 1;
}
.side_bar_link .side_bar_title {
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 50%;
  left: 58px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
  z-index: 3;
}
.side_bar_link:hover .side_bar_title, .side_bar_link.active .side_bar_title {
  color: #fff;
}

/*-----------------------
      side items
------------------------*/
.fv_tel {
  position: fixed;
  width: 50px;
  height: 124px;
  border-radius: 10px 0 0 10px;
  top: calc(50% - 200px);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-direction: column;
  background: linear-gradient(to top, #A6D5B0 0%, #80AACA 100%);
  z-index: 80;
}
.fv_tel .icon_tel {
  width: 12.53px;
  height: 17.43px;
}
.fv_tel .tel_text {
  font-size: 16px;
  color: #fff;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
}

.med_ex_time {
  position: fixed;
  width: 50px;
  height: 340px;
  border-radius: 10px 0 0 10px;
  top: calc(50% - 50px);
  right: 0;
  background: linear-gradient(to top, #A6D5B0 0%, #80AACA 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  cursor: pointer;
  transition: 0.3s;
  z-index: 80;
}
.med_ex_time.active {
  right: 654px;
}

.med_ex_main_outer {
  width: 100%;
  overflow: auto;
}

.med_ex_main {
  display: block;
  position: fixed;
  width: 654px;
  height: 340px;
  top: calc(50% - 50px);
  right: -654px;
  background-color: #fff;
  z-index: 80;
  transition: 0.3s;
  padding: 23px 0 0 23px;
  border-top: solid 1px hsla(0, 0%, 40%, 0.25);
  border-bottom: solid 1px hsla(0, 0%, 40%, 0.25);
}
.med_ex_main.active {
  right: 0;
}
.med_ex_main.visiter_block {
  position: static;
  width: 100%;
  min-width: 650px;
  height: auto;
  padding: 0;
  margin: 30px 0;
  overflow: auto;
}
.med_ex_main.visiter_block .week {
  width: 100%;
  padding: 10px 0;
}
.med_ex_main.visiter_block .med_ex_am,
.med_ex_main.visiter_block .med_ex_pm {
  width: 100%;
  padding: 10px 0 18px;
}
.med_ex_main.visiter_block .ex_time {
  width: 140px;
}
.med_ex_main.visiter_block .ex_time,
.med_ex_main.visiter_block .week_day,
.med_ex_main.visiter_block .med_text {
  font-size: 16px;
}
.med_ex_main .week {
  width: 580px;
  height: 37px;
  border-radius: 7px;
  background-color: #F2F2F2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.med_ex_main .med_ex_am,
.med_ex_main .med_ex_pm {
  width: 580px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.med_ex_main .med_ex_am {
  border-bottom: solid 1px #444444;
  padding-bottom: 8px;
}
.med_ex_main .med_ex_pm {
  margin-bottom: 30px;
}
.med_ex_main .ex_time {
  font-size: 14px;
  width: 100px;
  text-align: center;
  line-height: 1.4;
}
.med_ex_main .week_day {
  font-size: 14px;
  width: calc((100% - 100px) / 6);
  text-align: center;
  line-height: 1.4;
}
.med_ex_main .med_text {
  font-size: 14px;
}
.med_ex_main .med_text .red {
  color: #DC1818;
}

/*----------------------
      共通パーツ
-----------------------*/
.page_title {
  display: block;
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.page_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #A6D5B0 20%, #80AACA 80%);
  transition: opacity 0.3s ease;
}

.circle_list {
  font-size: 16px;
  margin-left: 24px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 10px;
}
.circle_list::before {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  left: -24px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(to top, #A6D5B0 20%, #80AACA 80%);
}
.circle_list.last {
  margin-bottom: 80px;
}

.ml24 {
  margin-left: 24px;
}

/*----------------------
    問合せリンクふきだし
-----------------------*/
.inquiry_link_outer {
  position: relative;
  padding-top: 160px;
  padding-bottom: 180px;
  background: linear-gradient(to right, hsla(133, 36%, 74%, 0.08) 20%, hsla(206, 41%, 65%, 0.08) 80%);
}

.inquiry_link {
  padding: 50px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2588235294);
  border-radius: 24px;
  background-color: #fff;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inquiry_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 30px;
  background: #fff;
  z-index: 25;
}
.inquiry_link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -36px;
  left: calc(50% - 33px);
  width: 66px;
  aspect-ratio: 25/16;
  height: auto;
  background-image: url(../images/inquiry_link_item.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
}
.inquiry_link .inquiry_link_title {
  font-size: 32px;
  padding-left: 31px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.inquiry_link .inquiry_link_title::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: calc(50% - 13px);
  left: 0;
  background-image: url(../images/inquiry_link_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
.inquiry_link .inquiry_link_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 425px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.inquiry_link .inquiry_link_block.mb0 {
  margin-bottom: 10;
}
.inquiry_link .inquiry_text {
  font-size: 22px;
}
.inquiry_link .inquiry_arrow {
  width: 32px;
  height: 11px;
}
.inquiry_link .inquiry_phone {
  position: relative;
  font-size: 22px;
  padding: 3px 0;
}
.inquiry_link .inquiry_phone::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #A6D5B0 20%, #80AACA 80%);
}
.inquiry_link .header_contact_li {
  width: 180px;
  height: 42px;
  line-height: 42px;
}

.inquiry_link_bg {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 770px;
  max-height: 140px;
}

.font {
  font-family: "Josefin Sans", serif;
  font-family: "Montserrat", sans-serif;
  font-family: "BIZ UDPGothic", sans-serif;
  font-family: "Yu Gothic", sans-serif;
  font-family: "DINBEK", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

.header {
  position: absolute;
  top: 42px;
  left: 50px;
  width: calc(100% - 100px);
  max-width: 1600px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 12px rgba(42, 42, 42, 0.5254901961);
  z-index: 99;
}

.header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header_logo {
  flex-shrink: 0;
}

.header_logo1 {
  display: block;
  width: 115px;
}

.header_logo2 {
  display: block;
  width: 146px;
}

.header_nav {
  width: 80%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1%;
}

.header_li {
  position: relative;
  font-size: 16px;
  padding: 3px 0;
}
.header_li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #A6D5B0 20%, #80AACA 80%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header_li:hover::after {
  opacity: 1;
}

.header_contact_li {
  display: block;
  width: 180px;
  height: 42px;
  border-radius: 21px;
  background: linear-gradient(45deg, #A6D5B0 10%, #80AACA 70%);
  color: #fff;
  font-size: 14px;
  font-size: bold;
  line-height: 42px;
  padding-left: 10px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.header_contact_li::before {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  left: calc(50% - 45px);
  width: 12px;
  height: 9px;
  background-image: url(../images/icon_letter.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.header_contact_li::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  background: linear-gradient(45deg, #80AACA 10%, #A6D5B0 70%);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.header_contact_li:hover::after {
  opacity: 1;
}
.header_contact_li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  z-index: 2;
}

#hamburger_area * {
  display: none;
}

/*ハンバーガーメニュー：トグルボタン*/
.hamburger_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 24px;
  position: absolute;
  top: 38px;
  right: 32px;
  z-index: 100;
  cursor: pointer;
}

.hamburger_menu span {
  position: absolute;
  width: 100%;
  height: 3px;
  transition: 0.3s;
}
.hamburger_menu span:first-of-type {
  top: 0;
}
.hamburger_menu span:nth-of-type(2) {
  top: 50%;
}
.hamburger_menu span:last-of-type {
  top: 100%;
}

.hamburger_menu.active span:first-of-type {
  top: 50%;
  transform: rotate(225deg);
}
.hamburger_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger_menu.active span:last-of-type {
  top: 50%;
  transform: rotate(-225deg);
}

#bar_color.hamburger_menu span {
  background-color: #444;
}

#bar_color.hamburger_menu.active span {
  background-color: #444;
}

/* スライドメニューのスタイル */
.slide_menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 99;
  transform: translateX(100%);
  transition: 0.3s;
}

.slide_menu ul {
  list-style: none;
  padding: 40px 0 20px;
  margin-top: 80px;
}

.slide_menu li {
  text-align: center;
  padding: 24px 0;
  border-bottom: solid 1px;
  transition: all 0.3s;
  line-height: 1.1;
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

#slide_menu li:last-of-type {
  padding-bottom: 0;
}

.slide_menu li:hover {
  background-color: #c7c5c5;
}

.slide_menu.active {
  transform: translateX(0);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
}

.header_contact_li::after {
  border-radius: 32px;
}
.header_contact_li p {
  transform: translate(-47%, -50%);
}

.footer {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.footer::before {
  position: absolute;
  content: "";
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_inner {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 84px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_main {
  flex-shrink: 0;
}

.header_logo.footer {
  display: block;
  margin-bottom: 30px;
  width: fit-content;
  height: fit-content;
}
.header_logo.footer::before {
  content: "";
  width: 0;
  height: 0;
}

.privacy {
  display: inline-block;
  font-size: 14px;
  height: 24px;
  color: #80AACA;
  border-bottom: solid 1px #80AACA;
  margin-bottom: 10px;
}
.privacy:hover {
  border-bottom: none;
}

.footer_address {
  margin-bottom: 100px;
}

@media (min-width: 1700px){
  .header {
    left: calc(50% - 800px);
  }
}

@media (max-width: 1250px){
  .footer_address {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}

@media (max-width: 1200px){
  .main_content_outer {
    padding: 0 50px;
    gap: 35px;
  }
  .main_content_outer .side_bar {
    width: 230px;
  }
  .main_content_outer .main_content {
    width: calc(100% - 275px);
  }
  .header {
    padding: 0 35px;
  }
  .header_li {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
  .header_contact_li {
    width: 120px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 960px){
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb35 {
    margin-bottom: 25px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
  .mb45 {
    margin-bottom: 35px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb65 {
    margin-bottom: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb75 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb85 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb95 {
    margin-bottom: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .mb110 {
    margin-bottom: 55px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
  .mb125 {
    margin-bottom: 65px;
  }
  .mb130 {
    margin-bottom: 60px;
  }
  .mb140 {
    margin-bottom: 60px;
  }
  .mb150 {
    margin-bottom: 60px;
  }
  .mb160 {
    margin-bottom: 70px;
  }
  .mb170 {
    margin-bottom: 70px;
  }
  .mb180 {
    margin-bottom: 70px;
  }
  .mb190 {
    margin-bottom: 70px;
  }
  .mb200 {
    margin-bottom: 70px;
  }
  .mq960 {
    display: none;
  }
  .mq960sp {
    display: block;
  }
  .mq960in {
    display: none;
  }
  .mq960spin {
    display: inline;
  }
  .fv {
    height: 380px;
    margin-bottom: 80px;
  }
  .fv_tel {
    width: 42px;
  }
  .med_ex_time {
    width: 42px;
  }
  .page_title {
    font-size: 26px;
  }
  .circle_list.last {
    margin-bottom: 40px;
  }
  .header {
    left: 25px;
    width: calc(100% - 50px);
    height: 70px;
    padding: 0 20px;
  }
  .header_logo1 {
    width: 100px;
  }
  .header_logo2 {
    width: 126px;
  }
  .header_li {
    font-size: 12px;
  }
  .header_contact_li::before {
    left: calc(50% - 35px);
  }
  .header_contact_li {
    width: 100px;
    font-size: 13px;
  }
  .footer_inner {
    padding: 30px 20px 47px;
  }
}

@media (max-width: 767px){
  body {
    font-size: 14px;
    text-align: justify;
  }
  .mq767 {
    display: none;
  }
  .mq767sp {
    display: block;
  }
  .mq767in {
    display: none;
  }
  .mq767spin {
    display: inline;
  }
  .fv {
    height: 200px;
    margin-bottom: 50px;
  }
  .fv .fv_title {
    font-size: 24px;
    padding: 80px 3px 0;
  }
  .fv .fv_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 999px;
  }
  .main_content_outer {
    padding: 0 20px;
  }
  .main_content_outer .side_bar {
    display: none;
  }
  .main_content_outer .main_content {
    width: 100%;
  }
  .fv_tel {
    width: 26px;
    height: 102px;
    top: calc(50vh - 108px);
  }
  .med_ex_time {
    top: calc(50vh + 6px);
    width: 26px;
    height: 102px;
  }
  .med_ex_main.visiter_block {
    margin: 0;
  }
  .med_ex_main.visiter_block .ex_time,
  .med_ex_main.visiter_block .week_day,
  .med_ex_main.visiter_block .med_text {
    font-size: 14px;
  }
  .page_title {
    font-size: 22px;
  }
  .circle_list {
    font-size: 14px;
  }
  .inquiry_link_outer {
    padding-top: 80px;
    padding-bottom: 150px;
  }
  .inquiry_link {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .inquiry_link .inquiry_link_title {
    font-size: 22px;
    padding-left: 25px;
    margin-bottom: 30px;
  }
  .inquiry_link .inquiry_link_title::before {
    width: 21px;
    height: 21px;
    top: calc(50% - 9px);
  }
  .inquiry_link .inquiry_link_block {
    flex-direction: column;
    line-height: 1.6;
    width: 100%;
    max-width: 425px;
    margin-bottom: 30px;
  }
  .inquiry_link .inquiry_text {
    font-size: 18px;
  }
  .inquiry_link .inquiry_arrow {
    display: none;
  }
  .inquiry_link .inquiry_phone {
    font-size: 18px;
  }
  .inquiry_link .header_contact_li {
    font-size: 14px;
    margin-top: 8px;
  }
  .inquiry_link_bg {
    max-height: 90px;
  }
  .header {
    height: 63px;
    top: 20px;
    left: 14px;
    width: calc(100% - 28px);
  }
  .header_nav {
    display: none;
  }
  .header_contact_li::before {
    left: calc(50% - 55px);
    transform: scale(1.2);
  }
  .header_contact_li {
    width: 80%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
  }
  .header_contact_li p {
    height: 100%;
    width: 100%;
  }
  #hamburger_area * {
    display: block;
  }
  .footer::before {
    top: -20px;
    height: 20px;
  }
}

@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}