@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Quicksand:wght@400;500;600;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.clr_blue {
  color: #0075be;
}

.btn_link {
  display: inline-block;
  padding: 0.2rem 2rem;
  border-radius: 2rem;
  text-decoration: none;
  background-color: #0075be;
  color: #fff;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
  .mt0_pc {
    margin-top: 0 !important;
  }
}
.ov_h {
  overflow: hidden;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #0075be;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  border-radius: 0.5rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 0.5rem 0 0;
}
.tbl_time tr th.time {
  background: #c7f2f7;
  color: #0075be;
}
.tbl_time tr td {
  color: #0075be;
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #c7f2f7;
  line-height: 1;
}
.tbl_time tr:last-child th,
.tbl_time tr:last-child td {
  border-top: 0.1rem solid #fff;
}
.tbl_time tr:last-child th:first-child,
.tbl_time tr:last-child td:first-child {
  border-radius: 0 0 0 0.5rem;
}
.tbl_time tr:last-child th:last-child,
.tbl_time tr:last-child td:last-child {
  border-radius: 0 0 0.5rem 0;
}

.dr_table > div {
  width: 100%;
  overflow-x: scroll;
}
.dr_table > div .tbl_time.-doctor {
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}
.dr_table > div .tbl_time.-doctor tr th {
  width: 12.5%;
  min-width: 130px;
}
.dr_table > div .tbl_time.-doctor tr th.time {
  padding: 1rem;
  border: 1px solid #fff;
  border-left: none;
}
.dr_table > div .tbl_time.-doctor tr td {
  padding: 0;
  background: #ecfdff;
  border: 1px solid #fff;
}
.dr_table > div .tbl_time.-doctor tr td.close {
  background: #e5e5e5;
}
.dr_table > div .tbl_time.-doctor tr td:last-of-type {
  border-right: none;
}
.dr_table > div .tbl_time.-doctor tr td span {
  display: block;
  min-height: 4.5rem;
  line-height: 1.25;
  font-size: 90%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dr_table > div .tbl_time.-doctor tr td span.pink {
  background: #ffcfd8;
  color: #fff;
}
.dr_table > div .tbl_time.-doctor tr td span.green {
  background: #97decd;
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 26%;
  }
  .tbl_time tr th.time {
    border-width: 2px;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
    border-width: 2px;
  }
  .dr_table > div {
    overflow-x: inherit;
  }
  .dr_table > div .tbl_time.-doctor tr th {
    width: 11.8571428571%;
  }
  .dr_table > div .tbl_time.-doctor tr th:first-child {
    width: 17%;
  }
  .dr_table > div .tbl_time.-doctor tr th.time {
    padding: 1rem;
  }
  .dr_table > div .tbl_time.-doctor tr td span {
    min-height: 6.25rem;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.4rem;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.tit_02::after {
  content: "";
  display: block;
  background: #0075be;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
  height: 0.2rem;
}

.tit_02_index {
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 500;
}
.tit_02_index .en {
  color: #77c9b6;
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
}

.tit_03 {
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: 0.2em;
  background: #e5faff;
  color: #0075be;
}

.tit_04 {
  color: #0075be;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #e5e5e5;
  position: relative;
}
.tit_04::after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 3rem;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  background: #0075be;
}

.tit_05 {
  color: #4aa8d7;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem dotted #333333;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 24rem 2rem 10rem;
    font-size: 3.2rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 10rem 0 3rem;
    padding-bottom: 2rem;
  }
  .tit_02_index {
    font-size: 3rem;
    line-height: 1.3;
    margin: 10rem 0 3rem;
  }
  .tit_02_index .en {
    font-size: 1.6rem;
  }
  .tit_03 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
    padding-bottom: 1rem;
    border-width: 0.3rem;
  }
  .tit_04::after {
    height: 0.3rem;
    width: 6rem;
    bottom: -0.3rem;
    left: 0;
  }
  .tit_05 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
    padding-bottom: 1rem;
    border-width: 0.5rem;
  }
}
.text_general {
  margin-bottom: 1.5rem;
}

.text_link_general {
  color: #0075be;
  text-decoration: underline;
}

.lst_ul_01 {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.lst_ul_01 li {
  padding-left: 0.3rem;
  margin-bottom: 1rem;
  position: relative;
}
.lst_ul_01 li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #0075be;
  border-radius: 50%;
  position: absolute;
  left: -0.75em;
  top: 0.5em;
}
.lst_ul_01 li:last-child {
  margin-bottom: 0;
}

.lst_ol_01,
.lst_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.lst_ol_01 li,
.lst_ol_counter_noreset_01 li {
  counter-increment: number 1;
  padding-left: 0.3rem;
  margin-bottom: 1rem;
  position: relative;
}
.lst_ol_01 li::before,
.lst_ol_counter_noreset_01 li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  right: 100%;
  top: 0;
}
.lst_ol_01 li:last-child,
.lst_ol_counter_noreset_01 li:last-child {
  margin-bottom: 0;
}

.lst_ol_counter_noreset_01 {
  counter-reset: none;
}

.lst_dl_01,
.lst_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #e5e5e5;
}
.lst_dl_01 dt,
.lst_dl_01_50percent dt {
  padding: 1rem;
  background: #61beec;
  color: #fff;
  font-weight: bold;
}
.lst_dl_01 dd,
.lst_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
}
.lst_dl_01 dd:not(:last-child),
.lst_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.lst_dl_table_01 {
  margin: 0 0 2rem;
  border: 1px solid #333333;
  width: 100%;
  text-align: center;
}
.lst_dl_table_01 .lst_dl_table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.lst_dl_table_01 .lst_dl_table_row dt {
  background: #333333;
  padding: 1rem;
  width: 100%;
}
.lst_dl_table_01 .lst_dl_table_row dd {
  margin: 0;
  padding: 1rem;
  width: 100%;
}
.lst_dl_table_01 .lst_dl_table_row:not(:last-child) {
  border-bottom: 1px solid #333333;
}

