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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*◇◆◇◆◇◆揃え◇◆◇◆◇◆*/
p, ul, dl {
  text-align: justify;
}

/*◇◆◇◆◇◆基本色◇◆◇◆◇◆*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ハンバーガーdrawr背景*/
/*ハンバーガーdrawrテキスト*/
/*ハンバーガーdrawrサブ背景*/
/*ハンバーガーdrawrボーダー*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*お知らせタイトル*/
/*お知らせタイトルホバー*/
/*◇◆◇◆◇◆フッターPC◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターボーダー*/
/*◇◆◇◆◇◆フッターリンクSP◇◆◇◆◇◆*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆診療時間テーブル◇◆◇◆◇◆*/
/*th文字*/
/*thボーダー*/
/*td文字*/
/*thボーダー*/
/*診療時間テーブル（下層）*/
/*th文字*/
/*th背景*/
/*thボーダー*/
/*td文字*/
/*th背景*/
/*tdボーダー*/
/*◇◆◇◆◇◆汎用テーブル系◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*◇◆◇◆◇◆透過◇◆◇◆◇◆*/
/*白*/
/*緑*/
/*白*/
/*緑*/
/*白*/
/*◇◆◇◆◇◆フロー◇◆◇◆◇◆*/
/*◇◆◇◆◇◆矢印◇◆◇◆◇◆*/
/*緑*/
/*緑*/
/*ちょっと緑っぽい水色*/
/*灰色*/
/*黒色*/
/*黒色*/
/*緑*/
/*薄い緑*/
/*ピンク*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*青*/
/*赤*/
/*黄色*/
/*黒*/
/*下層H1*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notoserifjp_regular";
  src: url(../font/static/NotoSerifJP-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_medium";
  src: url(../font/static/NotoSerifJP-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_bold";
  src: url(../font/static/NotoSerifJP-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "marcellus_regular";
  src: url(../font/Marcellus-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicantique_regular";
  src: url(../font/ZenKakuGothicAntique-Regular.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;
  }
}
/*ハンバーガー*/
/* 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;
  width: 90%;
  margin: 20vw auto 20vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: left;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #474A5B;
  font-family: "zenkakugothicantique_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: left;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  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;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li a span {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 {
  display: none;
  width: 100%;
  list-style-type: none;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1.open_nav, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1 li a, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 li a {
  background-color: #ffffff;
  color: #474A5B;
  border-bottom: none;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1 li a::after, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1 li a::before, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 li a::before {
  content: "―";
  margin: 0 1rem 0 0;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1 li a br, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 li a br {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1 li.title_link, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 li.title_link {
  border-bottom: #9ADACA 1px solid;
  position: relative;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1 li.title_link::before, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 li.title_link::before {
  position: absolute;
  top: calc(50% - 1rem);
  right: 1rem;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub1 li.title_link a::before, .main_nav_sp .drawr ul.hbg li ul.main_nav_sub2 li.title_link a::before {
  content: "" !important;
  margin: 0 0 0 0;
}
.main_nav_sp .drawr ul.hbg li.insurance_hbg a::after, .main_nav_sp .drawr ul.hbg li.beauty_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_insurance a::after, .main_nav_sp .drawr ul.hbg li.open_beauty 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 {
  position: relative;
  display: block;
  top: 53%;
  left: 50%;
  height: 1px;
  width: 28px;
  background: #07A37E;
  content: "";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

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

.toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 28px;
  background: #07A37E;
  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: #07A37E;
  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-family: "notoserifjp_medium";
  font-size: 0.9rem;
}

.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-family: "notoserifjp_medium";
  font-size: 0.9rem;
}

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

.toggle-label .toggle-icon:before {
  -webkit-transform: translate3d(-50%, -6.5px, 0);
          transform: translate3d(-50%, -6.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: 10.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;
  background: linear-gradient(135deg, rgb(243, 250, 249) 1%, rgb(218, 241, 236) 100%);
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 160%;
  margin: 0;
}
h2.low {
  padding: 2rem 0 0 0;
  margin: 3rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: visible;
}
h2.low span {
  font-family: "notoserifjp_medium";
  font-weight: normal;
  color: #07A37E;
  font-size: 2.4rem;
  line-height: 120%;
  text-align: justify;
}
h2.low::after {
  content: "";
  width: 90px;
  height: 1px;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  margin: 0;
  display: block;
  background: url("../img/h2_line.svg") no-repeat;
  background-size: contain;
}
h2.low::before {
  content: "";
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -3rem;
  left: -5rem;
  background: url("../img/h2_bg.svg") no-repeat;
  background-size: contain;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #ffffff;
  background-color: #454D4B;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 2rem;
  padding: 0.8rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
}
h3.low::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2px;
  background: #ffffff;
}
h3.low::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background: #07A37E;
}
h3.low span {
  font-size: 1.4rem;
}
h3.first {
  margin: 0 0 1.5rem 0;
}
h3.first_ajs {
  margin: 2rem 0 1.5rem 0;
}

h4.low {
  color: #222222;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.9rem;
  margin: 1.9rem 0 1.5rem 0;
  padding: 1rem 0 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  position: relative;
}
h4.low::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #07A37E;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
h4.low::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #07A37E;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    text-align: center;
    font-size: 2.6rem;
    line-height: 200%;
    margin: 0;
  }
  h2.low {
    padding: 50px 0 0 0;
    margin: 80px 0 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: visible;
  }
  h2.low span {
    font-family: "notoserifjp_medium";
    font-weight: normal;
    color: #07A37E;
    font-size: 4rem;
    line-height: 140%;
    text-align: justify;
  }
  h2.low::after {
    content: "";
    width: 90px;
    height: 1px;
    position: absolute;
    bottom: -32px;
    left: 0;
    margin: 0;
    display: block;
    background: url("../img/h2_line.svg") no-repeat;
    background-size: contain;
  }
  h2.low::before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: -45px;
    left: -100px;
    background: url("../img/h2_bg.svg") no-repeat;
    background-size: contain;
  }
  h2.first {
    margin: 0 0 40px 0;
  }
  h3.low {
    color: #ffffff;
    background-color: #454D4B;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 3.2rem;
    padding: 16px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 60px 0 20px 0;
    line-height: 120%;
    position: relative;
  }
  h3.low::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 2px;
    background: #ffffff;
  }
  h3.low::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: #07A37E;
  }
  h3.low span {
    font-size: 2rem;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h3.first_ajs {
    margin: 0 0 20px 0;
  }
  h4.low {
    color: #222222;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.6rem;
    margin: 50px 0 15px 0;
    padding: 16px 0 7px 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    position: relative;
  }
  h4.low::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #07A37E;
    position: absolute;
    top: 10px;
    left: 0;
  }
  h4.low::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #07A37E;
    position: absolute;
    top: 0;
    left: 11px;
  }
  h4.first {
    margin: 0 0 15px 0;
  }
  h5.first {
    margin: 0 0 1rem 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}
/*見出し1*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
h2.low1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 100%;
  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.low1 {
  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.low1::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/icon_02.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.low1 {
  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.low1::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: url("../img/icon_03.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.low1 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 100%;
  color: #000000;
  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.low1::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../img/icon_04.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.low1 {
    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.low1 {
    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.low1::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/icon_02.svg") no-repeat;
    background-position: center center;
    background-size: 10px;
    position: absolute;
    top: 19px;
    left: 14px;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low1 {
    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.low1::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url("../img/icon_03.svg") no-repeat;
    background-position: center center;
    background-size: 8px;
    position: absolute;
    top: 17px;
    left: 14px;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low1 {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 100%;
    color: #000000;
    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.low1::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: url("../img/icon_04.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;
  }
}
/*見出し2*/
/* Scss Document */
/* =======================================================================

 共通項目

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

h2.low2 {
  color: #222222;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 120%;
  border-bottom: #07A37E 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 2rem 2rem;
  margin: 3rem 0 2rem 0;
  position: relative;
}
h2.low2::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../img/h2_t.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low2 {
  color: #07A37E;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 2.2rem;
  margin: 2.5rem 0 1.8rem 0;
  padding: 0.5rem 0 0.8rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
h3.low2::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.8rem;
  background-color: #07A37E;
  position: absolute;
  top: 0;
  left: 0;
}
h3.low2::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.8rem;
  background-color: #9ADACA;
  position: absolute;
  top: 1.8rem;
  left: 0;
}
h3.first {
  margin: 0 0 1.2rem 0;
}

h4.low2 {
  color: #ffffff;
  background-color: #0AAA6D;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 2rem;
  padding: 0.8rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
}
h4.low2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
}
h4.low2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 2px;
  left: 0;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low2 {
  color: #222222;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.9rem;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 1.5rem;
  margin: 1.9rem 0 1rem 0;
  position: relative;
}
h5.low2::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../img/h5_t.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
h5.first {
  margin: 0 0 1rem 0;
}

h6.first {
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.low2 {
    color: #222222;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 4rem;
    line-height: 140%;
    border-bottom: #07A37E 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 26px 40px;
    margin: 80px 0 40px 0;
    position: relative;
  }
  h2.low2::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/h2_t.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 24px;
    left: 0;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low2 {
    color: #07A37E;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 3.2rem;
    margin: 60px 0 20px 0;
    padding: 15px 0 18px 21px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  h3.low2::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #07A37E;
    position: absolute;
    top: 0;
    left: 0;
  }
  h3.low2::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #9ADACA;
    position: absolute;
    top: 30px;
    left: 0;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low2 {
    color: #ffffff;
    background-color: #0AAA6D;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.6rem;
    padding: 16px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 60px 0 20px 0;
    line-height: 120%;
    position: relative;
  }
  h4.low2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 2px;
    left: 0;
  }
  h4.low2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 2px;
    left: 0;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low2 {
    color: #222222;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 120%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 50px 0 16px 0;
    position: relative;
  }
  h5.low2::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("../img/h5_t.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 0;
  }
  h5.first {
    margin: 0 0 16px 0;
  }
  h6.first {
    margin: 0 0 10px 0;
  }
}
/*見出し3*/
/* Scss Document */
/* =======================================================================

 共通項目

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

h2.low3 {
  width: 100%;
  margin: 4rem 0 2rem 0;
  padding: 0 0 1rem 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}
h2.low3 span {
  color: #000000;
  font-family: "zen_maru_gothic_bold";
  font-size: 3rem;
  line-height: 140%;
  background: url("../img/crayon_01.svg") no-repeat;
  background-position: left top;
  background-size: 6rem;
  padding: 0 1rem 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
}
h2.low3::after {
  content: "";
  width: 20%;
  height: 1px;
  border-bottom: #2E5F64 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low3 {
  color: #2E5F64;
  background: url("../img/h2_bg1.svg"), url("../img/h2_bg2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left 2% center, right 2% bottom -1.2rem;
  background-size: 1%, 20%;
  background-color: #C9E6D7;
  font-family: "zen_maru_gothic_bold";
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 1rem 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.6rem;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4 {
  line-height: 120%;
}
h4.low3 {
  color: #2E5F64;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.8rem;
  font-weight: bold;
  background: url("../img/h4_bg.svg") no-repeat;
  background-size: 150%;
  background-position: right bottom;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
h4.first {
  margin: 0 0 1.5rem 0;
}

h5.low3 {
  color: #2E5F64;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.7rem;
  font-weight: bold;
  border-left: #D3E6F6 0.3rem solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0 0.2rem 0.4rem;
  margin: 1.8rem 0 1rem 0;
}
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.low3 {
    width: 100%;
    margin: 80px 0 60px 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  h2.low3 span {
    color: #000000;
    font-family: "zen_maru_gothic_bold";
    font-size: 4.8rem;
    line-height: 140%;
    background: url("../img/crayon_01.svg") no-repeat;
    background-position: left top;
    background-size: 120px;
    padding: 10px 18px 14px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline;
    position: relative;
  }
  h2.low3::after {
    content: "";
    width: 72px;
    height: 1px;
    border-bottom: #2E5F64 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  h2.first {
    margin: 10px 0 60px 0;
  }
  h3.low3 {
    color: #2E5F64;
    background: url("../img/h2_bg1.svg"), url("../img/h2_bg2.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left 12px center, right 10px bottom -20px;
    background-size: 4px, 100px;
    background-color: #C9E6D7;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 9px 9px 9px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 80px 0 20px 0;
    line-height: 120%;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low3 {
    color: #2E5F64;
    font-family: "zen_maru_gothic_bold";
    font-size: 3rem;
    font-weight: bold;
    background: url("../img/h4_bg.svg") no-repeat;
    background-size: 100%;
    background-position: right bottom;
    margin: 60px 0 20px 0;
    padding: 0 20px 16px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low3 {
    color: #2E5F64;
    font-family: "zen_maru_gothic_bold";
    font-size: 2.4rem;
    font-weight: bold;
    border-left: #D3E6F6 4px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px 0 4px 10px;
    margin: 50px 0 20px 0;
  }
  h5.first {
    margin: 0 0 20px 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 1rem auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-family: "zenkakugothicantique_regular";
  border-left: rgba(255, 255, 255, 0.6) 1px solid;
  border-right: rgba(255, 255, 255, 0.6) 1px solid;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  border-top: rgba(255, 255, 255, 0.6) 1px solid;
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
}
table.timetable tr td i {
  font-size: 4vw;
  color: #ffffff;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
}
table.timetable caption {
  caption-side: bottom;
  font-family: "zenkakugothicantique_regular";
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

dl.timetable_list {
  width: 100%;
  color: #ffffff;
  font-family: "zenkakugothicantique_regular";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  margin: 0 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;
}
dl.timetable_list dt {
  width: 40%;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
dl.timetable_list dt span {
  border: rgba(255, 255, 255, 0.6) 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem;
  display: block;
  width: 100%;
  text-align: center;
}
dl.timetable_list dd {
  width: 57%;
  padding: 1.4rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.timetable_list dd span {
  margin: 1rem 0 0 0;
  display: inline-block;
}

.timetable_list_notice {
  color: #ffffff;
  font-family: "zenkakugothicantique_regular";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
}

/*下層*/
table.timetable_low {
  padding: 0;
  margin: 0 auto 1rem auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-family: "zenkakugothicantique_regular";
  border-left: #454D4B 1px solid;
  border-right: #454D4B 1px solid;
}
table.timetable_low tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  border-top: #454D4B 1px solid;
  border-bottom: #454D4B 1px solid;
  background-color: #454D4B;
  width: 10%;
}
table.timetable_low tr th.time {
  letter-spacing: 0.1em;
}
table.timetable_low tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: top;
  color: #454D4B;
  border-bottom: #454D4B 1px solid;
  background-color: #ffffff;
  line-height: 120%;
}
table.timetable_low tr td i {
  font-size: 4vw;
  color: #454D4B;
}
table.timetable_low tr td i.ajs {
  margin: 2vw 0 0 0;
}
table.timetable_low tr td.time {
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
table.timetable_low caption {
  caption-side: bottom;
  font-family: "zenkakugothicantique_regular";
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.low_table table.timetable {
  border-left: #454D4B 1px solid;
  border-right: #454D4B 1px solid;
}
.low_table table.timetable tr th {
  color: #ffffff;
  border-top: #454D4B 1px solid;
  border-bottom: #454D4B 1px solid;
  background-color: #454D4B;
}
.low_table table.timetable tr td {
  color: #454D4B;
  border-bottom: #454D4B 1px solid;
}
.low_table table.timetable tr td i {
  color: #454D4B;
}
.low_table table.timetable caption {
  color: #454D4B;
}
.low_table dl.timetable_list {
  color: #454D4B;
}
.low_table dl.timetable_list dt span {
  border: #454D4B 1px solid;
}
.low_table .timetable_list_notice {
  color: #454D4B;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 0 20px 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-family: "zenkakugothicantique_regular";
    border-left: rgba(255, 255, 255, 0.6) 1px solid;
    border-right: rgba(255, 255, 255, 0.6) 1px solid;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 2rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    border-top: rgba(255, 255, 255, 0.6) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
    background-color: #454D4B;
    width: 10%;
    height: 50px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 2rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    height: 60px;
    box-sizing: border-box;
    border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
  }
  table.timetable tr td i {
    font-size: 2rem;
    color: #ffffff;
  }
  table.timetable tr td.time {
    text-align: center;
    font-size: 2rem;
  }
  dl.timetable_list {
    width: 100%;
    color: #ffffff;
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 160%;
    margin: 0 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;
  }
  dl.timetable_list dt {
    width: 140px;
    height: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 14px 0;
  }
  dl.timetable_list dt span {
    border: rgba(255, 255, 255, 0.6) 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0;
    display: block;
    width: 100%;
    text-align: center;
    height: 35px;
  }
  dl.timetable_list dd {
    width: calc(100% - 155px);
    height: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 14px 0;
  }
  dl.timetable_list dd span {
    margin: 14px 0 0 0;
    display: inline-block;
  }
  .timetable_list_notice {
    color: #ffffff;
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 1.8rem;
    margin: 0 0 14px 0;
  }
  /*下層*/
  table.timetable_low {
    padding: 0;
    margin: 0 0 20px 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-family: "zenkakugothicantique_regular";
    border-left: #454D4B 1px solid;
    border-right: #454D4B 1px solid;
  }
  table.timetable_low tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 2rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    border-top: #454D4B 1px solid;
    border-bottom: #454D4B 1px solid;
    background-color: #454D4B;
    width: 10%;
    height: 50px;
    box-sizing: border-box;
  }
  table.timetable_low tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  table.timetable_low tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 2rem;
    padding: 15px;
    vertical-align: top;
    color: #454D4B;
    height: auto;
    box-sizing: border-box;
    border-bottom: #454D4B 1px solid;
    background-color: #ffffff;
    line-height: 120%;
  }
  table.timetable_low tr td i {
    font-size: 2rem;
    color: #454D4B;
  }
  table.timetable_low tr td.time {
    text-align: center;
    font-size: 2rem;
    vertical-align: middle;
  }
  .low_table table.timetable {
    border-left: #454D4B 1px solid;
    border-right: #454D4B 1px solid;
  }
  .low_table table.timetable tr th {
    color: #ffffff;
    border-top: #454D4B 1px solid;
    border-bottom: #454D4B 1px solid;
    background-color: #454D4B;
  }
  .low_table table.timetable tr td {
    color: #454D4B;
    border-bottom: #454D4B 1px solid;
  }
  .low_table table.timetable tr td i {
    color: #454D4B;
  }
  .low_table table.timetable caption {
    color: #454D4B;
  }
  .low_table dl.timetable_list {
    color: #454D4B;
  }
  .low_table dl.timetable_list dt span {
    border: #454D4B 1px solid;
  }
  .low_table .timetable_list_notice {
    color: #454D4B;
  }
}
/*テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  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: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #07A37E;
  border: #9ADACA 1px solid;
  background-color: #DFF3EF;
}
table.low_table tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #222222;
  border: #9ADACA 1px solid;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #07A37E;
    border: #9ADACA 1px solid;
    background-color: #DFF3EF;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #222222;
    border: #9ADACA 1px solid;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide {
  width: 1000px;
  border-collapse: collapse;
  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: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #07A37E;
  border: #9ADACA 1px solid;
  background-color: #DFF3EF;
}
table.low_table_slide tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #222222;
  border: #9ADACA 1px solid;
  background-color: #ffffff;
}

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

@media screen and (min-width: 768px), print {
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    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: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #07A37E;
    border: #9ADACA 1px solid;
    background-color: #DFF3EF;
  }
  table.low_table_slide tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #222222;
    border: #9ADACA 1px solid;
    background-color: #ffffff;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #07A37E;
  background-color: #DFF3EF;
  border-bottom: #9ADACA 1px solid;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #222222;
  background-color: #ffffff;
  border-bottom: #9ADACA 1px solid;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
}
table.low_table_spblock tr td span {
  color: #07A37E;
  font-weight: bold;
}
table.low_table_spblock tr td span a {
  color: #07A37E;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock tr:first-child th {
  border-top: #9ADACA 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #07A37E;
    background-color: #DFF3EF;
    border-bottom: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #222222;
    background-color: #ffffff;
    border-bottom: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
  }
  table.low_table_spblock tr td span {
    color: #07A37E;
    font-weight: bold;
  }
  table.low_table_spblock tr td span a {
    color: #07A37E;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #9ADACA 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #9ADACA 1px solid;
  }
}
/*テーブル線上下のみ*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table2 tr th {
  width: 50%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #07A37E;
  border-bottom: #9ADACA 1px solid;
  background-color: #ffffff;
}
table.low_table2 tr th.subtitle {
  text-align: center;
}
table.low_table2 tr td {
  width: 50%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #222222;
  border-bottom: #9ADACA 1px solid;
  background-color: #ffffff;
}
table.low_table2 tr td.price {
  text-align: right;
}
table.low_table2 tr:first-child th {
  border-top: #9ADACA 1px solid;
}
table.low_table2 tr:first-child td {
  border-top: #9ADACA 1px solid;
}
table.low_table2.ajs_length {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  table.low_table2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table2 tr th {
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #07A37E;
    border-bottom: #9ADACA 1px solid;
    background-color: #ffffff;
  }
  table.low_table2 tr th.subtitle {
    text-align: center;
  }
  table.low_table2 tr td {
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #222222;
    border-bottom: #9ADACA 1px solid;
    background-color: #ffffff;
  }
  table.low_table2 tr td.price {
    text-align: right;
  }
  table.low_table2 tr:first-child th {
    border-top: #9ADACA 1px solid;
  }
  table.low_table2 tr:first-child td {
    border-top: #9ADACA 1px solid;
  }
  table.low_table2.ajs_length {
    width: 500px;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide2 {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide2 tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #07A37E;
  border-bottom: #9ADACA 1px solid;
  background-color: #ffffff;
}
table.low_table_slide2 tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #222222;
  border-bottom: #9ADACA 1px solid;
  background-color: #ffffff;
}
table.low_table_slide2 tr:first-child th {
  border-top: #9ADACA 1px solid;
}
table.low_table_slide2 tr:first-child td {
  border-top: #9ADACA 1px solid;
}

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

@media screen and (min-width: 768px), print {
  table.low_table_slide2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide2 tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #07A37E;
    border-bottom: #9ADACA 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide2 tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #222222;
    border-bottom: #9ADACA 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide2 tr:first-child th {
    border-top: #9ADACA 1px solid;
  }
  table.low_table_slide2 tr:first-child td {
    border-top: #9ADACA 1px solid;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock2 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #07A37E;
  background-color: #ffffff;
  border-bottom: #9ADACA 1px solid;
}
table.low_table_spblock2 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #222222;
  background-color: #ffffff;
  border-bottom: #9ADACA 1px solid;
}
table.low_table_spblock2 tr td span {
  color: #07A37E;
  font-weight: bold;
}
table.low_table_spblock2 tr td span a {
  color: #07A37E;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock2 tr td.price {
  text-align: right;
}
table.low_table_spblock2 tr:first-child th {
  border-top: #9ADACA 1px solid;
}
table.low_table_spblock2 tr.fax {
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock2 tr th {
    width: 20%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #07A37E;
    background-color: #ffffff;
    border-bottom: #9ADACA 1px solid;
  }
  table.low_table_spblock2 tr td {
    width: 80%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #222222;
    background-color: #ffffff;
    border-bottom: #9ADACA 1px solid;
  }
  table.low_table_spblock2 tr td span {
    color: #222222;
    font-weight: normal;
  }
  table.low_table_spblock2 tr td span a {
    color: #222222;
    font-weight: normal;
    text-decoration: none;
  }
  table.low_table_spblock2 tr td.fax {
    pointer-events: none;
  }
  table.low_table_spblock2 tr td.price {
    text-align: right;
  }
  table.low_table_spblock2 tr:first-child th {
    border-top: #9ADACA 1px solid;
  }
  table.low_table_spblock2 tr:first-child td {
    border-top: #9ADACA 1px solid;
  }
}
/*テーブル丸角*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #000000;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #9ADACA 1px solid;
}
table.low_table3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table3 tr th {
  width: 30%;
  padding: 1rem;
  border-bottom: #9ADACA 1px solid;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
  background-color: #DFF3EF;
  color: #07A37E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table3 tr td {
  width: 70%;
  padding: 1rem;
  border-bottom: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #222222;
  background-color: #ffffff;
}
table.low_table3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #9ADACA 1px solid;
}
table.low_table3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #000000;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #9ADACA 1px solid;
  }
  table.low_table3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 0.5rem 0 0 0;
  }
  table.low_table3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
    background-color: #DFF3EF;
    color: #07A37E;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #222222;
    background-color: #ffffff;
  }
  table.low_table3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #9ADACA 1px solid;
  }
  table.low_table3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
}
/* -----------------------------------------------------------
　テーブルサブタイトル
----------------------------------------------------------- */
table.low_table_subtitle3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #000000;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #9ADACA 1px solid;
}
table.low_table_subtitle3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 1rem 0 0 0;
}
table.low_table_subtitle3 tr th {
  width: 100%;
  border-bottom: #9ADACA 1px solid;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
  background-color: #454D4B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_subtitle3 tr th .sub_title {
  background-color: #07A37E;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
table.low_table_subtitle3 tr th .sub_title.st_top {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr th .sub_text {
  background-color: #17498f;
  color: #000000;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.low_table_subtitle3 tr td {
  width: 100%;
  padding: 0.5rem;
  border-bottom: #9ADACA 1px solid;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #222222;
  background-color: #ffffff;
}
table.low_table_subtitle3 tr:first-child th {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_subtitle3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #000000;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #9ADACA 1px solid;
  }
  table.low_table_subtitle3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 16px 0 0 0;
  }
  table.low_table_subtitle3 tr th {
    width: 100%;
    border-bottom: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
    background-color: #DFF3EF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_subtitle3 tr th .sub_title {
    background-color: #07A37E;
    color: #ffffff;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  table.low_table_subtitle3 tr th .sub_title.st_top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr th .sub_text {
    background-color: #17498f;
    color: #000000;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  table.low_table_subtitle3 tr td {
    width: 100%;
    padding: 20px;
    border-bottom: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #222222;
    background-color: #ffffff;
  }
  table.low_table_subtitle3 tr:first-child th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr:last-child th {
    border-bottom-left-radius: 0.7rem;
  }
  table.low_table_subtitle3 tr:last-child td {
    border-bottom-right-radius: 0.7rem;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide3 {
  width: 1200px;
  border-collapse: separate;
  border-spacing: 0;
  color: #000000;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 140%;
  border-radius: 0.7rem;
  border-top: #07A37E 1px solid;
}
table.low_table_slide3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide3 tr th {
  width: auto;
  padding: 1rem;
  border-bottom: #9ADACA 1px solid;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
  background-color: #DFF3EF;
  color: #07A37E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide3 tr td {
  width: auto;
  padding: 1rem;
  border-bottom: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #222222;
  background-color: #ffffff;
}
table.low_table_slide3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table_slide3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table_slide3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #9ADACA 1px solid;
}
table.low_table_slide3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

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

@media screen and (min-width: 768px), print {
  table.low_table_slide3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #000000;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 160%;
    border-radius: 0.7rem;
    border-top: #9ADACA 1px solid;
  }
  table.low_table_slide3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 160%;
  }
  table.low_table_slide3 tr th {
    width: auto;
    padding: 20px;
    border-bottom: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
    background-color: #DFF3EF;
    color: #07A37E;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide3 tr td {
    width: auto;
    padding: 20px;
    border-bottom: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #222222;
    background-color: #ffffff;
  }
  table.low_table_slide3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table_slide3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table_slide3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #9ADACA 1px solid;
  }
  table.low_table_slide3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #000000;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
}
table.low_table_spblock3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock3 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #9ADACA 1px solid;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
  background-color: #DFF3EF;
  color: #07A37E;
  -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_spblock3 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #07A37E 1px solid;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
  color: #222222;
  background-color: #ffffff;
}
table.low_table_spblock3 tr td span {
  color: #07A37E;
  font-size: 2.2rem;
  font-weight: bold;
}
table.low_table_spblock3 tr td span a {
  color: #07A37E;
  text-decoration: none;
}
table.low_table_spblock3 tr:first-child th {
  border-top: #9ADACA 1px solid;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_spblock3 tr:last-child td {
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #000000;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
  table.low_table_spblock3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    border-right: none;
    background-color: #DFF3EF;
    color: #07A37E;
    -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_spblock3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
    color: #222222;
    background-color: #ffffff;
  }
  table.low_table_spblock3 tr td span {
    color: #07A37E;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock3 tr td span a {
    color: #07A37E;
    text-decoration: none;
  }
  table.low_table_spblock3 tr:first-child th {
    border-top: #9ADACA 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }
  table.low_table_spblock3 tr:first-child td {
    border-top: #9ADACA 1px solid;
    border-top-right-radius: 10px;
  }
  table.low_table_spblock3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #9ADACA 1px solid;
  }
  table.low_table_spblock3 tr:last-child td {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
/*画像*/
/* 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.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.list_maru li span {
  font-size: 1rem;
}

/*標準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.svg) 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.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

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

.page_link_box {
  width: 100%;
  border: #9ADACA 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_link_box ul.page_link_list {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
.page_link_box ul.page_link_list li {
  background: url(../img/icon_arrow_link.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
.page_link_box ul.page_link_list li a {
  color: #07A37E;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  text-decoration: none;
}

/*3列-横 maru*/
ul.list_maru_side {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 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_side li {
  width: 33%;
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.page_link_list_button {
  list-style-type: none;
}

@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.svg) no-repeat;
    background-position: left 4px top 7px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
  }
  ul.list_maru li span {
    font-size: 1.2rem;
  }
  /*標準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.svg) no-repeat;
    background-position: left 4px top 7px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
  }
  /*標準3列 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.svg) no-repeat;
    background-position: left 4px top 7px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
  }
  /*標準4列 maru*/
  ul.list_maru_four {
    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: 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;
  }
  ul.list_maru_four li {
    width: 23%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 7px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
  }
  .page_link_box {
    width: 100%;
    border: #9ADACA 1px solid;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page_link_box ul.page_link_list {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    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;
  }
  .page_link_box ul.page_link_list li {
    width: auto;
    background: url(../img/icon_arrow_link.svg) no-repeat;
    background-position: left 4px top 5px;
    background-size: 10px;
    margin: 0 30px 10px 0;
    padding: 0 0 0 20px;
  }
  .page_link_box ul.page_link_list li a {
    color: #07A37E;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    text-decoration: none;
  }
  /*3列-横 maru*/
  ul.list_maru_side {
    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: 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;
  }
  ul.list_maru_side li {
    width: auto;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 7px;
    background-size: 10px;
    margin: 0 20px 10px 0;
    padding: 0 0 0 20px;
  }
  ul.page_link_list_button {
    list-style-type: none;
    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;
  }
  ul.page_link_list_button li {
    width: auto;
    margin: 0 20px 10px 0;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
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.symbol_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.symbol_list dt {
  width: 6%;
  margin: 0 0 1rem 0;
}
dl.symbol_list dd {
  width: 94%;
  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: #DFF3EF;
  color: #07A37E;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
  border-bottom: #9ADACA 1px solid;
}
dl.title_box dt:first-child {
  border-top: #9ADACA 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 1px solid;
  border-bottom: #9ADACA 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 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 10px 0;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 10px 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: 1200px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 1rem 0;
  }
  /*記号*/
  dl.symbol_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: 1200px;
  }
  dl.symbol_list dt {
    width: 20px;
    margin: 0 0 0 0;
  }
  dl.symbol_list dd {
    width: 1180px;
    margin: 0 0 0 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: #DFF3EF;
    color: #07A37E;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
    border-bottom: #9ADACA 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #9ADACA 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 1px solid;
    border-bottom: #9ADACA 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  border: none;
  display: block;
  width: 2.5rem;
  height: 4rem;
  background: url("../img/icon_arrow_flow.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 auto 1rem auto;
}

/*強調*/
.emphasis {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(218, 241, 236)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(218, 241, 236) 100%);
  border-top: #07A37E 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis p.emp_text {
  text-align: center;
  font-family: "notoserifjp_bold";
  font-weight: bold;
  font-size: 2rem;
}
.emphasis p.emphasis_text {
  text-align: center;
  font-family: "notoserifjp_bold";
  font-weight: bold;
  font-size: 1.7rem;
  color: #07A37E;
}
.emphasis p.emphasis_text_s {
  text-align: center;
  font-family: "notoserifjp_bold";
  font-weight: bold;
  font-size: 1.4rem;
  color: #07A37E;
}
.emphasis ul.mb_none {
  margin: 0;
}

.emphasis2 {
  background-color: #DFF3EF;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis2 p.mb_none {
  margin: 0;
}
.emphasis2 p.emp_text {
  text-align: center;
  font-family: "notoserifjp_bold";
  font-weight: bold;
  font-size: 2rem;
}
.emphasis2 p.emphasis_text {
  text-align: center;
  font-family: "notoserifjp_bold";
  font-weight: bold;
  font-size: 1.7rem;
  color: #07A37E;
}
.emphasis2 p.emphasis_text_s {
  text-align: center;
  font-family: "notoserifjp_bold";
  font-weight: bold;
  font-size: 1.4rem;
  color: #07A37E;
}
.emphasis2 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;
}

