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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*オレンジ*/
/*灰色*/
/*緑*/
/*水色*/
/*薄い黄色*/
/*緑*/
/*オレンジ*/
/*薄い黄色*/
/*オレンジ2*/
/*オレンジ3*/
/*薄い黄色2*/
/*薄い黄色*/
/*灰色*/
/*灰色2*/
/*肌色*/
/*緑*/
/*肌色*/
/*灰色*/
/*灰色*/
/*赤*/
/*緑*/
/*灰色*/
/*黒(下層キービジュアル)*/
/*茶色*/
/*水色*/
/*薄茶色*/
/*オレンジ色*/
/*オレンジ色*/
/*ピンク*/
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  padding: 0 0 14vw 0;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    color: #333333;
    background-color: #ffffff;
    padding: 0;
  }
}
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notosansjp";
  src: url(../font/NotoSansJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansjp_bold";
  src: url(../font/NotoSansJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp";
  src: url(../font/NotoSerifJP-Regular.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_bold";
  src: url(../font/NotoSerifJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url(../font/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_bold";
  src: url(../font/Roboto-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
}

section {
  height: auto;
  overflow: hidden;
  margin: 2rem 0 0 0;
}
section.first {
  margin: 0 0 0 0;
}

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

.text_center {
  text-align: center;
}

.text_bold {
  font-weight: bold;
}

.font_big {
  font-size: 1.9rem;
}

.color_red {
  color: #ff0000 !important;
}

.background_red {
  background: #ff0000 !important;
}

.color_white {
  color: #ffffff !important;
}

.background_white {
  background: #ffffff !important;
}

.color_orange {
  color: #FF8800 !important;
}

.background_orange {
  background: #FF8800 !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  section.first {
    margin: 0 0 0 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .sp_none.-inline-block {
    display: inline-block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
  .font_big {
    font-size: 2.6rem;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

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

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

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

@media screen and (min-width: 768px), print {
  article {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  }
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 876px;
    margin: 0;
    padding: 6px 38px 46px 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 135px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  display: block;
  margin: 0 0 0 0;
  height: auto;
  padding: 0;
  height: 90vw;
}
header .head_frame {
  width: 96%;
  padding: 0;
  margin: 0 auto;
}
header .head_frame .head_code {
  color: #999999;
  font-size: 1.2rem;
  margin: 2vw 0 0 2%;
}
header .head_frame .head_logo {
  width: 75%;
  margin: 0 0 0 2%;
}
header .head_frame .head_logo a img {
  width: 100%;
  margin: 2vw 0 0 0;
}
header .head_frame .head_info {
  margin: 1.5rem auto 0 auto;
  width: 96%;
}
header .head_frame .head_info dl.head_tel {
  width: 80%;
  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: "roboto";
  margin: 0 auto;
}
header .head_frame .head_info dl.head_tel dt {
  width: 20%;
  background-color: #f08800;
  color: #ffffff;
  margin: 0 0 0.6rem 0;
  font-size: 1.2rem;
  height: 6vw;
  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;
  border-radius: 0.2rem;
}
header .head_frame .head_info dl.head_tel dd {
  width: 75%;
  margin: 0 0 0.6rem 0;
  font-size: 2rem;
  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;
  color: #333333;
}
header .head_frame .head_info dl.head_tel dd span a {
  color: #333333;
  text-decoration: none;
}
header .head_frame .head_info .head_address {
  font-size: 1.4rem;
  width: 70%;
  margin: 0 auto 1rem auto;
}
header .head_frame ul.head_link_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: nowrap;
      flex-wrap: nowrap;
  gap: 0.1rem;
  width: 100%;
  margin: 0;
  list-style-type: none;
}
header .head_frame ul.head_link_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .head_frame ul.head_link_list li a {
  color: #ffffff;
  width: calc(100% - 1rem);
  height: 18vw;
  padding: 0 0.5rem;
  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;
  font-family: "notosansjp";
  text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 0.3rem;
}
header .head_frame ul.head_link_list li a i {
  font-size: 2rem;
  margin: 0 0 0.6rem 0;
}
header .head_frame ul.head_link_list li.inquiry a {
  background-color: #f08800;
  font-size: 1.1rem;
}
header .head_frame ul.head_link_list li.inquiry a i {
  margin-bottom: 0.2rem;
}
header .head_frame ul.head_link_list li.consul a {
  background-color: #f9a5bf;
  font-size: 1.1rem;
}
header .head_frame ul.head_link_list li.consul a i {
  margin-bottom: 0.2rem;
}
header .head_frame ul.head_link_list li.pamphlet a {
  background-color: #8cd656;
}
header .head_frame ul.head_link_list li.blog a {
  background-color: #60c6f2;
}
header .head_frame ul.head_link_list li.bnr_recruit a {
  background-color: #6bbf2d;
}

@media screen and (min-width: 768px), print {
  header {
    display: block;
    margin: 0 0 0 0;
    height: auto;
    padding: 0;
    height: 155px;
  }
  header .head_frame {
    width: 1200px;
    height: 142px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  header .head_frame .head_code {
    color: #999999;
    font-size: 1.6rem;
    margin: 0;
    position: absolute;
    top: 21px;
    left: 0;
  }
  header .head_frame .head_logo {
    width: 391px;
    margin: 0;
    position: absolute;
    top: 56px;
    left: 0;
  }
  header .head_frame .head_logo a img {
    width: 391px;
    margin: 0;
  }
  header .head_frame .head_info {
    margin: 0;
    width: auto;
    position: absolute;
    top: 23px;
    left: 443px;
  }
  header .head_frame .head_info dl.head_tel {
    width: 350px;
    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: "roboto";
    margin: 0 auto;
  }
  header .head_frame .head_info dl.head_tel dt {
    width: 49px;
    background-color: #f08800;
    color: #ffffff;
    margin: 0 0 8px 0;
    font-size: 1.6rem;
    height: 22px;
    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;
    border-radius: 3px;
  }
  header .head_frame .head_info dl.head_tel dd {
    width: 291px;
    margin: 0 0 8px 0;
    font-size: 2.4rem;
    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;
    color: #333333;
  }
  header .head_frame .head_info dl.head_tel dd span a {
    color: #333333;
    text-decoration: none;
  }
  header .head_frame .head_info dl.head_tel dd .mail {
    max-height: 24px;
  }
  header .head_frame .head_info .head_address {
    font-size: 1.6rem;
    width: auto;
    margin: 0;
  }
  header .head_frame ul.head_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 0;
    gap: 0 0.2rem;
  }
  header .head_frame ul.head_link_list li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 122px;
    height: 112px;
  }
  header .head_frame ul.head_link_list li a {
    color: #ffffff;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "notosansjp";
    text-decoration: none;
    font-size: 1.6rem;
    border-radius: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 22px;
  }
  header .head_frame ul.head_link_list li a i {
    font-size: 3.5rem;
    margin: 0 0 5px 0;
  }
  header .head_frame ul.head_link_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  header .head_frame ul.head_link_list li.inquiry a {
    background-color: #f08800;
    font-size: 1.5rem;
  }
  header .head_frame ul.head_link_list li.inquiry a i {
    margin-bottom: 0.6rem;
  }
  header .head_frame ul.head_link_list li.pamphlet a {
    background-color: #8cd656;
  }
  header .head_frame ul.head_link_list li.consul a {
    background-color: #f9a5bf;
    font-size: 1.5rem;
  }
  header .head_frame ul.head_link_list li.consul a i {
    margin-bottom: 0.6rem;
  }
  header .head_frame ul.head_link_list li.blog a {
    background-color: #60c6f2;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.slick-slide {
  height: 100vw;
  margin: 0;
  overflow: hidden;
  border-bottom: #f08800 5px solid;
}

ul.keyimg li {
  height: 100vw;
}
ul.keyimg li .textbox {
  width: 100%;
  height: 100vw;
  position: relative;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
ul.keyimg li.s1 {
  background: url("../images/key_visual_01.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
ul.keyimg li.s1 span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 2%;
  bottom: 10vw;
}
ul.keyimg li.s1 span.open {
  position: absolute;
  left: auto;
  right: 2%;
  bottom: 4vw;
}
ul.keyimg li.s2 {
  background: url("../images/key_visual_02.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
ul.keyimg li.s2 span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 2%;
  bottom: 10vw;
}
ul.keyimg li.s2 span.open {
  position: absolute;
  left: auto;
  right: 2%;
  bottom: 4vw;
}
ul.keyimg li.s3 {
  background: url("../images/key_visual_03.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
ul.keyimg li.s3 span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 2%;
  bottom: 10vw;
}
ul.keyimg li.s3 span.open {
  position: absolute;
  left: auto;
  right: 2%;
  bottom: 4vw;
}
ul.keyimg li.s4 {
  background: url("../images/key_visual_04.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
ul.keyimg li.s4 span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 2%;
  bottom: 10vw;
}
ul.keyimg li.s4 span.t1 {
  position: absolute;
  left: 2%;
  top: 5vw;
  height: 55vw;
}
ul.keyimg li.s4 span.t2 {
  position: absolute;
  left: 12%;
  top: 5vw;
  height: 90vw;
}
ul.keyimg li.s4 span.t3 {
  position: absolute;
  left: 22%;
  top: 5vw;
  height: 55vw;
}
ul.keyimg li.s4 span.open {
  position: absolute;
  left: auto;
  right: 2%;
  bottom: 4vw;
}
ul.keyimg li.s5 {
  background: url("../images/key_visual_05.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
ul.keyimg li.s5 span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background-color: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.keyimg li.s5 span.t1 {
  position: absolute;
  left: 2%;
  top: 5vw;
}
ul.keyimg li.s5 span.t2 {
  position: absolute;
  left: 12%;
  top: 5vw;
}
ul.keyimg li.s5 span.open {
  position: absolute;
  left: auto;
  right: 2%;
  bottom: 4vw;
}

.key_visual_low {
  background: url(../images/key_visual_low.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 30vw;
}
.key_visual_low h1 {
  width: 100%;
  height: 30vw;
  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;
  color: #f9f8df;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0;
}
.key_visual_low h1 span {
  background-color: #f08800;
  font-family: "notoserifjp";
  color: #ffffff;
  padding: 0.6rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .slick-slide {
    height: 750px;
    margin: 0;
    overflow: hidden;
    border-bottom: #f08800 6px solid;
  }
  ul.keyimg li {
    height: 750px;
  }
  ul.keyimg li .textbox {
    width: 1200px;
    height: 750px;
    position: relative;
    margin: 0 auto;
  }
  ul.keyimg li.s1 {
    background: url("../images/key_visual_01.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  ul.keyimg li.s1 span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background-color: #ffffff;
    color: #333333;
    font-size: 2.5rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    padding: 20px 12px 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 60px;
    letter-spacing: 0.1em;
  }
  ul.keyimg li.s1 span.open {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 60px;
  }
  ul.keyimg li.s2 {
    background: url("../images/key_visual_02.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  ul.keyimg li.s2 span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background-color: #ffffff;
    color: #333333;
    font-size: 2.5rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    padding: 20px 12px 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 60px;
    letter-spacing: 0.1em;
  }
  ul.keyimg li.s2 span.open {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 60px;
  }
  ul.keyimg li.s3 {
    background: url("../images/key_visual_03.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  ul.keyimg li.s3 span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background-color: #ffffff;
    color: #333333;
    font-size: 2.5rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    padding: 20px 12px 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 60px;
    letter-spacing: 0.1em;
  }
  ul.keyimg li.s3 span.open {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 60px;
  }
  ul.keyimg li.s4 {
    background: url("../images/key_visual_04.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  ul.keyimg li.s4 span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background-color: #ffffff;
    color: #333333;
    font-size: 2.5rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    padding: 20px 12px 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 60px;
    letter-spacing: 0.1em;
  }
  ul.keyimg li.s4 span.t1 {
    position: absolute;
    left: 0;
    top: 62px;
    padding: 10px 12px 10px 10px;
    height: 380px;
  }
  ul.keyimg li.s4 span.t2 {
    position: absolute;
    left: 62px;
    top: 90px;
    padding: 10px 12px 0px 10px;
    height: 645px;
  }
  ul.keyimg li.s4 span.t3 {
    position: absolute;
    left: 127px;
    top: 120px;
    padding: 0px 12px 0px 10px;
    height: 400px;
  }
  ul.keyimg li.s4 span.open {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 60px;
  }
  ul.keyimg li.s5 {
    background: url("../images/key_visual_05.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  ul.keyimg li.s5 span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background-color: #ffffff;
    color: #333333;
    font-size: 2.5rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    padding: 20px 12px 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0.1em;
  }
  ul.keyimg li.s5 span.t1 {
    position: absolute;
    left: 0;
    top: 62px;
    padding: 10px 12px 10px 10px;
  }
  ul.keyimg li.s5 span.t2 {
    position: absolute;
    left: 52px;
    top: 62px;
    padding: 20px 12px 10px 10px;
  }
  ul.keyimg li.s5 span.open {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 60px;
  }
  .key_visual_low {
    background: url(../images/key_visual_low.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 200px;
  }
  .key_visual_low h1 {
    width: 100%;
    height: 200px;
    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;
    color: #f9f8df;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 0;
  }
  .key_visual_low h1 span {
    background-color: #f08800;
    font-family: "notoserifjp";
    color: #ffffff;
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  .main_nav_pc {
    display: block;
    height: 50px;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: visible;
  }
  .main_nav_pc nav {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
  }
  .main_nav_pc nav ul {
    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;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px;
    padding: 0;
    margin: 0;
  }
  .main_nav_pc nav ul li {
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 22px;
    text-align: center;
    font-weight: normal;
    margin: 0 0 0 0;
  }
  .main_nav_pc nav ul li:hover {
    cursor: pointer;
  }
  .main_nav_pc nav ul li a {
    text-decoration: none;
    color: #333333;
    height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .main_nav_pc nav ul li a i {
    color: #8cd656;
  }
  .main_nav_pc nav ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #f18900;
  }
  cursor:pointer .main_nav_pc nav ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .main_nav_pc nav ul li ul {
    width: 220px;
    height: auto;
    display: none;
    margin: 24px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 99999;
  }
  .main_nav_pc nav ul li ul li {
    width: 220px;
    height: 33px;
    margin: 0 0 0 0;
  }
  .main_nav_pc nav ul li ul li a {
    font-size: 1.6rem;
    color: #333333;
    width: 250px;
    height: 33px;
    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: none;
    background-color: #ffffff;
    border-bottom: #f18900 2px solid;
    padding: 0 0 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_nav_pc nav ul li ul li a::before {
    content: "";
  }
  .main_nav_pc nav ul li ul li a::after {
    content: "";
    display: none;
  }
  .main_nav_pc nav ul li ul li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .main_nav_pc nav ul li.introduction {
    width: 170px;
  }
  .main_nav_pc nav ul li.homecare {
    width: 170px;
  }
  .main_nav_pc nav ul li.medical {
    width: 220px;
  }
  .main_nav_pc nav ul.open_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mvv_section {
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #f9f8df;
}
.mvv_section .mvv_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0 3rem 0;
}
.mvv_section .mvv_container .mvv_heading {
  font-family: "notoserifjp_bold";
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  color: #f08800;
}
.mvv_section .mvv_container .mvv_heading span {
  display: block;
  font-size: 16px;
  color: #6bbf2d;
  margin-bottom: 8px;
}
.mvv_section .mvv_container .mvv_features_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mvv_section .mvv_container .mvv_features_row .mvv_feature_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.mvv_section .mvv_container .mvv_features_row .mvv_feature_column .mvv_feature_caption {
  padding: 30px;
}
.mvv_section .mvv_container .mvv_features_row .mvv_feature_column .mvv_feature_caption .mvv_feature_tag {
  display: inline-block;
  padding: 5px 12px;
  background-color: #e74c3c;
  color: white;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.mvv_section .mvv_container .mvv_features_row .mvv_feature_column .mvv_feature_caption .mvv_feature_number {
  font-size: 2.2rem;
  font-family: "notoserifjp_bold";
  font-weight: bold;
  margin-bottom: 15px;
  color: #e74c3c;
}
.mvv_section .mvv_container .mvv_features_row .mvv_feature_column .mvv_feature_caption .mvv_feature_title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.mvv_section .mvv_container .mvv_values_container {
  width: 100%;
}
.mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width .mvv_feature_caption {
  padding: 30px;
}
.mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width .mvv_feature_caption .mvv_value_header {
  margin-bottom: 20px;
}
.mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width .mvv_feature_caption .mvv_value_header .mvv_feature_tag {
  display: inline-block;
  padding: 5px 12px;
  background-color: #e74c3c;
  color: white;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width .mvv_feature_caption .mvv_value_header .mvv_feature_number {
  font-size: 2.2rem;
  font-family: "notoserifjp_bold";
  font-weight: bold;
  margin-bottom: 15px;
  color: #e74c3c;
}
.mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width .mvv_feature_caption .mvv_values_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width .mvv_feature_caption .mvv_values_content .mvv_values_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}
.mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width .mvv_feature_caption .mvv_values_content .mvv_values_column .mvv_values_item {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 10px 0;
}
.mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width .mvv_feature_caption .mvv_values_content .mvv_values_column .mvv_values_subitem {
  font-size: 1.2rem;
  font-weight: bold;
  color: #666;
  line-height: 2;
  margin: 5px 0 5px 20px;
}

@media screen and (min-width: 768px), print {
  .mvv_section .mvv_container .mvv_heading {
    font-size: 3rem;
  }
  .mvv_section .mvv_container .mvv_features_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mvv_section .mvv_container .mvv_features_row .mvv_feature_column .mvv_feature_caption .mvv_feature_number {
    font-size: 2.6rem;
  }
  .mvv_section .mvv_container .mvv_features_row .mvv_feature_column .mvv_feature_caption .mvv_feature_title {
    font-size: 1.6rem;
  }
  .mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width .mvv_feature_caption .mvv_value_header .mvv_feature_number {
    font-size: 2.6rem;
  }
  .mvv_section .mvv_container .mvv_values_container .mvv_feature_column.full_width .mvv_feature_caption .mvv_values_content .mvv_values_column .mvv_values_item {
    font-size: 1.6rem;
  }
}
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.philosophy_frame {
  width: 100%;
  background-color: #f9f8df;
  padding: 2rem 0 4rem;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.philosophy_frame .philosophy_box {
  width: 96%;
  margin: 0 auto;
  background: url("../images/index_philosophy.png") no-repeat;
  background-position: right bottom;
  background-size: 70%;
}
.philosophy_frame .philosophy_box h2.philosophy {
  font-family: "notoserifjp_bold";
  font-size: 2.2rem;
  color: #333333;
  margin: 0 0 2rem 0;
}
.philosophy_frame .philosophy_box h2.philosophy span {
  display: block;
  font-family: "roboto";
  font-size: 1rem;
  color: #8cd656;
  margin: 0 0 0.2rem 0;
}
.philosophy_frame .philosophy_box p.philosophy_subtitle {
  font-family: "notoserifjp_bold";
  font-size: 1.7rem;
  color: #f08800;
}
.philosophy_frame .philosophy_box p.philosophy_subtitle span {
  font-size: 1.9rem;
}
.philosophy_frame .philosophy_box p.philosophy_text {
  font-size: 1.4rem;
  line-height: 200%;
  margin: 0;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .philosophy_frame {
    width: 100%;
    height: 470px;
    background-color: #f9f8df;
    padding: 40px 0 0 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .philosophy_frame .philosophy_box {
    width: 1200px;
    height: 393px;
    margin: 0 auto;
    background: url("../images/index_philosophy.png") no-repeat;
    background-position: right bottom;
    background-size: 518px;
    position: relative;
  }
  .philosophy_frame .philosophy_box h2.philosophy {
    font-family: "notoserifjp_bold";
    font-size: 3rem;
    color: #333333;
    margin: 0 0 0 0;
    position: absolute;
    top: 80px;
    left: 200px;
  }
  .philosophy_frame .philosophy_box h2.philosophy span {
    display: block;
    font-family: "roboto";
    font-size: 1.4rem;
    color: #8cd656;
    margin: 0 0 4px 0;
  }
  .philosophy_frame .philosophy_box p.philosophy_subtitle {
    font-family: "notoserifjp_bold";
    font-size: 2.6rem;
    color: #f08800;
    margin: 0;
    position: absolute;
    top: 178px;
    left: 200px;
    letter-spacing: 0.1em;
  }
  .philosophy_frame .philosophy_box p.philosophy_subtitle span {
    font-size: 3rem;
  }
  .philosophy_frame .philosophy_box p.philosophy_text {
    font-size: 1.8rem;
    line-height: 200%;
    margin: 0;
    letter-spacing: 0.1em;
    position: absolute;
    top: 247px;
    left: 200px;
    font-weight: bold;
  }
}
/*-----------------------------------------------------------
求人バナー
----------------------------------------------------------- */
.recruit {
  background: #f9f1e4;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .recruit {
    padding: 4rem 0;
  }
}

.recruit_bnr, .bnr {
  margin: 2rem auto 0;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.recruit_bnr.-ora li a, .-ora.bnr li a {
  background: #f08800;
}
.recruit_bnr li, .bnr li {
  width: calc((100% - 12px) / 3);
  list-style: none;
}
.recruit_bnr li:not(:nth-of-type(3n)), .bnr li:not(:nth-of-type(3n)) {
  margin: 0;
}
.recruit_bnr li a, .bnr li a {
  color: #ffffff;
  background: #8cd656;
  text-decoration: none;
  display: block;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  padding: 0.8rem 0.6rem 0.8rem 0.2rem;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
}
.recruit_bnr li a::after, .bnr li a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
  font-family: "fontello";
  content: "\e806";
  font-size: 80%;
  font-weight: normal;
}
@media screen and (min-width: 768px), print {
  .recruit_bnr, .bnr {
    width: 90rem;
    margin: 6rem auto 2rem;
  }
  .recruit_bnr li, .bnr li {
    width: calc((100% - 2rem) / 3);
  }
  .recruit_bnr li:not(:nth-of-type(3n)), .bnr li:not(:nth-of-type(3n)) {
    margin: 0;
  }
  .recruit_bnr li a, .bnr li a {
    font-size: 2rem;
    padding: 2.5rem 0.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
  }
  .recruit_bnr li a::after, .bnr li a::after {
    right: 1rem;
  }
  .recruit_bnr li a:hover, .bnr li a:hover {
    opacity: 0.7;
  }
}

.bnr.-col_lg_1 {
  width: 100%;
}
.bnr.-col_lg_1 li {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .bnr.-col_lg_1 li {
    width: 50%;
  }
}
.bnr.-col_lg_1 a {
  background: #FF8000 !important;
}

/*-----------------------------------------------------------
求人バナー
----------------------------------------------------------- */
.doctorsbana {
  width: 90%;
  margin: 0 auto;
  display: block;
  text-decoration: none;
}
.doctorsbana img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .doctorsbana {
    width: 500px;
    margin: 60px auto 0 auto;
    display: block;
    text-decoration: none;
  }
  .doctorsbana img {
    width: 100%;
  }
  .doctorsbana:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*-----------------------------------------------------------
新型コロナウイルス感染対策バナー
----------------------------------------------------------- */
.corona_bana {
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.corona_bana img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.corona_bana2 {
  width: 90%;
  margin: 2rem auto;
  border: #e0e0e0 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #ffffff;
}
.corona_bana2 p {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.corona_bana2 p .text1 {
  color: #f08800;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  line-height: 140%;
  display: block;
}
.corona_bana2 p .text2 {
  color: #333333;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}
.corona_bana2 figure {
  width: 100%;
}
.corona_bana2 figure img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .corona_bana {
    padding: 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .corona_bana img {
    width: 900px;
    display: block;
    margin: 0 auto;
  }
  .corona_bana2 {
    width: 900px;
    height: 197px;
    margin: 50px auto 100px auto;
    border: #e0e0e0 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #ffffff;
    position: relative;
  }
  .corona_bana2 p {
    position: absolute;
    top: 13px;
    left: 18px;
    width: auto;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .corona_bana2 p .text1 {
    color: #f08800;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 4.2rem;
    line-height: 115%;
    display: block;
  }
  .corona_bana2 p .text2 {
    color: #333333;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    margin: 20px 0 0 0;
  }
  .corona_bana2 figure {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 336px;
  }
  .corona_bana2 figure img {
    width: 336px;
  }
}
/*-----------------------------------------------------------
在宅医療について
----------------------------------------------------------- */
.home_medical_care_frame {
  width: 100%;
  margin: 0;
}
.home_medical_care_frame .home_medical_care_box {
  width: 96%;
  margin: 0 auto;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background-color: $color13;*/
  background: url("../images/index_home_medical_care_bg.gif") repeat;
  border-radius: 0.6rem;
}
.home_medical_care_frame .home_medical_care_box .home_medical_care_link {
  margin: 2rem 0 0 0;
}
.home_medical_care_frame .home_medical_care_box .home_medical_care_link a {
  display: block;
  width: 60%;
  margin: 0 auto 4rem auto;
  text-decoration: none;
}
.home_medical_care_frame .home_medical_care_box .home_medical_care_link a img {
  width: 100%;
}
.home_medical_care_frame .home_medical_care_box .home_medical_care_link a span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-family: "notosansjp";
  color: #333333;
  letter-spacing: 0.1em;
  margin: 1rem 0 0 0;
  font-weight: bold;
}
.home_medical_care_frame .home_medical_care_box .home_medical_care_link a span i {
  color: #f08800;
}

@media screen and (min-width: 768px), print {
  .home_medical_care_frame {
    width: 100%;
    margin: 0;
  }
  .home_medical_care_frame .home_medical_care_box {
    width: 1335px;
    margin: 0 auto;
    padding: 118px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*background-color: $color13;*/
    background: url("../images/index_home_medical_care_bg.gif") repeat;
    border-radius: 15px;
  }
  .home_medical_care_frame .home_medical_care_box .home_medical_care_link {
    width: 1150px;
    margin: 62px 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;
  }
  .home_medical_care_frame .home_medical_care_box .home_medical_care_link a {
    display: block;
    width: 383px;
    margin: 0 0 60px 0;
    text-decoration: none;
    text-align: center;
  }
  .home_medical_care_frame .home_medical_care_box .home_medical_care_link a img {
    width: 236px;
  }
  .home_medical_care_frame .home_medical_care_box .home_medical_care_link a span {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    font-family: "notosansjp";
    color: #333333;
    letter-spacing: 0.1em;
    margin: 20px 0 0 0;
    font-weight: bold;
  }
  .home_medical_care_frame .home_medical_care_box .home_medical_care_link a span i {
    color: #f08800;
  }
  .home_medical_care_frame .home_medical_care_box .home_medical_care_link a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*-----------------------------------------------------------
基本方針
----------------------------------------------------------- */
.basic_policy_frame {
  background: url("../images/index_basic_policy.jpg") no-repeat;
  background-size: cover;
  height: auto;
  margin: 6rem 0 0 0;
  padding: 2rem 0 0 0;
}
.basic_policy_frame .basic_policy_box {
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-top: rgba(255, 255, 255, 0.6) 1rem solid;
  border-left: rgba(255, 255, 255, 0.6) 1rem solid;
  border-right: rgba(255, 255, 255, 0.6) 1rem solid;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  padding: 2rem;
}
.basic_policy_frame .basic_policy_box ul.basic_policy {
  list-style-type: none;
  margin: 2rem 0 0 0;
  line-height: 180%;
}
.basic_policy_frame .basic_policy_box ul.basic_policy li {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: #dcdcdc 2px solid;
}
.basic_policy_frame .basic_policy_box ul.basic_policy li span {
  color: #f08800;
  font-size: 1.7rem;
  font-family: "notosansjp_bold";
  display: block;
  margin: 0 0 0.8rem 0;
  text-align: center;
  letter-spacing: 0.1em;
}
.basic_policy_frame .basic_policy_box ul.basic_policy li:last-child {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .basic_policy_frame {
    background: url("../images/index_basic_policy.jpg") no-repeat;
    background-size: cover;
    height: 892px;
    margin: 168px 0 0 0;
    padding: 0 0 0 0;
  }
  .basic_policy_frame .basic_policy_box {
    background-color: transparent;
    background-clip: padding-box;
    border-top: none;
    border-left: none;
    border-right: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1052px;
    height: 880px;
    margin: 12px auto 0 auto;
    padding: 104px 0 0 0;
    background: url("../images/index_basic_policy_circle.png") no-repeat;
    background-position: center center;
  }
  .basic_policy_frame .basic_policy_box ul.basic_policy {
    list-style-type: none;
    margin: 65px auto 0 auto;
    line-height: 180%;
    width: 526px;
  }
  .basic_policy_frame .basic_policy_box ul.basic_policy li {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    border-bottom: #dcdcdc 2px solid;
  }
  .basic_policy_frame .basic_policy_box ul.basic_policy li span {
    color: #f08800;
    font-size: 2.4rem;
    font-family: "notosansjp_bold";
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .basic_policy_frame .basic_policy_box ul.basic_policy li:last-child {
    margin: 0;
  }
}
/*-----------------------------------------------------------
あかり在宅クリニックの特長
----------------------------------------------------------- */
.features_frame {
  background-color: #f9f1e4;
  padding: 2rem 0 6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.features_frame .features_box h2.features_title {
  font-family: "notoserifjp_bold";
  font-size: 2.2rem;
  color: #333333;
  margin: 0 0 0 0;
  text-align: center;
}
.features_frame .features_box h2.features_title span {
  display: block;
  font-family: "roboto";
  font-size: 1rem;
  color: #8cd656;
  margin: 0 0 0.2rem 0;
}
.features_frame .features_box .features {
  width: 80%;
  margin: 2rem auto 0 auto;
}
.features_frame .features_box .features img {
  width: 100%;
}
.features_frame .features_box .features .features_text_box {
  background-color: #ffffff;
  margin: -4px 0 0 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
.features_frame .features_box .features .features_text_box .features_title {
  border-left: #f08800 6px solid;
  color: #f08800;
  font-size: 1.8rem;
  line-height: 140%;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1rem 0;
}
.features_frame .features_box .features .features_text_box .features_text {
  padding: 0 2.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    background-color: #f9f1e4;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 1255px;
    margin: 0;
  }
  .features_frame .features_box {
    width: 1200px;
    height: 1255px;
    margin: 0 auto;
    position: relative;
    background-color: aquamarine;
    background: url("../images/index_features_bg2.png"), url("../images/index_features_bg.png");
    background-position: center center, center bottom;
    background-repeat: no-repeat, no-repeat;
  }
  .features_frame .features_box h2.features_title {
    position: absolute;
    top: 577px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: "notoserifjp_bold";
    font-size: 3rem;
    color: #333333;
    margin: 0 0 0 0;
    text-align: center;
  }
  .features_frame .features_box h2.features_title span {
    display: block;
    font-family: "roboto";
    font-size: 1.4rem;
    color: #8cd656;
    margin: 0 0 10px 0;
  }
  .features_frame .features_box .features {
    width: 400px;
    height: auto;
    margin: 0;
  }
  .features_frame .features_box .features img {
    width: 100%;
  }
  .features_frame .features_box .features .features_text_box {
    background-color: #ffffff;
    margin: -4px 0 0 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 36px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 200px;
  }
  .features_frame .features_box .features .features_text_box .features_title {
    border-left: #f08800 6px solid;
    color: #f08800;
    font-size: 2.2rem;
    line-height: 140%;
    padding: 0 30px 0 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    margin: 0 0 18px 0;
  }
  .features_frame .features_box .features .features_text_box .features_text {
    padding: 0 40px 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .features_frame .features_box .fe_01 {
    position: absolute;
    top: 114px;
    left: 170px;
  }
  .features_frame .features_box .fe_02 {
    position: absolute;
    top: 114px;
    right: 170px;
  }
  .features_frame .features_box .fe_03 {
    position: absolute;
    bottom: 160px;
    left: 0;
  }
  .features_frame .features_box .fe_04 {
    position: absolute;
    bottom: 160px;
    right: 0;
  }
}
/* 当院の患者様 */
.hospital {
  padding: 5rem;
}
.hospital .hospital_body {
  padding-top: 4rem;
  gap: 2rem;
}
.hospital .hospital_images {
  margin: 0 8px;
}
.hospital .hospital_images img {
  width: 100%;
}
.hospital .hospital_text {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.hospital p {
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .hospital .hospital_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4rem;
  }
  .hospital .hospital_images {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.notice_frame {
  width: 100%;
  margin: -2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  padding: 0;
  height: auto;
}
.notice_frame h2 {
  background-color: #f08800;
  color: #ffffff;
  font-weight: normal;
  width: 70%;
  height: 40vw;
  margin: 0 30% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 100%;
  padding: 0 0 0 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.notice_frame h2 span.eng {
  font-family: "roboto";
  font-size: 1.2rem;
  margin: 1.2rem 0 1rem 0;
}
.notice_frame h2 span.jap {
  font-family: "notoserifjp";
  font-size: 2.2rem;
  margin: 0 0 1rem 0;
}
.notice_frame .notice_box {
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.notice_frame .notice_box .notice_area {
  background-color: #ffffff;
  margin: 2rem 0 0 0;
  padding: 0 0 2rem 0;
}
.notice_frame .notice_box .notice_area dl {
  /*min-height: 80vw;*/
  height: auto;
  margin: 2rem auto 0 auto;
  width: 96%;
  overflow-wrap: break-word;
}
.notice_frame .notice_box .notice_area dl dt {
  color: #6bbf2d;
  margin: 2rem 0 0.4rem 0;
  padding: 2rem 0.4rem 0 2rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 140%;
  position: relative;
  border-top: #dcdcdc 1px solid;
}
.notice_frame .notice_box .notice_area dl dt::before {
  position: absolute;
  font-family: "fontello";
  content: "\e807";
  color: #8cd656;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  left: 0;
  top: 2rem;
  font-size: 1.2rem;
}
.notice_frame .notice_box .notice_area dl dt.open::before {
  border: none;
  font-family: "fontello";
  content: "\e807";
  color: #8cd656;
}
.notice_frame .notice_box .notice_area dl dt.close::before {
  font-family: "fontello";
  content: "\e805";
  color: #8cd656;
}
.notice_frame .notice_box .notice_area dl dt:first-child {
  padding: 2rem 0.4rem 0 2rem;
}
.notice_frame .notice_box .notice_area dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0.4rem 0 2rem;
  color: #333333;
  font-size: 1.4rem;
  line-height: 160%;
  display: none;
}
.notice_frame .notice_box .notice_area dl dd.open {
  display: block;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 100%;
    margin: -37px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    padding: 0 0 114px 0;
    height: auto;
    position: relative;
    z-index: 9999;
  }
  .notice_frame h2 {
    background-color: #f08800;
    color: #ffffff;
    font-weight: normal;
    width: 630px;
    max-width: 32%;
    height: 210px;
    margin: 0 30% 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 100%;
    padding: 0 0 0 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .notice_frame h2 span.eng {
    font-family: "roboto";
    font-size: 1.4rem;
    margin: 0 120px 10px 0;
    letter-spacing: 0.1em;
  }
  .notice_frame h2 span.jap {
    font-family: "notoserifjp";
    font-size: 3rem;
    margin: 0 80px 0 0;
  }
  .notice_frame .notice_box {
    width: 1200px;
    margin: -300px auto 0 auto;
    position: relative;
    z-index: 0;
    /*min-height: 400px;*/
  }
  .notice_frame .notice_box .notice_area {
    background-color: #ffffff;
    margin: 230px 0 0 350px;
    padding: 0;
    width: 850px;
  }
  .notice_frame .notice_box .notice_area dl {
    /*min-height: 334px;*/
    height: auto;
    margin: 0;
    width: 850px;
    overflow-wrap: break-word;
  }
  .notice_frame .notice_box .notice_area dl dt {
    color: #6bbf2d;
    margin: 20px 0 16px 0;
    padding: 20px 0 0 20px;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 140%;
    position: relative;
    border-top: #dcdcdc 1px solid;
  }
  .notice_frame .notice_box .notice_area dl dt::before {
    position: absolute;
    font-family: "fontello";
    content: "\e807";
    color: #8cd656;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    top: 20px;
    font-size: 1.2rem;
  }
  .notice_frame .notice_box .notice_area dl dt.open::before {
    border: none;
    font-family: "fontello";
    content: "\e807";
    color: #8cd656;
  }
  .notice_frame .notice_box .notice_area dl dt.close::before {
    font-family: "fontello";
    content: "\e805";
    color: #8cd656;
  }
  .notice_frame .notice_box .notice_area dl dt:first-child {
    padding: 20px 0.4rem 0 2rem;
  }
  .notice_frame .notice_box .notice_area dl dd {
    margin: 0 0 18px 0;
    padding: 0 0 0 0;
    color: #333333;
    font-size: 1.6rem;
    line-height: 160%;
    display: none;
  }
  .notice_frame .notice_box .notice_area dl dd.open {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .notice_frame {
    width: 100%;
    margin: -37px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    padding: 0 0 114px 0;
    height: auto;
    position: relative;
    z-index: 9999;
  }
  .notice_frame h2 {
    background-color: #f08800;
    color: #ffffff;
    font-weight: normal;
    width: 630px;
    max-width: 26%;
    height: 210px;
    margin: 0 30% 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 100%;
    padding: 0 0 0 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .notice_frame h2 span.eng {
    font-family: "roboto";
    font-size: 1.4rem;
    margin: 0 120px 10px 0;
    letter-spacing: 0.1em;
  }
  .notice_frame h2 span.jap {
    font-family: "notoserifjp";
    font-size: 3rem;
    margin: 0 80px 0 0;
  }
  .notice_frame .notice_box {
    width: 1200px;
    margin: -300px auto 0 auto;
    position: relative;
    z-index: 0;
    min-height: auto;
  }
  .notice_frame .notice_box .notice_area {
    background-color: #ffffff;
    margin: 230px 0 0 350px;
    padding: 0;
    width: 850px;
  }
  .notice_frame .notice_box .notice_area dl {
    min-height: auto;
    height: auto;
    margin: 0;
    width: 850px;
  }
  .notice_frame .notice_box .notice_area dl dt {
    color: #6bbf2d;
    margin: 20px 0 16px 0;
    padding: 20px 0 0 20px;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 140%;
    position: relative;
    border-top: #dcdcdc 1px solid;
  }
  .notice_frame .notice_box .notice_area dl dt::before {
    position: absolute;
    font-family: "fontello";
    content: "\e807";
    color: #8cd656;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    top: 20px;
    font-size: 1.2rem;
  }
  .notice_frame .notice_box .notice_area dl dt.open::before {
    border: none;
    font-family: "fontello";
    content: "\e807";
    color: #8cd656;
  }
  .notice_frame .notice_box .notice_area dl dt.close::before {
    font-family: "fontello";
    content: "\e805";
    color: #8cd656;
  }
  .notice_frame .notice_box .notice_area dl dt:first-child {
    padding: 20px 0.4rem 0 2rem;
  }
  .notice_frame .notice_box .notice_area dl dd {
    margin: 0 0 18px 0;
    padding: 0 0 0 0;
    color: #333333;
    font-size: 1.6rem;
    line-height: 160%;
    display: none;
  }
  .notice_frame .notice_box .notice_area dl dd.open {
    display: block;
  }
}
/*-----------------------------------------------------------
 医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0;
  border-top: #ffffff 18vw solid;
  background-color: #f9f1e4;
  overflow: visible;
}
.overview.shinosaki {
  border-top: 0;
  padding: 3rem 0 2rem 0;
}
.overview.shinosaki .overview_frame {
  margin: 0 auto 0 auto;
}
.overview .overview_frame {
  width: 96%;
  margin: -18vw auto 0 auto;
}
.overview .overview_frame .overview_left h2.overview_title {
  text-align: center;
}
.overview .overview_frame .overview_left h2.overview_title img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.overview .overview_frame .overview_left dl {
  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;
  margin: 2rem 0 1rem 0;
  line-height: 140%;
  width: 100%;
}
.overview .overview_frame .overview_left dl dt {
  width: 20%;
  margin: 0 0 1px 0;
  padding: 1rem 0;
  font-size: 1.2rem;
  background-color: #f08800;
  color: #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;
}
.overview .overview_frame .overview_left dl dd {
  width: 75%;
  margin: 0 0 1px 0;
  padding: 1rem 0;
  font-size: 1.2rem;
  line-height: 140%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
}
.overview .overview_frame .overview_left dl dd a {
  color: #333333;
  text-decoration: none;
}
.overview .overview_frame .overview_right {
  margin: 2rem 0 0 0;
  /*
  figure{
    background-color: $color0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    img{
      width: 95%;
      display: block;
      padding: 2.5% 0;
      box-sizing: border-box;          
    }
  }
  */
}
.overview .overview_frame .overview_right iframe.googlemap {
  width: 95%;
  height: 500px;
  display: block;
  margin: 0 auto;
}
.overview .overview_frame .overview_right .map_text {
  color: #f08800;
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview .overview_frame .overview_right .map_text i {
  font-size: 2.8rem;
}
.overview .overview_frame .overview_right .map_text2 {
  color: #f08800;
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 1.4rem;
}
.overview .overview_frame .overview_right .overview_bana {
  display: block;
  width: 70%;
  margin: 2rem auto 0 auto;
  border: #999999 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_frame .overview_right .overview_bana img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    padding: 0 0 116px 0;
    margin: 0;
    border-top: #ffffff 80px solid;
    background-color: #f9f1e4;
    overflow: visible;
  }
  .overview .overview_frame {
    width: 1200px;
    margin: -80px 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;
  }
  .overview .overview_frame .overview_left {
    width: 510px;
  }
  .overview .overview_frame .overview_left h2.overview_title {
    text-align: center;
  }
  .overview .overview_frame .overview_left h2.overview_title img {
    width: 384px;
    display: block;
    margin: 0 auto;
  }
  .overview .overview_frame .overview_left dl {
    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;
    margin: 52px 0 18px 0;
    line-height: 140%;
    width: 510px;
  }
  .overview .overview_frame .overview_left dl dt {
    width: 118px;
    /*height: 49px;*/
    margin: 0 0 1px 0;
    padding: 1rem 0;
    font-size: 1.6rem;
    background-color: #f08800;
    color: #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;
  }
  .overview .overview_frame .overview_left dl dd {
    width: 384px;
    /*height: 49px;*/
    margin: 0 0 1px 0;
    padding: 1rem 0;
    font-size: 1.6rem;
    line-height: 140%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview .overview_frame .overview_left dl dd a {
    color: #333333;
    text-decoration: none;
  }
  .overview .overview_frame .overview_right {
    margin: 0 0 0 0;
    width: 650px;
  }
  .overview .overview_frame .overview_right figure {
    width: 650px;
    background-color: #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;
  }
  .overview .overview_frame .overview_right figure img {
    width: 617px;
    display: block;
    padding: 16.5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_frame .overview_right iframe.googlemap {
    width: 650px;
    height: 590px;
    display: block;
    margin: 0;
  }
  .overview .overview_frame .overview_right .map_text {
    color: #f08800;
    text-align: center;
    margin: 22px 0 0 0;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_frame .overview_right .map_text i {
    font-size: 4.2rem;
  }
  .overview .overview_frame .overview_right .map_text2 {
    color: #f08800;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 2rem;
  }
  .overview .overview_frame .overview_right .overview_bana {
    display: block;
    width: 348px;
    margin: 20px auto 0 auto;
    border: #999999 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_frame .overview_right .overview_bana img {
    width: 100%;
  }
  .overview .overview_frame .overview_right .overview_bana:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  background-color: #ffffff;
}
footer .footer_frame {
  margin: 2rem auto 0 auto;
  width: 96%;
}
footer .footer_frame ul.footer_list {
  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;
  width: 100%;
  margin: 0 0 0 0;
}
footer .footer_frame ul.footer_list li {
  width: 48%;
  display: block;
  margin: 0 0 1rem 0;
}
footer .footer_frame ul.footer_list li a {
  color: #333333;
  font-size: 1rem;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  line-height: 130%;
  padding: 0 0 0 0;
}
footer .footer_frame ul.footer_list li a::before {
  font-family: "fontello";
  content: "\e808";
  color: #f08800;
  margin: 0 0.2rem 0 0;
}
footer .footer_frame ul.footer_list li.home {
  display: none;
}
footer .footer_frame ul.footer_list li.introduction {
  display: none;
}
footer .footer_frame ul.footer_list li.homecare {
  display: none;
}
footer .footer_frame ul.footer_list li.medical {
  display: none;
}
footer .footer_frame a.blog_link {
  width: 50%;
  height: 12vw;
  margin: 1rem auto;
  color: #ffffff;
  background-color: #60c6f2;
  border-radius: 0.4rem;
  font-size: 1rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .footer_frame a.blog_link i {
  font-size: 2rem;
}
footer .copyright {
  margin: 0;
  text-align: center;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  letter-spacing: 0.05em;
}
footer .copyright a {
  color: #999999;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.5rem 0;
  background-color: #ffffff;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 40%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  background-color: #f08800;
  padding: 1rem 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.footer_link a.footer_inquiry {
  width: 35%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  background-color: #f08800;
  padding: 1rem 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.footer_link .smoothScrolls {
  background-color: #f08800;
  width: 18%;
  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;
  border-radius: 5px;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #ffffff;
  padding: 0.8rem 0;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px), print {
  footer {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  footer .footer_frame {
    margin: 0 auto 0 auto;
    padding: 110px 0 0;
    width: 1200px;
    position: relative;
  }
  footer .footer_frame ul.footer_list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin: 0 0 10px 0;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    display: block;
    margin: 0 24px 0 0;
  }
  footer .footer_frame ul.footer_list li a {
    color: #333333;
    font-size: 1.6rem;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    line-height: 130%;
    padding: 0 0 0 0;
  }
  footer .footer_frame ul.footer_list li a::before {
    font-family: "fontello";
    content: "\e808";
    color: #f08800;
    margin: 0 6px 0 0;
    font-size: 1.4rem;
  }
  footer .footer_frame ul.footer_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame ul.footer_list li.home {
    display: none;
  }
  footer .footer_frame ul.footer_list li.introduction {
    display: none;
  }
  footer .footer_frame ul.footer_list li.homecare {
    display: none;
  }
  footer .footer_frame ul.footer_list li.medical {
    display: none;
  }
  footer .footer_frame a.blog_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 122px;
    height: 112px;
    margin: 0;
    color: #ffffff;
    background-color: #60c6f2;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 1.6rem;
    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;
  }
  footer .footer_frame a.blog_link i {
    font-size: 4rem;
    margin: 0 0 14px 0;
  }
  footer .footer_frame a.blog_link:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .copyright {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    color: #ffffff;
    font-size: 1.3rem;
    width: 1200px;
    height: 66px;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: #dcdcdc 2px solid;
    line-height: 100%;
  }
  footer .copyright a {
    color: #999999;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #linkpagetop img {
    width: 66px;
    height: auto;
    display: block;
  }
  #linkpagetop img:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
  }
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr {
  display: none;
  position: absolute;
  top: 21vw;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  border-top: #f08800 1px solid;
  background-color: #ffffff;
}
.drawr ul.hbg {
  list-style-type: none;
}
.drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.drawr ul.hbg li a {
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: #f08800 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%;
}
.drawr ul.hbg li a i {
  color: #93d860;
}
.drawr ul.hbg li ul {
  display: none;
}
.drawr ul.hbg li ul.open_nav {
  display: block;
}
.drawr ul.hbg li ul li a {
  background-color: #f9f1e4;
  color: #333333;
  border-bottom: #f08800 1px solid;
}

.openNav {
  display: block;
}

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

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 12vw;
  padding: 0 0 4px 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: 42px;
  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;
  font-size: 12px;
  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;
}

.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;
}

.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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14%;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  padding: 0 0 0.6rem 0;
  background-color: #f08800;
  border: #f08800 1px solid;
  z-index: 99999;
}

/*見出し*/
h1 {
  margin: 0;
}

h2.top_title {
  font-family: "notoserifjp_bold";
  font-size: 2.2rem;
  color: #333333;
  margin: 0 0 0 0;
  text-align: center;
}
h2.top_title span {
  display: block;
  font-family: "roboto";
  font-size: 1rem;
  color: #8cd656;
  margin: 0 0 0.2rem 0;
}
h2.low {
  color: #f08800;
  font-family: "notoserifjp";
  font-size: 2.2rem;
  text-align: center;
  margin: 4rem 0 1rem 0;
}
h2.first {
  margin: 0 0 1rem 0;
}

h3.features {
  color: #f18900;
  font-family: "Kosugimaru";
  font-weight: bold;
  font-size: 1.8rem;
  border-left: #f18900 4px solid;
  padding: 0 0 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1rem 0;
  line-height: 120%;
}
h3.features2 {
  color: #f6f297;
  font-family: "Kosugimaru";
  font-weight: bold;
  font-size: 1.8rem;
  border-left: #f6f297 4px solid;
  padding: 0 0 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1rem 0;
  line-height: 120%;
}
h3.low {
  font-size: 1.9rem;
  font-family: "notoserifjp";
  font-weight: normal;
  color: #ffffff;
  background: url("../images/h3bg.png") no-repeat;
  background-size: 5%;
  background-position: left 0.4rem top 1rem;
  background-color: #f08800;
  padding: 0.6rem 0.8rem 0.6rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1rem 0;
  border-radius: 0.5rem;
}
h3.first {
  margin: 0 0 1rem 0;
}

h4 {
  font-size: 1.8rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #333333;
  position: relative;
  border-bottom: 3px solid #efefef;
  padding: 0 0 0.4rem 0;
  margin: 2rem 0 1rem 0;
}
h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50%;
  height: inherit;
  border-bottom: 3px solid #8cd656;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5 {
  font-size: 1.7rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #333333;
  border-bottom: #333333 1px solid;
  padding: 0 0 0.4rem 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem 0 1rem 0;
}
h5.first {
  margin: 1.5rem 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: "notoserifjp_bold";
    font-size: 3rem;
    color: #333333;
    margin: 0 0 0 0;
    text-align: center;
  }
  h2.top_title span {
    display: block;
    font-family: "roboto";
    font-size: 1.4rem;
    color: #8cd656;
    margin: 0 0 8px 0;
  }
  h2.low {
    color: #f08800;
    font-family: "notoserifjp";
    font-size: 3rem;
    text-align: center;
    margin: 100px 0 40px 0;
  }
  h2.first {
    margin: 0 0 40px 0;
  }
  h3.features {
    color: #f18900;
    font-family: "Kosugimaru";
    font-weight: bold;
    font-size: 2.8rem;
    border-left: #f18900 4px solid;
    padding: 0 0 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 18px 0;
    line-height: 120%;
  }
  h3.features2 {
    color: #f6f297;
    font-family: "Kosugimaru";
    font-weight: bold;
    font-size: 2.8rem;
    border-left: #f6f297 4px solid;
    padding: 0 0 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 18px 0;
    line-height: 120%;
  }
  h3.low {
    font-size: 2.6rem;
    font-family: "notoserifjp";
    font-weight: normal;
    color: #ffffff;
    background: url("../images/h3bg.png") no-repeat;
    background-size: 20px;
    background-position: left 15px top 15px;
    background-color: #f08800;
    padding: 12px 12px 12px 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 50px 0 30px 0;
    border-radius: 0.5rem;
  }
  h3.first {
    margin: 0 0 30px 0;
  }
  h4 {
    font-size: 2.2rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    color: #333333;
    position: relative;
    border-bottom: 3px solid #efefef;
    padding: 0 0 9px 0;
    margin: 50px 0 30px 0;
  }
  h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 50%;
    height: inherit;
    border-bottom: 3px solid #8cd656;
  }
  h4.first {
    margin: 0 0 30px 0;
  }
  h5 {
    font-size: 1.7rem;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    color: #333333;
    border-bottom: #333333 1px solid;
    padding: 0 0 5px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 15px 0 20px 0;
  }
  h5.first {
    margin: 15px 0 20px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

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

.img_flex figure {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_flex figure img {
  width: 70%;
  height: auto;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_right img {
    width: 400px;
    height: auto;
  }
  .img_right.tate img {
    width: 250px;
  }
  .img_center {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  .img_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .img_flex figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .img_flex figure img {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
  .img_flex figure img:not(:last-of-type) {
    margin-right: 10px;
  }
}
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 1rem 0;
}
ul.list_normal li {
  margin: 0 0 1.4rem 1.8rem;
  padding: 0;
}

/*画像●*/
ul.list_maru {
  padding: 0;
  margin: 0 0 1rem 0;
}
ul.list_maru li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/maru.png) no-repeat;
  background-position: left top 0.4rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}
ul.list_maru li ul {
  margin: 1rem 0 0 0;
}
ul.list_maru li ul li {
  background: none;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
ul.list_maru li a {
  color: #f18900;
  text-decoration: none;
}
ul.list_maru li span {
  color: #f18900;
}

ul.list_maru_two {
  padding: 0;
  margin: 0;
}
ul.list_maru_two li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/maru.png) no-repeat;
  background-position: left top 0.4rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}
ul.list_maru_two li a {
  color: #f08800;
}
ul.list_maru_two li a {
  color: #f18900;
  text-decoration: none;
}
ul.list_maru_two li span {
  color: #f18900;
}

/*なし*/
ul.list_none {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
}
ul.list_none li {
  margin: 0 0 15px 0;
  padding: 0 0 0 5px;
}
ul.list_none li span {
  color: #fedc50;
  margin: 0 0.5rem 0 0;
}

/*数値*/
ul.list_num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ul.list_num li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 0 0 10px 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}
ul.list_num li a {
  color: #f08800;
}

/*概要*/
ul.list_overview {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ul.list_overview li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

/*2列*/
ul.list_normal_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.list_normal_two li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
}

ul.list_none_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.list_none_two li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 25px;
}

@media screen and (min-width: 768px), print {
  /*標準*/
  ul.list_normal {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0;
  }
  ul.list_normal li {
    margin: 0 0 1.4rem 25px;
    padding: 0;
  }
  ul.list_normal li ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  ul.list_normal li ul li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 0.8rem 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
  }
  /*画像●*/
  ul.list_maru {
    padding: 0;
  }
  ul.list_maru li {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left top 6px;
    background-size: 11px;
    padding: 0 0 0 20px;
  }
  ul.list_maru li ul {
    margin: 2rem 0 0 0;
  }
  ul.list_maru li ul li {
    background: none;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    line-height: 160%;
  }
  ul.list_maru li a {
    color: #f18900;
    text-decoration: underline;
  }
  ul.list_maru li span {
    color: #f18900;
  }
  ul.list_maru_two {
    padding: 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%;
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left top 6px;
    background-size: 11px;
    padding: 0 0 0 20px;
    line-height: 140%;
  }
  ul.list_maru_two li a {
    color: #f18900;
    text-decoration: underline;
  }
  ul.list_maru_two li span {
    color: #f18900;
  }
  /*なし*/
  ul.list_none {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: none;
  }
  ul.list_none li {
    margin: 0 0 15px 0;
  }
  ul.list_none li span {
    color: #fedc50;
    margin: 0 5px 0 0;
  }
  /*数値*/
  ul.list_num {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  ul.list_num li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: decimal;
    margin: 0 0 10px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
  }
  ul.list_num li a {
    color: #f08800;
  }
  ul.list_num li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  /*概要*/
  ul.list_overview li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  ul.list_normal_two {
    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%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  ul.list_none_two {
    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_none_two li {
    width: 45%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 10px 25px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.bio_list dt {
  width: 100%;
  margin: 0 0 0 0;
  font-weight: bold;
}
dl.bio_list dt span {
  display: inline;
  text-align: left;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.bio_list dd {
  width: 100%;
  margin: 0 0 2rem 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 20px 0;
  line-height: 120%;
}
dl.num_list dt {
  width: 8%;
  margin: 0 0 0 0;
}
dl.num_list dd {
  width: 90%;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px), print {
  dl.bio_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;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 80px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dt span {
    display: block;
    text-align: center;
    padding: 0 35px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.bio_list dd {
    width: 1120px;
    margin: 0 0 20px 0;
  }
  dl.num_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;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    width: 600px;
  }
  dl.num_list dt {
    width: 35px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.num_list dd {
    width: 565px;
    margin: 0 0 20px 0;
  }
}
/*アサイド*/
aside {
  display: none;
}

@media screen and (min-width: 768px), print {
  aside {
    display: block;
    width: 270px;
  }
  aside p.aside_title {
    width: 270px;
    height: 54px;
    background-color: #8cd656;
    font-size: 2rem;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0.2em;
    margin: 0 0 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  aside ul.aside_list {
    list-style-type: none;
  }
  aside ul.aside_list li {
    margin: 0 0 0 0;
    width: 270px;
  }
  aside ul.aside_list li a {
    width: 270px;
    height: 50px;
    margin: 0;
    padding: 0 0 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333333;
    font-size: 2rem;
    background: url(../images/aside_arrow.png) no-repeat;
    background-position: left 18px center;
    border-bottom: #FFB41E 1px solid;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.05em;
  }
  aside ul.aside_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #8cd656;
  width: 8%;
}
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: #dddddd;
}
table.timetable tr td.time {
  width: 25%;
  text-align: center;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.timetable tr td i {
  color: #8cd656;
}

.notice_time {
  font-size: 1.2rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_time i {
  color: #8cd656;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 18px 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #8cd656;
    width: 10%;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 18px 0 6px 0;
    vertical-align: middle;
    color: #dddddd;
  }
  table.timetable tr td.time {
    width: 25%;
    text-align: center;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.timetable tr td i {
    color: #8cd656;
  }
  .notice_time {
    font-size: 1.6rem;
    margin: 8px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_time i {
    color: #8cd656;
    font-size: 1.6rem;
  }
}
/*下層*/
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #999999;
  text-align: center;
  display: block;
  margin: 30px auto;
}

.arrow2 {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #f08800;
  text-align: center;
  display: block;
  margin: 30px auto;
}

.text_bold {
  font-weight: bold;
}

.link_text {
  color: #f18900;
}

.red_text {
  color: #1b1b1b;
}

.underline_text {
  text-decoration: underline;
}

.emphasis {
  background-color: #FF8000;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #999999;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  .arrow2 {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #f08800;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  .text_bold {
    font-weight: bold;
  }
  .link_text {
    color: #f18900;
  }
  .link_text:hover {
    opacity: 0.6;
  }
  .red_text {
    color: #1b1b1b;
  }
  .underline_text {
    text-decoration: underline;
  }
  .emphasis {
    background-color: #FF8000;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 30px 0;
  }
  .emphasis p {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　医師紹介
----------------------------------------------------------- */
.doctor_name {
  text-align: right;
}
.doctor_name span {
  font-size: 1.8rem;
}

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

/*著作*/
.open_content {
  display: none;
}

.performance_link_text {
  display: block;
}
.performance_link_text span {
  position: relative;
}
.performance_link_text span::after {
  position: absolute;
  font-family: "fontello";
  content: "\e805";
  color: #8cd656;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  right: 0;
  top: 0;
  font-size: 1.4rem;
}
.performance_link_text.close_content span::after {
  position: absolute;
  font-family: "fontello";
  content: "\e807";
  color: #8cd656;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  right: 0;
  top: 0;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px), print {
  .doctor_name {
    text-align: right;
  }
  .doctor_name span {
    font-size: 2rem;
  }
  .img_doctor {
    margin: 0 0 0 20px;
    text-align: right;
    float: right;
  }
  .img_doctor img {
    width: 300px;
    height: auto;
  }
  /*著作*/
  .open_content {
    display: none;
  }
  .performance_link_text {
    display: block;
  }
  .performance_link_text span {
    position: relative;
  }
  .performance_link_text span::after {
    position: absolute;
    font-family: "fontello";
    content: "\e805";
    color: #8cd656;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    right: 0;
    top: 0;
    font-size: 1.6rem;
  }
  .performance_link_text.close_content span::after {
    position: absolute;
    font-family: "fontello";
    content: "\e807";
    color: #8cd656;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    right: 0;
    top: 0;
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------
　訪問エリア
----------------------------------------------------------- */
figure.area_map img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  figure.area_map img {
    width: 617px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
/*-----------------------------------------------------------
 費用について
----------------------------------------------------------- */
table.price_table {
  vertical-align: middle;
  width: 1000px;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.price_table tr {
  border-bottom: #333333 1px solid;
}
table.price_table tr th {
  width: 25%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #333333 1px solid;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}
table.price_table tr td {
  border: #333333 1px solid;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  table.price_table {
    vertical-align: middle;
    width: 1200px;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  table.price_table tr {
    border-bottom: #333333 1px solid;
  }
  table.price_table tr th {
    width: 25%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #333333 1px solid;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
  }
  table.price_table tr td {
    border: #333333 1px solid;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
/*-----------------------------------------------------------
 診療時間・アクセス
----------------------------------------------------------- */
dl.qabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem auto 0 auto;
  line-height: 140%;
  width: 96%;
}
dl.qabox dt {
  width: 12%;
  margin: 0 0 1rem 0;
}
dl.qabox dt span {
  color: #ffffff;
  width: 3.5rem;
  height: 3.5rem;
  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;
}
dl.qabox dt.question span {
  background-color: #8cd656;
}
dl.qabox dt.answer span {
  background-color: #60c6f2;
}
dl.qabox dd {
  width: 85%;
  margin: 0 0 2rem 0;
}
dl.qabox dd.question {
  font-weight: bold;
}
dl.qabox dd.answer ul {
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 768px), print {
  dl.qabox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 135px auto 100px auto;
    line-height: 160%;
    width: 1200px;
  }
  dl.qabox dt {
    width: 100px;
    margin: 0 0 20px 0;
  }
  dl.qabox dt span {
    color: #ffffff;
    width: 50px;
    height: 50px;
    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;
  }
  dl.qabox dt.question span {
    background-color: #8cd656;
  }
  dl.qabox dt.answer span {
    background-color: #60c6f2;
  }
  dl.qabox dd {
    width: 1100px;
    margin: 0 0 20px 0;
  }
  dl.qabox dd.question {
    font-weight: bold;
    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;
  }
  dl.qabox dd.answer {
    padding: 10px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.qabox dd.answer ul {
    margin: 20px 0 0 0;
  }
}
/* -----------------------------------------------------------
　スタッフ募集
----------------------------------------------------------- */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto 2rem;
  /*ラジオボタンを全て消す*/
  /*選択されているタブのスタイルを変える*/
  /*選択されているタブのコンテンツのみを表示*/
  /*タブ切り替えの中身のスタイル*/
}
.tabs input[name=tab_item] {
  display: none;
}
.tabs input:checked + .tab_item {
  background: #f08800;
  color: #fff;
}
.tabs #nurse:checked ~ #nurse_content,
.tabs #cm:checked ~ #cm_content,
.tabs #driver:checked ~ #driver_content,
.tabs #locum:checked ~ #locum_content {
  display: block;
}
.tabs .tab_item {
  width: 25%;
  height: 50px;
  border-bottom: 3px solid #f08800;
  border-radius: 20px 20px 0 0;
  background: #f9f1e4;
  line-height: 50px;
  font-size: 3vw;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs .tab_item:hover {
  opacity: 0.75;
}
.tabs .tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.tabs .tab_content > section {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    width: calc(100% - 2rem);
    /*タブ切り替えの中身のスタイル*/
  }
  .tabs .tab_item {
    width: 25%;
    height: 50px;
    border-bottom: 3px solid #f08800;
    border-radius: 20px 20px 0 0;
    background: #f9f1e4;
    line-height: 50px;
    font-size: 1.6rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .tabs .tab_item:hover {
    opacity: 0.75;
  }
  .tabs .tab_content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 0 40px 40px;
    clear: both;
    overflow: hidden;
  }
}
/* -----------------------------------------------------------
 メールフォーム
----------------------------------------------------------- */
#mailformpro table {
  font-size: 1.4rem;
  line-height: 140%;
  width: 100%;
}
#mailformpro table tr th {
  display: block;
  text-align: left;
  font-weight: normal;
  color: #ffffff;
  background-color: #f08800;
  padding: 1rem 0 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mailformpro table tr th span {
  background-color: #ff0000;
  color: #ffffff;
  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-bottom: #333333 1px solid;
  padding: 1rem 0;
  -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.4rem;
  width: 98%;
  margin: 0 0 1rem 0;
}
#mailformpro table tr td select {
  font-size: 1.4rem;
  width: 90%;
}
#mailformpro table tr td textarea {
  font-size: 1.4rem;
  width: 98%;
  min-height: 40vw;
}
#mailformpro table tr td .form_dl dt {
  border: none;
  padding: 0px;
  margin: 15px 0 5px;
}
#mailformpro table tr td .form_dl dd {
  padding: 0px;
}

.privacy_policy {
  width: 96%;
  margin: 0 auto 4rem auto;
  height: 60vw;
  overflow-y: scroll;
  border: #333333 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.privacy_policy ::-webkit-scrollbar {
  width: 12px;
}

.privacy_policy ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #93d860;
}

.privacy_policy ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.6rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    color: #ffffff;
    background-color: #f08800;
    padding: 1.5rem 0 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #ffffff 1px solid;
    vertical-align: middle;
    font-size: 1.8rem;
  }
  #mailformpro table tr th span {
    background-color: #ff0000;
    color: #ffffff;
    display: inline-block;
    padding: 0.4rem;
    -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: #333333 1px solid;
    padding: 1.5rem 0 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;
    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;
  }
  #mailformpro table tr td ol li {
    margin: 0 15px 0 0;
  }
  #mailformpro table tr td input[type=text],
  #mailformpro table tr td input[type=tel],
  #mailformpro table tr td input[type=email] {
    font-size: 2rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td input[type=text].half_box,
  #mailformpro table tr td input[type=tel].half_box,
  #mailformpro table tr td input[type=email].half_box {
    width: 150px;
  }
  #mailformpro table tr td select {
    font-size: 2rem;
    width: 300px;
  }
  #mailformpro table tr td textarea {
    font-size: 2rem;
    width: 100%;
    min-height: 200px;
  }
  #mailformpro table tr td .form_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mailformpro table tr td .form_dl dt {
    width: 10%;
    text-align: left;
    margin: 0 0 10px;
  }
  #mailformpro table tr td .form_dl dt.w100 {
    width: 100%;
    margin: 10px 0;
  }
  #mailformpro table tr td .form_dl dd {
    width: 90%;
    border: none;
    margin: 0 0 10px;
  }
  .privacy_policy {
    width: 1200px;
    margin: 0 auto 100px auto;
    height: 300px;
    overflow-y: scroll;
    border: #333333 1px solid;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_frame {
  width: 100%;
  margin: 0;
}
.machine_frame .machine_box {
  margin: 0 0 3rem 0;
}
.machine_frame .machine_box .machine_title {
  font-size: 1.8rem;
  font-family: "Kosugimaru";
  color: #ffffff;
  background-color: #999999;
  border-radius: 0.5rem;
  padding: 0.6rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1rem 0;
}
.machine_frame .machine_box img {
  width: 80%;
  display: block;
  margin: 0 auto 1rem auto;
}
.machine_frame .machine_box .machine_text {
  text-align: justify;
  width: 80%;
  margin: 0 auto;
}

.machine_box_back img {
  width: 80%;
  display: block;
  margin: 0 auto 1rem auto;
}

.machine_frame2 {
  width: 96%;
  margin: 0 auto;
  border: #f08800 2px solid;
  border-radius: 0.5rem;
}
.machine_frame2 .machine_box {
  margin: 0 0 3rem 0;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.machine_frame2 .machine_box .machine_title {
  font-size: 1.7rem;
  font-family: "Kosugimaru";
  color: #f18900;
  background-color: #ff0000;
  border-bottom: #f18900 1px solid;
  border-radius: 0.5rem;
  padding: 0.6rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1rem 0;
}
.machine_frame2 .machine_box img {
  width: 80%;
  display: block;
  margin: 0 auto 1rem auto;
}
.machine_frame2 .machine_box .machine_text {
  text-align: justify;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .machine_frame {
    width: 100%;
    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;
  }
  .machine_frame .machine_box {
    margin: 0 0 2rem 0;
    width: 500px;
  }
  .machine_frame .machine_box .machine_title {
    font-size: 2.2rem;
    font-family: "Kosugimaru";
    color: #ffffff;
    background-color: #999999;
    border-radius: 0.5rem;
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 50px 0 1rem 0;
  }
  .machine_frame .machine_box img {
    width: 500px;
    display: block;
    margin: 0 auto 1rem auto;
  }
  .machine_frame .machine_box .machine_text {
    text-align: justify;
    width: 500px;
    margin: 0 auto;
  }
  .machine_frame2 {
    width: 96%;
    margin: 0 auto;
    border: #f08800 2px solid;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_frame2 .machine_box {
    margin: 0 0 3rem 0;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 450px;
  }
  .machine_frame2 .machine_box .machine_title {
    font-size: 1.8rem;
    font-family: "Kosugimaru";
    color: #f18900;
    background-color: #ff0000;
    border-radius: 0.5rem;
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px 0 20px 0;
    text-align: center;
  }
  .machine_frame2 .machine_box img {
    width: 400px;
    display: block;
    margin: 0 auto 1rem auto;
  }
  .machine_frame2 .machine_box .machine_text {
    text-align: justify;
    width: 80%;
    margin: 0 auto;
  }
  .machine_box_back img {
    width: 400px;
    display: block;
    margin: 0 auto 1rem auto;
  }
}
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
/*テーブル*/
table.low_table {
  padding: 0px;
  width: 100%;
  margin: 0 auto 1rem auto;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-size: 1.4rem;
}
table.low_table tr th {
  background-color: #FF8000;
  vertical-align: middle;
  text-align: center;
  width: auto;
  padding: 0.8rem;
  border: #333333 1px solid;
  width: 50%;
  font-weight: normal;
  color: #333333;
}
table.low_table tr td {
  vertical-align: middle;
  text-align: left;
  border: #333333 1px solid;
  padding: 0.8rem;
  background-color: #ffffff;
  width: 50%;
  color: #333333;
}

table.low_table_02 {
  padding: 0px;
  width: 100%;
  margin: 0 auto 1rem auto;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-size: 1.4rem;
}
table.low_table_02 tr th {
  background-color: #FF8000;
  vertical-align: middle;
  text-align: center;
  width: auto;
  padding: 0.8rem;
  border: #f9f1e4 1px solid;
  width: 30%;
  font-weight: normal;
  color: #fff;
}
table.low_table_02 tr td {
  vertical-align: middle;
  text-align: left;
  border: #f9f1e4 1px solid;
  padding: 0.8rem;
  background: #ffffff;
  width: 100%;
  color: #333333;
}

table.initial tr td {
  width: initial !important;
}

.two_img_list figure {
  width: 90%;
  margin: 0 auto 4rem auto;
}
.two_img_list figure img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  /*テーブル*/
  table.low_table {
    padding: 0px;
    width: 100%;
    margin: 0 auto 1rem auto;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-size: 1.6rem;
  }
  table.low_table tr th {
    background-color: #FF8000;
    vertical-align: middle;
    text-align: center;
    width: auto;
    padding: 14px;
    border: #333333 1px solid;
    width: 50%;
    font-weight: normal;
    color: #333333;
  }
  table.low_table tr td {
    vertical-align: middle;
    text-align: left;
    border: #333333 1px solid;
    padding: 14px;
    background-color: #ffffff;
    width: 50%;
    color: #333333;
  }
  table.low_table_02 {
    padding: 0px;
    width: 100%;
    margin: 0 auto 1rem auto;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-size: 1.6rem;
  }
  table.low_table_02 tr th {
    vertical-align: middle;
    text-align: center;
    padding: 14px;
  }
  table.low_table_02 tr td {
    vertical-align: middle;
    text-align: left;
    padding: 14px;
  }
  .two_img_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;
  }
  .two_img_list figure {
    width: 400px;
    margin: 0 0 60px 0;
  }
  .two_img_list figure img {
    width: 100%;
  }
}
/* -----------------------------------------------------------
　禁煙
----------------------------------------------------------- */
table.num_table {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 96%;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  background-color: #ffffff;
  font-size: 1.4rem;
}
table.num_table tr th {
  width: 10%;
  background-color: #FF8000;
  color: #333333;
  vertical-align: middle;
  padding: 0.6rem 0;
  font-weight: normal;
  border: #70b43e 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.num_table tr td {
  width: 90%;
  padding: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #70b43e 1px solid;
}

@media screen and (min-width: 768px), print {
  table.num_table {
    padding: 0;
    margin: 0 auto 4rem auto;
    vertical-align: middle;
    width: 1100px;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    background-color: #ffffff;
    font-size: 1.8rem;
  }
  table.num_table tr th {
    width: 80px;
    background-color: #FF8000;
    color: #333333;
    vertical-align: middle;
    padding: 2rem 0;
    font-weight: normal;
    border: #70b43e 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.num_table tr td {
    width: 1120px;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #70b43e 1px solid;
  }
}
/* -----------------------------------------------------------
　自費診療
----------------------------------------------------------- */
ul.private_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 2rem 0;
}
ul.private_link li {
  list-style-type: none;
  margin: 0 0 1rem 0;
  width: 48%;
}
ul.private_link li a {
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
ul.private_link li a i {
  color: #f18900;
}

@media screen and (min-width: 768px), print {
  ul.private_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 40px 0;
  }
  ul.private_link li {
    list-style-type: none;
    margin: 0 0 0 0;
    width: 220px;
  }
  ul.private_link li a {
    font-size: 1.6rem;
    color: #333333;
    text-decoration: none;
  }
  ul.private_link li a i {
    color: #f18900;
  }
  ul.private_link li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}/*# sourceMappingURL=style.css.map */