.tbl_01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #95cfeb;
  font-size: 0.8rem;
}
.tbl_01 tr th {
  text-align: center;
  background-color: #95cfeb;
  padding: 0.6rem;
  border-right: 1px solid #ffffff;
}
.tbl_01 tr th:first-child {
  width: 20%;
  border-right: none;
}
.tbl_01 tr td {
  text-align: center;
  border-left: 1px solid #95cfeb;
  border-bottom: 1px solid #95cfeb;
  padding: 0.6rem 0;
}
.tbl_01.-recruit {
  border: none;
  font-size: initial;
}
.tbl_01.-recruit tr {
  display: grid;
}
@media screen and (min-width: 48em), print {
  .tbl_01.-recruit tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .tbl_01.-recruit tr:first-child {
    border-top: 1px solid #e5e5e5;
  }
}
.tbl_01.-recruit tr th, .tbl_01.-recruit tr td {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .tbl_01.-recruit tr th, .tbl_01.-recruit tr td {
    padding: 2rem 2.5rem;
  }
}
.tbl_01.-recruit tr th {
  width: 100%;
  background-color: #61beec;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 48em), print {
  .tbl_01.-recruit tr th {
    width: initial;
  }
}
.tbl_01.-recruit tr td {
  width: 100%;
  border: none;
  text-align: left;
  border: 1px solid #e5e5e5;
}
@media screen and (min-width: 48em), print {
  .tbl_01.-recruit tr td {
    border: none;
  }
}

@media screen and (min-width: 48em), print {
  .lst_dl_01,
  .lst_dl_01_50percent {
    width: 100%;
    border-right: none;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl_01 dt,
  .lst_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lst_dl_01 dt:not(:last-of-type),
  .lst_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
  }
  .lst_dl_01 dd,
  .lst_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .lst_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .lst_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .lst_dl_table_01 {
    border-right: none;
    border-left: none;
  }
  .lst_dl_table_01 .lst_dl_table_row_bg_gray {
    background: #333333;
  }
  .lst_dl_table_01 .lst_dl_table_row dt,
  .lst_dl_table_01 .lst_dl_table_row dd {
    max-width: 25%;
  }
  .tbl_01 {
    font-size: 1.6rem;
  }
  .tbl_01 tr th {
    padding: 0.8rem;
  }
  .tbl_01 tr th:first-child {
    width: 20%;
  }
  .tbl_01 tr td {
    padding: 0.8rem 0;
  }
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 75%;
  text-align: center;
}
.imgtxt .imgtxt_txt :last-child,
.imgtxt_reverse .imgtxt_txt :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 45rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-bottom: 1rem;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > * {
  width: 31%;
  margin-bottom: 1rem;
}

.flex2_pc > * {
  margin-bottom: 1rem;
}

.flex3_pc > * {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
  }
  .flex3_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
  }
}
.box_general_01 {
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  background: #e5faff;
}
.box_general_01 :last-child {
  margin-bottom: 0;
}

.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 6rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 6rem 0 6rem;
  border-color: #0075be transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 3rem 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 4rem 8rem 0 8rem;
    top: calc(100% + 2rem);
  }
}
.btn_general_01 {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 10rem;
  background: #0075be;
  border: 3px solid #0075be;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
}
.btn_general_01::before {
  font-family: "fontello";
  content: "\e91c";
  padding-right: 0.3em;
}
.btn_general_01.color_02 {
  background: #77c9b6;
  border: 3px solid #77c9b6;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    padding: 1.2rem 2rem;
    font-size: 1.8rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #0075be;
    background-color: #fff;
    opacity: 1;
  }
  .btn_general_01.color_02:hover, .btn_general_01.color_02:focus {
    color: #77c9b6;
  }
}
.index_bnr a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1.5rem 0.5em;
  border-radius: 0.5rem;
  background: #fff;
  border: 2px solid #0075be;
  color: #0075be;
  text-decoration: none !important;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
}
.index_bnr a::before {
  content: "";
  background: url(../img/Instagram.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 4rem;
  height: 5rem;
}
@media screen and (min-width: 48em), print {
  .index_bnr a {
    padding: 2.2rem 4em;
    font-size: 3rem;
  }
  .index_bnr a::before {
    width: 5rem;
    height: 6rem;
  }
}

html {
  font-size: 3.125vw;
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

body {
  background: #fff;
  color: #333333;
}

p {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  padding: 2rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
}
.main section.wrap > :first-child {
  margin-top: 0;
}
.main section.wrap > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 5rem 0;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 23%;
  }
}
@media screen and (min-width: 48em) and (max-width: 1350px), print {
  main .wrap {
    padding-right: calc((135rem - 100vw) * 0.7);
  }
}
@media screen and (min-width: 48em) and (max-width: 1200px), print {
  main .wrap {
    padding-right: 6.5rem;
  }
}
.scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.header .wrap {
  margin: 0 0 1rem;
  padding: 5rem 0 0;
}
.header .wrap .logo {
  height: 5rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  padding-left: 0.5rem;
}
.header .wrap .logo a {
  display: block;
  width: 78%;
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right .access_and_btns {
  padding: 0 1rem;
}
.header .wrap .head_right .access_and_btns .access_and_line_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.5rem 0 1rem;
}
.header .wrap .head_right .access_and_btns .access_and_line_btn .access {
  padding: 0.3rem 0;
  border-right: none;
  border-left: none;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  width: 48%;
}
.header .wrap .head_right .access_and_btns .access_and_line_btn .access .num {
  font-size: 140%;
  color: #0075be;
}
.header .wrap .head_right .access_and_btns .access_and_line_btn .line_btn {
  text-align: center;
  width: 50%;
}
.header .wrap .head_right .access_and_btns .tel_reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.header .wrap .head_right .access_and_btns .tel_reserve .tel_btn a,
.header .wrap .head_right .access_and_btns .tel_reserve .reserve a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 0.4rem 0.5rem;
  border-radius: 15rem;
  background: #0075be;
  border: 3px solid #0075be;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  width: 100%;
  text-align: center;
}
.header .wrap .head_right .access_and_btns .tel_reserve .tel_btn a::before,
.header .wrap .head_right .access_and_btns .tel_reserve .reserve a::before {
  font-family: "fontello";
  content: "\e91f";
  font-weight: normal;
  padding-right: 0.1em;
  position: relative;
}
.header .wrap .head_right .access_and_btns .tel_reserve .instagram {
  margin-left: 1rem;
}
.header .wrap .head_right .access_and_btns .tel_reserve .tel_btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 2.2rem;
}
.header .wrap .head_right .access_and_btns .tel_reserve .reserve {
  margin-left: 0.5rem;
  width: 100%;
}
.header .wrap .head_right .access_and_btns .tel_reserve .reserve a {
  background: #77c9b6;
  border: 3px solid #77c9b6;
}
.header .wrap .head_right .access_and_btns .tel_reserve .reserve a::before {
  content: "\e920";
  padding-right: 0.2em;
}