.text_bold {
  font-weight: bold;
}

.text_red {
  color: #ff0000;
}

.text_underline {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.qrlink {
  text-decoration: none;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.qrlink img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    border: none;
    display: block;
    width: 33px;
    height: 49px;
    background: url("../img/icon_arrow_flow.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 auto 20px 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: 1200px;
  }
  .two_box section {
    width: 49%;
  }
  /*強調*/
  .emphasis {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(218, 241, 236)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(218, 241, 236) 100%);
    border-top: #07A37E 1px solid;
    padding: 36px 33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis p.emp_text {
    text-align: center;
    font-family: "notoserifjp_bold";
    font-weight: bold;
    font-size: 3rem;
  }
  .emphasis p.emphasis_text {
    text-align: center;
    font-family: "notoserifjp_bold";
    font-weight: bold;
    font-size: 2.4rem;
    color: #07A37E;
  }
  .emphasis p.emphasis_text_s {
    text-align: center;
    font-family: "notoserifjp_bold";
    font-weight: bold;
    font-size: 1.6rem;
    color: #07A37E;
  }
  .emphasis ul.mb_none {
    margin: 0;
  }
  .emphasis dl.bio_list {
    width: 1134px;
    margin: 0;
  }
  .emphasis dl.bio_list dt {
    width: 60px;
  }
  .emphasis dl.bio_list dt:nth-last-child(2) {
    margin: 0;
  }
  .emphasis dl.bio_list dd {
    width: 1074px;
  }
  .emphasis dl.bio_list dd:last-child {
    margin: 0;
  }
  .emphasis.small {
    width: 50%;
    margin: 0 auto 20px auto;
  }
  .emphasis.small2 {
    width: 60%;
    margin: 0 auto 20px auto;
  }
  .emphasis.hight_ajs {
    height: 300px;
  }
  .emphasis2 {
    background-color: #DFF3EF;
    padding: 36px 33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis2 p.mb_none {
    margin: 0;
  }
  .emphasis2 p.emp_text {
    text-align: center;
    font-family: "notoserifjp_bold";
    font-weight: bold;
    font-size: 3rem;
  }
  .emphasis2 p.emphasis_text {
    text-align: center;
    font-family: "notoserifjp_bold";
    font-weight: bold;
    font-size: 2.4rem;
    color: #07A37E;
  }
  .emphasis2 p.emphasis_text_s {
    text-align: center;
    font-family: "notoserifjp_bold";
    font-weight: bold;
    font-size: 1.6rem;
    color: #07A37E;
  }
  .emphasis2 ul.mb_none {
    margin: 0;
  }
  .emphasis2 dl.bio_list {
    width: 1134px;
    margin: 0;
  }
  .emphasis2 dl.bio_list dt {
    width: 60px;
  }
  .emphasis2 dl.bio_list dt:nth-last-child(2) {
    margin: 0;
  }
  .emphasis2 dl.bio_list dd {
    width: 1074px;
  }
  .emphasis2 dl.bio_list dd:last-child {
    margin: 0;
  }
  .emphasis2.small {
    width: 50%;
    margin: 0 auto 20px auto;
  }
  .emphasis2.small2 {
    width: 60%;
    margin: 0 auto 20px auto;
  }
  .emphasis2.hight_ajs {
    height: 300px;
  }
  /*下層電話*/
  .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;
  }
  .text_bold {
    font-weight: bold;
  }
  .text_red {
    color: #ff0000;
  }
  .text_underline {
    text-decoration: underline;
  }
  .tac {
    text-align: center;
  }
  .qrlink {
    text-decoration: none;
    width: 138px;
    display: block;
    margin: 0 auto;
  }
  .qrlink img {
    width: 100%;
    height: auto;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: #000000;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}
ul.pankuzu_list li:first-child a {
  color: #07A37E;
}

@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: 1200px;
    margin: 34px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "―";
    font-size: 1.6rem;
    color: #000000;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  ul.pankuzu_list li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: underline;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
  ul.pankuzu_list li:first-child a {
    color: #07A37E;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.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: #000000;
  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: #000000;
    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: #9ADACA 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #07A37E;
  padding: 1rem;
  text-decoration: none;
  color: #000000;
}
.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: #000000;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000000;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #000000;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #9ADACA 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #07A37E;
    padding: 20px;
    text-decoration: none;
    color: #000000;
    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: #000000;
    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: #000000;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.low_link_text {
  color: #07A37E;
}

.low_button {
  background: url("../img/icon_btn_arrow.svg") no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5rem;
  border-bottom: #07A37E 1px solid;
  width: auto;
  height: auto;
  margin: 0 0 1rem 0;
  text-align: left;
  text-decoration: none;
  padding: 1rem 4rem 1rem 0;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #07A37E;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
}
.low_button.cnter_ajs {
  width: 70%;
  height: auto;
  margin: 0 auto 2rem auto;
  display: block;
}

.low_button2 {
  background: url("../img/icon_arrow_link2.svg") no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5rem;
  background-color: color_white;
  border: #9ADACA 1px solid;
  width: auto;
  height: auto;
  margin: 0 0 1rem 0;
  text-align: left;
  text-decoration: none;
  padding: 1rem 4rem 1rem 3rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #07A37E;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
}
.low_button2.cnter_ajs {
  width: 70%;
  height: auto;
  margin: 0 auto 2rem auto;
  display: block;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #07A37E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_link_text:hover {
    color: #07A37E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
  }
  .low_button {
    background: url("../img/icon_btn_arrow.svg") no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    border-bottom: #07A37E 1px solid;
    width: auto;
    height: auto;
    margin: 0 0 30px 0;
    text-align: left;
    text-decoration: none;
    padding: 10px 50px 20px 0;
    line-height: 140%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #07A37E;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button:hover {
    border-bottom: #07A37E 2px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button2 {
    background: url("../img/icon_arrow_link2.svg") no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    border: #9ADACA 1px solid;
    width: auto;
    height: auto;
    margin: 0 0 30px 0;
    text-align: left;
    text-decoration: none;
    padding: 20px 90px 20px 90px;
    line-height: 120%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #07A37E;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button2:hover {
    border: #07A37E 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.img_doctor2 {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_doctor2 img {
  width: 50%;
  height: auto;
}

.doctor_name {
  text-align: right;
}
.doctor_name span {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 300px;
    height: auto;
  }
  .img_doctor2 {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor2 img {
    width: 200px;
    height: auto;
  }
  .doctor_name {
    text-align: right;
  }
  .doctor_name span {
    font-size: 2.2rem;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
  border: #9ADACA 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.machine_box figure figcaption {
  color: #ffffff;
  background-color: #0AAA6D;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 2rem;
  padding: 0.8rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
  text-align: center;
}
.machine_box figure figcaption::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
}
.machine_box figure figcaption::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.machine_box figure img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}

/*スライダー*/
.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: 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;
  }
  .machine_box figure {
    width: 290px;
    margin: 0 13px 30px 0;
  }
  .machine_box figure figcaption {
    color: #ffffff;
    background-color: #0AAA6D;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.6rem;
    padding: 16px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    line-height: 120%;
    position: relative;
    text-align: center;
  }
  .machine_box figure figcaption::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .machine_box figure figcaption::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 2px;
    left: 0;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box figure.ajs {
    margin: 0 0 30px 0;
  }
  /*スライダー*/
  .slider-pro {
    margin: 0 auto 30px auto !important;
  }
  .slider-pro p.sp-layer {
    font-size: 2rem !important;
  }
}
/* -----------------------------------------------------------
　初めての方へ(流れ)
----------------------------------------------------------- */
.flow_box {
  background: radial-gradient(ellipse at center, rgb(244, 251, 248) 0%, rgb(218, 241, 235) 100%);
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1rem 0;
  position: relative;
}
.flow_box p {
  font-size: 1.5rem;
}
.flow_box p.mb_none {
  margin: 0;
}
.flow_box::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  bottom: 0.3rem;
  left: 0.3rem;
  right: 0.3rem;
  border: #07A37E 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    background: radial-gradient(ellipse at center, rgb(244, 251, 248) 0%, rgb(218, 241, 235) 100%);
    padding: 36px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    position: relative;
  }
  .flow_box p {
    font-size: 1.8rem;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
  .flow_box::after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    border: #07A37E 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
iframe.accessmap {
  width: 96%;
  height: 100vw;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/*-----------------------------------------------------------
 よくある質問
----------------------------------------------------------- */
dl.qabox {
  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.qabox dt {
  width: 6%;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
dl.qabox dt.question {
  color: #07A37E;
}
dl.qabox dd {
  width: 94%;
  margin: 0 0 1rem 0;
}
dl.qabox dd.question {
  color: #07A37E;
  font-weight: bold;
}
dl.qabox dd.question.last {
  margin: 0;
}
dl.qabox dd.answer {
  margin: 0 0 3rem 0;
}
dl.qabox dd.answer.last {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  dl.qabox {
    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 auto 20px auto;
    line-height: 160%;
    width: 1200px;
  }
  dl.qabox dt {
    width: 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
  }
  dl.qabox dt.question {
    color: #07A37E;
  }
  dl.qabox dt.answer {
    margin: 0 0 50px 0;
  }
  dl.qabox dt.answer.last {
    margin: 0;
  }
  dl.qabox dd {
    width: 1180px;
    margin: 0 0 10px 0;
  }
  dl.qabox dd.question {
    color: #07A37E;
    font-weight: bold;
  }
  dl.qabox dd.answer {
    margin: 0 0 50px 0;
  }
  dl.qabox dd.answer.last {
    margin: 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: #9ADACA;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  border-top: #9ADACA 1px solid;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 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: #9ADACA 1px solid;
  border-left: #9ADACA 1px solid;
  border-right: #9ADACA 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: #9ADACA 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: #9ADACA;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 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: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    border-right: #9ADACA 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;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "zenkakugothicantique_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #000000;
  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: "zenkakugothicantique_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #000000;
    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;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

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

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

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 90px auto 100px auto;
    padding: 0;
  }
  .main_low section {
    height: auto;
    overflow: visible;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
/*TOP*/
header.header {
  padding: 2vw 0 1rem 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: 60%;
  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%;
  height: auto;
}

/*home*/
header.header_low {
  padding: 2vw 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header.header_low .header_box {
  /*ロゴとハンバーガー*/
}
header.header_low .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_low .header_box .header_top .container {
  width: 15%;
}
header.header_low .header_box .header_top .head_logo {
  display: none;
  /*
  width: 60%;
  margin: 0 0 0 2%;
  a{
    display: block;
    width: 100%;
    text-decoration: none;
    img{
      width: 100%;
      height: auto;
    }
  }
  */
}

/*下層*/
header.header_low2 {
  padding: 2vw 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header.header_low2 .header_box {
  /*ロゴとハンバーガー*/
}
header.header_low2 .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_low2 .header_box .header_top .container {
  width: 15%;
}
header.header_low2 .header_box .header_top .head_logo {
  width: 60%;
  margin: 0 0 0 2%;
}
header.header_low2 .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header_low2 .header_box .header_top .head_logo a img {
  width: 100%;
  height: auto;
}

.side_web_link {
  display: none;
}

.side_instagram_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  /*TOP*/
  header.header {
    background-color: #ffffff;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 999999;
    width: 100%;
    height: 110px;
    overflow: visible;
  }
  header.header .header_box {
    width: 100%;
    height: 110px;
    margin: 0;
    position: relative;
    overflow: visible;
    /*ロゴとハンバーガー*/
  }
  header.header .header_box .header_top {
    width: 400px;
    height: 70px;
    margin: 0;
    position: absolute;
    top: 23px;
    left: 60px;
    z-index: 1;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 263px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 293.073px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 293.073px;
    height: auto;
  }
  /*中層*/
  header.header_low {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 999999;
    width: 100%;
    height: 110px;
    overflow: visible;
  }
  header.header_low .header_box {
    width: 100%;
    height: 110px;
    margin: 0;
    position: relative;
    overflow: visible;
    /*ロゴとハンバーガー*/
  }
  header.header_low .header_box .header_top {
    width: 400px;
    height: 70px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 60px;
    z-index: 1;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header_low .header_box .header_top .container {
    display: none;
  }
  header.header_low .header_box .header_top .head_logo {
    display: block;
    width: 293.07px;
    margin: 0;
  }
  header.header_low .header_box .header_top .head_logo a {
    display: block;
    width: 293.07px;
    text-decoration: none;
  }
  header.header_low .header_box .header_top .head_logo a img {
    width: 293.07px;
    height: auto;
  }
  /*TOP*/
  header.header_low2 {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 999999;
    width: 100%;
    height: 110px;
    overflow: visible;
  }
  header.header_low2 .header_box {
    width: 100%;
    height: 110px;
    margin: 0;
    position: relative;
    overflow: visible;
    /*ロゴとハンバーガー*/
  }
  header.header_low2 .header_box .header_top {
    width: 400px;
    height: 70px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 60px;
    z-index: 1;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header_low2 .header_box .header_top .container {
    display: none;
  }
  header.header_low2 .header_box .header_top .head_logo {
    display: block;
    width: 293.07px;
    margin: 0;
  }
  header.header_low2 .header_box .header_top .head_logo a {
    display: block;
    width: 293.07px;
    text-decoration: none;
  }
  header.header_low2 .header_box .header_top .head_logo a img {
    width: 293.07px;
    height: auto;
  }
  .side_web_link {
    display: block;
    width: 134px;
    height: 90px;
    background-color: #ffffff;
    position: fixed;
    top: 240px;
    right: 0;
    z-index: 9999999999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_web_link a {
    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: 134px;
    height: 90px;
    text-decoration: none;
    color: #ffffff;
    background-color: #07A37E;
    border: rgba(255, 255, 255, 0.6) 1px solid;
    font-family: "notoserifjp_medium";
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.05em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_web_link a img {
    width: 24px;
    height: auto;
    margin: 0 0 15px 0;
  }
  .side_web_link a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_instagram_link {
    display: block;
    width: 134px;
    height: 110px;
    background-color: #ffffff;
    position: fixed;
    top: 340px;
    right: 0;
    z-index: 9999999999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_instagram_link a {
    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: 134px;
    height: 110px;
    text-decoration: none;
    color: #ffffff;
    background-color: #07A37E;
    border: rgba(255, 255, 255, 0.6) 1px solid;
    font-family: "notoserifjp_medium";
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    line-height: 110%;
    letter-spacing: 0.05em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_instagram_link a img {
    width: 24px;
    height: auto;
    margin: 0 0 15px 0;
  }
  .side_instagram_link a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .side_web_link {
    position: fixed;
    top: 440px;
    right: 0;
  }
  .side_instagram_link {
    position: fixed;
    top: 540px;
    right: 0;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 44px;
    right: 60px;
  }
  nav.main_nav_pc ul {
    width: auto;
    height: 25px;
    margin: 0 0 0 0;
    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: 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;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: auto;
    height: 25px;
    margin: 0 0 0 30px;
    padding: 0;
  }
  nav.main_nav_pc ul li.insurance {
    width: 80px;
  }
  nav.main_nav_pc ul li.beauty {
    width: 100px;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 51px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #000000;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 26px 0;
    letter-spacing: 0.05em;
    font-family: "notoserifjp_medium";
    font-size: 1.6rem;
    font-weight: normal;
    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 {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .menu-child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #ffbf69;
    color: #333;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    width: 600px;
    height: 285px;
    margin: 0 0 0 70px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li .sub_nav_box .title_link {
    width: 100%;
    height: 120px;
    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-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.2rem;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    color: #000000;
    border-bottom: #9ADACA 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box .title_link::before {
    position: absolute;
    top: calc(50% - 20px);
    right: 40px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  nav.main_nav_pc ul li .sub_nav_box .title_link:hover {
    color: #07A37E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    all: initial;
    width: 600px;
    height: 165px;
    margin: 0 0 0 0;
    padding: 40px 0 11px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    all: initial;
    width: auto;
    height: 30px;
    margin: 0 30px 0 0;
    padding: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    text-decoration: none;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    color: #000000;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a br {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::before {
    content: "―";
    margin: 0 7px 0 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    color: #07A37E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box.snb2 {
    height: 340px;
  }
  nav.main_nav_pc ul li .sub_nav_box.snb2 ul {
    height: 220px;
  }
  nav.main_nav_pc ul li .sub1 {
    top: 44px;
    left: 0;
  }
  nav.main_nav_pc ul li .sub2 {
    top: 44px;
    left: 75px;
  }
  nav.main_nav_pc ul li:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low nav.main_nav_pc ul li a {
    color: #ffffff;
  }
  .nav_add {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 9999999999;
    background-color: #ffffff;
    width: 100%;
    display: block;
    height: 50px;
  }
  .nav_add ul {
    width: 1000px !important;
    height: 25px;
    margin: 10px auto 0 auto !important;
    position: relative;
  }
  .nav_add ul li {
    display: block;
    width: auto;
    height: 25px;
    margin: 0 0 0 30px;
    padding: 0;
  }
  .nav_add ul li.insurance {
    width: 80px;
  }
  .nav_add ul li.beauty {
    width: 100px;
  }
  .nav_add ul li a {
    width: 100%;
    height: 51px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #000000 !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 26px 0;
    letter-spacing: 0.05em;
    font-family: "notoserifjp_medium";
    font-size: 1.6rem;
    font-weight: normal;
    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_add ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .nav_add ul li .menu-child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #ffbf69;
    color: #333;
  }
  .nav_add ul li .sub_nav_box {
    width: 600px;
    height: 285px;
    margin: 0 0 0 70px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
  }
  .nav_add ul li .sub_nav_box .title_link {
    width: 100%;
    height: 120px;
    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-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.2rem;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    color: #000000;
    border-bottom: #9ADACA 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .nav_add ul li .sub_nav_box .title_link::before {
    position: absolute;
    top: calc(50% - 20px);
    right: 40px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .nav_add ul li .sub_nav_box .title_link:hover {
    color: #07A37E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .nav_add ul li .sub_nav_box ul {
    all: initial;
    width: 600px !important;
    height: 165px;
    margin: 0 0 0 0;
    padding: 40px 0 11px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
  }
  .nav_add ul li .sub_nav_box ul li {
    all: initial;
    width: auto;
    height: 30px;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .nav_add ul li .sub_nav_box ul li a {
    all: initial;
    text-decoration: none;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    color: #000000;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .nav_add ul li .sub_nav_box ul li a br {
    display: none;
  }
  .nav_add ul li .sub_nav_box ul li a::before {
    content: "―";
    margin: 0 7px 0 0;
  }
  .nav_add ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    color: #07A37E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .nav_add ul li .sub_nav_box.snb2 {
    height: 340px;
  }
  .nav_add ul li .sub_nav_box.snb2 ul {
    height: 220px;
  }
  .nav_add ul li .sub1 {
    top: 40px !important;
    left: 0;
  }
  .nav_add ul li .sub2 {
    top: 40px !important;
    left: 75px;
  }
  .nav_add ul li:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  nav.main_nav_pc {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 44px;
    right: 25px;
  }
  nav.main_nav_pc ul {
    width: auto;
    height: 25px;
    margin: 0 0 0 0;
    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: 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;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: auto;
    height: 25px;
    margin: 0 0 0 20px;
    padding: 0;
  }
  nav.main_nav_pc ul li.insurance {
    width: 80px;
  }
  nav.main_nav_pc ul li.beauty {
    width: 100px;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 51px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #000000;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 26px 0;
    letter-spacing: 0.05em;
    font-family: "notoserifjp_medium";
    font-size: 1.6rem;
    font-weight: normal;
    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 {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .menu-child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #ffbf69;
    color: #333;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    width: 600px;
    height: 285px;
    margin: 0 0 0 70px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li .sub_nav_box .title_link {
    width: 100%;
    height: 120px;
    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-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.2rem;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    color: #000000;
    border-bottom: #9ADACA 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box .title_link::before {
    position: absolute;
    top: calc(50% - 20px);
    right: 40px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  nav.main_nav_pc ul li .sub_nav_box .title_link:hover {
    color: #07A37E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    all: initial;
    width: 600px;
    height: 165px;
    margin: 0 0 0 0;
    padding: 40px 0 11px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    all: initial;
    width: auto;
    height: 30px;
    margin: 0 30px 0 0;
    padding: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    text-decoration: none;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    color: #000000;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a br {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::before {
    content: "―";
    margin: 0 7px 0 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    color: #07A37E;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box.snb2 {
    height: 340px;
  }
  nav.main_nav_pc ul li .sub_nav_box.snb2 ul {
    height: 220px;
  }
  nav.main_nav_pc ul li .sub1 {
    top: 44px;
    left: 0;
  }
  nav.main_nav_pc ul li .sub2 {
    top: 44px;
    left: 75px;
  }
  nav.main_nav_pc ul li:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low nav.main_nav_pc ul li a {
    color: #ffffff;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  width: 100%;
}
.key_visual .key_visual_left {
  display: block;
  width: 100%;
  height: 67vw;
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}
.key_visual .key_visual_left::before {
  content: "";
  border: rgba(255, 255, 255, 0.6) 2px solid;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 1;
}
.key_visual .key_visual_left::after {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/icon_arrow_left.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}
.key_visual .key_visual_left .key_text1 {
  color: #ffffff;
  font-family: "notoserifjp_medium";
  font-weight: 500;
  font-size: 1.2rem;
  text-align: right;
  margin: 0;
  position: absolute;
  top: 10vw;
  right: 5vw;
  z-index: 2;
}
.key_visual .key_visual_left .key_text2 {
  color: #ffffff;
  font-family: "notoserifjp_medium";
  font-weight: 500;
  font-size: 2.7rem;
  text-align: right;
  margin: 0;
  position: absolute;
  top: 17vw;
  right: 5vw;
  z-index: 2;
}
.key_visual .key_visual_right {
  display: block;
  width: 100%;
  height: 67vw;
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}
.key_visual .key_visual_right::before {
  content: "";
  border: rgba(255, 255, 255, 0.6) 2px solid;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 1;
}
.key_visual .key_visual_right::after {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/icon_arrow_right.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}
.key_visual .key_visual_right .key_text1 {
  color: #ffffff;
  font-family: "notoserifjp_medium";
  font-weight: 500;
  font-size: 1.2rem;
  text-align: right;
  margin: 0;
  position: absolute;
  top: 10vw;
  left: 5vw;
  z-index: 2;
}
.key_visual .key_visual_right .key_text2 {
  color: #ffffff;
  font-family: "notoserifjp_medium";
  font-weight: 500;
  font-size: 2.7rem;
  text-align: right;
  margin: 0;
  position: absolute;
  top: 17vw;
  left: 5vw;
  z-index: 2;
}

/*中層*/
.key_visual_home {
  width: 100%;
  height: 90vw;
  margin: -20vw 0 0 0;
}
.key_visual_home .key_visual_home_box {
  width: 100%;
  height: 90vw;
  position: relative;
}
.key_visual_home .key_visual_home_box .key_visual_home_logo {
  width: 60%;
  height: auto;
  display: block;
  position: absolute;
  top: 30vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.key_visual_home .key_visual_home_box hr {
  width: 10%;
  height: 1px;
  display: block;
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 52vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.key_visual_home .key_visual_home_box .key_visual_home_text {
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  top: 57vw;
  left: 0;
  right: 0;
  color: #ffffff;
  line-height: 120%;
  letter-spacing: 0.1em;
}
.key_visual_home .key_visual_home_box .key_visual_home_text span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.key_visual_home .key_visual_home_box .key_visual_scroll {
  position: absolute;
  bottom: 10vw;
  right: 1vw;
  margin: 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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.key_visual_home .key_visual_home_box .key_visual_scroll span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "marcellus_regular";
  font-weight: normal;
  font-size: 1.4rem;
  color: #ffffff;
}
.key_visual_home .key_visual_home_box .key_visual_scroll::after {
  content: "";
  display: block;
  width: 1rem;
  height: 3rem;
  background: url("../img/icon_scroll.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0.5rem 0 0 0;
}
.key_visual_home.insurance_medical_treatment {
  background: url("../img/key_visual_insurance_medical_treatment.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.key_visual_home.medical_beauty {
  background: url("../img/key_visual_medical_beauty.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}

/*中層*/
.key_visual_middle {
  position: relative;
  width: 100%;
  height: 90vw;
  margin: -20vw 0 0 0;
}
.key_visual_middle .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual_middle .key .key_bg {
  width: 100%;
  height: 90vw;
}
.key_visual_middle .key .key_01 {
  background: url("../img/key_visual_insurance_medical_treatment_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual_middle .key .key_02 {
  background: url("../img/key_visual_insurance_medical_treatment_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual_middle .key .key_03 {
  background: url("../img/key_visual_insurance_medical_treatment_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual_middle .key_visual_home_box {
  width: 100%;
  height: 90vw;
  position: absolute;
  top: 0;
  z-index: 2;
}
.key_visual_middle .key_visual_home_box .key_visual_home_logo {
  width: 60%;
  height: auto;
  display: block;
  position: absolute;
  top: 30vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.key_visual_middle .key_visual_home_box hr {
  width: 10%;
  height: 1px;
  display: block;
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 52vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.key_visual_middle .key_visual_home_box .key_visual_home_text {
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  top: 57vw;
  left: 0;
  right: 0;
  color: #ffffff;
  line-height: 120%;
  letter-spacing: 0.1em;
}
.key_visual_middle .key_visual_home_box .key_visual_home_text span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.key_visual_middle .key_visual_home_box .key_visual_scroll {
  position: absolute;
  bottom: 10vw;
  right: 1vw;
  margin: 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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.key_visual_middle .key_visual_home_box .key_visual_scroll span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "marcellus_regular";
  font-weight: normal;
  font-size: 1.4rem;
  color: #ffffff;
}
.key_visual_middle .key_visual_home_box .key_visual_scroll::after {
  content: "";
  display: block;
  width: 1rem;
  height: 3rem;
  background: url("../img/icon_scroll.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0.5rem 0 0 0;
}

.sp_header {
  display: none;
  width: 100%;
  height: 18vw;
  margin: 0 0 0 0;
  background-color: #ffffff;
  padding: 1vw 0 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
.sp_header a {
  display: block;
  width: 70%;
  text-decoration: none;
}
.sp_header a img {
  width: 100%;
  height: auto;
}
.sp_header.key_add {
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
}

/*下層(Gナビ)キービジュアル*/
.key_visual_low_gnav {
  width: 100%;
  height: 50vw;
  margin: -20vw 0 0 0;
  background: url("../img/key_visual_low_gnav.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.key_visual_low_gnav section {
  width: 100%;
  height: 50vw;
  position: relative;
}
.key_visual_low_gnav section h1 {
  position: absolute;
  bottom: 10vw;
  left: 4%;
  padding: 1rem 0 1rem 1rem;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.key_visual_low_gnav section h1 span {
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.key_visual_low_gnav section h1::after {
  content: "";
  width: 15%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 163, 126)), to(rgba(7, 163, 126, 0)));
  background: linear-gradient(to right, rgb(7, 163, 126) 0%, rgba(7, 163, 126, 0) 100%);
  position: absolute;
  left: 0;
  z-index: 1;
}

/*下層(診療内容)キービジュアル*/
.key_visual_low_treatment {
  width: 100%;
  height: 50vw;
  margin: -20vw 0 0 0;
  background: url("../img/key_visual_low_treatment.jpg") no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}
.key_visual_low_treatment section {
  width: 100%;
  height: 50vw;
  position: relative;
}
.key_visual_low_treatment section h1 {
  position: absolute;
  bottom: 5vw;
  left: 15%;
  padding: 1rem 0 1rem 1rem;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}
.key_visual_low_treatment section h1 span {
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px #07A37E;
}
.key_visual_low_treatment.kv_ortho::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_insurance_medical_treatment_01.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}
.key_visual_low_treatment.kv_rheumatism::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_insurance_medical_treatment_02.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}
.key_visual_low_treatment.kv_rehabilitation::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_insurance_medical_treatment_03.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}
.key_visual_low_treatment.kv_sports_injuries::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_medical_beauty_01.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}
.key_visual_low_treatment.kv_minor_surgery::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_insurance_medical_treatment_05.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}
.key_visual_low_treatment.kv_vaccination::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_insurance_medical_treatment_06.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}
.key_visual_low_treatment.kv_prp::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_medical_beauty_01.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}
.key_visual_low_treatment.kv_removal::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_medical_beauty_06.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}
.key_visual_low_treatment.kv_xygen_box::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_medical_beauty_02.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}
.key_visual_low_treatment.kv_skin_care::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_medical_beauty_04.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}
.key_visual_low_treatment.kv_m_drive_pro::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: 0;
  width: 30vw;
  height: 30vw;
  display: block;
  background: url("../img/index_treatment_bg_medical_beauty_05.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.4;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    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;
  }
  .key_visual .key_visual_left {
    display: block;
    width: 50%;
    height: 690px;
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
    position: relative;
  }
  .key_visual .key_visual_left::before {
    content: "";
    border: rgba(255, 255, 255, 0.6) 2px solid;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  .key_visual .key_visual_left::after {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    background: url("../img/icon_arrow_left.svg") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
  }
  .key_visual .key_visual_left .key_text1 {
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: 500;
    font-size: 2.4rem;
    text-align: right;
    margin: 0;
    position: absolute;
    top: 99px;
    right: 100px;
    z-index: 2;
  }
  .key_visual .key_visual_left .key_text2 {
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: 500;
    font-size: 5.6rem;
    text-align: right;
    margin: 0;
    position: absolute;
    top: 151px;
    right: 100px;
    z-index: 2;
  }
  .key_visual .key_visual_right {
    display: block;
    width: 50%;
    height: 690px;
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-position: right top;
    background-size: cover;
    position: relative;
  }
  .key_visual .key_visual_right::before {
    content: "";
    border: rgba(255, 255, 255, 0.6) 2px solid;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  .key_visual .key_visual_right::after {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    background: url("../img/icon_arrow_right.svg") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
  }
  .key_visual .key_visual_right .key_text1 {
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: 500;
    font-size: 2.4rem;
    text-align: right;
    margin: 0;
    position: absolute;
    top: 99px;
    left: 100px;
    z-index: 2;
  }
  .key_visual .key_visual_right .key_text2 {
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: 500;
    font-size: 5.6rem;
    text-align: right;
    margin: 0;
    position: absolute;
    top: 151px;
    left: 100px;
    z-index: 2;
  }
  .key_visual_home {
    width: 100%;
    height: 800px;
    margin: -110px 0 0 0;
    position: relative;
    overflow: visible;
  }
  .key_visual_home .key_visual_home_box {
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    position: relative;
  }
  .key_visual_home .key_visual_home_box .key_visual_home_logo {
    width: 544.63px;
    height: auto;
    display: block;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .key_visual_home .key_visual_home_box hr {
    width: 80px;
    height: 1px;
    display: block;
    border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 430px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .key_visual_home .key_visual_home_box .key_visual_home_text {
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 3.2rem;
    text-align: center;
    position: absolute;
    top: 475px;
    left: 0;
    right: 0;
    color: #ffffff;
    line-height: 118%;
    letter-spacing: 0.1em;
  }
  .key_visual_home .key_visual_home_box .key_visual_home_text span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .key_visual_home .key_visual_home_box .key_visual_scroll {
    position: absolute;
    bottom: 60px;
    right: 0;
    margin: 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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .key_visual_home .key_visual_home_box .key_visual_scroll span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "marcellus_regular";
    font-weight: normal;
    font-size: 1.6rem;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  .key_visual_home .key_visual_home_box .key_visual_scroll::after {
    content: "";
    display: block;
    width: 14px;
    height: 34px;
    background: url("../img/icon_scroll.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 8px 0 0 0;
  }
  .key_visual_home.insurance_medical_treatment {
    background: url("../img/key_visual_insurance_medical_treatment.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .key_visual_home.medical_beauty {
    background: url("../img/key_visual_medical_beauty.jpg") no-repeat;
    background-position: right top;
    background-size: cover;
  }
  .sp_header.key_add {
    display: none;
    position: static;
    top: 0;
    z-index: 1;
  }
  .key_visual_middle {
    width: 100%;
    height: 800px;
    margin: -110px 0 0 0;
    position: relative;
    overflow: visible;
  }
  .key_visual_middle .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    /*大枠*/
  }
  .key_visual_middle .key .key_bg {
    width: 100%;
    height: 800px;
  }
  .key_visual_middle .key .key_01 {
    background: url("../img/key_visual_insurance_medical_treatment_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual_middle .key .key_02 {
    background: url("../img/key_visual_insurance_medical_treatment_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual_middle .key .key_03 {
    background: url("../img/key_visual_insurance_medical_treatment_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual_middle .key_visual_home_box {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .key_visual_middle .key_visual_home_box .key_visual_home_logo {
    width: 544.63px;
    height: auto;
    display: block;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .key_visual_middle .key_visual_home_box hr {
    width: 80px;
    height: 1px;
    display: block;
    border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 430px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .key_visual_middle .key_visual_home_box .key_visual_home_text {
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 3.2rem;
    text-align: center;
    position: absolute;
    top: 475px;
    left: 0;
    right: 0;
    color: #ffffff;
    line-height: 118%;
    letter-spacing: 0.1em;
  }
  .key_visual_middle .key_visual_home_box .key_visual_home_text span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .key_visual_middle .key_visual_home_box .key_visual_scroll {
    position: absolute;
    bottom: 60px;
    right: 0;
    margin: 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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .key_visual_middle .key_visual_home_box .key_visual_scroll span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "marcellus_regular";
    font-weight: normal;
    font-size: 1.6rem;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  .key_visual_middle .key_visual_home_box .key_visual_scroll::after {
    content: "";
    display: block;
    width: 14px;
    height: 34px;
    background: url("../img/icon_scroll.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 8px 0 0 0;
  }
  /*下層キービジュアル*/
  .key_visual_low_gnav {
    width: 100%;
    height: 600px;
    margin: -110px 0 0 0;
    background: url("../img/key_visual_low_gnav.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .key_visual_low_gnav section {
    width: 1200px;
    height: 600px;
    position: relative;
    margin: 0 auto;
  }
  .key_visual_low_gnav section h1 {
    position: absolute;
    bottom: 125px;
    left: 0;
    padding: 26px 0 26px 30px;
    -webkit-box-sizing: border-box;
            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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .key_visual_low_gnav section h1 span {
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 4.8rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
  }
  .key_visual_low_gnav section h1::after {
    content: "";
    width: 60px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(7, 163, 126)), to(rgba(7, 163, 126, 0)));
    background: linear-gradient(to right, rgb(7, 163, 126) 0%, rgba(7, 163, 126, 0) 100%);
    position: absolute;
    left: 0;
    z-index: 1;
  }
  /*下層(診療内容)キービジュアル*/
  .key_visual_low_treatment {
    width: 100%;
    height: 600px;
    margin: -110px 0 0 0;
    background: url("../img/key_visual_low_treatment.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
    position: relative;
  }
  .key_visual_low_treatment section {
    width: 1200px;
    height: 600px;
    position: relative;
    margin: 0 auto;
  }
  .key_visual_low_treatment section h1 {
    position: absolute;
    bottom: 125px;
    left: 0;
    padding: 26px 0 26px 30px;
    -webkit-box-sizing: border-box;
            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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 2;
  }
  .key_visual_low_treatment section h1 span {
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 4.8rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
  }
  .key_visual_low_treatment.kv_ortho::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_insurance_medical_treatment_01.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
  .key_visual_low_treatment.kv_rheumatism::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_insurance_medical_treatment_02.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
  .key_visual_low_treatment.kv_rehabilitation::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_insurance_medical_treatment_03.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
  .key_visual_low_treatment.kv_sports_injuries::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_medical_beauty_01.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
  .key_visual_low_treatment.kv_minor_surgery::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_insurance_medical_treatment_05.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
  .key_visual_low_treatment.kv_vaccination::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_insurance_medical_treatment_06.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
  .key_visual_low_treatment.kv_prp::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_medical_beauty_01.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
  .key_visual_low_treatment.kv_removal::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_medical_beauty_06.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
  .key_visual_low_treatment.kv_xygen_box::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_medical_beauty_02.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
  .key_visual_low_treatment.kv_skin_care::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_medical_beauty_04.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
  .key_visual_low_treatment.kv_m_drive_pro::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    width: 420px;
    height: 420px;
    display: block;
    background: url("../img/index_treatment_bg_medical_beauty_05.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  /*トップキービジュアル*/
  .key_visual {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .key_visual .key_visual_left {
    display: block;
    width: 100%;
    height: 690px;
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
    position: relative;
  }
  .key_visual .key_visual_left::before {
    content: "";
    border: rgba(255, 255, 255, 0.6) 2px solid;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  .key_visual .key_visual_left::after {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    background: url("../img/icon_arrow_left.svg") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
  }
  .key_visual .key_visual_left .key_text1 {
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: 500;
    font-size: 2.4rem;
    text-align: right;
    margin: 0;
    position: absolute;
    top: 99px;
    right: 100px;
    z-index: 2;
  }
  .key_visual .key_visual_left .key_text2 {
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: 500;
    font-size: 5.6rem;
    text-align: right;
    margin: 0;
    position: absolute;
    top: 151px;
    right: 100px;
    z-index: 2;
  }
  .key_visual .key_visual_right {
    display: block;
    width: 100%;
    height: 690px;
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
    position: relative;
  }
  .key_visual .key_visual_right::before {
    content: "";
    border: rgba(255, 255, 255, 0.6) 2px solid;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  .key_visual .key_visual_right::after {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    background: url("../img/icon_arrow_right.svg") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
  }
  .key_visual .key_visual_right .key_text1 {
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: 500;
    font-size: 2.4rem;
    text-align: right;
    margin: 0;
    position: absolute;
    top: 99px;
    left: 100px;
    z-index: 2;
  }
  .key_visual .key_visual_right .key_text2 {
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: 500;
    font-size: 5.6rem;
    text-align: right;
    margin: 0;
    position: absolute;
    top: 151px;
    left: 100px;
    z-index: 2;
  }
}
/* -----------------------------------------------------------
　Topics
----------------------------------------------------------- */
.topics_frame_bg {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(218, 241, 236)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(218, 241, 236) 100%);
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topics_frame_bg .topics_frame {
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.topics_frame_bg .topics_frame h2.top_topics {
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 6rem;
  color: rgba(7, 163, 126, 0.1);
  position: relative;
  z-index: 1;
}
.topics_frame_bg .topics_frame .topics_box {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: -1rem 0 0 0;
}
.topics_frame_bg .topics_frame .topics_box .topics_content {
  width: 100%;
  border: #9ADACA 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1rem;
  margin: 0 0 2rem 0;
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../img/icon_arrow_right.svg") no-repeat;
  background-position: right bottom;
  background-size: 5rem;
}
.topics_frame_bg .topics_frame .topics_box .topics_content img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}
.topics_frame_bg .topics_frame .topics_box .topics_content .topics_title {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  color: #000000;
  line-height: 140%;
  margin: 0 0 1.5rem 0;
}
.topics_frame_bg .topics_frame .topics_box .topics_content .topics_title em {
  border-bottom: #07A37E 1px solid;
  font-style: normal;
}
.topics_frame_bg .topics_frame .topics_box .topics_content .topics_text {
  display: block;
  width: 100%;
  font-family: "zenkakugothicantique_regular";
  font-weight: normal;
  font-size: 1.4rem;
  color: #000000;
  line-height: 140%;
  margin: 0 0 2rem 0;
}
.topics_frame_bg .topics_frame .topics_box .topics_content .topics_ymd {
  display: block;
  width: 100%;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #000000;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .topics_frame_bg {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(218, 241, 236)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(218, 241, 236) 100%);
    padding: 118px 0 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topics_frame_bg .topics_frame {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }
  .topics_frame_bg .topics_frame h2.top_topics {
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 12rem;
    color: rgba(7, 163, 126, 0.1);
    position: absolute;
    top: -90px;
    left: -80px;
    z-index: 1;
  }
  .topics_frame_bg .topics_frame .topics_box {
    width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 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;
  }
  .topics_frame_bg .topics_frame .topics_box .topics_content {
    width: 370px;
    height: 560px;
    border: #9ADACA 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 20px 12px 20px;
    margin: 0 0 0 0;
    text-decoration: none;
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url("../img/icon_arrow_right.svg") no-repeat;
    background-position: right bottom;
    background-size: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .topics_frame_bg .topics_frame .topics_box .topics_content img {
    width: 330px;
    height: auto;
    display: block;
    margin: 0 auto 19px auto;
  }
  .topics_frame_bg .topics_frame .topics_box .topics_content .topics_title {
    display: block;
    width: 100%;
    text-align: left;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.2rem;
    color: #000000;
    line-height: 180%;
    margin: 0 0 17px 0;
  }
  .topics_frame_bg .topics_frame .topics_box .topics_content .topics_title em {
    border-bottom: #07A37E 1px solid;
    font-style: normal;
  }
  .topics_frame_bg .topics_frame .topics_box .topics_content .topics_text {
    display: block;
    width: 100%;
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 1.8rem;
    color: #000000;
    line-height: 180%;
    margin: 0 0 32px 0;
  }
  .topics_frame_bg .topics_frame .topics_box .topics_content .topics_ymd {
    display: block;
    width: 100%;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    color: #000000;
    text-align: left;
  }
  .topics_frame_bg .topics_frame .topics_box .topics_content:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  width: 96%;
  margin: 2rem auto 2rem auto;
}
.notice_frame h2.notice_title {
  font-family: "notoserifjp_medium";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: left;
  color: #000000;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0.1rem 0 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame h2.notice_title span {
  font-family: "marcellus_regular";
  font-size: 1.2rem;
  font-weight: normal;
  color: #07A37E;
  display: block;
  margin: 0 0 1rem 0;
}
.notice_frame h2.notice_title::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  border-left: #07A37E 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box {
  width: 98%;
  height: auto;
  margin: 2rem auto 0 auto;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 0 0 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #9ADACA 1px solid;
}
.notice_frame .notice_box dl dt {
  color: #07A37E;
  margin: 1rem 0 0 0;
  padding: 2rem 0 1rem 2rem;
  font-family: "notoserifjp_medium";
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
  border-top: #9ADACA 1px solid;
}
.notice_frame .notice_box dl dt::before {
  display: block;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/icon_arrow_notice.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 2.2rem;
}
.notice_frame .notice_box dl dt.open::before {
  content: "";
}
.notice_frame .notice_box dl dt.close::before {
  content: "";
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #222222;
  font-family: "zenkakugothicantique_regular";
  font-size: 1.4rem;
  line-height: 120%;
  display: none;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd p {
  font-family: "zenkakugothicantique_regular";
}
.notice_frame .notice_box dl dd p a {
  color: #07A37E;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 1200px;
    margin: 140px auto 140px 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;
    overflow: visible;
  }
  .notice_frame h2.notice_title {
    width: 300px;
    font-family: "notoserifjp_medium";
    font-size: 4rem;
    font-weight: normal;
    text-align: left;
    color: #000000;
    letter-spacing: 0.05em;
    position: relative;
    padding: 5px 0 0 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame h2.notice_title span {
    font-family: "marcellus_regular";
    font-size: 1.8rem;
    font-weight: normal;
    color: #07A37E;
    display: block;
    margin: 0 0 18px 0;
  }
  .notice_frame h2.notice_title::before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: #07A37E 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box {
    width: 900px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl {
    height: auto;
    margin: 0;
    width: 900px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #9ADACA 1px solid;
  }
  .notice_frame .notice_box dl dt {
    color: #07A37E;
    margin: 0 0 19px 0;
    padding: 35px 0 0 42px;
    font-family: "notoserifjp_medium";
    font-size: 2.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 140%;
    position: relative;
    border-top: #9ADACA 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dt::before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/icon_arrow_notice.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 40px;
  }
  .notice_frame .notice_box dl dt.open::before {
    content: "";
  }
  .notice_frame .notice_box dl dt.close::before {
    content: "";
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .notice_frame .notice_box dl dt:hover {
    cursor: pointer;
    cursor: hand;
    color: #00E8B1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_box dl dd {
    margin: 0 0 33px 0;
    padding: 0 0 0 42px;
    color: #222222;
    font-family: "zenkakugothicantique_regular";
    font-size: 1.8rem;
    line-height: 140%;
    display: none;
  }
  .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_box dl dd p {
    font-family: "zenkakugothicantique_regular";
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    line-height: 140%;
  }
  .notice_frame .notice_box dl dd p a {
    color: #07A37E;
  }
  .notice_frame .notice_box dl dd p a:hover {
    cursor: pointer;
    cursor: hand;
    color: #00E8B1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_bg {
  width: 100%;
  position: relative;
  padding: 0 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.treatment_bg .treatment_frame {
  width: 90%;
  height: 150vw;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: aquamarine;
  z-index: 1;
  overflow: visible;
}
.treatment_bg .treatment_frame.insurance_medical_treatment_bg::before {
  content: "";
  width: 120%;
  height: 60vw;
  background: url("../img/index_treatment_bg_insurance_medical_treatment.jpg") no-repeat;
  background-position: left top;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.treatment_bg .treatment_frame.medical_beauty_bg::before {
  content: "";
  width: 120%;
  height: 60vw;
  background: url("../img/index_treatment_bg_medical_beauty.jpg") no-repeat;
  background-position: left top;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.treatment_bg .treatment_frame .treatment_box {
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.treatment_bg .treatment_frame .treatment_box h2.treatment_title {
  font-family: "notoserifjp_medium";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0.1rem 0 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_bg .treatment_frame .treatment_box h2.treatment_title span {
  font-family: "marcellus_regular";
  font-size: 1.2rem;
  font-weight: normal;
  color: #ffffff;
  display: block;
  margin: 0 0 1rem 0;
}
.treatment_bg .treatment_frame .treatment_box h2.treatment_title::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  border-left: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_bg .treatment_content {
  width: 96%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(72, 189, 157)), color-stop(16%, rgb(21, 171, 132)), color-stop(50%, rgb(14, 168, 127)), to(rgb(20, 173, 114)));
  background: linear-gradient(to right, rgb(72, 189, 157) 0%, rgb(21, 171, 132) 16%, rgb(14, 168, 127) 50%, rgb(20, 173, 114) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  overflow: visible;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_bg .treatment_content ul.treatment_list {
  width: 90%;
  margin: 0 auto;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: #9ADACA 1px solid;
}
.treatment_bg .treatment_content ul.treatment_list li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #9ADACA 1px solid;
  border-left: #9ADACA 1px solid;
  /*保険診療*/
  /*美容医療＋α*/
}
.treatment_bg .treatment_content ul.treatment_list li a {
  text-decoration: none;
  width: 100%;
  height: 40vw;
  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;
  color: #ffffff;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  line-height: 120%;
}
.treatment_bg .treatment_content ul.treatment_list li a::before {
  content: "";
  width: 6rem;
  height: 6rem;
  margin: 0 0 1rem 0;
}
.treatment_bg .treatment_content ul.treatment_list li:nth-child(even) {
  border-right: #9ADACA 1px solid;
}
.treatment_bg .treatment_content ul.treatment_list li.orthopedics a::before {
  background: url("../img/index_treatment_bg_insurance_medical_treatment_01.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.rheumatoid_arthritis a::before {
  background: url("../img/index_treatment_bg_insurance_medical_treatment_02.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.rehabilitation a::before {
  background: url("../img/index_treatment_bg_insurance_medical_treatment_03.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.sports_injuries a::before {
  background: url("../img/index_treatment_bg_insurance_medical_treatment_04.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.outpatient_minor_surgery a::before {
  background: url("../img/index_treatment_bg_insurance_medical_treatment_05.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.vaccinations a::before {
  background: url("../img/index_treatment_bg_insurance_medical_treatment_06.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.prp a::before {
  background: url("../img/index_treatment_bg_medical_beauty_01.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.removal a::before {
  background: url("../img/index_treatment_bg_medical_beauty_06.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.oxygen_box a::before {
  background: url("../img/index_treatment_bg_medical_beauty_02.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.skin_laser a::before {
  background: url("../img/index_treatment_bg_medical_beauty_03.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.toning a::before {
  background: url("../img/index_treatment_bg_medical_beauty_04.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.m_drive_pro {
  border-right: #9ADACA 1px solid;
}
.treatment_bg .treatment_content ul.treatment_list li.m_drive_pro a::before {
  background: url("../img/index_treatment_bg_medical_beauty_05.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_content ul.treatment_list li.massage a::before {
  background: url("../img/index_treatment_bg_medical_beauty_07.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .treatment_bg {
    width: 100%;
    position: relative;
    padding: 0 0 4rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 1090px;
    overflow: hidden;
  }
  .treatment_bg .treatment_frame {
    /*width: 1800px;*/
    width: 1200px;
    height: 950px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    background-color: aquamarine;
    z-index: 1;
    overflow: visible;
  }
  .treatment_bg .treatment_frame.insurance_medical_treatment_bg::before {
    content: "";
    width: 1800px;
    height: 950px;
    background: url("../img/index_treatment_bg_insurance_medical_treatment.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -200px;
    z-index: 1;
  }
  .treatment_bg .treatment_frame.medical_beauty_bg::before {
    content: "";
    width: 1800px;
    height: 950px;
    background: url("../img/index_treatment_bg_medical_beauty.jpg") no-repeat;
    background-position: left top;
    background-size: 1800px;
    position: absolute;
    top: 0;
    right: -200px;
    z-index: 1;
  }
  .treatment_bg .treatment_frame .treatment_box {
    width: 1200px;
    margin: 0 auto;
    padding: 138px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  .treatment_bg .treatment_frame .treatment_box h2.treatment_title {
    font-family: "notoserifjp_medium";
    font-size: 4rem;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.05em;
    position: relative;
    padding: 5px 0 0 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_bg .treatment_frame .treatment_box h2.treatment_title span {
    font-family: "marcellus_regular";
    font-size: 1.8rem;
    font-weight: normal;
    color: #ffffff;
    display: block;
    margin: 0 0 22px 0;
  }
  .treatment_bg .treatment_frame .treatment_box h2.treatment_title::before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: #ffffff 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_bg .treatment_content {
    width: 1200px;
    height: 760px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatment_bg .treatment_content::before {
    content: "";
    width: 1800px;
    height: 760px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgb(72, 189, 157)), color-stop(16%, rgb(21, 171, 132)), color-stop(50%, rgb(14, 168, 127)), to(rgb(20, 173, 114)));
    background: linear-gradient(to right, rgb(72, 189, 157) 0%, rgb(21, 171, 132) 16%, rgb(14, 168, 127) 50%, rgb(20, 173, 114) 100%);
    position: absolute;
    top: 0;
    left: -200px;
    z-index: 1;
  }
  .treatment_bg .treatment_content ul.treatment_list {
    width: 100%;
    margin: 80px 0 0 0;
    list-style-type: none;
    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;
    border-top: #9ADACA 1px solid;
    position: relative;
    z-index: 2;
  }
  .treatment_bg .treatment_content ul.treatment_list li {
    width: 300px;
    height: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #9ADACA 1px solid;
    border-left: #9ADACA 1px solid;
    /*保険診療*/
    /*美容医療＋α*/
  }
  .treatment_bg .treatment_content ul.treatment_list li a {
    text-decoration: none;
    width: 300px;
    height: 300px;
    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;
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.2rem;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 120%;
  }
  .treatment_bg .treatment_content ul.treatment_list li a::before {
    content: "";
    width: 140px;
    height: 140px;
    margin: -17px 0 44px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatment_bg .treatment_content ul.treatment_list li a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatment_bg .treatment_content ul.treatment_list li:nth-child(even) {
    border-right: none;
  }
  .treatment_bg .treatment_content ul.treatment_list li:nth-child(4n) {
    border-right: #9ADACA 1px solid;
  }
  .treatment_bg .treatment_content ul.treatment_list li.orthopedics a::before {
    background: url("../img/index_treatment_bg_insurance_medical_treatment_01.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.rheumatoid_arthritis a::before {
    background: url("../img/index_treatment_bg_insurance_medical_treatment_02.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.rehabilitation a::before {
    background: url("../img/index_treatment_bg_insurance_medical_treatment_03.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.sports_injuries a::before {
    background: url("../img/index_treatment_bg_insurance_medical_treatment_04.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.outpatient_minor_surgery a::before {
    background: url("../img/index_treatment_bg_insurance_medical_treatment_05.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.vaccinations {
    border-right: #9ADACA 1px solid;
  }
  .treatment_bg .treatment_content ul.treatment_list li.vaccinations a::before {
    background: url("../img/index_treatment_bg_insurance_medical_treatment_06.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.prp a::before {
    background: url("../img/index_treatment_bg_medical_beauty_01.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.removal a::before {
    background: url("../img/index_treatment_bg_medical_beauty_06.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.oxygen_box a::before {
    background: url("../img/index_treatment_bg_medical_beauty_02.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.skin_laser a::before {
    background: url("../img/index_treatment_bg_medical_beauty_03.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.toning a::before {
    background: url("../img/index_treatment_bg_medical_beauty_04.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.m_drive_pro {
    border-right: #9ADACA 1px solid;
  }
  .treatment_bg .treatment_content ul.treatment_list li.m_drive_pro a::before {
    background: url("../img/index_treatment_bg_medical_beauty_05.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_content ul.treatment_list li.massage a::before {
    background: url("../img/index_treatment_bg_medical_beauty_07.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .treatment_bg .treatment_frame.insurance_medical_treatment_bg::before {
    right: -100px;
  }
  .treatment_bg .treatment_frame.medical_beauty_bg::before {
    right: -100px;
  }
}
/* -----------------------------------------------------------
　特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  margin: 4rem 0 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(218, 241, 236)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(218, 241, 236) 100%);
}
.features_frame h2.features_title {
  font-family: "notoserifjp_medium";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: left;
  color: #000000;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0.1rem 0 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 2rem auto;
  width: 96%;
}
.features_frame h2.features_title span {
  font-family: "marcellus_regular";
  font-size: 1.2rem;
  font-weight: normal;
  color: #07A37E;
  display: block;
  margin: 0 0 1rem 0;
}
.features_frame h2.features_title i {
  font-style: normal;
  font-size: 1.4rem;
}
.features_frame h2.features_title::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  border-left: #07A37E 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_frame .features_box {
  width: 100%;
  overflow: hidden;
}
.features_frame .features_box section {
  position: relative;
  overflow: visible;
}
.features_frame .features_box section h3.features_sub_title {
  color: #07A37E;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.7rem;
  position: relative;
  width: 90%;
  margin: 0 auto 2rem auto;
  padding: 4rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 130%;
}
.features_frame .features_box section h3.features_sub_title span {
  font-family: "marcellus_regular";
  font-weight: normal;
  font-size: 6rem;
  color: rgba(7, 163, 126, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100%;
}
.features_frame .features_box section h3.features_sub_title::before {
  content: "";
  width: 2rem;
  height: 1px;
  border-bottom: #07A37E 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
.features_frame .features_box section .features_text {
  font-family: "zenkakugothicantique_regular";
  font-weight: normal;
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto 0 auto;
}
.features_frame .features_box figure {
  width: 100%;
  margin: 2rem 0 0 0;
}
.features_frame .features_box figure img {
  width: 100%;
  height: auto;
}
.features_frame .features_box.left_img section::after {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
  top: 0;
  right: -4rem;
  background: url("../img/index_features_deco.svg") no-repeat;
  background-size: cover;
}
.features_frame .features_box.right_img section::after {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
  bottom: -4rem;
  left: -4rem;
  background: url("../img/index_features_deco.svg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    margin: 138px 0 0 0;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(218, 241, 236)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(218, 241, 236) 100%);
  }
  .features_frame h2.features_title {
    font-family: "notoserifjp_medium";
    font-size: 4rem;
    font-weight: normal;
    text-align: left;
    color: #000000;
    letter-spacing: 0.05em;
    position: relative;
    padding: 5px 0 0 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1200px;
    margin: 0 auto 108px auto;
  }
  .features_frame h2.features_title span {
    font-family: "marcellus_regular";
    font-size: 1.8rem;
    font-weight: normal;
    color: #07A37E;
    display: block;
    margin: 0 0 20px 0;
  }
  .features_frame h2.features_title i {
    font-style: normal;
    font-size: 2.8rem;
  }
  .features_frame h2.features_title::before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: #07A37E 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame .features_box {
    width: 1200px;
    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;
    overflow: visible;
  }
  .features_frame .features_box section {
    width: 600px;
    height: 500px;
    overflow: visible;
  }
  .features_frame .features_box section h3.features_sub_title {
    color: #07A37E;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 3.2rem;
    position: relative;
    width: 100%;
    margin: -13px 0 50px 0;
    padding: 81px 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 150%;
  }
  .features_frame .features_box section h3.features_sub_title span {
    font-family: "marcellus_regular";
    font-weight: normal;
    font-size: 12rem;
    color: rgba(7, 163, 126, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    line-height: 100%;
  }
  .features_frame .features_box section h3.features_sub_title::before {
    content: "";
    width: 40px;
    height: 1px;
    border-bottom: #07A37E 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .features_frame .features_box section .features_text {
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 2rem;
    width: 100%;
    margin: 0 0 0 0;
    line-height: 180%;
    letter-spacing: 0;
  }
  .features_frame .features_box figure {
    width: 600px;
    height: 500px;
    margin: 0 0 0 0;
    position: relative;
  }
  .features_frame .features_box figure img {
    width: 1000px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  .features_frame .features_box.left_img section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px 0 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame .features_box.left_img section::after {
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    top: 0;
    right: -100px;
    background: url("../img/index_features_deco.svg") no-repeat;
    background-size: cover;
  }
  .features_frame .features_box.left_img figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .features_frame .features_box.right_img section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 85px 94px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame .features_box.right_img section::after {
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -100px;
    background: url("../img/index_features_deco.svg") no-repeat;
    background-size: cover;
  }
  .features_frame .features_box.right_img figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .features_frame .features_box.right_img figure img {
    width: 1000px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .features_frame .features_box.insurance_medical_treatment_02 section h3.features_sub_title {
    margin: -4px 0 50px 0;
  }
  .features_frame .features_box.insurance_medical_treatment_03 section {
    padding: 85px 0 0 80px;
  }
  .features_frame .features_box.insurance_medical_treatment_03 section h3.features_sub_title {
    margin: -1px 0 50px 0;
    padding: 81px 0 30px 0;
  }
  .features_frame .features_box.insurance_medical_treatment_04 section {
    padding: 64px 94px 0 0;
  }
  .features_frame .features_box.insurance_medical_treatment_04 section h3.features_sub_title {
    margin: -7px 0 49px 0;
    padding: 83px 0 30px 0;
  }
  .features_frame .features_box.insurance_medical_treatment_05 section {
    padding: 85px 0 0 80px;
  }
  .features_frame .features_box.insurance_medical_treatment_05 section h3.features_sub_title {
    margin: -4px 0 47px 0;
    padding: 84px 0 30px 0;
  }
  .features_frame .features_box.insurance_medical_treatment_06 section {
    padding: 64px 94px 0 0;
  }
  .features_frame .features_box.insurance_medical_treatment_06 section h3.features_sub_title {
    margin: -6px 0 50px 0;
    padding: 84px 0 30px 0;
  }
  .features_frame .features_box.medical_beauty_02 section h3.features_sub_title {
    margin: -4px 0 50px 0;
  }
  .features_frame .features_box.medical_beauty_03 section {
    padding: 85px 0 0 80px;
  }
  .features_frame .features_box.medical_beauty_03 section h3.features_sub_title {
    margin: -30px 0 50px 0;
    padding: 87px 0 30px 0;
  }
  .features_frame .features_box.medical_beauty_04 section {
    padding: 64px 94px 0 0;
  }
  .features_frame .features_box.medical_beauty_04 section h3.features_sub_title {
    margin: -7px 0 49px 0;
    padding: 83px 0 30px 0;
  }
  .features_frame .features_box.medical_beauty_05 section {
    padding: 85px 0 0 80px;
  }
  .features_frame .features_box.medical_beauty_05 section h3.features_sub_title {
    margin: -30px 0 49px 0;
    padding: 86px 0 30px 0;
  }
  .features_frame .features_box.medical_beauty_06 section {
    padding: 64px 94px 0 0;
  }
  .features_frame .features_box.medical_beauty_06 section h3.features_sub_title {
    margin: 28px 0 47px 0;
    padding: 84px 0 30px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .features_frame .features_box figure img {
    width: 700px;
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .features_frame .features_box.right_img figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .features_frame .features_box.right_img figure img {
    width: 700px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* -----------------------------------------------------------
　リンクボックス
----------------------------------------------------------- */
.link_box {
  width: 96%;
  display: block;
  position: relative;
  margin: 4rem auto 4rem auto;
  padding: 3rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link_box::before {
  content: "";
  border: rgba(255, 255, 255, 0.6) 2px solid;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 1;
}
.link_box p, .link_box a {
  position: relative;
  z-index: 2;
}
.link_box.insurance_medical_treatment_box {
  background: url("../img/index_bana_insurance_medical_treatment.jpg") no-repeat;
  background-size: cover;
  background-position: top right;
  background-color: #838383;
}
.link_box.medical_beauty_box {
  background: url("../img/index_bana_medical_beauty.jpg") no-repeat;
  background-size: cover;
  background-position: top right;
  background-color: #838383;
}
.link_box .link_box_text1 {
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.8rem;
  color: #ffffff;
}
.link_box .link_box_text1 span {
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
}
.link_box .link_box_text2 {
  font-family: "zenkakugothicantique_regular";
  font-weight: normal;
  font-size: 1.4rem;
  color: #ffffff;
}
.link_box .link_box_link {
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
  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;
}
.link_box .link_box_link::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../img/icon_arrow2.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 1rem 0 0;
}

@media screen and (min-width: 768px), print {
  .link_box {
    width: 1200px;
    height: 400px;
    display: block;
    position: relative;
    margin: 118px auto 120px auto;
    padding: 62px 0 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .link_box::before {
    content: "";
    border: rgba(255, 255, 255, 0.6) 2px solid;
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .link_box p, .link_box a {
    position: relative;
    z-index: 2;
  }
  .link_box.insurance_medical_treatment_box {
    background: url("../img/index_bana_insurance_medical_treatment.jpg") no-repeat;
    background-size: cover;
    background-position: top right;
    background-color: #838383;
  }
  .link_box.medical_beauty_box {
    background: url("../img/index_bana_medical_beauty.jpg") no-repeat;
    background-size: cover;
    background-position: top right;
    background-color: #838383;
    padding: 83px 0 0 80px;
  }
  .link_box .link_box_text1 {
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 3.2rem;
    color: #ffffff;
    margin: 0 0 26px 0;
  }
  .link_box .link_box_text1 span {
    border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
  }
  .link_box .link_box_text2 {
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 2rem;
    color: #ffffff;
    line-height: 180%;
    margin: 0 0 36px 0;
  }
  .link_box .link_box_link {
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2rem;
    color: #ffffff;
    text-decoration: none;
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .link_box .link_box_link::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/icon_arrow2.svg") no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 18px 0 0;
  }
  .link_box .link_box_link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0.8;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background: url("../img/overview_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 2rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_logo {
  width: 70%;
  margin: 0 auto 2rem auto;
  display: block;
  text-decoration: none;
}
.overview .overview_logo img {
  width: 100%;
}
.overview .overview_link {
  width: 96%;
  margin: 0 auto 4rem auto;
  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;
}
.overview .overview_link .overview_parking {
  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;
  color: #ffffff;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 1rem 1rem 0;
}
.overview .overview_link .overview_parking img {
  width: 1.8rem;
  margin: 0 0.5rem 0 0;
}
.overview .overview_link .overview_tel {
  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;
  color: #ffffff;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: rgba(255, 255, 255, 0.6) 1px solid;
  border-radius: 2rem;
  width: 50%;
  height: 4rem;
  margin: 0 auto 1rem auto;
}
.overview .overview_link .overview_tel a {
  color: #ffffff;
  text-decoration: none;
}
.overview .overview_link .overview_tel img {
  width: 1.5rem;
  height: auto;
  margin: 0 0.5rem 0 0;
}
.overview .overview_link .overview_reserve {
  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: wrap;
      flex-wrap: wrap;
  color: #ffffff;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: rgba(255, 255, 255, 0.6) 1px solid;
  border-radius: 2rem;
  width: 50%;
  height: 4rem;
  margin: 0 1rem 0 0;
}
.overview .overview_link .overview_reserve img {
  width: 1.5rem;
  height: auto;
  margin: 0 0.5rem 0 0;
}
.overview .overview_link .overview_instagram {
  width: 4rem;
  height: 4rem;
  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: rgba(255, 255, 255, 0.6) 1px solid;
  border-radius: 50%;
  line-height: 100%;
  margin: 0;
}
.overview .overview_link .overview_instagram img {
  width: 2rem;
  height: 2rem;
  display: block;
}
.overview .overview_box {
  width: 100%;
}
.overview .overview_box .overview_info_box_left {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_box .overview_info_box_left dl.overview_list {
  width: 100%;
  color: #ffffff;
  font-family: "zenkakugothicantique_regular";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 120%;
  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;
  border-top: rgba(255, 255, 255, 0.6) 1px solid;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 35%;
  padding: 1rem 0;
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 65%;
  padding: 1rem 0;
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right .overview_timetable {
  width: 96%;
  margin: 0 auto;
}

iframe.googlemap {
  width: 100%;
  height: 100vw;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    height: 1100px;
    background: url("../img/overview_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 100px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo {
    width: 520px;
    margin: 0 auto 39px auto;
    display: block;
    text-decoration: none;
  }
  .overview .overview_logo img {
    width: 100%;
  }
  .overview .overview_logo:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
  .overview .overview_link {
    /*width: 571px;*/
    width: 440px;
    margin: 0 auto 57px 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_link .overview_parking {
    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;
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    margin: 0 0 0 0;
  }
  .overview .overview_link .overview_parking img {
    width: 1.8rem;
    margin: 0 8px 0 0;
  }
  .overview .overview_link .overview_tel {
    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;
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: rgba(255, 255, 255, 0.6) 1px solid;
    border-radius: 2rem;
    width: 203px;
    height: 40px;
    margin: 0 0 0 0;
  }
  .overview .overview_link .overview_tel a {
    color: #ffffff;
    text-decoration: none;
  }
  .overview .overview_link .overview_tel img {
    width: 20px;
    margin: 0 8px 0 0;
  }
  .overview .overview_link .overview_reserve {
    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: wrap;
        flex-wrap: wrap;
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: rgba(255, 255, 255, 0.6) 1px solid;
    border-radius: 2rem;
    width: 146px;
    height: 40px;
    margin: 0 0 0 0;
  }
  .overview .overview_link .overview_reserve img {
    width: 20px;
    margin: 0 8px 0 0;
  }
  .overview .overview_link .overview_reserve:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
  .overview .overview_link .overview_instagram {
    width: 40px;
    height: 40px;
    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: rgba(255, 255, 255, 0.6) 1px solid;
    border-radius: 50%;
    line-height: 100%;
    margin: 0;
  }
  .overview .overview_link .overview_instagram img {
    width: 20px;
    height: 20px;
    display: block;
  }
  .overview .overview_link .overview_instagram:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
  .overview .overview_box {
    width: 1200px;
    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: 570px;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 570px;
    color: #ffffff;
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 160%;
    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;
    border-top: rgba(255, 255, 255, 0.6) 1px solid;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 150px;
    padding: 18px 0;
    border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
    -webkit-box-sizing: border-box;
            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;
    -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 dl.overview_list dd {
    width: 420px;
    padding: 18px 0;
    border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_right {
    width: 570px;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable {
    width: 100%;
    margin: 0;
  }
  iframe.googlemap {
    width: 100%;
    height: 500px;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer.top {
  background: linear-gradient(135deg, rgb(91, 197, 159) 0%, rgb(43, 180, 135) 15%, rgb(5, 165, 120) 75%, rgb(33, 177, 136) 100%);
}
footer.top .footer_frame .footer_box {
  display: none;
}
footer.top .footer_frame .footer_address_box {
  display: none;
}
footer.top .footer_frame .footer_logo {
  display: none;
}
footer.top .footer_frame .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-family: "zenkakugothicantique_regular";
  font-weight: normal;
  font-size: 1.2rem;
  color: #ffffff;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
}
footer.top .footer_frame .copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  letter-spacing: 0.1em;
}
footer.low {
  background: -webkit-gradient(linear, left top, right top, from(rgb(90, 198, 159)), color-stop(30%, rgb(38, 178, 137)), to(rgb(38, 178, 137)));
  background: linear-gradient(to right, rgb(90, 198, 159) 0%, rgb(38, 178, 137) 30%, rgb(38, 178, 137) 100%);
}
footer.low .footer_frame_low {
  display: none;
}
footer.low .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-family: "zenkakugothicantique_regular";
  font-weight: normal;
  font-size: 1.2rem;
  color: #ffffff;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
}
footer.low .copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  letter-spacing: 0.1em;
}
footer.low .footer_info_link {
  display: none;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 13vw;
  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;
  z-index: 999999;
  border-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(rgb(90, 198, 159)), color-stop(30%, rgb(38, 178, 137)), to(rgb(38, 178, 137)));
  background: linear-gradient(to right, rgb(90, 198, 159) 0%, rgb(38, 178, 137) 30%, rgb(38, 178, 137) 100%);
}
.footer_link a.footer_tel {
  width: 14%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: "zenkakugothicantique_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  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;
  background-color: #000000;
}
.footer_link a.footer_tel img {
  width: 50%;
}
.footer_link a.footer_reserve {
  width: 36%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: "zenkakugothicantique_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  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;
}
.footer_link a.footer_reserve img {
  width: 15%;
  margin: 0 0.4rem 0 0;
}
.footer_link a.footer_inquiry {
  width: 36%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: "zenkakugothicantique_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 120%;
  border-right: #ffffff 1px solid;
  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;
}
.footer_link a.footer_inquiry img {
  width: 15%;
  margin: 0.2rem 0.4rem 0 0;
}
.footer_link a.footer_instagram {
  width: 14%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: "zenkakugothicantique_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  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;
}
.footer_link a.footer_instagram img {
  width: 40%;
}
.footer_link .smoothScrolls {
  color: #07A37E;
  background-color: #ffffff;
  width: 14%;
  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;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #07A37E;
  font-weight: bold;
  text-decoration: none;
  font-size: 2rem;
}

@media screen and (min-width: 768px), print {
  footer.top {
    background: linear-gradient(135deg, rgb(91, 197, 159) 0%, rgb(43, 180, 135) 15%, rgb(5, 165, 120) 75%, rgb(33, 177, 136) 100%);
    width: 100%;
    height: 150px;
    position: relative;
  }
  footer.top .footer_frame {
    display: block;
    width: 100%;
    height: 150%;
  }
  footer.top .footer_frame .footer_box {
    position: absolute;
    bottom: 71px;
    right: 436px;
    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;
  }
  footer.top .footer_frame .footer_box .footer_box_parking {
    font-family: "zenkakugothicantique_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
    font-size: 2rem;
    color: #ffffff;
    margin: 0 13px 0 0;
    letter-spacing: 0.05em;
    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;
  }
  footer.top .footer_frame .footer_box .footer_box_parking img {
    width: 22px;
    margin: 0 6px 0 0;
  }
  footer.top .footer_frame .footer_box .footer_box_tel {
    width: 214px;
    height: 50px;
    border-radius: 50px;
    border: rgba(255, 255, 255, 0.6) 1px 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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-family: "zenkakugothicantique_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
    font-size: 2.2rem;
    color: #ffffff;
    margin: 0 11px 0 0;
    letter-spacing: 0.1em;
  }
  footer.top .footer_frame .footer_box .footer_box_tel img {
    width: 22px;
    margin: 0 6px 0 0;
  }
  footer.top .footer_frame .footer_box .footer_box_reserve {
    width: 146px;
    height: 40px;
    border-radius: 40px;
    border: rgba(255, 255, 255, 0.6) 1px 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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-family: "zenkakugothicantique_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
    font-size: 2rem;
    color: #ffffff;
    margin: 0 12px 0 0;
    text-decoration: none;
  }
  footer.top .footer_frame .footer_box .footer_box_reserve img {
    width: 20px;
    margin: 0 6px 0 0;
  }
  footer.top .footer_frame .footer_box .footer_box_reserve:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.top .footer_frame .footer_box .footer_box_instagram {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: rgba(255, 255, 255, 0.6) 1px 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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #ffffff;
    margin: 0;
    text-decoration: none;
  }
  footer.top .footer_frame .footer_box .footer_box_instagram img {
    width: 20px;
  }
  footer.top .footer_frame .footer_box .footer_box_instagram:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.top .footer_frame .footer_address_box {
    position: absolute;
    bottom: 24px;
    right: 447px;
    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;
    line-height: 100%;
  }
  footer.top .footer_frame .footer_address_box .footer_address {
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 1.8rem;
    color: #ffffff;
    margin: 0 15px 0 0;
    letter-spacing: 0;
  }
  footer.top .footer_frame .footer_address_box .footer_map {
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 1.8rem;
    color: #ffffff;
  }
  footer.top .footer_frame .footer_address_box .footer_map:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.top .footer_frame .footer_logo {
    display: block;
    position: absolute;
    /*bottom: 65px;*/
    bottom: 56px;
    right: 21px;
    width: 500px;
    text-decoration: none;
  }
  footer.top .footer_frame .footer_logo img {
    /*width: 366.73px;*/
    width: 500px;
    height: auto;
  }
  footer.top .footer_frame .footer_logo:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.top .footer_frame .copyright {
    position: absolute;
    bottom: 22px;
    right: 66px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.7);
    height: auto;
    width: auto;
    letter-spacing: 0;
  }
  footer.top .footer_frame .copyright a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    letter-spacing: 0;
  }
  footer.top .footer_frame .copyright a span {
    margin: 0 5px 0 0;
  }
  footer.top .footer_frame .copyright a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.low {
    background: linear-gradient(135deg, rgb(91, 199, 160) 0%, rgb(23, 172, 131) 23%, rgb(23, 172, 131) 100%);
    width: 100%;
    height: 540px;
    position: relative;
  }
  footer.low .footer_frame_low {
    display: block;
    width: 1200px;
    margin: 0 auto;
    height: 540px;
    padding: 104px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer.low .footer_frame_low ul.footer_main_nav {
    width: 745px;
    margin: 0 auto 0 auto;
    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-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.low .footer_frame_low ul.footer_main_nav li {
    position: relative;
    overflow: visible;
  }
  footer.low .footer_frame_low ul.footer_main_nav li.insurance, footer.low .footer_frame_low ul.footer_main_nav li.beauty {
    display: none;
  }
  footer.low .footer_frame_low ul.footer_main_nav li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-right: rgba(255, 255, 255, 0.6) 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -21px;
  }
  footer.low .footer_frame_low ul.footer_main_nav li:last-child::after {
    content: "";
    display: none;
  }
  footer.low .footer_frame_low ul.footer_main_nav li a {
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    text-decoration: none;
  }
  footer.low .footer_frame_low ul.footer_main_nav li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.low .footer_frame_low .footer_aside_nav_box {
    width: 1000px;
    margin: 54px 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;
  }
  footer.low .footer_frame_low .footer_aside_nav_box .footer_aside_nav {
    width: 470px;
    height: 200px;
  }
  footer.low .footer_frame_low .footer_aside_nav_box .footer_aside_nav .title_link {
    width: 100%;
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    text-decoration: none;
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    color: #ffffff;
    border-bottom: #9ADACA 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 100%;
  }
  footer.low .footer_frame_low .footer_aside_nav_box .footer_aside_nav .title_link::before {
    position: absolute;
    top: calc(50% - 20px);
    right: 40px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/icon_arrow_footer.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  footer.low .footer_frame_low .footer_aside_nav_box .footer_aside_nav .title_link:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.low .footer_frame_low .footer_aside_nav_box .footer_aside_nav ul {
    all: initial;
    width: 470px;
    height: 86px;
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
  }
  footer.low .footer_frame_low .footer_aside_nav_box .footer_aside_nav ul li {
    all: initial;
    width: auto;
    height: 30px;
    margin: 0 26px 0 0;
    padding: 0;
  }
  footer.low .footer_frame_low .footer_aside_nav_box .footer_aside_nav ul li a {
    all: initial;
    text-decoration: none;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.low .footer_frame_low .footer_aside_nav_box .footer_aside_nav ul li a br {
    display: none;
  }
  footer.low .footer_frame_low .footer_aside_nav_box .footer_aside_nav ul li a:hover {
    cursor: pointer;
    cursor: hand;
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.low .copyright {
    position: absolute;
    bottom: 78px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.7);
    height: auto;
    width: 500px;
    letter-spacing: 0;
  }
  footer.low .copyright a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    letter-spacing: 0;
  }
  footer.low .copyright a span {
    margin: 0 5px 0 0;
  }
  footer.low .copyright:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.low .footer_info_link {
    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: 726px;*/
    width: 70px;
    height: 70px;
    background-color: #07A37E;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999999999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*
    .footer_info_tel{
      width: 213px;
      height: 70px;
      background-color: $color_black;
      color: $color_white;
      font-family: 'notoserifjp_medium';      
      font-weight: normal;
      font-size: 2rem;
      text-decoration: none;
      margin: 0;
      border-top: $color_transparent 1px solid;
      border-bottom: $color_transparent 1px solid;
      border-left: $color_transparent 1px solid;
      box-sizing: border-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction:row;
      flex-direction:row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;    
      pointer-events: none;
      img{
        width: 20px;
        height: auto;
        margin: 0 8px 0 0;
      }        
    }
    */
  }
  footer.low .footer_info_link .footer_info_reserve {
    width: 174px;
    height: 70px;
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.2rem;
    text-decoration: none;
    margin: 0;
    border-left: rgba(255, 255, 255, 0.6) 1px solid;
    border-top: rgba(255, 255, 255, 0.6) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.6) 1px 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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  footer.low .footer_info_link .footer_info_reserve img {
    width: 20px;
    height: auto;
    margin: 0 8px 0 0;
  }
  footer.low .footer_info_link .footer_info_reserve::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    border-left: rgba(255, 255, 255, 0.6) 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 0;
  }
  footer.low .footer_info_link .footer_info_reserve:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.low .footer_info_link .footer_info_inquiry {
    width: 234px;
    height: 70px;
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.2rem;
    text-decoration: none;
    margin: 0;
    border-top: rgba(255, 255, 255, 0.6) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.6) 1px 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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  footer.low .footer_info_link .footer_info_inquiry img {
    width: 20px;
    height: auto;
    margin: 0 8px 0 0;
  }
  footer.low .footer_info_link .footer_info_inquiry::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    border-left: rgba(255, 255, 255, 0.6) 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 0;
  }
  footer.low .footer_info_link .footer_info_inquiry:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.low .footer_info_link .footer_info_instagram {
    width: 248px;
    height: 70px;
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.2rem;
    text-decoration: none;
    border-top: rgba(255, 255, 255, 0.6) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.6) 1px 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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.low .footer_info_link .footer_info_instagram img {
    width: 20px;
    height: auto;
    margin: 0 12px 0 0;
  }
  footer.low .footer_info_link .footer_info_instagram:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer.low .footer_info_link .footer_info_top {
    color: #07A37E;
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    text-decoration: none;
    text-align: center;
    border: rgba(7, 163, 126, 0.6) 1px 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;
  }
  footer.low .footer_info_link .footer_info_top i {
    font-size: 3rem;
  }
  footer.low .footer_info_link .footer_info_top:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .footer_link {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  footer.low .copyright {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "zenkakugothicantique_regular";
    font-weight: normal;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.7);
    height: auto;
    width: 500px;
    letter-spacing: 0;
  }
  footer.low .copyright a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    letter-spacing: 0;
  }
  footer.low .copyright a span {
    margin: 0 5px 0 0;
  }
  footer.low .copyright:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .footer_link {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */