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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*リンクホバー色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*青*/
/*灰色*/
/*黒*/
/*水色*/
/*水色*/
/*白透過*/
/*灰色*/
/*灰色*/
/*ピンク*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*青*/
/*赤*/
/*黄色*/
/*黒*/
/*下層H1*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notosansjp_regular";
  src: url(../font/NotoSansJP-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansjp_bold";
  src: url(../font/NotoSansJP-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "notosansjp_medium";
  src: url(../font/NotoSansJP-Medium.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "barlowcondensed_regular";
  src: url(../font/BarlowCondensed-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "barlowcondensed_bold";
  src: url(../font/BarlowCondensed-Bold.ttf);
  font-weight: bold;
  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;
}

.txt_small {
  font-size: 80%;
}

/* 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;
  }
}
/* 求人情報 表示/非表示フラグ -------------------------------------- */
.flag_wrap[data-status=closed] {
  display: none;
}
.flag_wrap[data-status=open] {
  display: block;
}

/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  background-color: #7085BA;
  border-radius: 0.3rem;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 160%;
  color: #333333;
  margin: 0;
  letter-spacing: 0.1em;
}
h2.top_title span {
  display: block;
  font-family: "barlowcondensed_regular";
  font-weight: normal;
  font-size: 3rem;
  color: #7D7D7D;
  letter-spacing: 0;
  margin: 0 0 0.4rem 0;
}
h2.top_title span::first-letter {
  color: #7085BA;
}
h2.top_title2 {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 160%;
  color: #333333;
  margin: 0;
  letter-spacing: 0.1em;
  text-align: center;
}
h2.top_title2 span {
  display: block;
  font-family: "barlowcondensed_regular";
  font-weight: normal;
  font-size: 3rem;
  color: #7D7D7D;
  letter-spacing: 0;
  margin: 0 0 0.4rem 0;
}
h2.top_title2 span::first-letter {
  color: #7085BA;
}
h2.top_title2::before {
  content: "";
  background: url("../img/h2_icon.png") no-repeat center center;
  background-size: contain;
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 0.5rem auto;
}
h2.low {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 120%;
  color: #7D7D7D;
  margin: 4rem 0 1.2rem 0;
  letter-spacing: 0.1em;
  text-align: center;
}
h2.low::before {
  content: "";
  background: url("../img/h2_icon.png") no-repeat center center;
  background-size: contain;
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.2rem auto;
}
h2.first {
  margin: 0 0 1.2rem 0;
}

h3.low {
  color: #ffffff;
  background: url("../img/h3_bg.svg") no-repeat;
  background-position: left center;
  background-size: 1.5rem;
  background-color: #7085BA;
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 2rem;
  padding: 1rem 1rem 1rem 2.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.2rem 0;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1.2rem 0;
}

h4.low {
  color: #333333;
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.9rem;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  position: relative;
}
h4.low::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 30%;
  height: 3px;
  border-bottom: #7085BA 3px solid;
}
h4.low::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  border-bottom: #DCDCDC 3px solid;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low span {
  color: #7085BA;
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 120%;
  border-bottom: #7085BA 3px dotted;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2rem;
    line-height: 160%;
    color: #333333;
    margin: 0;
    letter-spacing: 0.1em;
  }
  h2.top_title span {
    display: block;
    font-family: "barlowcondensed_regular";
    font-weight: normal;
    font-size: 5rem;
    color: #7D7D7D;
    margin: 0 0 14px 0;
    letter-spacing: 0;
  }
  h2.top_title span::first-letter {
    color: #7085BA;
  }
  h2.top_title2 {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2rem;
    line-height: 160%;
    color: #333333;
    margin: 0;
    letter-spacing: 0.1em;
    text-align: center;
  }
  h2.top_title2 span {
    display: block;
    font-family: "barlowcondensed_regular";
    font-weight: normal;
    font-size: 5rem;
    color: #7D7D7D;
    margin: 0 0 14px 0;
    letter-spacing: 0;
  }
  h2.top_title2 span::first-letter {
    color: #7085BA;
  }
  h2.top_title2::before {
    content: "";
    background: url("../img/h2_icon.png") no-repeat center center;
    background-size: contain;
    display: block;
    width: 100px;
    height: 86.23px;
    margin: 0 auto 24px auto;
  }
  h2.low {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 3rem;
    line-height: 120%;
    color: #7D7D7D;
    margin: 100px 0 50px 0;
    letter-spacing: 0.1em;
    text-align: center;
  }
  h2.low::before {
    content: "";
    background: url("../img/h2_icon.png") no-repeat center center;
    background-size: contain;
    display: block;
    width: 60px;
    height: 50px;
    margin: 0 auto 14px auto;
  }
  h2.first {
    margin: 0 0 50px 0;
  }
  h3.low {
    color: #ffffff;
    background: url("../img/h3_bg.svg") no-repeat;
    background-position: left center;
    background-size: 14px;
    background-color: #7085BA;
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2.4rem;
    padding: 11px 30px 10px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 50px 0 30px 0;
    line-height: 120%;
  }
  h3.first {
    margin: 0 0 36px 0;
  }
  h4.low {
    color: #333333;
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2.2rem;
    margin: 50px 0 30px 0;
    padding: 0 0 10px 0;
    line-height: 120%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  h4.low::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 150px;
    height: 3px;
    border-bottom: #7085BA 3px solid;
  }
  h4.low::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    border-bottom: #DCDCDC 3px solid;
  }
  h4.first {
    margin: 0 0 1rem 0;
  }
  h5.low span {
    color: #7085BA;
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2rem;
    line-height: 120%;
    border-bottom: #7085BA 3px dotted;
    margin: 50px 0 28px 0;
    padding: 0 0 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
  h5.first {
    margin: 0 0 1rem 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-family: "notosansjp_regular";
}
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;
  background-color: #7D7D7D;
  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: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #7D7D7D;
  border-bottom: #7D7D7D 1px solid;
}
table.timetable tr td i {
  font-size: 4vw;
  color: #7D7D7D;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #7D7D7D;
}
table.timetable tr:last-child td {
  border-bottom: #7D7D7D 2px solid;
}
table.timetable caption {
  caption-side: bottom;
  font-family: "notosansjp_regular";
  font-size: 1.2rem;
  margin: 0.8rem 0 0.6rem 0;
  width: 100%;
  color: #7D7D7D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: 130%;
}
table.timetable caption span {
  color: #7085BA;
  border: #7085BA 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem 0.5rem 0 0;
  padding: 0 1rem 0.2rem 1rem;
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-family: "notosansjp_regular";
    table-layout: fixed;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #7D7D7D;
    width: 110px;
    height: 60px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 180px;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #333333;
    height: 60px;
    box-sizing: border-box;
    border-bottom: #7D7D7D 1px solid;
  }
  table.timetable tr td i {
    font-size: 1.8rem;
    color: #7D7D7D;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #7D7D7D;
    font-size: 1.8rem;
    width: 180px;
  }
  table.timetable caption {
    caption-side: bottom;
    font-family: "notosansjp_regular";
    font-size: 1.8rem;
    margin: 12px 0 8px 0;
    width: 100%;
    color: #7D7D7D;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
    line-height: 130%;
  }
  table.timetable caption span {
    color: #7085BA;
    border: #7085BA 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 12px 9px 0 0;
    padding: 2px 32px 4px 32px;
    display: inline-block;
  }
}
/*テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

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

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.8rem;
    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;
    border: #333333 1px solid;
    background-color: #7D7D7D;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    border: #333333 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
}
/* -----------------------------------------------------------
　テーブル横幅均一
----------------------------------------------------------- */
table.low_table_fixed {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  table-layout: fixed;
}
table.low_table_fixed caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_fixed tr th {
  width: auto;
  padding: 0.5rem;
  border: #333333 1px solid;
  background-color: #7D7D7D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_fixed tr td {
  width: auto;
  padding: 0.5rem;
  border: #333333 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  table.low_table_fixed {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    table-layout: fixed;
    line-height: 160%;
  }
  table.low_table_fixed caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_fixed tr th {
    width: auto;
    padding: 20px;
    border: #333333 1px solid;
    background-color: #7D7D7D;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_fixed tr td {
    width: auto;
    padding: 20px;
    border: #333333 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide {
  width: 1200px;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 0 0;
  line-height: 140%;
}
table.low_table_slide caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide tr th {
  width: auto;
  padding: 1rem;
  border: #333333 1px solid;
  background-color: #7D7D7D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide tr td {
  width: auto;
  padding: 1rem;
  border: #333333 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

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

@media screen and (min-width: 768px), print {
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.8rem;
    margin: 0 0 0 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: auto;
    padding: 20px;
    border: #333333 1px solid;
    background-color: #7D7D7D;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide tr td {
    width: auto;
    padding: 20px;
    border: #333333 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  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;
  border-right: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 1px solid;
  background-color: #F6F9FC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  border-right: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr td a {
  color: #404040;
  font-weight: bold;
}
table.low_table_spblock tr:first-child th {
  border-top: #DCDCDC 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.8rem;
    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;
    border-right: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    background-color: #F6F9FC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 20px;
    border-right: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td a {
    color: #404040;
    font-weight: bold;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #DCDCDC 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #DCDCDC 1px solid;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}
.img_center figcaption {
  text-align: center;
  font-family: "notosansjp_medium";
  font-size: 1rem;
  font-weight: normal;
  line-height: 120%;
}

.img_two_center {
  width: 100%;
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_two_center img {
  display: block;
}
.img_two_center img.tate {
  width: 50%;
  height: auto;
  margin: 0 auto 2rem auto;
}
.img_two_center img.yoko {
  width: 100%;
  height: auto;
  margin: 0;
}
.img_two_center img.zu {
  width: 100%;
  height: auto;
  margin: 0 0 2rem 0;
}
.img_two_center a {
  display: block;
}
.img_two_center a.tate {
  width: 50%;
  height: auto;
  margin: 0 auto 2rem auto;
}
.img_two_center a.tate img {
  width: 100%;
  height: auto;
}
.img_two_center a.yoko {
  width: 100%;
  height: auto;
  margin: 0;
}
.img_two_center a.yoko img {
  width: 100%;
  height: auto;
}
.img_two_center a.zu {
  width: 100%;
  height: auto;
  margin: 0 0 2rem 0;
}
.img_two_center a.zu 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: auto;
    height: auto;
    max-width: 240px;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  .img_center figcaption {
    text-align: center;
    font-family: "notosansjp_medium";
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 140%;
  }
  .img_two_center {
    width: 100%;
    margin: 0 0 20px 0;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .img_two_center img {
    display: block;
  }
  .img_two_center img.tate {
    width: 270px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .img_two_center img.yoko {
    width: 750px;
    height: auto;
    margin: 0 0 0 10px;
  }
  .img_two_center img.zu {
    width: 520px;
    height: auto;
    margin: 0;
  }
  .img_two_center img.left {
    margin: 0 20px 0 0;
  }
  .img_two_center a {
    display: block;
  }
  .img_two_center a.tate {
    width: 270px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .img_two_center a.tate img {
    width: 100%;
    height: auto;
  }
  .img_two_center a.yoko {
    width: 750px;
    height: auto;
    margin: 0 0 0 10px;
  }
  .img_two_center a.yoko img {
    width: 100%;
    height: auto;
  }
  .img_two_center a.zu {
    width: 520px;
    height: auto;
    margin: 0;
  }
  .img_two_center a.zu img {
    width: 100%;
    height: auto;
  }
  .img_two_center a.left {
    margin: 0 20px 0 0;
  }
}
/*リスト*/
/* 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;
}
ul.list_normal.-disc_n {
  list-style-type: none;
}
ul.list_normal.-disc_n li {
  margin: 0 0 1rem 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;
}

/*標準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;
}

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  ul.list_normal.-disc_n li {
    margin: 0 0 10px 0px;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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.8rem;
    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.8rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 9px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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 9px;
    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.8rem;
    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_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 9px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
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: 30%;
  margin: 0 0 0.7rem 0;
}
dl.bio_list dd {
  width: 70%;
  margin: 0 0 0.7rem 0;
}

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

/*タイトルボックス*/
dl.title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.title_box dt {
  width: 100%;
  margin: 0;
  background-color: #7D7D7D;
  color: #333333;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #333333 1px solid;
  border-right: #333333 1px solid;
  border-bottom: #333333 1px solid;
}
dl.title_box dt:first-child {
  border-top: #333333 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #333333 1px solid;
  border-right: #333333 1px solid;
  border-bottom: #333333 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.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 528px;
  }
  dl.bio_list dt {
    width: 110px;
    margin: 0 0 6px 0;
  }
  dl.bio_list dd {
    width: 418px;
    margin: 0 0 6px 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.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1100px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 1rem 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -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: #7D7D7D;
    color: #333333;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #333333 1px solid;
    border-right: #333333 1px solid;
    border-bottom: #333333 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #333333 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #333333 1px solid;
    border-right: #333333 1px solid;
    border-bottom: #333333 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

/*強調*/
.emphasis {
  background-color: #F6F9FC;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis 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%;
}
.emphasis dl.num_list dt {
  width: 6%;
  margin: 0 0 1rem 0;
}
.emphasis dl.num_list dd {
  width: 94%;
  margin: 0 0 1rem 0;
}

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
  font-family: "barlowcondensed_regular";
  font-size: 3rem;
  color: #7085BA;
}
.low_tel span {
  font-size: 3rem;
}
.low_tel span a {
  color: #7085BA;
  text-decoration: none;
}

.text_bold {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #7085BA;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  /*二列*/
  .two_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1100px;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #F6F9FC;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis 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.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1060px;
  }
  .emphasis dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  .emphasis dl.num_list dd {
    width: 1040px;
    margin: 0 0 1rem 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 1rem 0;
    font-family: "barlowcondensed_regular";
    font-size: 4rem;
    color: #7085BA;
  }
  .low_tel span {
    font-size: 4rem;
  }
  .low_tel span a {
    color: #7085BA;
    text-decoration: none;
  }
  .text_bold {
    font-weight: bold;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: #333333;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1100px;
    margin: 20px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.8rem;
    color: #333333;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.8rem;
    color: #333333;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #7085BA 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: rgba(0, 0, 0, 0.16);
  padding: 1rem;
  text-decoration: none;
  color: #333333;
}
.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: #333333;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #333333;
}

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

.low_button {
  background: url("../img/icon_07.svg") no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
  background-color: #ffffff;
  border: #7085BA 2px solid;
  width: auto;
  height: auto;
  margin: 0 0 2rem 0;
  text-align: center;
  text-decoration: none;
  padding: 1rem 4rem 1rem 4rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7085BA;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #7085BA;
  }
  .low_link_text:hover {
    color: #7D7D7D;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    background: url("../img/icon_07.svg") no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    background-color: #ffffff;
    border: #7085BA 2px solid;
    width: auto;
    height: auto;
    margin: 0 0 2rem 0;
    text-align: left;
    text-decoration: none;
    padding: 20px 80px 20px 80px;
    line-height: 120%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #7085BA;
    font-size: 2rem;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button:hover {
    color: #ffffff;
    background: url("../img/icon_08.svg") no-repeat;
    background-position: right 12px center;
    background-color: #7085BA;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.dr_r {
  margin-top: 5rem;
}

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

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

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

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

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #BFBFBF 3px solid;
    border-radius: 20px;
    padding: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow_box h4 {
    margin: 0 0 20px 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　求人
----------------------------------------------------------- */
.mail_img {
  width: 70%;
  max-width: 322px;
  display: block;
  margin: 0 0 2rem 0;
}
.mail_img img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .mail_img {
    width: 70%;
    max-width: 322px;
    display: block;
    margin: 0 0 20px 0;
  }
  .mail_img img {
    width: 100%;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
iframe.accessmap {
  width: 96%;
  height: 90vw;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    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: #7D7D7D;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  border-top: #7085BA 1px solid;
  border-left: #7085BA 1px solid;
  border-right: #7085BA 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: #7085BA 1px solid;
  border-left: #7085BA 1px solid;
  border-right: #7085BA 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: #7085BA 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.8rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #7D7D7D;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #7085BA 1px solid;
    border-left: #7085BA 1px solid;
    border-right: #7085BA 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: #7085BA 1px solid;
    border-left: #7085BA 1px solid;
    border-right: #7085BA 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: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #333333;
  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: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #333333;
    background-color: #ffffff;
    padding: 0;
    /*ページ内リンク用*/
    scroll-behavior: smooth;
    /*スクロール後の余白設定*/
    scroll-padding-top: 90px;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
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: 0;
  padding: 0;
}

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

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 100px 0 90px 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1100px;
    margin: 63px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
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 {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
  /*WEB予約*/
}
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-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;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top .head_logo {
  width: 80%;
  margin: 2vw 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: 95%;
}
header.header .header_box .header_info {
  display: none;
}
header.header .header_box .header_web {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 110px;
  }
  header.header .header_box {
    width: 1100px;
    height: 110px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
    /*WEB予約*/
  }
  header.header .header_box .header_top {
    width: 601px;
    height: auto;
    margin: 0;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 601px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 601px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 601px;
  }
  header.header .header_box .header_info {
    position: absolute;
    top: 30px;
    right: 117px;
    display: block;
  }
  header.header .header_box .header_info .header_address {
    text-align: right;
    font-size: 1.9rem;
    margin: 0 0 14px 0;
    line-height: 100%;
    letter-spacing: 0;
  }
  header.header .header_box .header_info .header_tel {
    text-align: right;
    font-family: "barlowcondensed_regular";
    font-size: 3rem;
    margin: 0 0 0 0;
    line-height: 100%;
  }
  header.header .header_box .header_web {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 110px;
    background-color: #7085BA;
    color: #ffffff;
    font-size: 1.8rem;
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .header_web i {
    font-size: 4rem;
    margin: -9px 0 4px 0;
  }
  header.header .header_box .header_web:hover {
    background-color: #243C78;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 78px;
    margin: 0;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul {
    width: 1100px;
    height: 78px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: auto;
    height: 78px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav.main_nav_pc ul li.home {
    width: 90px;
  }
  nav.main_nav_pc ul li.doctor {
    width: 118px;
  }
  nav.main_nav_pc ul li.treatment {
    width: 146px;
  }
  nav.main_nav_pc ul li.treatment a::after {
    position: absolute;
    top: 28px;
    right: 18px;
    font-family: "fontello";
    font-size: 1.4rem;
    content: "\e80b";
    margin: 0 0 0 0;
    color: #7085BA;
  }
  nav.main_nav_pc ul li.treatment a::before {
    left: 16px;
  }
  nav.main_nav_pc ul li.treatment ul li a::after {
    content: "";
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.open_treatment a::after {
    position: absolute;
    top: 28px;
    right: 18px;
    font-family: "fontello";
    font-size: 1.4rem;
    content: "\e80e";
    margin: 0 0 0 0;
    color: #7085BA;
  }
  nav.main_nav_pc ul li.first {
    width: 140px;
  }
  nav.main_nav_pc ul li.first a::before {
    left: 5px;
  }
  nav.main_nav_pc ul li.monalisa_touch {
    width: 288px;
  }
  nav.main_nav_pc ul li.monalisa_touch a::before {
    left: -7px;
  }
  nav.main_nav_pc ul li.access {
    /*width: 218px;*/
    width: 100px;
  }
  nav.main_nav_pc ul li.access a::before {
    left: 3px;
  }
  nav.main_nav_pc ul li.recruit {
    width: 100px;
  }
  nav.main_nav_pc ul li.recruit a {
    padding: 13px 0 0 22px;
  }
  nav.main_nav_pc ul li.recruit a::before {
    left: 5px;
  }
  nav.main_nav_pc ul li.nav_web {
    display: none;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 80px;
    text-decoration: none;
    text-align: center;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 12px 0 0 0;
    letter-spacing: 0.05em;
    font-family: "notosansjp_regular";
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li a span {
    display: block;
    width: 100%;
    color: #7085BA;
    font-family: "barlowcondensed_regular";
    font-size: 1.4rem;
    margin: 5px 0 0 0;
  }
  nav.main_nav_pc ul li a::before {
    position: absolute;
    top: 29px;
    left: 0;
    font-family: "fontello";
    font-size: 1.1rem;
    content: "\f111";
    margin: 0 0 0 0;
    color: #ffffff;
  }
  nav.main_nav_pc ul li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #7085BA;
  }
  nav.main_nav_pc ul li a:hover::before {
    color: #7085BA;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 214px;
    margin: 0 0 0 -28px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    all: initial;
    width: 214px;
    height: auto;
    position: relative;
    z-index: 99999999999;
    border-radius: 12px;
    background-color: #ffffff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    margin: 2px 0 0 0;
    padding: 19px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    all: initial;
    width: 180px;
    margin: 0 auto 9px auto;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    width: 180px;
    height: 38px;
    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;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: left;
    padding: 0 0 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a span {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    background-color: #7085BA;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::before {
    content: "";
    display: none;
    width: 0;
    height: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li:last-child {
    margin: 0 auto;
  }
  .nav_add {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    height: 60px !important;
  }
  .nav_add ul {
    width: 1100px !important;
    height: 60px !important;
  }
  .nav_add ul li {
    height: 60px !important;
  }
  .nav_add ul li a {
    height: 60px !important;
    padding: 0 0 0 0 !important;
    -webkit-transition: 0;
    transition: 0;
  }
  .nav_add ul li.home {
    width: 88px !important;
  }
  .nav_add ul li.home a::before {
    top: 14px !important;
    left: 2px !important;
  }
  .nav_add ul li.home a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #7085BA;
  }
  .nav_add ul li.home a:hover::before {
    color: #7085BA;
  }
  .nav_add ul li.doctor {
    width: 112px !important;
  }
  .nav_add ul li.doctor a::before {
    top: 14px !important;
    left: 4px !important;
  }
  .nav_add ul li.treatment {
    width: 114px !important;
  }
  .nav_add ul li.treatment a::before {
    top: 14px !important;
    left: 6px !important;
  }
  .nav_add ul li.treatment a::after {
    top: 12px !important;
    right: 3px !important;
  }
  .nav_add ul li.first {
    width: 122px !important;
  }
  .nav_add ul li.first a::before {
    top: 14px !important;
    left: 2px !important;
  }
  .nav_add ul li.monalisa_touch {
    width: 266px !important;
  }
  .nav_add ul li.monalisa_touch a::before {
    top: 14px !important;
    left: -11px !important;
  }
  .nav_add ul li.access {
    /*width: 198px !important;*/
    width: 100px !important;
  }
  .nav_add ul li.access a::before {
    top: 14px !important;
    left: 2px !important;
  }
  .nav_add ul li.recruit {
    width: 100px !important;
  }
  .nav_add ul li.recruit a {
    padding: 0 0 0 10px !important;
  }
  .nav_add ul li.recruit a::before {
    top: 14px !important;
    left: 4px !important;
  }
  .nav_add ul li.nav_web {
    all: initial;
    display: block !important;
    width: 100px;
    height: 60px;
  }
  .nav_add ul li.nav_web a {
    all: initial;
    width: 100px;
    height: 60px;
    width: 100px;
    height: 60px;
    background-color: #7085BA;
    color: #ffffff;
    font-size: 1.8rem;
    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-transition: 0.5s;
    transition: 0.5s;
  }
  .nav_add ul li.nav_web a::before {
    content: "";
    display: none !important;
  }
  .nav_add ul li.nav_web a:hover {
    background-color: #243C78;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
  }
  .nav_add ul li .sub_nav_box {
    display: none;
    width: 214px;
    margin: 0 0 0 -28px;
  }
  .nav_add ul li .sub_nav_box ul {
    all: initial;
    width: 214px !important;
    height: auto !important;
    position: relative;
    z-index: 99999999999;
    border-radius: 12px;
    background-color: #ffffff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    margin: 2px 0 0 0 !important;
    padding: 19px 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .nav_add ul li .sub_nav_box ul li {
    all: initial;
    width: 180px !important;
    height: auto !important;
    margin: 0 auto 9px auto;
  }
  .nav_add ul li .sub_nav_box ul li a {
    all: initial;
    width: 180px !important;
    height: 38px !important;
    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;
    background-color: #ffffff;
    border-radius: 6px !important;
    text-align: left;
    padding: 0 0 0 12px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav_add ul li .sub_nav_box ul li a span {
    display: none;
  }
  .nav_add ul li .sub_nav_box ul li a:hover {
    background-color: #7085BA;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    cursor: hand;
  }
  .nav_add ul li .sub_nav_box ul li a:hover::before {
    content: "";
    display: none !important;
  }
  .nav_add ul li .sub_nav_box ul li a::before {
    content: "";
    display: none !important;
    width: 0;
    height: 0;
  }
  .nav_add ul li .sub_nav_box ul li:last-child {
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 42vw;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 45vw;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 60vw;
}
.key_visual .key_contents .key_text {
  position: absolute;
  bottom: 14.5vw;
  left: 2%;
  font-family: "notosansjp_regular";
  font-weight: normal;
  font-size: 1.1rem;
  text-align: left;
  margin: 0;
  color: #ffffff;
  letter-spacing: 0;
}
.key_visual .key_contents .key_text span {
  font-family: "barlowcondensed_regular";
  font-weight: normal;
  font-size: 0.9rem;
}
.key_visual .key_contents .key_open {
  position: absolute;
  bottom: 14vw;
  left: 0;
  right: 0;
  background-color: #ffffff;
  color: #7D7D7D;
  font-family: "notosansjp_regular";
  font-weight: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  height: 16.5vw;
  margin: 0 auto;
  border-radius: 3rem;
  border: #7D7D7D 2px solid;
  padding: 0.5rem 0 0.8rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 100%;
}
.key_visual .key_contents .key_open .kot_01 {
  width: 17%;
  font-size: 1.2rem;
  text-align: right;
}
.key_visual .key_contents .key_open .kot_02 {
  width: 35%;
  font-size: 1.4rem;
}
.key_visual .key_contents .key_open .kot_02 span {
  font-size: 1.8rem;
}
.key_visual .key_contents .key_open .kot_04 {
  width: 30%;
  font-size: 1.2rem;
}
.key_visual .key_contents .key_open .kot_03 {
  width: 100%;
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.8rem;
}
.key_visual .key_contents .key_open br {
  display: none;
}
.key_visual .key_contents .key_open::after {
  position: absolute;
  top: 1.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 97.5%;
  height: 13.1vw;
  border-radius: 3rem;
  border: #7D7D7D 1px solid;
}
.key_visual .key_contents .key_event {
  position: absolute;
  bottom: 1.5vw;
  left: 0;
  right: 0;
  background-color: #ffffff;
  color: #7085BA;
  font-family: "notosansjp_regular";
  font-weight: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 90%;
  height: 11vw;
  margin: 0 auto;
  border-radius: 2rem;
  border: #7085BA 2px solid;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_visual .key_contents .key_event .ket_01 {
  font-size: 1.2rem;
}
.key_visual .key_contents .key_event .ket_02 {
  font-size: 1.4rem;
}
.key_visual .key_contents .key_event .ket_02 span {
  font-size: 1.8rem;
}
.key_visual .key_contents .key_event .ket_03 {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.8rem;
}
.key_visual .key_contents .key_event br {
  display: none;
}
.key_visual .key_contents .key_event::after {
  position: absolute;
  top: 0.8vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 97.5%;
  height: 8vw;
  border-radius: 3rem;
  border: #7085BA 1px solid;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 30vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  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;
}
.key_visual_low h1 {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #7085BA;
  line-height: 160%;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 550px;
    background-color: beige;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 550px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 1100px;
    height: 550px;
    margin: 0 auto;
  }
  .key_visual .key_contents .key_text {
    position: absolute;
    bottom: 57px;
    left: 0;
    font-family: "notosansjp_regular";
    font-size: 2.8rem;
    font-weight: normal;
    text-align: left;
    margin: 0;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 135%;
  }
  .key_visual .key_contents .key_text span {
    font-family: "barlowcondensed_regular";
    font-weight: normal;
    font-size: 2rem;
  }
  .key_visual .key_contents .key_open {
    position: absolute;
    bottom: 29px;
    left: auto;
    right: 220px;
    background-color: #ffffff;
    color: #7D7D7D;
    font-family: "notosansjp_regular";
    font-weight: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 200px;
    height: 200px;
    margin: 0;
    border-radius: 50%;
    border: #7D7D7D 2px solid;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_open .kot_01 {
    width: auto;
    font-size: 2rem;
    margin: -10px 0 0 0;
  }
  .key_visual .key_contents .key_open .kot_02 {
    width: auto;
    font-size: 2rem;
    margin: 8px 0 12px 0;
  }
  .key_visual .key_contents .key_open .kot_02 span {
    font-size: 2.8rem;
  }
  .key_visual .key_contents .key_open .kot_04 {
    width: auto;
    font-size: 2rem;
    margin: 0 0 12px 0;
  }
  .key_visual .key_contents .key_open .kot_03 {
    width: auto;
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2.8rem;
  }
  .key_visual .key_contents .key_open br {
    display: none;
  }
  .key_visual .key_contents .key_open::after {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: #7D7D7D 1px solid;
  }
  .key_visual .key_contents .key_event {
    position: absolute;
    bottom: 29px;
    left: auto;
    right: 0;
    background-color: #ffffff;
    color: #7085BA;
    font-family: "notosansjp_regular";
    font-weight: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 200px;
    height: 200px;
    margin: 0;
    border-radius: 50%;
    border: #7085BA 2px solid;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_visual .key_contents .key_event .ket_01 {
    font-size: 2rem;
  }
  .key_visual .key_contents .key_event .ket_02 {
    font-size: 2rem;
    margin: 8px 0 14px 0;
  }
  .key_visual .key_contents .key_event .ket_02 span {
    font-size: 2.8rem;
  }
  .key_visual .key_contents .key_event .ket_03 {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2.8rem;
  }
  .key_visual .key_contents .key_event br {
    display: none;
  }
  .key_visual .key_contents .key_event::after {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: #7085BA 1px solid;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 250px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    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;
  }
  .key_visual_low h1 {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    color: #7085BA;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
}
/* -----------------------------------------------------------
診療時間
----------------------------------------------------------- */
.timetable_frame {
  width: 96%;
  margin: 0 auto;
  padding: 0 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  background: url("../img/timetable_bg.svg") no-repeat;
  background-position: right bottom;
  background-size: 40%;
}
.timetable_frame table.timetable {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .timetable_frame {
    width: 1100px;
    height: 320px;
    margin: 0 auto;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    background: url("../img/timetable_bg.svg") no-repeat;
    background-position: right bottom;
    background-size: 300px;
  }
  .timetable_frame table.timetable {
    width: 900px;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_bg {
  width: 100%;
  background-color: #F6F9FC;
  padding: 4rem 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_bg .notice_frame {
  width: 96%;
  margin: 0 auto 0 auto;
}
.notice_bg .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_bg .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-top: #7D7D7D 2px solid;
  border-bottom: #7D7D7D 2px solid;
}
.notice_bg .notice_frame .notice_box dl dt {
  color: #7085BA;
  margin: 0 0 0 0;
  padding: 2rem 0 1rem 2rem;
  font-family: "notosansjp_bold";
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
  border-top: #7D7D7D 1px solid;
}
.notice_bg .notice_frame .notice_box dl dt::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon_03.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 2.2rem;
}
.notice_bg .notice_frame .notice_box dl dt.open::before {
  content: "";
}
.notice_bg .notice_frame .notice_box dl dt.close {
  padding: 2rem 0 2rem 2rem;
}
.notice_bg .notice_frame .notice_box dl dt.close::before {
  content: "";
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice_bg .notice_frame .notice_box dl dt:first-child {
  border-top: none;
}
.notice_bg .notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #333333;
  font-family: "notosansjp_regular";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 120%;
  display: none;
}
.notice_bg .notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_bg .notice_frame .notice_box dl dd a {
  color: #7085BA;
}
.notice_bg .notice_frame .notice_box dl dd p a {
  color: #7085BA;
}

@media screen and (min-width: 768px), print {
  .notice_bg {
    width: 100%;
    background-color: #F6F9FC;
    padding: 98px 0 98px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_bg .notice_frame {
    width: 1100px;
    margin: 0 auto 0 auto;
    padding: 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;
  }
  .notice_bg .notice_frame h2.notice_title {
    width: 320px;
    margin: 0;
  }
  .notice_bg .notice_frame .notice_box {
    width: 768.5px;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_bg .notice_frame .notice_box dl {
    height: auto;
    margin: 0;
    width: 768.5px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 30px 0 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #7D7D7D 2px solid;
    border-bottom: #7D7D7D 2px solid;
  }
  .notice_bg .notice_frame .notice_box dl dt {
    color: #7085BA;
    margin: 0 0 10px 0;
    padding: 32px 0 0 24px;
    font-family: "notosansjp_bold";
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 130%;
    position: relative;
    border-top: #7D7D7D 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_bg .notice_frame .notice_box dl dt::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/icon_03.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 36px;
  }
  .notice_bg .notice_frame .notice_box dl dt.open::before {
    content: "";
  }
  .notice_bg .notice_frame .notice_box dl dt.close {
    padding: 32px 0 12px 24px;
  }
  .notice_bg .notice_frame .notice_box dl dt.close::before {
    content: "";
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .notice_bg .notice_frame .notice_box dl dt:first-child {
    border-top: none;
    padding: 0 0 0 24px;
  }
  .notice_bg .notice_frame .notice_box dl dt:first-child::before {
    top: 5px;
  }
  .notice_bg .notice_frame .notice_box dl dt:first-child.close {
    padding: 0 0 12px 24px;
  }
  .notice_bg .notice_frame .notice_box dl dt:hover {
    cursor: pointer;
    cursor: hand;
    color: #243C78;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_bg .notice_frame .notice_box dl dd {
    margin: 0 0 26px 0;
    padding: 0 0 0 30px;
    color: #333333;
    font-family: "notosansjp_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 2rem;
    line-height: 160%;
    display: none;
  }
  .notice_bg .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_bg .notice_frame .notice_box dl dd a {
    color: #7085BA;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_bg .notice_frame .notice_box dl dd a:hover {
    color: #243C78;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_bg .notice_frame .notice_box dl dd p {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .notice_bg .notice_frame .notice_box dl dd p a {
    color: #7085BA;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_bg .notice_frame .notice_box dl dd p a:hover {
    color: #243C78;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_bg {
  width: 100%;
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/index_medical_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_bg .treatment_frame {
  width: 96%;
  margin: 0 auto;
}
.treatment_bg .treatment_frame ul.treatment_list {
  width: 96%;
  margin: 3rem auto 0 auto;
  list-style: none;
}
.treatment_bg .treatment_frame ul.treatment_list li {
  width: 90%;
  margin: 0 auto 4rem auto;
}
.treatment_bg .treatment_frame ul.treatment_list li a {
  background-color: #ffffff;
  width: 100%;
  height: 30vw;
  border: #7085BA 1px solid;
  outline: solid #7085BA 5px;
  outline-offset: 5px;
  text-decoration: none;
  text-align: center;
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
  -webkit-box-shadow: 0 0 0px 5px #ffffff;
          box-shadow: 0 0 0px 5px #ffffff;
  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;
  padding: 1rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatment_bg .treatment_frame ul.treatment_list li a span {
  font-family: "barlowcondensed_regular";
  font-weight: normal;
  font-size: 1.4rem;
  color: #7085BA;
  margin: 0.5rem 0 0 0;
}
.treatment_bg .treatment_frame ul.treatment_list li a span::after {
  font-family: "fontello";
  content: "\e80d";
  display: block;
  margin: 0.5rem 0 0 0;
}

@media screen and (min-width: 768px), print {
  .treatment_bg {
    width: 100%;
    height: 500px;
    padding: 86px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/index_medical_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    overflow: visible;
  }
  .treatment_bg .treatment_frame {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .treatment_bg .treatment_frame ul.treatment_list {
    width: 1000px;
    margin: 45px auto 0 auto;
    list-style: 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;
  }
  .treatment_bg .treatment_frame ul.treatment_list li {
    width: 300px;
    margin: 0 0 68px 0;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a {
    background-color: #ffffff;
    width: 300px;
    height: 158px;
    border: #7085BA 1px solid;
    outline: solid #7085BA 5px;
    outline-offset: 5px;
    text-decoration: none;
    text-align: center;
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2.2rem;
    color: #333333;
    -webkit-box-shadow: 0 0 0px 5px #ffffff;
            box-shadow: 0 0 0px 5px #ffffff;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 22px 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a span {
    font-family: "barlowcondensed_regular";
    font-weight: normal;
    font-size: 1.8rem;
    color: #7085BA;
    margin: 8px 0 0 0;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a span::after {
    font-family: "fontello";
    content: "\e80d";
    display: block;
    margin: 10px 0 0 0;
    font-size: 2rem;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .treatment_bg .treatment_frame ul.treatment_list li.gynecology {
    margin: 0 0 68px 10px;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.cervica_ldysplasia {
    margin: 0 10px 68px 0;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.vaccine {
    margin: 0 0 10px 180px;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.cancer_screening {
    margin: 0 180px 10px 0;
  }
  .treatment_bg::after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  margin: 4rem 0 0 0;
  width: 100%;
}
.features_frame ul.feature_list {
  width: 96%;
  margin: 2rem auto 0 auto;
  list-style-type: none;
}
.features_frame ul.feature_list li {
  width: 100%;
  margin: 0 0 4rem 0;
}
.features_frame ul.feature_list li .feature_box .feature_img_box {
  margin: 0 0 0 0;
  position: relative;
}
.features_frame ul.feature_list li .feature_box .feature_img_box img {
  width: 100%;
}
.features_frame ul.feature_list li .feature_box .feature_img_box p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 30vw;
  height: 16vw;
  text-align: center;
  font-family: "barlowcondensed_bold";
  font-weight: bold;
  font-size: 1.2rem;
  color: #7085BA;
  line-height: 100%;
  border: #7085BA 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;
}
.features_frame ul.feature_list li .feature_box .feature_img_box p span {
  color: #ffffff;
  font-size: 4rem;
  margin: 0 0 0 0.5rem;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px #7085BA, -1px -1px 0px #7085BA, -1px 1px 0px #7085BA, 1px -1px 0px #7085BA, 1px 0px 0px #7085BA, -1px 0px 0px #7085BA, 0px 1px 0px #7085BA, 0px -1px 0px #7085BA;
}
.features_frame ul.feature_list li .feature_box .feature_text_box {
  width: 90%;
  margin: 2rem auto 0 auto;
}
.features_frame ul.feature_list li .feature_box .feature_text_box .feature_title {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.6rem;
  color: #7085BA;
  margin: 0 0 1rem -0.5rem;
}
.features_frame ul.feature_list li .feature_box .feature_text_box .feature_title i {
  color: #B6C2DC;
}
.features_frame .takemoto_ladies_bana {
  display: block;
  width: 96%;
  margin: 0 auto 0.2rem auto;
  text-decoration: none;
}
.features_frame .takemoto_ladies_bana img {
  width: 100%;
}
.features_frame .takemoto_ladies_bana_text {
  width: 96%;
  margin: 0 auto 0 auto;
  text-align: center;
  font-family: "notosansjp_medium";
  font-weight: normal;
  font-size: 1.2rem;
  color: #333333;
  letter-spacing: 0;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    margin: 202px 0 0 0;
    width: 100%;
  }
  .features_frame ul.feature_list {
    width: 1100px;
    margin: 38px auto 22px 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;
  }
  .features_frame ul.feature_list li {
    width: 530px;
    margin: 0 0 58px 0;
  }
  .features_frame ul.feature_list li .feature_box {
    width: 530px;
  }
  .features_frame ul.feature_list li .feature_box .feature_img_box {
    margin: 0 0 0 0;
    position: relative;
  }
  .features_frame ul.feature_list li .feature_box .feature_img_box img {
    width: 100%;
  }
  .features_frame ul.feature_list li .feature_box .feature_img_box p {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 172px;
    height: 98px;
    text-align: center;
    font-family: "barlowcondensed_bold";
    font-weight: bold;
    font-size: 1.8rem;
    color: #7085BA;
    line-height: 100%;
    border: #7085BA 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;
  }
  .features_frame ul.feature_list li .feature_box .feature_img_box p span {
    color: #ffffff;
    font-size: 7.2rem;
    margin: 0 0 0 8px;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 0px #7085BA, -1px -1px 0px #7085BA, -1px 1px 0px #7085BA, 1px -1px 0px #7085BA, 1px 0px 0px #7085BA, -1px 0px 0px #7085BA, 0px 1px 0px #7085BA, 0px -1px 0px #7085BA;
  }
  .features_frame ul.feature_list li .feature_box .feature_text_box {
    width: 470px;
    margin: 36px auto 0 auto;
  }
  .features_frame ul.feature_list li .feature_box .feature_text_box .feature_title {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2.6rem;
    color: #7085BA;
    margin: 0 0 18px -5px;
  }
  .features_frame ul.feature_list li .feature_box .feature_text_box .feature_title i {
    color: #B6C2DC;
  }
  .features_frame ul.feature_list li .feature_box .feature_text_box .feature_text {
    font-size: 2rem;
    margin: 0;
  }
  .features_frame .takemoto_ladies_bana {
    display: block;
    width: 550px;
    margin: 0 auto 2px auto;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .features_frame .takemoto_ladies_bana img {
    width: 100%;
  }
  .features_frame .takemoto_ladies_bana:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .features_frame .takemoto_ladies_bana_text {
    width: 550px;
    margin: 0 auto 0 auto;
    text-align: center;
    font-family: "notosansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    color: #333333;
    letter-spacing: 0;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background: url("../img/overview_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 5rem 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 3rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}
.overview .overview_box .overview_logo {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.overview .overview_box .overview_logo img {
  width: 100%;
}
.overview .overview_box .overview_info_box {
  margin: 1rem 0 1rem 0;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list {
  width: 96%;
  margin: 2rem 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;
  font-family: "notosansjp_regular";
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 160%;
  border-top: #7D7D7D 2px solid;
  padding: 1rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dt {
  width: 25%;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7085BA;
  border-bottom: #7D7D7D 1px solid;
}
.overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dt:nth-last-child(2) {
  border-bottom: #7D7D7D 2px solid;
}
.overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dd {
  width: 75%;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  border-bottom: #7D7D7D 1px solid;
}
.overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dd a {
  color: #333333;
  text-decoration: none;
}
.overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dd:last-child {
  border-bottom: #7D7D7D 2px solid;
}
.overview .overview_box .overview_info_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box .overview_info_box_right iframe.googlemap {
  width: 96%;
  height: 90vw;
  display: block;
  margin: 0 auto;
}
.overview .overview_box .overview_timetable {
  width: 96%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background: url("../img/overview_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box {
    width: 1100px;
    margin: 0 auto;
    padding: 69px 0 34px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .overview .overview_box .overview_logo {
    width: 395px;
    margin: 0 auto;
    display: block;
  }
  .overview .overview_box .overview_logo img {
    width: 100%;
  }
  .overview .overview_box .overview_info_box {
    margin: 50px auto 21px auto;
    width: 970px;
    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 .overview_info_box_left {
    width: 450px;
  }
  .overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list {
    width: 450px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "notosansjp_regular";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 160%;
    border-top: #7D7D7D 2px solid;
    padding: 18px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dt {
    width: 130px;
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #7085BA;
    border-bottom: #7D7D7D 1px solid;
  }
  .overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dt:nth-last-child(2) {
    border-bottom: #7D7D7D 2px solid;
  }
  .overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dt.address {
    margin: 0 0 16px 0;
    padding: 0 0 15px 0;
  }
  .overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dd {
    width: 320px;
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333333;
    border-bottom: #7D7D7D 1px solid;
  }
  .overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dd:last-child {
    border-bottom: #7D7D7D 2px solid;
  }
  .overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dd a {
    color: #333333;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box .overview_info_box_left dl.overview_list dd.address {
    margin: 0 0 16px 0;
    padding: 0 0 15px 0;
  }
  .overview .overview_box .overview_info_box .overview_info_box_right {
    width: 490px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box .overview_info_box_right iframe.googlemap {
    width: 490px;
    height: 382px;
    display: block;
    margin: 0;
  }
  .overview .overview_box .overview_timetable {
    width: 970px;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  width: 100%;
}
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #7085BA;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.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;
}
.footer_link a.footer_tel {
  width: 55%;
  margin: 0;
  color: #ffffff;
  background-color: #7085BA;
  text-align: center;
  font-family: "notosansjp_regular";
  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_reserve {
  width: 30%;
  margin: 0;
  color: #ffffff;
  background-color: #7085BA;
  text-align: center;
  font-family: "notosansjp_regular";
  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 .smoothScrolls {
  color: #ffffff;
  background-color: #7085BA;
  width: 15%;
  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: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 40px 0 0 0;
    background-color: #7085BA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 226px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1100px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.8rem;
    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;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 20px 10px 0;
    padding: 0 0 0 0;
    list-style-type: none;
    position: relative;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.8rem;
    position: relative;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  footer .footer_frame ul.footer_list li a span {
    display: none;
  }
  footer .footer_frame ul.footer_list li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #ffffff;
    width: 0;
  }
  footer .footer_frame ul.footer_list li a::before {
    content: "-";
    margin: 0 8px 0 0;
  }
  footer .footer_frame ul.footer_list li a:hover::after {
    width: 100%;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0 auto;
    padding: 0;
    text-align: right;
    color: #ffffff;
    font-size: 1.8rem;
    height: 88px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #7085BA;
    border-top: #ffffff 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  footer .copyright a {
    width: 1100px;
    height: 88px;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
    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;
    position: relative;
  }
  footer .copyright a span {
    position: relative;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  footer .copyright a span::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #ffffff;
    width: 0;
  }
  footer .copyright a:hover span::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 60px;
    height: 60px;
    background-color: #7D7D7D;
    border: #ffffff 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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop_position #linkpagetop a i {
    font-size: 2.2rem;
    color: #ffffff;
  }
  #pagetop_position #linkpagetop a:hover {
    background-color: #243C78;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
  }
}/*# sourceMappingURL=style.css.map */