@media screen and (min-width: 48em), print {
  .header .header_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 124rem;
    z-index: 1000;
    padding: 2rem 0;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .header .header_fixed.header_scroll_flag {
    background: rgba(255, 255, 255, 0.8);
  }
  .header .header_fixed .wrap {
    position: relative;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 2rem 2rem 1.6rem;
    width: 1360px;
  }
  .header .header_fixed .wrap .logo {
    width: 52rem;
    height: 100%;
    position: initial;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header .header_fixed .wrap .logo a {
    width: auto;
  }
  .header .header_fixed .wrap .head_right {
    margin: 1rem 0 0.6rem 0.5rem;
    width: 100%;
  }
  .header .header_fixed .wrap .head_right .access_and_btns {
    margin-left: 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  .header .header_fixed .wrap .head_right .access_and_btns .access_and_line_btn {
    margin: 0 1rem 0 0;
  }
  .header .header_fixed .wrap .head_right .access_and_btns .access_and_line_btn .access {
    width: auto;
    font-size: 1.4rem;
    border: none;
    margin-right: 1rem;
    padding: 0;
  }
  .header .header_fixed .wrap .head_right .access_and_btns .access_and_line_btn .access .num {
    font-size: 1.8rem;
  }
  .header .header_fixed .wrap .head_right .access_and_btns .access_and_line_btn .line_btn {
    width: auto;
  }
  .header .header_fixed .wrap .head_right .access_and_btns .access_and_line_btn .line_btn img {
    max-width: none;
  }
  .header .header_fixed .wrap .head_right .access_and_btns .tel_reserve {
    margin-bottom: 2rem;
  }
  .header .header_fixed .wrap .head_right .access_and_btns .tel_reserve .tel_btn,
  .header .header_fixed .wrap .head_right .access_and_btns .tel_reserve .reserve {
    min-width: 16rem;
  }
  .header .header_fixed .wrap .head_right .access_and_btns .tel_reserve .tel_btn a,
  .header .header_fixed .wrap .head_right .access_and_btns .tel_reserve .reserve a {
    font-size: 1.8rem;
    padding: 0.5rem 0.5rem;
  }
  .header .header_fixed .wrap .head_right .access_and_btns .tel_reserve .tel_btn {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 17rem;
    margin-left: 2.8rem;
  }
  .header .header_fixed .wrap .head_right .access_and_btns .tel_reserve .reserve {
    margin-left: 1rem;
  }
}
@media print {
  .header .header_fixed {
    position: absolute;
    min-width: auto;
    left: 0;
  }
}
.slicknav_menu {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #0075be;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #e5faff;
  position: absolute;
  top: 5rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  max-height: calc(100vh - 5rem);
  padding: 1.6rem 1.6rem 10rem;
  overflow-y: scroll;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #333333;
}
.slicknav_menu .slicknav_nav .gnav li:first-child {
  border-top: 1px solid #333333;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #333333 !important;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\f105";
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "\f107";
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\f106";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #333333;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
  }
  #nav .gnav {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0;
    position: relative;
  }
  #nav .gnav > li > a.home::before {
    font-family: "fontello";
    content: "\e91e";
    color: #0075be;
  }
  #nav .gnav > li > a.home .home_txt {
    display: none;
  }
  #nav .gnav > li > a.sub {
    /*&::after {
      content: '▼';
      color: $clr_txt;
      font-size: 60%;
    }
    &.open {
      &::after{
        content: '▲';
      }
    }*/
  }
  #nav .gnav > li .subnav {
    width: 100%;
    min-width: 22.5rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 2rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.6rem;
    border-radius: 1rem;
    padding: 1rem;
    background: #0075be;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    font-weight: normal;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    padding: 0.5rem;
    color: #fff;
    border-radius: 0.5rem;
    text-align: left;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #fff;
    color: #0075be;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
}
.sidebar {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block;
  }
  .sidebar .tit {
    background: #6b4f3c;
    color: #f1ffdb;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.8rem;
    border-radius: 0.8rem;
  }
  .sidebar .subnav {
    margin: 0;
    padding: 1rem 0;
  }
  .sidebar .subnav li a {
    display: block;
    padding: 1.2rem 0.6rem;
    color: #48341d;
    position: relative;
    font-size: 1.8rem;
  }
  .sidebar .subnav li a::after {
    font-family: "fontello";
    content: "\e807";
    position: absolute;
    right: 0.6rem;
    color: #d8c8bd;
  }
  .sidebar .subnav li a:hover, .sidebar .subnav li a:focus {
    background: #ffedcd;
    color: #ec7218;
  }
  .sidebar .subnav li a:hover::after, .sidebar .subnav li a:focus::after {
    color: #ec7218;
  }
  .sidebar .subnav li:not(:last-child) {
    border-bottom: 1px solid #dedede;
  }
}
.overview .overview_bg {
  background: #ecfdff;
}
.overview .overview_bg > .wrap {
  padding: 5rem 1rem 4rem;
}
.overview .overview_bg > .wrap .overview_left .clinic_name {
  text-align: center;
  margin: 0 auto 2rem;
}
.overview .overview_bg > .wrap .overview_left .clinic_name img {
  height: auto;
  width: 100%;
}
.overview .overview_bg > .wrap .overview_left .address {
  margin-bottom: 0.8rem;
  text-align: center;
}
.overview .overview_bg > .wrap .overview_left .address::before {
  font-family: "fontello";
  content: "\e868";
  font-weight: normal;
  padding-right: 0.1em;
  position: relative;
  top: -0.1em;
  color: #0075be;
}
.overview .overview_bg > .wrap .overview_left .tel_reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.overview .overview_bg > .wrap .overview_left .tel_reserve .tel_btn a,
.overview .overview_bg > .wrap .overview_left .tel_reserve .reserve a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 0.4rem 0.5rem;
  border-radius: 15rem;
  background: #0075be;
  border: 3px solid #0075be;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  width: 100%;
  text-align: center;
}
.overview .overview_bg > .wrap .overview_left .tel_reserve .tel_btn a::before,
.overview .overview_bg > .wrap .overview_left .tel_reserve .reserve a::before {
  font-family: "fontello";
  content: "\e91f";
  font-weight: normal;
  padding-right: 0.1em;
  position: relative;
}
.overview .overview_bg > .wrap .overview_left .tel_reserve .tel_btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.overview .overview_bg > .wrap .overview_left .tel_reserve .reserve {
  margin-left: 1rem;
  width: 100%;
}
.overview .overview_bg > .wrap .overview_left .tel_reserve .reserve a {
  background: #77c9b6;
  border: 3px solid #77c9b6;
}
.overview .overview_bg > .wrap .overview_left .tel_reserve .reserve a::before {
  content: "\e920";
  padding-right: 0.2em;
}
.overview .overview_bg > .wrap .overview_left .gaiyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  font-size: 1.2rem;
}
.overview .overview_bg > .wrap .overview_left .gaiyo dt {
  width: 28%;
  padding: 0.4rem 0.3rem;
  border: 0.1rem solid #0075be;
  color: #0075be;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview .overview_bg > .wrap .overview_left .gaiyo dt:first-child {
  margin-top: 0;
}
.overview .overview_bg > .wrap .overview_left .gaiyo dd {
  width: 69%;
  padding: 0.4rem 0.3rem;
  margin: 0;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview .overview_bg > .wrap .overview_left .gaiyo dd:first-of-type {
  margin-top: 0;
}
.overview .overview_bg > .wrap .overview_left .gaiyo dd.access .num {
  font-size: 140%;
  color: #0075be;
}
.overview .overview_bg > .wrap .overview_left .tbl_time {
  margin: 1.6rem 0;
}
.overview .overview_bg > .wrap .overview_right .gmap iframe {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview .overview_bg > .wrap {
    padding: 6.5rem 2rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_left {
    width: 55rem;
  }
  .overview .overview_bg > .wrap .overview_left .clinic_name {
    margin: 0 auto 2rem;
  }
  .overview .overview_bg > .wrap .overview_left .clinic_name img {
    width: auto;
  }
  .overview .overview_bg > .wrap .overview_left .address {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .overview .overview_bg > .wrap .overview_left .tel_reserve {
    margin-bottom: 2rem;
  }
  .overview .overview_bg > .wrap .overview_left .tel_reserve .tel_btn,
  .overview .overview_bg > .wrap .overview_left .tel_reserve .reserve {
    width: 48%;
  }
  .overview .overview_bg > .wrap .overview_left .tel_reserve .tel_btn a,
  .overview .overview_bg > .wrap .overview_left .tel_reserve .reserve a {
    font-size: 2.5rem;
    padding: 1rem;
  }
  .overview .overview_bg > .wrap .overview_left .tel_reserve .tel_btn {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .overview .overview_bg > .wrap .overview_left .tel_reserve .reserve {
    margin-left: 2rem;
  }
  .overview .overview_bg > .wrap .overview_left .gaiyo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .overview .overview_bg > .wrap .overview_left .gaiyo dt {
    width: 17%;
    padding: 0.6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.2rem;
  }
  .overview .overview_bg > .wrap .overview_left .gaiyo dd {
    width: 81%;
    padding: 0;
    margin-top: 1.2rem;
  }
  .overview .overview_bg > .wrap .overview_left .gaiyo dd.access .access_txt {
    margin-bottom: 0;
  }
  .overview .overview_bg > .wrap .overview_left .tbl_time {
    margin: 0;
  }
  .overview .overview_bg > .wrap .overview_right {
    width: 57rem;
  }
  .overview .overview_bg > .wrap .overview_right .gmap iframe {
    height: 58.6rem;
    width: 100%;
  }
}
.tel_up {
  width: 100%;
  background: #ecfdff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.25rem;
  min-height: 4rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.1rem solid #ecfdff;
  /*.reserve,*/
  /*.online {
    //pageupと類似の配置
    cursor: pointer;
    position: absolute;
    left: 1rem;
    width: 10.5rem;
    bottom: 4.5rem;
    // pageupと類似の配置
    a {
      border-radius: 5px; // pageupと類似の配置
      box-shadow: 0 1px 7px #999;// pageupと類似の配置
      background: $clr_orange_01;
      letter-spacing: -.01em;
      position: relative;
      padding-top: 1rem;
      &::before { // pageupと類似の配置
        font-family: 'fontello';
        font-size: 120%;
        content: '\e915';
        margin-right: .4rem;
      }
      span {
        position: absolute;
        top: .4rem;
        right: .8rem;
        font-size: .8rem;
      }
    }
  }*/
}
.tel_up .tel_footer,
.tel_up .access,
.tel_up .reserve,
.tel_up .online {
  width: 25%;
}
.tel_up .tel_footer a,
.tel_up .access a,
.tel_up .reserve a,
.tel_up .online a {
  display: block;
  width: 100%;
  background-color: #0075be;
  padding: 2.6rem 0 0;
  display: block;
  height: 5rem;
  position: relative;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.tel_up .tel_footer a::before,
.tel_up .access a::before,
.tel_up .reserve a::before,
.tel_up .online a::before {
  font-family: "fontello";
  content: "\e91f";
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.4rem;
}
.tel_up .access {
  border-left: 1px solid #fff !important;
}
.tel_up .access a {
  letter-spacing: -1px;
}
.tel_up .access a::before {
  content: "\e868";
}
.tel_up .reserve a {
  letter-spacing: -1px;
  background-color: #77c9b6;
}
.tel_up .reserve a::before {
  content: "\e920";
}
.tel_up .online a {
  background-color: #F8B500;
  letter-spacing: -1px;
}
.tel_up .online a::before {
  content: "\e915";
}
.tel_up .monshin,
.tel_up .reserve02 {
  width: 100%;
}
.tel_up .monshin a,
.tel_up .reserve02 a {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #77c9b6;
  color: #fff;
  text-align: center;
  width: 100%;
}
.tel_up .monshin a {
  background: #61beec;
}
.tel_up .reserve02 a {
  background-color: #0075be;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 4.5rem;
}
.tel_up .pageup a {
  display: block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  margin: 0.5rem 1rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.6rem;
  color: #fff;
  font-family: "fontello";
  content: "\e83f";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/page_up.png) no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
  }
  .tel_up .tel_footer {
    display: none;
  }
  .tel_up .reserve {
    display: none;
  }
  .tel_up .access {
    display: none;
  }
  .tel_up .monshin {
    display: none;
  }
  .tel_up .online {
    display: none;
  }
  .tel_up .pageup {
    bottom: 0;
  }
  .tel_up .pageup a {
    width: 6.6rem;
    height: 6.5rem;
    margin: 0;
  }
}
.only_footer_ib {
  display: none !important;
}

.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #2e97d9;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
    background: #fff;
  }
  .footer .only_footer_ib {
    display: inline-block !important;
  }
  .footer .copy {
    padding: 1.4rem;
    background: #0075be;
    font-size: 1.6rem;
  }
  .footer ul {
    color: #333333;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 90rem;
  }
  .footer ul.subnav {
    max-width: 65rem;
  }
  .footer ul.subnav li:first-child {
    margin-left: 6rem;
  }
  .footer ul.subnav li:nth-child(4) {
    margin-right: 6rem;
  }
  .footer ul.subnav:last-of-type {
    margin-bottom: 1rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.right_fixed {
  display: none;
}
@media screen and (min-width: 48em), print {
  .right_fixed {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    position: fixed;
    top: 17.5rem;
    right: 0;
    z-index: 10;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .right_fixed > div > a {
    display: block;
    padding: 3.8rem 2.1rem 1rem;
    border-radius: 2rem 0 0 2rem;
    background: #77c9b6;
    color: #fff;
    font-size: 2rem;
    position: relative;
    letter-spacing: -0.005em;
  }
  .right_fixed > div > a::before {
    font-family: "fontello";
    content: "\e920";
    font-weight: normal;
    position: relative;
    font-size: 110%;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .right_fixed > div > a span {
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    padding: 10px 0;
    border-radius: 100vh;
    margin-bottom: 5px;
  }
  .right_fixed > div.reserve02 > a {
    background: #0075be;
    padding: 3.8rem 1rem 1rem;
  }
  .right_fixed > div.reserve02 > a::before {
    content: "\e920";
  }
  .right_fixed > div.reserve > a {
    background: #77c9b6;
  }
  .right_fixed > div.reserve > a::before {
    content: "\e920";
  }
  .right_fixed > div.monshin > a {
    background: #61beec;
  }
  .right_fixed > div.monshin > a::before {
    content: "\e921";
  }
  .right_fixed > div.recruit > a {
    background: #ffb23e;
  }
  .right_fixed > div.recruit > a::before {
    font-size: 120%;
    content: "\e915";
  }
}

.index .wrapper_keyvsl {
  position: relative;
  background: #e5faff;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
}
.index .wrapper_keyvsl #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 20rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.index .wrapper_keyvsl .keyvsl_text .keyvsl_catch {
  position: absolute;
  line-height: 1.6;
  letter-spacing: 0.24em;
  top: 10.5rem;
  left: 0;
  text-align: center;
  font-size: 1.26rem;
  width: 100%;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  text-shadow: 0px 0px 5px #fff, 1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff;
}
.index .wrapper_keyvsl .keyvsl_text .keyvsl_catch.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.index .wrapper_keyvsl .keyvsl_text .keyvsl_catch .keyvsl_fontL {
  font-size: 133%;
}
.index .wrapper_keyvsl .keyvsl_text .keyvsl_catch .keyvsl_fontL .catch_text_01 {
  color: #0075be;
  font-size: 125%;
}
.index .wrapper_keyvsl .keyvsl_text .keyvsl_catch .keyvsl_fontL .catch_text_02 {
  font-size: 125%;
  color: #77c9b6;
}
.index .wrapper_keyvsl .keyvsl_text .nairan,
.index .wrapper_keyvsl .keyvsl_text .open {
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 0.8rem 0.4rem 1.2rem;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 5.5rem;
  bottom: -1rem;
  background: rgba(119, 201, 182, 0.8);
  font-size: 2.2rem;
  line-height: 1.4;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.index .wrapper_keyvsl .keyvsl_text .nairan.active,
.index .wrapper_keyvsl .keyvsl_text .open.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.index .wrapper_keyvsl .keyvsl_text .nairan::before,
.index .wrapper_keyvsl .keyvsl_text .open::before {
  content: "";
  display: block;
  border: 0.1rem solid #fff;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index .wrapper_keyvsl .keyvsl_text .nairan {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  font-size: 1.2rem;
}
.index .wrapper_keyvsl .keyvsl_text .open {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  background: rgba(0, 117, 190, 0.8);
  right: 5.5rem;
  left: auto;
  z-index: 2;
}
.index .wrapper_keyvsl .keyvsl_text .open .keyvsl_fontS {
  font-size: 80%;
  padding: 0;
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 94rem;
  }
  .index .wrapper_keyvsl .keyvsl_text .keyvsl_catch {
    top: auto;
    bottom: 1rem;
    text-align: left;
    width: auto;
    left: calc(50% - 59rem);
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 1.9;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    text-shadow: 0px 0px 5px #fff, 1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff;
  }
  .index .wrapper_keyvsl .keyvsl_text .keyvsl_catch.active {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    opacity: 1;
  }
  .index .wrapper_keyvsl .keyvsl_text .nairan,
  .index .wrapper_keyvsl .keyvsl_text .open {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    bottom: 3rem;
    width: 18.6rem;
    height: 18.6rem;
    font-size: 2.4rem;
    right: calc(50% - 42rem);
    padding: 0.8rem 0.4rem;
    left: auto;
  }
  .index .wrapper_keyvsl .keyvsl_text .nairan::before,
  .index .wrapper_keyvsl .keyvsl_text .open::before {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
    border-radius: 50%;
  }
  .index .wrapper_keyvsl .keyvsl_text .nairan {
    font-size: 2.1rem;
  }
  .index .wrapper_keyvsl .keyvsl_text .open {
    background: rgba(0, 117, 190, 0.8);
    right: calc(50% - 58rem);
    z-index: 2;
  }
  .index .wrapper_keyvsl .keyvsl_text .open .keyvsl_fontS {
    font-size: 71%;
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
}
main .wrapper_bnr {
  background: #e5faff;
}
main .wrapper_bnr .wrap .bnr_corona {
  background: #90d6f9;
  border-radius: 0.5rem;
  padding: 1rem;
  position: relative;
  display: block;
}
main .wrapper_bnr .wrap .bnr_corona::after {
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
}
main .wrapper_bnr .wrap .bnr_corona .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 0.5rem;
  max-width: 75%;
  text-align: center;
}
main .wrapper_bnr .wrap .bnr_corona .imgtxt_txt {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
main .wrapper_bnr .wrap .bnr_corona .imgtxt_txt p {
  letter-spacing: 0.18em;
  text-align: center;
  font-size: 1.6rem;
}
main .wrapper_bnr .wrap .bnr_corona .imgtxt_txt p > span {
  color: #2e97d9;
}
main .wrapper_bnr .wrap .bnr_corona .imgtxt_txt :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_bnr .wrap {
    width: 1000px;
  }
  main .wrapper_bnr .wrap .timetable {
    margin-bottom: 3rem;
  }
  main .wrapper_bnr .wrap .bnr_corona {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem;
  }
  main .wrapper_bnr .wrap .bnr_corona .imgtxt_image {
    max-width: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
  main .wrapper_bnr .wrap .bnr_corona .imgtxt_txt {
    margin-left: 1.5rem;
  }
  main .wrapper_bnr .wrap .bnr_corona .imgtxt_txt p {
    text-align: left;
    margin: 0;
    font-size: 2.7rem;
    letter-spacing: 0.1em;
  }
}
main .wrapper_news {
  background: #e5faff;
  padding: 3rem 1rem;
}
main .wrapper_news .wrap {
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 1rem;
}
main .wrapper_news .wrap .tit_news {
  position: relative;
  background: #0075be;
  line-height: 1;
  height: 12rem;
  width: 12rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  margin: 2rem auto 1.5rem;
}
main .wrapper_news .wrap .tit_news::after {
  background: url(../img/tit_news_icon.png) no-repeat center center/contain;
  content: "";
  display: block;
  width: 6.8rem;
  height: 6.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
main .wrapper_news .wrap .tit_news > span {
  margin-top: 1.2rem;
  display: block;
  width: 100%;
}
main .wrapper_news .wrap .tit_news .en {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
}
main .wrapper_news .wrap dl {
  line-height: 1.4;
  letter-spacing: 0.2em;
}
main .wrapper_news .wrap dl dt {
  letter-spacing: 0.2em;
  color: #333333;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
  color: #2987b7;
  font-weight: bold;
  padding-right: 2rem;
  position: relative;
}
main .wrapper_news .wrap dl dt::after {
  display: block;
  font-family: "fontello";
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  color: #90d6f9;
}
main .wrapper_news .wrap dl dt.open::after {
  content: "\f106";
}
main .wrapper_news .wrap dl dt:not(:first-child) {
  border-top: dashed #e5e5e5 0.2rem;
  margin-top: 1rem;
  padding-top: 1rem;
}
main .wrapper_news .wrap dl dt:not(:first-child)::after {
  top: 1rem;
}
main .wrapper_news .wrap dl dd {
  margin: 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
main .wrapper_news .wrap dl dd:last-child {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news {
    padding: 3rem 0;
  }
  main .wrapper_news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem 4.5rem;
    width: 1000px;
  }
  main .wrapper_news .wrap .tit_news {
    height: 18rem;
    width: 18rem;
    font-size: 3rem;
    margin: 4rem 4.5rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  main .wrapper_news .wrap .tit_news::after {
    width: 10.4rem;
    height: 8.7rem;
  }
  main .wrapper_news .wrap .tit_news > span {
    margin-top: 2rem;
  }
  main .wrapper_news .wrap .tit_news .en {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  main .wrapper_news .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 1.8rem;
  }
  main .wrapper_news .wrap dl dt:not(:first-child) {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  main .wrapper_news .wrap dl dt:not(:first-child)::after {
    top: 2rem;
  }
  main .wrapper_news .wrap dl dd {
    letter-spacing: 0.2em;
    font-size: 1.6rem;
  }
}
main .wrapper_greeting {
  background: #e5faff;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 75%;
  text-align: center;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt :last-child {
  margin-bottom: 0;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_btn_wrap {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrap {
    padding-left: 10rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image {
    float: right;
    margin: 0 0 0 2rem;
    max-width: none;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting::after {
    content: "";
    display: block;
    clear: both;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt p {
    letter-spacing: 0.2em;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .greeting_btn_wrap {
    text-align: left;
  }
}
main .wrapper_medical .wrap .list_medical {
  margin-top: 3.2rem;
  line-height: 1.4;
}
main .wrapper_medical .wrap .list_medical > li {
  position: relative;
  margin-top: 4rem;
}
main .wrapper_medical .wrap .list_medical > li:first-child {
  margin-top: 0;
}
main .wrapper_medical .wrap .list_medical > li:nth-child(2n) .tit {
  background: #77c9b6;
  display: block;
}
main .wrapper_medical .wrap .list_medical > li:nth-child(2n) .item_wrap {
  border-color: #77c9b6;
}
main .wrapper_medical .wrap .list_medical > li:nth-child(2n) .item_wrap ul li::before {
  background: #77c9b6;
}
main .wrapper_medical .wrap .list_medical > li.online .tit {
  min-width: 19rem;
}
main .wrapper_medical .wrap .list_medical > li .tit {
  background: #61beec;
  color: #fff;
  border-radius: 10rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 1.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 16rem;
}
main .wrapper_medical .wrap .list_medical > li .tit::before {
  font-family: "fontello";
  content: "\e91c";
  padding-right: 0.3em;
}
main .wrapper_medical .wrap .list_medical > li .item_wrap {
  border: 0.1rem solid #61beec;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  z-index: -1;
  padding-bottom: 1.5rem;
  text-align: center;
}
main .wrapper_medical .wrap .list_medical > li .item_wrap::before {
  content: "";
  display: block;
  background: #e7f7ff;
}
main .wrapper_medical .wrap .list_medical > li .item_wrap .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 50rem;
  height: 50rem;
  border-radius: 50rem;
  background: #e7f7ff;
  position: absolute;
  top: -39.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .wrapper_medical .wrap .list_medical > li .item_wrap .image img {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.5rem;
}
main .wrapper_medical .wrap .list_medical > li .item_wrap ul {
  margin: 12.5rem auto 0;
  padding-left: 2rem;
  display: inline-block;
  text-align: left;
  min-width: 15rem;
}
main .wrapper_medical .wrap .list_medical > li .item_wrap ul li {
  padding-left: 0.3rem;
  margin-bottom: 0.6rem;
  position: relative;
  letter-spacing: 0.1em;
}
main .wrapper_medical .wrap .list_medical > li .item_wrap ul li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #61beec;
  border-radius: 50%;
  position: absolute;
  left: -0.75em;
  top: 0.4em;
}
main .wrapper_medical .wrap .list_medical > li .item_wrap ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_medical .wrap .list_medical {
    margin: -1rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100rem;
  }
  main .wrapper_medical .wrap .list_medical > li {
    width: 26.5rem;
    margin: 6rem 2rem 0;
  }
  main .wrapper_medical .wrap .list_medical > li:first-child {
    margin-top: 6rem;
  }
  main .wrapper_medical .wrap .list_medical > li.online .tit {
    min-width: 23.5rem;
  }
  main .wrapper_medical .wrap .list_medical > li .tit {
    font-size: 2.4rem;
    padding: 0.8rem;
    min-width: 21rem;
  }
  main .wrapper_medical .wrap .list_medical > li .item_wrap {
    height: 100%;
  }
  main .wrapper_medical .wrap .list_medical > li .item_wrap .image {
    top: -32.5rem;
  }
  main .wrapper_medical .wrap .list_medical > li .item_wrap .image img {
    width: auto;
  }
  main .wrapper_medical .wrap .list_medical > li .item_wrap ul {
    margin-top: 19rem;
  }
  main .wrapper_medical .wrap .list_medical > li .item_wrap ul li {
    font-size: 1.6rem;
  }
}
main .wrapper_outpatient {
  position: relative;
}
main .wrapper_outpatient .wrap {
  background: #e7f7ff;
  border-radius: 0.5rem;
}
main .wrapper_outpatient .wrap .list_outpatient > li {
  position: relative;
  text-align: center;
  margin-top: 3rem;
}
main .wrapper_outpatient .wrap .list_outpatient > li:first-child {
  margin-top: 0;
}
main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(2n) a::before {
  background: #77c9b6;
}
main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(2n) a .text_main::before {
  color: #77c9b6;
}
main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(2n) a ul li::before {
  background: #77c9b6;
}
main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(2) a::after {
  content: "\ea14";
}
main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(3) a::after {
  content: "\e923";
}
main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(4) a::after {
  content: "\e924";
}
main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(5) a::after {
  content: "\e925";
}
main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(6) a::after {
  content: "\e926";
}
main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(7) a::after {
  content: "\ea1f";
}
main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(8) a::after {
  content: "\e9eb";
}
main .wrapper_outpatient .wrap .list_outpatient > li a {
  display: block;
  position: relative;
}
main .wrapper_outpatient .wrap .list_outpatient > li a::before {
  content: "";
  display: block;
  background: #2987b7;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  margin: 0 auto 1rem;
  color: #fff;
}
main .wrapper_outpatient .wrap .list_outpatient > li a::after {
  font-family: "fontello";
  content: "\e922";
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: none;
  color: #fff;
  font-size: 8rem;
}
main .wrapper_outpatient .wrap .list_outpatient > li .text_main {
  font-weight: bold;
  font-size: 1.6rem;
}
main .wrapper_outpatient .wrap .list_outpatient > li .text_main::before {
  font-family: "fontello";
  content: "\e91c";
  padding-right: 0.3em;
  color: #2987b7;
}
main .wrapper_outpatient .wrap .list_outpatient > li ul {
  margin: 1rem auto 0;
  padding-left: 2rem;
  display: inline-block;
  text-align: left;
  min-width: 13rem;
  line-height: 1.4;
}
main .wrapper_outpatient .wrap .list_outpatient > li ul li {
  padding-left: 0.3rem;
  margin-bottom: 0.6rem;
  position: relative;
  letter-spacing: 0.1em;
}
main .wrapper_outpatient .wrap .list_outpatient > li ul li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #2987b7;
  border-radius: 50%;
  position: absolute;
  left: -0.75em;
  top: 0.4em;
}
main .wrapper_outpatient .wrap .list_outpatient > li ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_outpatient {
    padding-bottom: 10rem;
  }
  main .wrapper_outpatient::before {
    content: "";
    display: block;
    background: url(../img/outpatient_bg.png) center center/0.8rem 0.8rem;
    position: absolute;
    height: calc(100% - 10rem);
    width: 100%;
    left: 0;
    bottom: 0;
  }
  main .wrapper_outpatient .wrap {
    padding: 4.5rem 4.5rem 4.5rem;
    border-radius: 1rem;
    position: relative;
  }
  main .wrapper_outpatient .wrap .tit_02 {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  main .wrapper_outpatient .wrap .list_outpatient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 90rem;
    margin: 0 auto;
  }
  main .wrapper_outpatient .wrap .list_outpatient > li {
    width: 21.5rem;
    margin-top: 1.5rem;
  }
  main .wrapper_outpatient .wrap .list_outpatient > li:first-child {
    margin-top: 1.5rem;
  }
  main .wrapper_outpatient .wrap .list_outpatient > li a::before {
    width: 13.2rem;
    height: 13.2rem;
    margin-bottom: 2rem;
  }
  main .wrapper_outpatient .wrap .list_outpatient > li a::after {
    top: -0.2rem;
    font-size: 7.5rem;
  }
  main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(6) a:hover, main .wrapper_outpatient .wrap .list_outpatient > li:nth-child(6) a:focus {
    opacity: 1;
  }
  main .wrapper_outpatient .wrap .list_outpatient > li .text_main {
    font-size: 1.7rem;
  }
  main .wrapper_outpatient .wrap .list_outpatient > li .text_main::before {
    padding-right: 0.1em;
  }
  main .wrapper_outpatient .wrap .list_outpatient > li ul {
    margin-top: 1.5rem;
    min-width: auto;
  }
}
main .wrapper_features .wrap .list_feature > li {
  margin-top: 3rem;
}
main .wrapper_features .wrap .list_feature > li:first-child {
  margin-top: 0;
}
main .wrapper_features .wrap .list_feature > li:nth-child(2n) .num > span {
  color: #77c9b6;
}
main .wrapper_features .wrap .list_feature > li:nth-child(2n) .num::before, main .wrapper_features .wrap .list_feature > li:nth-child(2n) .num::after,
main .wrapper_features .wrap .list_feature > li:nth-child(2n) .num > span::before,
main .wrapper_features .wrap .list_feature > li:nth-child(2n) .num > span::after {
  background: #77c9b6;
}
main .wrapper_features .wrap .list_feature > li .num {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  position: relative;
  padding: 0 0 0.3rem;
  margin-bottom: 1rem;
}
main .wrapper_features .wrap .list_feature > li .num > span {
  font-size: 150%;
  color: #2987b7;
}
main .wrapper_features .wrap .list_feature > li .num::before, main .wrapper_features .wrap .list_feature > li .num::after,
main .wrapper_features .wrap .list_feature > li .num > span::before,
main .wrapper_features .wrap .list_feature > li .num > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #2987b7;
  -webkit-transform: translateX(-350%);
          transform: translateX(-350%);
}
main .wrapper_features .wrap .list_feature > li .num::after {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}
main .wrapper_features .wrap .list_feature > li .num > span::before {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
main .wrapper_features .wrap .list_feature > li .num > span::after {
  -webkit-transform: translateX(250%);
          transform: translateX(250%);
}
main .wrapper_features .wrap .list_feature > li .image {
  text-align: center;
  margin-bottom: 1rem;
}
main .wrapper_features .wrap .list_feature > li .image img {
  max-width: 25rem;
}
main .wrapper_features .wrap .list_feature > li .tit {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_features .wrap .list_feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_features .wrap .list_feature > li {
    width: 27rem;
    margin: 0;
  }
  main .wrapper_features .wrap .list_feature > li .num {
    font-size: 3rem;
  }
  main .wrapper_features .wrap .list_feature > li .num > span {
    font-size: 4.8rem;
  }
  main .wrapper_features .wrap .list_feature > li .num::before, main .wrapper_features .wrap .list_feature > li .num::after,
  main .wrapper_features .wrap .list_feature > li .num > span::before,
  main .wrapper_features .wrap .list_feature > li .num > span::after {
    width: 0.4rem;
    height: 0.4rem;
  }
  main .wrapper_features .wrap .list_feature > li .image img {
    max-width: 24rem;
  }
  main .wrapper_features .wrap .list_feature > li .tit {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
@media screen and (min-width: 48em), print {
  .doctor .imgtxt .imgtxt_image,
  .doctor .imgtxt_reverse .imgtxt_image {
    max-width: 43rem;
  }
}

.sp-mask {
  padding-bottom: 2.4rem;
}

.sp-slide {
  padding-bottom: 2.4rem;
}

.access .sp-mask {
  padding-bottom: 3.4rem;
}
.access .sp-slide {
  padding-bottom: 3.4rem;
}
.access .sp-layer.sp-black.sp-padding {
  font-size: 2.8rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 8rem;
}

@media screen and (min-width: 48em), print {
  .clinic .sp-mask {
    padding-bottom: 5.3rem;
  }
  .clinic .sp-slide {
    padding-bottom: 5.3rem;
  }
  .access .sp-mask {
    padding-bottom: 6.5rem;
  }
  .access .sp-slide {
    padding-bottom: 6.5rem;
  }
  .access .sp-layer.sp-black.sp-padding {
    min-height: 8.6rem;
    font-size: 2.4rem;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.8rem;
}

@media screen and (min-width: 48em), print {
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
  }
}
.sp-selected-thumbnail {
  border: 0.4rem solid #000;
}

.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #ccc;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}/*# sourceMappingURL=style.css.map */