@charset "UTF-8";
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*青*/
/*灰色*/
/*水色*/
/*黄土色*/
/*灰色*/
/*灰色*/
/*群青色*/
/*空色*/
/*青*/
/*水色*/
/*黄土色*/
/*黄土色*/
/*白透明*/
/*水色*/
/*灰色*/
/*水色*/
/*青*/
/*灰色*/
/*黄土色透過*/
/*茶色*/
/*群青色*/
/*青*/
/*茶色*/
/*灰色*/
/*ピンク*/
/*ピンク*/
/*青*/
/*黄土色*/
/*青透過*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "rubik_regular";
  src: url(../font/static/Rubik-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rubik_medium";
  src: url(../font/static/Rubik-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rubik_bold";
  src: url(../font/static/Rubik-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "rubik_light";
  src: url(../font/static/Rubik-Light.ttf);
  font-weight: normal;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/* img -------------------------------------- */
.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: 768px), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 768px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt00 {
  margin-top: 0rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

@media screen and (min-width: 768px), print {
  .mt00 {
    margin-top: 0rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt40 {
    margin-top: 8rem;
  }
}
/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 99999999;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #262626 1px solid;
  width: 90%;
  margin: 20vw auto 20vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #262626;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #262626 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a {
  background-color: #B88C2B;
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  border-bottom: #ffffff 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li:last-child a {
  border-bottom: #262626 1px solid;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg a::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}

@media screen and (min-width: 768px), print {
  .main_nav_sp {
    display: none;
  }
}
.toggle {
  display: none;
  height: 14vw;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 10vw;
  padding: 0 0 0.5vw 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label {
  cursor: pointer;
  width: 100%;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 28px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  color: #ffffff;
  text-align: center;
}

.toggle-label .toggle-text:before {
  position: absolute;
  width: 100%;
  left: 0;
  content: "MENU";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: visible;
  opacity: 1;
  font-size: 1rem;
}

.toggle-label .toggle-text:after {
  position: absolute;
  width: 100%;
  left: 0;
  content: "CLOSE";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  font-size: 1rem;
}

.toggle-label .toggle-icon {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  -webkit-transform: translate3d(-50%, -11.5px, 0);
          transform: translate3d(-50%, -11.5px, 0);
}

.toggle-label .toggle-icon:after {
  -webkit-transform: translate3d(-50%, 5px, 0);
          transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before,
.toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
          transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
}

.container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001976+0,008cd7+100 */
  background: linear-gradient(45deg, rgb(0, 25, 118) 0%, rgb(0, 140, 215) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 0.3rem;
  height: 12vw;
}

/*見出し*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
h1 {
  margin: 0;
}

h2.top_title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 120%;
  color: #007FCB;
  margin: 0;
  padding: 0.8rem 0 1rem 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h2.top_title span {
  color: #CCE4F5;
  font-family: "rubik_light";
  font-size: 3rem;
  font-weight: normal;
  display: block;
  width: 100%;
  margin: 0.5rem 0 0 0;
}
h2.notice_icon {
  background: url("../img/icon_02.png") no-repeat;
  background-position: left top;
  background-size: 4rem;
}
h2.features_icon {
  background: url("../img/icon_03.png") no-repeat;
  background-position: left top;
  background-size: 4rem;
}
h2.treatment_icon {
  color: #ffffff;
  background: url("../img/icon_05.png") no-repeat;
  background-position: left top;
  background-size: 4rem;
}
h2.low {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 120%;
  color: #007FCB;
  margin: 3rem 0 2rem 0;
  padding: 0.8rem 0 1rem 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/icon_01.png") no-repeat;
  background-position: left top;
  background-size: 4rem;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 100%;
  color: #ffffff;
  margin: 3rem 0 1.5rem 0;
  padding: 1rem 0 1rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  background: url("../img/h3bg.jpg") no-repeat;
  background-size: cover;
  background-position: left top;
  position: relative;
}
h3.low::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/icon_11.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 1.6rem;
  left: 1rem;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  font-size: 2rem;
  font-weight: normal;
  line-height: 100%;
  color: #856621;
  margin: 3rem 0 1.5rem 0;
  padding: 0.9rem 0 0.9rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#decfa8+0,decfa8+67,bea971+100 */
  background: -webkit-gradient(linear, left top, right top, from(#decfa8), color-stop(67%, #decfa8), to(#bea971));
  background: linear-gradient(to right, #decfa8 0%, #decfa8 67%, #bea971 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
}
h4.low::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: url("../img/icon_12.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 1.6rem;
  left: 1rem;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  font-size: 2rem;
  font-weight: normal;
  line-height: 100%;
  color: #262626;
  border-bottom: #C9C9C9 2px solid;
  margin: 3rem 0 1.5rem 0;
  padding: 0.5rem 0 0.5rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
h5.low::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../img/icon_13.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 1.2rem;
  left: 1rem;
}
h5.first {
  margin: 0 0 1rem 0;
}

p {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 160%;
    color: #007FCB;
    margin: 0;
    padding: 20px 0 30px 90px;
    line-height: 100%;
  }
  h2.top_title span {
    color: #CCE4F5;
    font-family: "rubik_light";
    font-size: 5rem;
    font-weight: normal;
    display: inline;
    width: auto;
    margin: 0 0 0 26px;
  }
  h2.notice_icon {
    background: url("../img/icon_02.png") no-repeat;
    background-position: left top;
    background-size: 76px;
  }
  h2.features_icon {
    background: url("../img/icon_03.png") no-repeat;
    background-position: left top;
    background-size: 76px;
  }
  h2.treatment_icon {
    color: #ffffff;
    background: url("../img/icon_05.png") no-repeat;
    background-position: left top;
    background-size: 76px;
  }
  h2.low {
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    color: #007FCB;
    margin: 80px 0 20px 0;
    padding: 20px 0 28px 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/icon_01.png") no-repeat;
    background-position: left top;
    background-size: 76px;
  }
  h2.first {
    margin: 0 0 20px 0;
  }
  h3.low {
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 100%;
    color: #ffffff;
    margin: 60px 0 20px 0;
    padding: 11px 0 11px 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    background: url("../img/h3bg.jpg") no-repeat;
    background-size: cover;
    background-position: left top;
    position: relative;
  }
  h3.low::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/icon_11.svg") no-repeat;
    background-position: center center;
    background-size: 10px;
    position: absolute;
    top: 19px;
    left: 14px;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low {
    font-size: 2rem;
    font-weight: normal;
    line-height: 100%;
    color: #856621;
    margin: 50px 0 20px 0;
    padding: 11px 0 11px 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#decfa8+0,decfa8+67,bea971+100 */
    background: -webkit-gradient(linear, left top, right top, from(#decfa8), color-stop(67%, #decfa8), to(#bea971));
    background: linear-gradient(to right, #decfa8 0%, #decfa8 67%, #bea971 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
  }
  h4.low::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url("../img/icon_12.svg") no-repeat;
    background-position: center center;
    background-size: 8px;
    position: absolute;
    top: 17px;
    left: 14px;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 100%;
    color: #262626;
    border-bottom: #C9C9C9 2px solid;
    margin: 40px 0 15px 0;
    padding: 0 0 10px 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  h5.low::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: url("../img/icon_13.svg") no-repeat;
    background-position: center center;
    background-size: 6px;
    position: absolute;
    top: 5px;
    left: 14px;
  }
  h5.first {
    margin: 0 0 15px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #007FCB;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr th:first-child {
  border-top-left-radius: 0.5rem;
}
table.timetable tr th:last-child {
  border-top-right-radius: 0.5rem;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #262626;
  border-bottom: #BBBBBB 2px solid;
}
table.timetable tr td i {
  font-size: 4vw;
  color: #007FCB;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #262626;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #262626;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #007FCB;
    width: 10%;
    height: 43px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  table.timetable tr th:first-child {
    border-top-left-radius: 10px;
  }
  table.timetable tr th:last-child {
    border-top-right-radius: 10px;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #262626;
    height: 44px;
    box-sizing: border-box;
    border-bottom: #BBBBBB 2px solid;
  }
  table.timetable tr td i {
    font-size: 1.8rem;
    color: #007FCB;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #262626;
    font-size: 1.6rem;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.6rem;
    margin: 8px 0 0 0;
    width: 100%;
    color: #262626;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
  }
}
/*テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #262626;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 30%;
  padding: 0.5rem;
  color: #ffffff;
  background-color: #007FCB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border-top: #007FCB 1px solid;
  border-left: #007FCB 1px solid;
  border-right: #007FCB 1px solid;
  border-bottom: #E6F4FF 1px solid;
}
table.low_table tr td {
  width: 70%;
  padding: 0.5rem;
  border: #007FCB 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table tr:last-child th {
  border-bottom: #007FCB 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #262626;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    color: #ffffff;
    background-color: #007FCB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    border-top: #007FCB 1px solid;
    border-left: #007FCB 1px solid;
    border-right: #007FCB 1px solid;
    border-bottom: #E6F4FF 1px solid;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    border: #007FCB 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table tr:last-child th {
    border-bottom: #007FCB 1px solid;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  color: #262626;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  color: #ffffff;
  border: #007FCB 1px solid;
  background-color: #007FCB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  border-left: #007FCB 1px solid;
  border-right: #007FCB 1px solid;
  border-bottom: #007FCB 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr td a {
  color: #0380CB;
  font-weight: bold;
}
table.low_table_spblock tr td.fax {
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    color: #262626;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 30%;
    padding: 20px;
    color: #ffffff;
    border: #007FCB 1px solid;
    border-bottom: #E6F4FF 1px solid;
    background-color: #007FCB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 20px;
    border: #007FCB 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td a {
    color: #0380CB;
    font-weight: bold;
  }
  table.low_table_spblock tr td.fax {
    pointer-events: none;
  }
  table.low_table_spblock tr:last-child th {
    border-bottom: #007FCB 1px solid;
  }
}
/*スライドテーブル*/
table.low_table_slide {
  width: 1000px;
  border-collapse: collapse;
  color: #262626;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide tr th {
  width: auto;
  padding: 1rem;
  color: #ffffff;
  border: #007FCB 1px solid;
  background-color: #007FCB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide tr th.title {
  width: 30%;
  border-right: #E6F4FF 1px solid;
}
table.low_table_slide tr td {
  width: auto;
  padding: 1rem;
  border: #007FCB 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table_slide tr td ul li {
  text-align: left;
}
table.low_table_slide tr td ul.list_mbnone {
  margin: 0;
}
table.low_table_slide tr td ul.list_mbnone li {
  text-align: left;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  /*スライドテーブル*/
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    color: #262626;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: auto;
    padding: 20px;
    color: #ffffff;
    border: #007FCB 1px solid;
    background-color: #007FCB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide tr th.title {
    width: 30%;
    border-right: #E6F4FF 1px solid;
  }
  table.low_table_slide tr td {
    width: auto;
    padding: 20px;
    border: #007FCB 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table_slide tr td ul li {
    text-align: left;
  }
  table.low_table_slide tr td ul.list_mbnone {
    margin: 0;
  }
  table.low_table_slide tr td ul.list_mbnone li {
    text-align: left;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 0 0;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.img_right {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 400px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準 disc*/
ul.list_normal {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準2列 disc*/
ul.list_normal_two {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_two li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準3列 disc*/
ul.list_normal_three {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_three li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準 maru*/
ul.list_maru {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru li {
  background: url(../img/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準2列 maru*/
ul.list_maru_two {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_two li {
  background: url(../img/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準3列 maru*/
ul.list_maru_three {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_three li {
  background: url(../img/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準3列 disc*/
  ul.list_normal_three {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_three li {
    width: 30%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 6px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 6px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.png) no-repeat;
    background-position: left 4px top 6px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
dl.bio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.bio_list dt {
  width: 20%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd {
  width: 80%;
  margin: 0 0 1rem 0;
}

/*数字*/
dl.num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 10%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 90%;
  margin: 0 0 1rem 0;
}

/*タイトルボックス*/
dl.title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.title_box dt {
  width: 100%;
  margin: 0;
  background-color: #007FCB;
  color: #ffffff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #007FCB 1px solid;
  border-right: #007FCB 1px solid;
  border-bottom: #007FCB 1px solid;
}
dl.title_box dt:first-child {
  border-top: #262626 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #007FCB 1px solid;
  border-right: #007FCB 1px solid;
  border-bottom: #007FCB 1px solid;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    line-height: 160%;
    width: 100%;
  }
  dl.bio_list dt {
    width: 15%;
    margin: 0 0 16px 0;
  }
  dl.bio_list dd {
    width: 85%;
    margin: 0 0 16px 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1100px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 1rem 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #007FCB;
    color: #ffffff;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #007FCB 1px solid;
    border-right: #007FCB 1px solid;
    border-bottom: #007FCB 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #007FCB 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #007FCB 1px solid;
    border-right: #007FCB 1px solid;
    border-bottom: #007FCB 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border: none;
  border-left: 3.8rem solid transparent;
  border-right: 3.8rem solid transparent;
  border-top: 3rem solid #0380CB;
  text-align: center;
  display: block;
  margin: 0 auto 2rem auto;
}

/*強調*/
.emphasis {
  background-color: #E6F4FF;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis ul.mb_none {
  margin: 0;
}

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
}
.low_tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: bold;
}
.low_tel span i {
  font-size: 2.4rem;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #0380CB;
    text-align: center;
    display: block;
    margin: 0 auto 60px auto;
  }
  /*二列*/
  .two_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1100px;
  }
  .two_box .box_half {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #E6F4FF;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis ul.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #262626;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #262626;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1100px;
    margin: 20px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.6rem;
    color: #262626;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #262626;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #262626;
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
}

.lightbox_frame2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame2 .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame2 .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame2 .img_box a img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .lightbox {
    z-index: 9999999 !important;
  }
  .lightbox_frame {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame .img_box a img {
    width: 380px;
  }
  .lightbox_frame .img_box a span {
    display: block;
    text-align: center;
    color: #262626;
    font-size: 2rem;
    margin: 30px 0 0 0;
    font-weight: bold;
  }
  .lightbox_frame2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame2 .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame2 .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame2 .img_box a img {
    width: 380px;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #007FCB 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #cccccc;
  padding: 1rem;
  text-decoration: none;
  color: #262626;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #262626;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #262626;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #262626;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #007FCB 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #cccccc;
    padding: 20px;
    text-decoration: none;
    color: #262626;
    position: relative;
  }
  .banner_01 img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    display: block;
    margin: 0;
  }
  .banner_01 .banner_title {
    position: absolute;
    top: 20px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    color: #262626;
    margin: 0 0 0 0;
  }
  .banner_01 .banner_text {
    position: absolute;
    top: 80px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
    color: #262626;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.link_text {
  color: #0380CB;
  font-weight: bold;
}

.low_button {
  background: url("../img/icon_14.svg") no-repeat;
  background-position: right 2rem center;
  background-size: 1.2rem;
  background-color: #007FCB;
  -webkit-box-shadow: 0 0 6px #99CEEE inset;
          box-shadow: 0 0 6px #99CEEE inset;
  color: #ffffff;
  width: auto;
  height: auto;
  margin: 1rem 0 0 0;
  text-align: left;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 1rem 3.5rem 1rem 1rem;
  border-radius: 0.8rem;
  line-height: 120%;
  display: inline-block;
}

.staff_button {
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 100%;
  color: #ffffff;
  margin: 3rem 0 1.5rem 0;
  padding: 1rem 0 1rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  background: url("../img/h3bg.jpg") no-repeat;
  background-size: cover;
  background-position: left top;
  position: relative;
  display: block;
  text-decoration: none;
}
.staff_button::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/icon_11.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 1.6rem;
  left: 1rem;
}
.staff_button::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon_14.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 1.3rem;
  right: 1.5rem;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #0380CB;
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .link_text:hover {
    color: #FF7294;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    background: url("../img/icon_14.svg") no-repeat;
    background-position: right 40px center;
    background-size: 14px;
    background-color: #007FCB;
    -webkit-box-shadow: 0 0 6px #99CEEE inset;
            box-shadow: 0 0 6px #99CEEE inset;
    color: #ffffff;
    width: auto;
    height: auto;
    margin: 1rem 0 0 0;
    text-align: left;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 15px 60px 15px 40px;
    border-radius: 8px;
    line-height: 120%;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button:hover {
    background-color: #FF7294;
    -webkit-box-shadow: 0 0 6px #FFE9EE inset;
            box-shadow: 0 0 6px #FFE9EE inset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .staff_button {
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 100%;
    color: #ffffff;
    margin: 60px 0 20px 0;
    padding: 11px 0 11px 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    background: url("../img/h3bg.jpg") no-repeat;
    background-size: cover;
    background-position: left top;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .staff_button::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/icon_11.svg") no-repeat;
    background-position: center center;
    background-size: 10px;
    position: absolute;
    top: 19px;
    left: 14px;
  }
  .staff_button::after {
    content: "";
    display: block;
    width: 14px;
    height: 13px;
    background: url("../img/icon_14.svg") no-repeat;
    background-position: center center;
    background-size: 14px;
    position: absolute;
    top: 17px;
    right: 20px;
  }
  .staff_button:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.img_doctor {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_doctor img {
  width: 90%;
  height: auto;
}

.doctor_name {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: left;
    margin: 0 20px 20px 0;
    text-align: left;
  }
  .img_doctor img {
    width: 400px;
    height: auto;
  }
  .doctor_name {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

.machine_box2 {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box2 section {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box2 section h3 {
  margin: 0 0 1rem 0;
}
.machine_box2 section img {
  width: 100%;
  margin: 0 0 1rem 0;
}

/*スライダー*/
.slider-pro {
  margin: 0 auto 2rem auto !important;
}
.slider-pro p.sp-layer {
  font-size: 2.4rem !important;
}

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /*スライダー*/
  .slider-pro {
    margin: 0 auto 30px auto !important;
  }
  .slider-pro p.sp-layer {
    font-size: 2rem !important;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #0380CB 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
}
.flow_box h3 {
  margin: 0 0 1rem 0;
}
.flow_box p.mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #0380CB 1px solid;
    border-radius: 10px;
    padding: 30px 135px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
  }
  .flow_box h3 {
    margin: 0 0 20px 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
iframe.accessmap {
  width: 100%;
  height: 100vw;
  display: block;
  margin: 0 0 4rem 0;
}

@media screen and (min-width: 768px), print {
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0 0 100px 0;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　お問い合わせ・メールフォーム
----------------------------------------------------------- */
#mailformpro table {
  font-size: 1.4rem;
  line-height: 140%;
  width: 100%;
}
#mailformpro table tr th {
  display: block;
  text-align: left;
  font-weight: normal;
  background-color: #E6F4FF;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #262626;
  border-top: #007FCB 1px solid;
  border-left: #007FCB 1px solid;
  border-right: #007FCB 1px solid;
}
#mailformpro table tr th span {
  color: #ff0000;
  display: inline-block;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0.6rem;
}
#mailformpro table tr td {
  display: block;
  text-align: left;
  border-top: #007FCB 1px solid;
  border-left: #007FCB 1px solid;
  border-right: #007FCB 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mailformpro table tr td ol {
  list-style-type: none;
}
#mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
  font-size: 1.2rem;
  width: 90%;
  margin: 0 0 0.6rem 0;
}
#mailformpro table tr td select {
  font-size: 1.2rem;
  width: 90%;
}
#mailformpro table tr td select.time {
  width: 12%;
}
#mailformpro table tr td textarea {
  font-size: 1.2rem;
  width: 90%;
  min-height: 40vw;
}
#mailformpro table tr:last-child td {
  border-bottom: #007FCB 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.6rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #E6F4FF;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #007FCB 1px solid;
    border-left: #007FCB 1px solid;
    border-right: #007FCB 1px solid;
    vertical-align: middle;
  }
  #mailformpro table tr th span {
    color: #ff0000;
    display: inline-block;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 1rem;
  }
  #mailformpro table tr td {
    width: 800px;
    display: table-cell;
    text-align: left;
    border-top: #007FCB 1px solid;
    border-left: #007FCB 1px solid;
    border-right: #007FCB 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/*アニメーション用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　ファーストビュー
----------------------------------------------------------- */
.first_view_anime {
  -webkit-animation: fvfadein 0.5s ease 1s 1 normal backwards;
          animation: fvfadein 0.5s ease 1s 1 normal backwards;
}

.first_view_anime2 {
  -webkit-animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
          animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
}

.first_view_anime3 {
  -webkit-animation: fvfadein 0.5s ease 2s 1 normal backwards;
          animation: fvfadein 0.5s ease 2s 1 normal backwards;
}

.first_view_anime4 {
  -webkit-animation: fvfadein 0.5s ease 2.5s 1 normal backwards;
          animation: fvfadein 0.5s ease 2.5s 1 normal backwards;
}

@-webkit-keyframes fvfadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvfadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px), print {
  .first_view_anime {
    -webkit-animation: fvfadein 0.5s ease 1s 1 normal backwards;
            animation: fvfadein 0.5s ease 1s 1 normal backwards;
  }
  .first_view_anime2 {
    -webkit-animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
            animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
  }
  .first_view_anime3 {
    -webkit-animation: fvfadein 0.5s ease 2s 1 normal backwards;
            animation: fvfadein 0.5s ease 2s 1 normal backwards;
  }
  .first_view_anime4 {
    -webkit-animation: fvfadein 0.5s ease 2.5s 1 normal backwards;
            animation: fvfadein 0.5s ease 2.5s 1 normal backwards;
  }
  @-webkit-keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* -----------------------------------------------------------
　お知らせのアニメーション
----------------------------------------------------------- */
.greeting_anime1 {
  -webkit-animation: greeting_fadein 0.5s ease 2s 1 normal backwards;
          animation: greeting_fadein 0.5s ease 2s 1 normal backwards;
}

.greeting_anime2 {
  -webkit-animation: greeting_fadein 0.5s ease 2.5s 1 normal backwards;
          animation: greeting_fadein 0.5s ease 2.5s 1 normal backwards;
}

@-webkit-keyframes greeting_fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes greeting_fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px), print {
  .greeting_anime1 {
    -webkit-animation: none;
            animation: none;
  }
  .greeting_anime2 {
    -webkit-animation: none;
            animation: none;
  }
}
/* -----------------------------------------------------------
　アニメーション
----------------------------------------------------------- */
/*左から*/
.scroll_left {
  /*transform: translateX(-200px);*/
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.scroll_left.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*右から*/
.scroll_right {
  /*transform: translateX(200px);*/
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.scroll_right.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*下から*/
.scroll_up {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.scroll_up.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  /*左から*/
  .scroll_left {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_left.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*右から*/
  .scroll_right {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_right.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*下から*/
  .scroll_up {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .scroll_up.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  /*下からPCのみ*/
  .scroll_up_pc {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .scroll_up_pc.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  /*左から*/
  .scroll_left {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .scroll_left.blockIn {
    -webkit-transform: none;
            transform: none;
  }
  /*右から*/
  .scroll_right {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .scroll_right.blockIn {
    -webkit-transform: none;
            transform: none;
  }
  .greeting_anime_left {
    -webkit-animation: greeting_fadein_left 0.5s ease 2s 1 normal backwards;
            animation: greeting_fadein_left 0.5s ease 2s 1 normal backwards;
  }
  .greeting_anime_right {
    -webkit-animation: greeting_fadein_right 0.5s ease 2s 1 normal backwards;
            animation: greeting_fadein_right 0.5s ease 2s 1 normal backwards;
  }
  /*左から*/
  @-webkit-keyframes greeting_fadein_left {
    from {
      opacity: 0;
      -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes greeting_fadein_left {
    from {
      opacity: 0;
      -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  /*左から*/
  @-webkit-keyframes greeting_fadein_right {
    from {
      opacity: 0;
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes greeting_fadein_right {
    from {
      opacity: 0;
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.scroll_treatment_up li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.scroll_treatment_up li:nth-child(1) {
  -webkit-transition: all 0.5s ease-in 0.1s;
  transition: all 0.5s ease-in 0.1s;
}
.scroll_treatment_up li:nth-child(2) {
  -webkit-transition: all 0.5s ease-in 0.2s;
  transition: all 0.5s ease-in 0.2s;
}
.scroll_treatment_up li:nth-child(3) {
  -webkit-transition: all 0.5s ease-in 0.3s;
  transition: all 0.5s ease-in 0.3s;
}
.scroll_treatment_up li:nth-child(4) {
  -webkit-transition: all 0.5s ease-in 0.4s;
  transition: all 0.5s ease-in 0.4s;
}
.scroll_treatment_up li:nth-child(5) {
  -webkit-transition: all 0.5s ease-in 0.5s;
  transition: all 0.5s ease-in 0.5s;
}
.scroll_treatment_up li:nth-child(6) {
  -webkit-transition: all 0.5s ease-in 0.6s;
  transition: all 0.5s ease-in 0.6s;
}
.scroll_treatment_up li:nth-child(7) {
  -webkit-transition: all 0.5s ease-in 0.7s;
  transition: all 0.5s ease-in 0.7s;
}
.scroll_treatment_up li:nth-child(8) {
  -webkit-transition: all 0.5s ease-in 0.8s;
  transition: all 0.5s ease-in 0.8s;
}
.scroll_treatment_up li:nth-child(9) {
  -webkit-transition: all 0.5s ease-in 0.9s;
  transition: all 0.5s ease-in 0.9s;
}
.scroll_treatment_up li:nth-child(10) {
  -webkit-transition: all 0.5s ease-in 1s;
  transition: all 0.5s ease-in 1s;
}

.scroll_treatment_up.blockIn li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #262626;
  background-color: #ffffff;
  padding: 0 0 13vw 0;
  /*ページ内リンク用*/
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #262626;
    background-color: #ffffff;
    padding: 0;
    /*ページ内リンク用*/
    scroll-behavior: smooth;
    /*スクロール後の余白設定*/
    scroll-padding-top: 60px;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

section {
  height: auto;
  overflow: hidden;
  margin: 0;
}

.sentence {
  height: auto;
  overflow: hidden;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
    -webkit-text-size-adjust: 100%;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: auto;
    -webkit-text-size-adjust: 100%;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrapper_low {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main {
  height: auto;
  width: 100%;
  margin: 4rem 0 0 0;
  padding: 0;
}

.main_low {
  height: auto;
  width: 96%;
  margin: 2rem auto 4rem auto;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 76px auto 0 auto;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1100px;
    margin: 50px auto 0 auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  padding: 2vw 0 5vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top .head_logo {
  width: 70%;
  margin: 0 0 0 2%;
}
header.header .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .header_top .head_logo a img {
  width: 100%;
}
header.header .header_box .header_info {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 140px;
  }
  header.header .header_box {
    width: 1100px;
    height: 136px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 400px;
    height: 70px;
    margin: 0;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 414px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 414px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 414px;
  }
  header.header .header_box .header_info {
    display: block;
    width: 686px;
    position: absolute;
    top: 29px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
  }
  header.header .header_box .header_info .header_web {
    width: 136px;
    height: 39px;
    background-color: #007FCB;
    -webkit-box-shadow: 0 0 6px #99CEEE inset;
            box-shadow: 0 0 6px #99CEEE inset;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .header_info .header_web i {
    margin: 0 2px 0 0;
  }
  header.header .header_box .header_info .header_web:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #FF7294;
    -webkit-box-shadow: 0 0 10px #FFE9EE inset;
            box-shadow: 0 0 10px #FFE9EE inset;
  }
  header.header .header_box .header_info .header_parking {
    color: #007FCB;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 0 12px;
  }
  header.header .header_box .header_info .header_parking span {
    font-size: 2rem;
  }
  header.header .header_box .header_info .header_tel {
    margin: 0 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  header.header .header_box .header_info .header_tel span {
    font-family: "rubik_medium";
    font-size: 2.6rem;
    color: #1D2088;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_tel span a {
    color: #1D2088;
    text-decoration: none;
  }
  header.header .header_box .header_info .header_tel i {
    font-size: 1.6rem;
    margin: 0 -2px 0 0;
  }
  header.header .header_box .header_info .header_address {
    width: 100%;
    font-size: 1.6rem;
    margin: 5px 0 0 116px;
  }
  header.header .header_box .header_info .header_address i {
    color: #007FCB;
    margin: 0 -2px 0 0;
  }
  header.header .header_box .header_info ul.header_staff_button {
    position: absolute;
    right: 0;
    top: 4rem;
  }
  header.header .header_box .header_info ul.header_staff_button li {
    list-style: none;
    margin-bottom: 0.5rem;
  }
  header.header .header_box .header_info ul.header_staff_button li a {
    width: 147px;
    height: 37px;
    color: #B88C2B;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 0 6px #B88C2B inset;
            box-shadow: 0 0 6px #B88C2B inset;
    border-radius: 10px;
    text-decoration: none;
    line-height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.header .header_box .header_info ul.header_staff_button li a i {
    margin: 0 -3px 0 -3px;
  }
  header.header .header_box .header_info ul.header_staff_button li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    background-color: #B88C2B;
    -webkit-box-shadow: 0 0 6px #ffffff inset;
            box-shadow: 0 0 6px #ffffff inset;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 53px;
    margin: 0;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul {
    width: 1100px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: 183.3px;
    height: 30px;
    margin: 0;
    padding: 0;
    border-left: #CBCBCB 2px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li:last-child {
    border-right: #CBCBCB 2px solid;
  }
  nav.main_nav_pc ul li.home a::before {
    font-family: "fontello";
    content: "\e80b";
    color: #777777;
    font-size: 1.5rem;
    margin: 0 5px 0 0;
  }
  nav.main_nav_pc ul li.staff a::before {
    font-family: "fontello";
    content: "\e80c";
    color: #777777;
    font-size: 1.8rem;
    margin: 0 5px 0 0;
  }
  nav.main_nav_pc ul li.treatment a::before {
    font-family: "fontello";
    content: "\e80d";
    color: #777777;
    font-size: 1.9rem;
    margin: 0 5px 0 0;
  }
  nav.main_nav_pc ul li.treatment a::after {
    font-family: "fontello";
    content: "\f004";
    margin: 0 0 0 5px;
  }
  nav.main_nav_pc ul li.treatment ul li {
    border-left: none;
    border-right: none;
  }
  nav.main_nav_pc ul li.treatment ul li a::before {
    content: "";
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment ul li a::after {
    content: "";
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.open_treatment a::after {
    font-family: "fontello";
    content: "\f005";
    margin: 0 0 0 5px;
  }
  nav.main_nav_pc ul li.clinic a::before {
    font-family: "fontello";
    content: "\e80e";
    color: #777777;
    font-size: 1.8rem;
    margin: 0 5px 0 0;
  }
  nav.main_nav_pc ul li.visitor a::before {
    font-family: "fontello";
    content: "\e80f";
    color: #777777;
    font-size: 1.8rem;
    margin: 0 5px 0 0;
  }
  nav.main_nav_pc ul li.access a::before {
    font-family: "fontello";
    content: "\e811";
    color: #777777;
    font-size: 1.8rem;
    margin: 0 5px 0 0;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 30px;
    text-decoration: none;
    text-align: center;
    color: #262626;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 100%;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li a:hover {
    color: #007FCB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li a:hover::before {
    color: #007FCB;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 240px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    width: 240px;
    height: auto;
    margin: 23px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    background-color: rgba(184, 140, 43, 0.95);
    display: block;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    display: block;
    width: 240px;
    height: 54px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    width: 100%;
    height: 54px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 2rem;
    font-weight: bold;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: #ffffff 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #9b741d;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li:last-child a {
    border-bottom: none;
  }
  .nav_add {
    position: fixed;
    top: 0;
    z-index: 9999999999;
  }
  .nav_add ul {
    margin: 10px auto 0 auto !important;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 40vw;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_05 {
  background: url("../img/key_visual_05.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .staff_bana_sp {
  width: 100%;
  margin: 0 0 1rem 0;
}
.key_visual .key_contents .staff_bana_sp .staff_bana {
  margin: 0 0 1rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  border-radius: 0.5rem;
  position: relative;
}
.key_visual .key_contents .staff_bana_sp .staff_bana::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 1rem rgba(214, 237, 255, 0.5) inset;
          box-shadow: 0 0 1rem rgba(214, 237, 255, 0.5) inset;
  border-radius: 0.5rem;
}
.key_visual .key_contents .staff_bana_sp .staff_bana .staff_bana_text {
  padding: 0.5rem 0;
  width: 56%;
  color: #ffffff;
  background-color: #008AD4;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.key_visual .key_contents .staff_bana_sp .staff_bana .staff_bana_text .staff_bana_sub_text {
  all: initial;
  width: 70%;
  color: #A8945D;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0.5rem 0 0 0;
  border-radius: 0.8rem;
  padding: 0.2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .staff_bana_sp .staff_bana .staff_bana_text .staff_bana_sub_text i {
  font-size: 0.8rem;
  margin: 0 0.1rem 0 0;
}
.key_visual .key_contents .staff_bana_sp .staff_bana .bana_img {
  display: block;
  width: 44%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.key_visual .key_contents .key_open {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001976+0,008cd7+100 */
  background: radial-gradient(ellipse at center, #001976 0%, #008cd7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  text-align: center;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 90%;
  height: 10vw;
  margin: 0 auto;
  border-radius: 2rem;
  font-weight: bold;
}
.key_visual .key_contents .key_open .kot_1 {
  font-size: 1.4rem;
}
.key_visual .key_contents .key_open .kot_2 {
  font-size: 1.7rem;
}
.key_visual .key_contents .key_open br {
  display: none;
}
.key_visual .key_contents .key_text {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #009ADB;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 1rem 0 0 0;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_event {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b89e59+0,d1bb81+100 */
  background: radial-gradient(ellipse at center, #b89e59 0%, #d1bb81 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  text-align: center;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 90%;
  height: 10vw;
  margin: 1rem auto 0 auto;
  border-radius: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.key_visual .key_contents .key_event .ket_1 {
  font-size: 2rem;
}
.key_visual .key_contents .key_event .ket_2 {
  font-size: 1.8rem;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 30vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.key_visual_low h1 {
  width: 100%;
  height: 30vw;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: right;
  color: #1D2088;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding: 0 1rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 550px;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 550px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1100px;
    height: 550px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .staff_bana_sp {
    display: none;
  }
  .key_visual .key_contents .key_open {
    position: absolute;
    bottom: 115px;
    right: 15px;
    z-index: 2;
    background: none;
    background: url("../img/index_key01.png") no-repeat;
    background-position: center center;
    background-size: contain;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 183px;
    height: 183px;
    margin: 0;
    border-radius: 50%;
    font-weight: bold;
    line-height: 180%;
    padding: 60px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_open .kot_1 {
    font-size: 2.8rem;
  }
  .key_visual .key_contents .key_open .kot_2 {
    font-size: 4rem;
    margin: 0 -5px 0 0;
  }
  .key_visual .key_contents .key_open br {
    display: block;
  }
  .key_visual .key_contents .key_open::after {
    content: "";
    display: block;
    background: url("../img/index_key02.png") no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
    margin: -22px 0 0 -63px;
  }
  .key_visual .key_contents .key_text {
    position: absolute;
    bottom: 40px;
    right: 15px;
    z-index: 1;
    width: 900px;
    height: 108px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
    color: #009ADB;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
  }
  .key_visual .key_contents .key_event {
    position: absolute;
    bottom: 23px;
    right: 351px;
    z-index: 2;
    background: url("../img/index_key04.png") no-repeat;
    background-position: center center;
    background-size: contain;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 115px;
    height: 115px;
    margin: 0;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 160%;
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0;
  }
  .key_visual .key_contents .key_event::after {
    content: "";
    display: block;
    background: url("../img/index_key03.png") no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    margin: -55px 0 0 -52px;
  }
  .key_visual .key_contents .key_event .ket_1 {
    font-size: 2rem;
  }
  .key_visual .key_contents .key_event .ket_2 {
    font-size: 1.8rem;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 227px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .key_visual_low h1 {
    width: 1100px;
    height: 227px;
    margin: 0 auto;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: right;
    color: #1D2088;
    line-height: 160%;
    letter-spacing: 0.1em;
    padding: 0 64px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* -----------------------------------------------------------
　クリニック紹介動画
----------------------------------------------------------- */
.movie_frame {
  width: 100%;
  background: url("../img/index_movie_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.movie_frame .movie_box .movie_text .movie_title {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.movie_frame .movie_box .movie_text .movie_title::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/icon_01.png") no-repeat;
  background-size: cover;
  margin: 0 0.5rem 0 0;
}
.movie_frame .movie_box .movie_text .movie_jp {
  color: #ffffff;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.movie_frame .movie_box .movie_text .movie_eng {
  color: #0065A1;
  font-size: 2.4rem;
  font-family: "rubik_light";
  letter-spacing: 0;
  margin: 0;
}
.movie_frame .movie_box .movie_link {
  width: 90%;
  margin: 2rem auto 0 auto;
  text-decoration: none;
  display: block;
}
.movie_frame .movie_box .movie_link img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .movie_frame {
    width: 100%;
    height: 319px;
    background: url("../img/index_movie_bg.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .movie_frame .movie_box {
    width: 1100px;
    height: 319px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .movie_frame .movie_box .movie_text {
    width: 630px;
  }
  .movie_frame .movie_box .movie_text .movie_title {
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .movie_frame .movie_box .movie_text .movie_title::before {
    content: "";
    width: 76px;
    height: 76px;
    display: block;
    background: url("../img/icon_01.png") no-repeat;
    background-size: cover;
    margin: 0 18px 0 0;
  }
  .movie_frame .movie_box .movie_text .movie_jp {
    color: #ffffff;
    font-size: 2rem;
    margin: 0 0 4px 0;
    line-height: 100%;
  }
  .movie_frame .movie_box .movie_text .movie_eng {
    color: #0065A1;
    font-family: "rubik_light";
    font-size: 5rem;
    letter-spacing: 0;
    margin: 0;
  }
  .movie_frame .movie_box .movie_link {
    width: 470px;
    margin: 0;
    text-decoration: none;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .movie_frame .movie_box .movie_link img {
    width: 393px;
  }
  .movie_frame .movie_box .movie_link img:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.8);
  }
}
/* -----------------------------------------------------------
　スタッフ募集バナー
----------------------------------------------------------- */
.staff_bana_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  .staff_bana_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1100px;
    margin: 0 auto 80px auto;
  }
  .staff_bana_pc .staff_bana {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .staff_bana_pc .staff_bana::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(214, 237, 255, 0.5) inset;
            box-shadow: 0 0 20px rgba(214, 237, 255, 0.5) inset;
    border-radius: 10px;
  }
  .staff_bana_pc .staff_bana .staff_bana_text {
    width: 269px;
    color: #ffffff;
    background-color: #008AD4;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .staff_bana_pc .staff_bana .staff_bana_text .staff_bana_sub_text {
    all: initial;
    width: 182px;
    height: 25px;
    color: #A8945D;
    background-color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 14px 0 0 0;
    border-radius: 10px;
    padding: 2px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 100%;
  }
  .staff_bana_pc .staff_bana .staff_bana_text .staff_bana_sub_text i {
    font-size: 1.2rem;
    margin: 0 5px 0 0;
  }
  .staff_bana_pc .staff_bana .bana_img {
    display: block;
    width: 267px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .staff_bana_pc .staff_bana:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 5px 5px #CCE4F5;
            box-shadow: 0 0 5px 5px #CCE4F5;
  }
}
/* -----------------------------------------------------------
　お知らせその他
----------------------------------------------------------- */
.others_info_frame {
  width: 96%;
  margin: 0 auto 2rem auto;
}
.others_info_frame .others_info_box p a.low_button {
  width: 65%;
  display: block;
  margin: 0 auto 1rem auto;
}

@media screen and (min-width: 768px), print {
  .others_info_frame {
    width: 1100px;
    margin: 0 auto 80px auto;
  }
  .others_info_frame .others_info_box p a.low_button {
    width: 250px;
    display: block;
    margin: 0 auto 0 auto;
  }
}
/* -----------------------------------------------------------
　お知らせfontello
----------------------------------------------------------- */
.notice_frame {
  width: 96%;
  margin: 0 auto 2rem auto;
  background: url("../img/index_notice_bg.jpg") no-repeat;
  background-position: right top 40vw;
  background-size: 70%;
}
.notice_frame .notice_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box dl {
  height: auto;
  margin: 0 0 0 0;
  width: 100%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  border-top: #BBBBBB 2px dotted;
  border-bottom: #BBBBBB 2px dotted;
  padding: 0 2% 1rem 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box dl dt {
  color: #007FCB;
  margin: 2rem 0 0.8rem 0;
  padding: 1.8rem 0 0 2rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 130%;
  text-align: justify;
  position: relative;
}
.notice_frame .notice_box dl dt::before {
  position: absolute;
  font-family: "fontello";
  content: "\e803";
  color: #BEA971;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  left: 0;
  top: 1.8rem;
}
.notice_frame .notice_box dl dt.open::before {
  border: none;
  font-family: "fontello";
  content: "\e803";
  color: #BEA971;
}
.notice_frame .notice_box dl dt:first-child {
  margin: 0 0 0.8rem 0;
  border-top: none;
  padding: 1.8rem 0 0 2rem;
}
.notice_frame .notice_box dl dt.close::before {
  font-family: "fontello";
  content: " \e803";
  color: #BEA971;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  margin: 6vw 0 0 0;
}
.notice_frame .notice_box dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 2rem;
  color: #262626;
  font-size: 1.4rem;
  line-height: 130%;
  display: none;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd p a {
  color: #262626;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 1136px;
    margin: 0 auto 0 auto;
    background: url("../img/index_notice_bg.jpg") no-repeat;
    background-position: right top 48px;
    background-size: 372px;
    overflow: visible;
  }
  .notice_frame h2.top_title {
    margin: 0 0 17px 18px;
  }
  .notice_frame .notice_box {
    width: 1100px;
    height: auto;
    margin: 0 0 0 18px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 316px;
  }
  .notice_frame .notice_box dl {
    height: auto;
    margin: 0 0 0 0;
    width: 1100px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    border-top: #BBBBBB 2px dotted;
    border-bottom: #BBBBBB 2px dotted;
    padding: 18px 0 20px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl dt {
    color: #007FCB;
    margin: 0 0 8px 0;
    padding: 0 0 0 32px;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    text-align: justify;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dt::before {
    position: absolute;
    font-family: "fontello";
    content: "\e803";
    color: #BEA971;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    top: 0;
  }
  .notice_frame .notice_box dl dt.open::before {
    border: none;
    font-family: "fontello";
    content: "\e803";
    color: #BEA971;
  }
  .notice_frame .notice_box dl dt:first-child {
    margin: 0 0 8px 0;
    border-top: none;
    padding: 0 0 0 32px;
  }
  .notice_frame .notice_box dl dt.close::before {
    font-family: "fontello";
    content: " \e803";
    color: #BEA971;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    margin: 26px 0 0 0;
  }
  .notice_frame .notice_box dl dt:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #001976;
  }
  .notice_frame .notice_box dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 32px;
    color: #262626;
    font-size: 1.6rem;
    line-height: 130%;
    display: none;
  }
  .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_box dl dd p {
    margin: 0 0 20px 0;
    line-height: 180%;
  }
  .notice_frame .notice_box dl dd p a {
    color: #0380CB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dd p a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #001976;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  margin: 4.5rem 0 0 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: url("../img/indec_feature_bg.svg") no-repeat;
  background-position: center center;
  background-size: 80%;
}
.features_frame .top_title {
  margin: 0 0 0 2%;
}
.features_frame .features_box {
  width: 100%;
  margin: 2rem 0 0 0;
}
.features_frame .features_box .features_content {
  margin: 0 0 2rem 0;
  position: relative;
}
.features_frame .features_box .features_content img {
  width: 140%;
  position: relative;
  z-index: 2;
}
.features_frame .features_box .features_content .features_text {
  width: 95%;
  background-color: #E5F4FF;
  border-radius: 1rem;
  padding: 3rem 1rem 6rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -2rem 0 0 0;
  position: relative;
  z-index: 1;
}
.features_frame .features_box .features_content .features_text .ft_title {
  color: #0065A1;
  font-size: 1.6rem;
  font-weight: bold;
  background: url("../img/icon_04.svg") no-repeat;
  background-size: 4rem;
  min-height: 4rem;
  padding: 1rem 0 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.5rem 0;
}
.features_frame .features_box .features_content .features_text .ft_text {
  font-size: 1.4rem;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.features_frame .features_box .features_content .features_text .ft_no {
  font-family: "rubik_medium";
  font-size: 8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 -1.2rem 0;
  line-height: 100%;
}
.features_frame .features_box .fc_right img {
  margin: 0 0 0 -45%;
}
.features_frame .features_box .fc_right .features_text {
  margin: -2rem 0 0 5%;
  background-color: #E5F4FF;
}
.features_frame .features_box .fc_right .ft_no {
  position: absolute;
  bottom: 0;
  right: 1rem;
}
.features_frame .features_box .fc_left img {
  margin: 0 0 0 5%;
}
.features_frame .features_box .fc_left .features_text {
  background-color: #91CBF8;
}
.features_frame .features_box .fc_left .ft_no {
  position: absolute;
  bottom: 0;
  right: 1rem;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    margin: 60px 0 0 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background: url("../img/indec_feature_bg.svg") no-repeat;
    background-position: center center;
    background-size: 1437px;
  }
  .features_frame .top_title {
    width: 1100px;
    margin: 0 auto;
  }
  .features_frame .features_box {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .features_frame .features_box .features_content {
    margin: 0 auto 46px auto;
    position: relative;
    width: 1100px;
    height: 388px;
  }
  .features_frame .features_box .features_content.hight {
    height: 458px;
  }
  .features_frame .features_box .features_content.hight .features_text {
    height: 410px;
  }
  .features_frame .features_box .features_content img {
    width: 1001px;
    position: absolute;
    z-index: 2;
  }
  .features_frame .features_box .features_content .features_text {
    width: 646px;
    height: 340px;
    background-color: #E5F4FF;
    border-radius: 30px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    position: absolute;
    z-index: 1;
  }
  .features_frame .features_box .features_content .features_text .ft_title {
    color: #0065A1;
    font-size: 2.6rem;
    font-weight: bold;
    background: url("../img/icon_04.svg") no-repeat;
    background-size: 88px;
    background-position: left top;
    min-height: 88px;
    padding: 26px 0 0 29px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 6px 0;
  }
  .features_frame .features_box .features_content .features_text .ft_text {
    font-size: 1.8rem;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
    margin: 0 0 0 0;
    line-height: 160%;
  }
  .features_frame .features_box .features_content .features_text .ft_no {
    font-family: "rubik_medium";
    font-size: 17.4rem;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 -32px 0;
    line-height: 100%;
    letter-spacing: 0.01em;
  }
  .features_frame .features_box .fc_right img {
    margin: 0 0 0 0;
    top: 0;
    right: 550px;
  }
  .features_frame .features_box .fc_right .features_text {
    margin: 0 0 0 0;
    background-color: #E5F4FF;
    padding: 56px 30px 0 120px;
    bottom: 0;
    right: 0;
  }
  .features_frame .features_box .fc_right .ft_no {
    position: absolute;
    bottom: 0;
    right: 38px;
  }
  .features_frame .features_box .fc_left img {
    margin: 0 0 0 0;
    top: 0;
    left: 550px;
  }
  .features_frame .features_box .fc_left .features_text {
    background-color: #91CBF8;
    padding: 56px 120px 0 30px;
    bottom: 0;
    left: 0;
  }
  .features_frame .features_box .fc_left .ft_no {
    position: absolute;
    bottom: 0;
    right: 137px;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_bg {
  width: 100%;
  margin: 2rem 0 0 0;
  background: url("../img/index_treatment_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #0380CB;
  padding: 3rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_bg .treatment_frame {
  width: 96%;
  margin: 0 auto;
}
.treatment_bg .treatment_frame ul.treatment_list {
  width: 100%;
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.treatment_bg .treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 0 0 2rem 0;
}
.treatment_bg .treatment_frame ul.treatment_list li a {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
}
.treatment_bg .treatment_frame ul.treatment_list li a::before {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1rem auto;
}
.treatment_bg .treatment_frame ul.treatment_list li.orthopedic a::before {
  background: url("../img/icon_06.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.sports a::before {
  background: url("../img/icon_07.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.rheumatism a::before {
  background: url("../img/icon_08.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.rehabilitation a::before {
  background: url("../img/icon_09.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.osteoporosis a::before {
  background: url("../img/icon_10.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .treatment_bg {
    width: 100%;
    height: 454px;
    margin: 89px 0 0 0;
    background: url("../img/index_treatment_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #0380CB;
    padding: 48px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_bg .treatment_frame {
    width: 1100px;
    margin: 0 auto;
  }
  .treatment_bg .treatment_frame ul.treatment_list {
    width: 1000px;
    margin: 29px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
  }
  .treatment_bg .treatment_frame ul.treatment_list li {
    width: 200px;
    margin: 0 0 0 0;
    text-align: center;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a {
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    letter-spacing: 0;
    overflow: visible;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a::before {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto 26px auto;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .treatment_bg .treatment_frame ul.treatment_list li.orthopedic a::before {
    background: url("../img/icon_06.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.sports a::before {
    background: url("../img/icon_07.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.rheumatism a::before {
    background: url("../img/icon_08.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.rehabilitation a span {
    display: block;
    margin: 0 0 0 -8px;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.rehabilitation a::before {
    background: url("../img/icon_09.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.osteoporosis a::before {
    background: url("../img/icon_10.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_logo {
  width: 70%;
  margin: 0 auto 2rem auto;
  display: block;
}
.overview .overview_logo img {
  width: 100%;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box_left .overview_web_tel .overview_web {
  width: 80%;
  background-color: #007FCB;
  -webkit-box-shadow: 0 0 6px #99CEEE inset;
          box-shadow: 0 0 6px #99CEEE inset;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 0.8rem;
  text-decoration: none;
  margin: 0 auto 1rem auto;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.overview .overview_box .overview_info_box_left .overview_web_tel .overview_web i {
  margin: 0 2px 0 0;
}
.overview .overview_box .overview_info_box_left .overview_web_tel .overview_tel {
  margin: 0 0 0 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.overview .overview_box .overview_info_box_left .overview_web_tel .overview_tel span {
  font-family: "rubik_medium";
  font-size: 2.6rem;
  color: #1D2088;
  line-height: 100%;
}
.overview .overview_box .overview_info_box_left .overview_web_tel .overview_tel span a {
  color: #1D2088;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_left .overview_web_tel .overview_tel i {
  font-size: 1.6rem;
  margin: 0 -2px 0 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list {
  width: 100%;
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 22%;
  margin: 0 0 1.5rem 0;
  color: #262626;
  border-top: #BBBBBB 2px solid;
  border-bottom: #BBBBBB 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 0.5rem;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 77%;
  margin: 0 0 1.5rem 0;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #262626;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd span {
  color: #B88C2B;
  font-weight: bold;
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right .overview_timetable {
  width: 100%;
  margin: 0;
}
.overview .overview_box .overview_info_box_right .overview_parking {
  border: #B88C2B 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.3rem;
  margin: 1rem 0 0 0;
  border-radius: 0.3rem;
  font-size: 1.4rem;
}
.overview .overview_box .overview_info_box_right .overview_parking span {
  color: #B88C2B;
  font-weight: bold;
  font-size: 1.8rem;
}
.overview .overview_box .overview_info_box_right .overview_parking i {
  color: #B88C2B;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    padding: 100px 0 45px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo {
    width: 414px;
    margin: 0 auto 50px auto;
    display: block;
  }
  .overview .overview_logo img {
    width: 414px;
  }
  .overview .overview_box {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 500px;
  }
  .overview .overview_box .overview_info_box_left .overview_web_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .overview .overview_box .overview_info_box_left .overview_web_tel .overview_web {
    width: 185px;
    height: 39px;
    background-color: #007FCB;
    -webkit-box-shadow: 0 0 6px #99CEEE inset;
            box-shadow: 0 0 6px #99CEEE inset;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    margin: 0 17px 0 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .overview .overview_box .overview_info_box_left .overview_web_tel .overview_web i {
    margin: 0 2px 0 0;
  }
  .overview .overview_box .overview_info_box_left .overview_web_tel .overview_web:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #001976;
    -webkit-box-shadow: 0 0 10px #007FCB inset;
            box-shadow: 0 0 10px #007FCB inset;
  }
  .overview .overview_box .overview_info_box_left .overview_web_tel .overview_tel {
    margin: 0 0 0 0;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .overview .overview_box .overview_info_box_left .overview_web_tel .overview_tel span {
    font-family: "rubik_medium";
    font-size: 2.6rem;
    color: #1D2088;
    line-height: 100%;
  }
  .overview .overview_box .overview_info_box_left .overview_web_tel .overview_tel span a {
    color: #1D2088;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_left .overview_web_tel .overview_tel i {
    font-size: 1.6rem;
    margin: 0 -2px 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 430px;
    margin: 27px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 96px;
    margin: 0 0 24px 0;
    color: #262626;
    border-top: #BBBBBB 2px solid;
    border-bottom: #BBBBBB 2px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    padding: 9px 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 320px;
    margin: 0 0 24px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #262626;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd span {
    color: #B88C2B;
    font-weight: bold;
  }
  .overview .overview_box .overview_info_box_right {
    width: 477px;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable {
    width: 100%;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right .overview_parking {
    width: 184px;
    height: 36px;
    border: #B88C2B 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
    border-radius: 4px;
    font-size: 1.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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .overview .overview_box .overview_info_box_right .overview_parking span {
    color: #B88C2B;
    font-weight: bold;
    font-size: 2.3rem;
  }
  .overview .overview_box .overview_info_box_right .overview_parking i {
    color: #B88C2B;
    font-size: 2.3rem;
  }
}
/* -----------------------------------------------------------
　地図
----------------------------------------------------------- */
iframe.googlemap_sp {
  width: 100%;
  height: 100vw;
  display: block;
  margin: 0;
}

iframe.googlemap {
  display: none;
}

@media screen and (min-width: 768px), print {
  iframe.googlemap_sp {
    display: none;
  }
  iframe.googlemap {
    display: block;
    width: 100%;
    height: 529px;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  background: url("../img/footer_bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: url("../img/footer_bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 13vw;
  border: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a {
  height: 13vw;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.footer_link a.footer_tel {
  width: 55%;
  font-family: "rubik_medium";
  font-size: 1.4rem;
  border-right: #ffffff 1px solid;
}
.footer_link a.footer_tel i {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer_link a.footer_web {
  width: 30%;
  font-size: 1.2rem;
  line-height: 120%;
  border-right: #ffffff 1px solid;
}
.footer_link .smoothScrolls {
  width: 15%;
}
.footer_link .smoothScrolls a {
  width: 100%;
  text-align: center;
  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;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    background: url("../img/footer_bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 225px;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1100px;
    height: 233px;
    margin: 0 auto 0 auto;
    padding: 66px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 14px 20px 0;
    padding: 0 14px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
    height: 16px;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.6rem;
    position: relative;
  }
  footer .footer_frame ul.footer_list li a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ffffff;
  }
  footer .footer_frame ul.footer_list li a:hover::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    height: 58px;
    width: 100%;
    letter-spacing: 0.05em;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
    position: relative;
  }
  footer .copyright a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
  }
  footer .copyright a:hover::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -2px;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
  /*
  display: block;
  margin: 0;
  padding: 0;    
  #pagetop {
    position: fixed;
    bottom: 13.5vw;
    right: 2%;
    z-index: 999999;    
    #linkpagetop {
      a{
        width: 3rem;
        height: 3rem;     
        img{
          width: 3rem;
          height: 3rem;  
        }
      }
    }    
  }      
  */
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #pagetop {
    position: fixed;
    bottom: 206px;
    right: 10%;
    z-index: 999999;
  }
  #pagetop_position #pagetop #linkpagetop a {
    width: 97px;
    height: 97px;
  }
  #pagetop_position #pagetop #linkpagetop a img {
    width: 97px;
    height: 97px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop_position #pagetop #linkpagetop a img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #pagetop {
    position: fixed;
    bottom: 206px;
    right: 2%;
    z-index: 999999;
  }
  #pagetop_position #pagetop #linkpagetop a {
    width: 97px;
    height: 97px;
  }
  #pagetop_position #pagetop #linkpagetop a img {
    width: 97px;
    height: 97px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop_position #pagetop #linkpagetop a img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*# sourceMappingURL=style.css.map */