@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: #D90306;
}

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  background: #F2FFDC;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_] {
    padding: 2.4rem 2rem 2rem;
    margin-bottom: 3rem;
  }
}
*[class*=frame_].frame_02 {
  background: #F3F9FF;
}

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

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

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* マージン・パディング回り -------------------------------------- */
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 12rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: 600;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #9ACB5B;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=col] span {
  display: none;
}
.tbl_time tr th.time {
  background: #fff;
  border-bottom: 1px solid #9ACB5B;
  font-weight: 600;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  color: #9ACB5B;
  background: #fff;
  border-bottom: 1px solid #9ACB5B;
  line-height: 1;
}
.tbl_time tr:last-child th, .tbl_time tr:last-child td {
  border-bottom: 2px solid #9ACB5B;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.4rem;
    table-layout: auto;
  }
  .tbl_time caption {
    font-size: 1.4rem;
    padding: 0.6rem 0 0 0.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 1.4rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 16rem;
    letter-spacing: 0.2rem;
  }
  .tbl_time tr th[scope=col]:last-child {
    padding-right: 1.5rem;
    width: 7rem;
  }
  .tbl_time tr th[scope=col] span {
    display: inline;
  }
  .tbl_time tr th.time {
    padding: 1.2rem 4.6rem 1.2rem 0;
    text-align: right;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
  .tbl_time tr td:last-child {
    padding-right: 1.5rem;
    width: 7rem;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/a_tit_bg.jpg) no-repeat center center/cover;
  font-size: 2.2rem;
  font-weight: 500;
  min-height: 6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 2rem;
}

.tit_02 {
  color: #58813C;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
  margin: 0 0 2rem;
  padding: 0;
  line-height: 1.2;
  border-bottom: 1px solid #9ACB5B;
  position: relative;
}
.tit_02::before {
  content: "";
  width: 8rem;
  height: 8rem;
  display: block;
  background: url("../img/tit_02.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.tit_02 span {
  display: block;
  color: #9ACB5B;
  font-size: 1.2rem;
  margin: 0.4rem 0 0.6rem;
}

body:not(.index) .tit_02 {
  padding: 0 0 0.8rem;
}
body:not(.index) .tit_02 span {
  all: unset;
}

.tit_03 {
  color: #58813C;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.6rem 0.8rem 0.6rem 1.4rem;
  margin: 0 0 1rem;
  background: url("../img/a_tit_bg.jpg") no-repeat center/cover;
}

.tit_04 {
  color: #1C77D1;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 1rem;
  padding-left: 2.4rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #1C77D1;
  position: relative;
}
.tit_04::before {
  content: "";
  display: inline-block;
  background: url("../img/tit_04.svg") no-repeat center/contain;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 1rem;
  padding: 0 0.4rem 0.2rem 0.4rem;
  color: #92C13A;
  border-bottom: 1px dashed #92C13A;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/a_tit_bg.jpg) no-repeat center center/auto auto;
    font-size: 3.6rem;
    height: 12rem;
    margin: 0 0 2rem;
  }
  .tit_02 {
    font-size: 3rem;
    letter-spacing: 0.6rem;
    margin: 0 0 5rem;
  }
  .tit_02::before {
    width: 16rem;
    height: 16rem;
    top: 30%;
  }
  .tit_02 span {
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    margin: 0.8rem 0 1.5rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
    padding: 1.7rem 2.3rem;
    margin: 0 0 2rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    padding: 1.4rem 1rem 1rem 6.8rem;
    margin: 0 0 2rem;
  }
  .tit_04::before {
    width: 5rem;
    height: 4.3rem;
  }
  .tit_05 {
    font-size: 2rem;
    letter-spacing: 0.3rem;
    padding: 0 1rem 1rem 2rem;
    margin: 0 0 2rem;
    border-bottom: 2px dashed #92C13A;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  padding-left: 1.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .lst_ul01 li {
    padding-left: 1.6rem;
  }
  .lst_ul01 li::before {
    width: 1rem;
    height: 1rem;
    top: 1rem;
  }
}
.lst_ul01 li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #1C77D1;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.lst_ul01 li.none::before {
  content: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lst_ul01.flex li {
    width: 49%;
  }
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
}
.lst_ol01 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  font-family: "Lato", sans-serif;
  color: clr_blue;
  font-weight: bold;
}

.lst_dl01 > div {
  margin: 0 0 0.6rem;
}
.lst_dl01 > div dt {
  font-weight: bold;
  color: #1C77D1;
}
.lst_dl01 > div dd {
  margin: 0;
  line-height: 1.3;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2rem;
  }
  .lst_dl01 > div dt {
    width: 12rem;
    margin-right: 1rem;
    line-height: 1.4;
  }
  .lst_dl01 > div dd {
    flex: 1;
    line-height: 1.4;
  }
}
.lst_dl02 dt {
  background: #F3F9FF;
  color: #1C77D1;
  padding: 0.4rem 1rem;
  margin: 0 0 0.4rem;
  font-weight: bold;
}
.lst_dl02 dd {
  padding: 0 0.4rem;
  margin: 0 0 1.2rem;
}

@media screen and (min-width: 48em), print {
  .lst_dl02 dt {
    font-size: 110%;
    padding: 0.6rem 2rem;
  }
  .lst_dl02 dd {
    padding: 0 0.8rem;
    margin: 0 0 2rem;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
.btn_01 {
  display: block;
}
.btn_01 a {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0.6rem 4rem;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}
.btn_01 a::after {
  content: "";
  font-family: "fontello";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.txt_link {
  color: #1C77D1;
}
.txt_link:hover {
  color: #9ACB5B;
}

body:not(.index) .main *:not([class*=btn]) a {
  color: #1C77D1;
}
body:not(.index) .main *:not([class*=btn]) a:hover {
  color: #9ACB5B;
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 thead tr th {
  padding: 0.8rem;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  border-top: 1px solid #ccc;
  background: #58813C;
  color: #fff;
}
@media screen and (min-width: 48em), print {
  .tbl_01 thead tr th {
    padding: 1.6rem 0.4rem;
  }
}
.tbl_01 tbody tr th {
  width: 35%;
  background: #F2FFDC;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  padding: 1.2rem;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tbody tr th {
    width: 40%;
  }
}
.tbl_01 tbody tr td {
  padding: 0.8rem;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tbody tr td {
    padding: 1.2rem 3rem;
  }
}
.tbl_01 tbody tr:first-child th, .tbl_01 tbody tr:first-child td {
  border-top: 1px solid #CCCCCC;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: separate;
  border-collapse: 0.2rem;
}
.tbl_access tr th {
  width: 37%;
  background: #F2FFDC;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem;
}
.tbl_access tr td {
  padding: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 30%;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
.nolink {
  pointer-events: none !important;
}

html {
  font-size: 3.125vw;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
  background: #fff;
  color: #333;
}
body.fixed_mode {
  overflow: hidden;
}

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

.wrap {
  padding: 0 1rem 0;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 0;
}
.main a:not([href*=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  body > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 8rem auto 0;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 0;
    width: 100%;
  }
}
/* アイコンフォント -------------------------------------- */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
/* ヘッダー -------------------------------------- */
.header {
  position: relative;
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  display: none;
}
.header .wrap .headR .address {
  color: #58813C;
}
.header .wrap .headR .tel {
  display: inline-block;
  color: #707070;
  font-size: 2.2rem;
}
.header .wrap .headR .tel::before {
  content: "TEL.";
  padding: 0.2rem;
  margin-right: 0.2rem;
  font-size: 1rem;
  color: #fff;
  background: #58813C;
  position: relative;
  bottom: 0.3rem;
}
.header .wrap .headR .tel a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 1rem auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header .wrap .logo {
    width: 65rem;
    height: 10rem;
  }
  .header .wrap .headR {
    text-align: right;
    display: block;
    flex: 1;
  }
  .header .wrap .headR .address {
    display: inline-block;
    text-align: left;
    font-size: 1.8rem;
    padding-right: 4.6rem;
  }
  .header .wrap .headR .tel {
    font-size: 3.8rem;
    letter-spacing: 0.3rem;
  }
  .header .wrap .headR .tel::before {
    font-size: 1.4rem;
    padding: 1.2rem 0.4rem;
    bottom: 0.8rem;
    right: 1.4rem;
  }
}
.nav {
  display: none;
}

.sp_menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.sp_menu.fixed {
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 -0.4rem 11px rgba(0, 0, 0, 0.5);
          box-shadow: 0 -0.4rem 11px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 31;
}
.sp_menu > li {
  margin: 0;
  width: 25%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sp_menu > li:not(:last-child) > a {
  position: relative;
  width: 100%;
  background: #9ACB5B;
  padding: 0.6rem 0;
  font-weight: 500;
}
.sp_menu > li:not(:last-child) > a::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.sp_menu > li > a {
  display: block;
  color: #fff;
}
.sp_menu > li > a::before {
  content: "";
  display: block;
  font-family: "fontello";
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.sp_menu > li.i_home a::before {
  content: "ꄀ";
}
.sp_menu > li.i_tel a::before {
  content: "ꄁ";
}
.sp_menu > li.i_access a::before {
  content: "ꄂ";
}
.sp_menu > li.sp_nav {
  background: #3990B8;
}
.sp_menu > li.sp_nav button {
  all: unset;
  width: 100%;
  height: 100%;
}
.sp_menu > li.sp_nav button::before {
  content: "\e808";
  display: block;
  color: #fff;
  font-family: "fontello";
  font-size: 1.8rem;
}
.sp_menu > li.sp_nav button::after {
  content: "MENU";
  display: block;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: relative;
  bottom: 0.1rem;
}
.sp_menu > li.sp_nav button.close::before {
  content: "\e806";
}
.sp_menu > li.sp_nav button.close::after {
  content: "CLOSE";
}
.sp_menu > li.sp_nav .nav {
  background: #fff;
  height: 100vh;
  width: 100%;
  padding: 3rem 1.6rem 10rem 2rem;
  display: none;
  visibility: hidden;
  position: absolute;
  overflow-y: scroll;
  left: 0;
  top: 4.1rem;
  z-index: 30;
  text-align: left;
}
.sp_menu > li.sp_nav .nav .gnav li {
  margin: 0 0 0.8rem;
  border-bottom: 2px solid #dcdcdc;
}
.sp_menu > li.sp_nav .nav .gnav li.treatment {
  display: none;
}
.sp_menu > li.sp_nav .nav .gnav li a {
  display: block;
  padding: 0.2rem 0.2rem 0.4rem;
  font-size: 1.4rem;
}
.sp_menu > li.sp_nav .nav .gnav li a span {
  display: none;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu {
  display: block;
  font-size: 1.4rem;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu p {
  font-size: 1.6rem;
  margin: 3rem 0 1rem;
  padding: 0.6rem 1rem 0.8rem;
  background: #00496C;
  color: #fff;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu ul li {
  margin: 0 0 0.8rem;
  border-bottom: 2px solid #dcdcdc;
}
.sp_menu > li.sp_nav .nav .sp_treatment_menu ul li a {
  display: block;
  padding: 0.2rem 0.2rem 0.4rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .sp_menu {
    display: none;
  }
  .nav {
    display: block;
    position: relative;
    z-index: 1;
  }
  .nav.fixed {
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: 0 -0.4rem 11px rgba(0, 0, 0, 0.5);
            box-shadow: 0 -0.4rem 11px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .nav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .nav .gnav li {
    width: 20%;
    padding: 1rem 0;
    position: relative;
  }
  .nav .gnav li::after, .nav .gnav li:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 3rem;
    background: #707070;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
  }
  .nav .gnav li:first-child::before {
    right: auto;
    left: 0;
  }
  .nav .gnav li a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }
  .nav .gnav li a span {
    display: block;
    font-size: 1.2rem;
    margin: 0.2rem 0 0;
    color: #9ACB5B;
  }
  .nav .gnav li .subnav {
    width: 30rem;
    display: none;
    border-radius: 15px;
    position: absolute;
    top: 5.1rem;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    overflow: hidden;
  }
  .nav .gnav li .subnav li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px dashed #9ACB5B;
  }
  .nav .gnav li .subnav li::before, .nav .gnav li .subnav li::after {
    content: none;
  }
  .nav .gnav li .subnav li:last-child {
    border-bottom: none;
  }
  .nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem 1rem;
    text-align: center;
  }
  .nav .gnav li .subnav li a:hover {
    color: #fff;
    background: #9ACB5B;
    opacity: 1;
  }
  .nav .sp_treatment_menu {
    display: none;
  }
  /* Gナビ　ハイライト */
}
/* クリニック概要 -------------------------------------- */
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 600;
}
.overview .gmap {
  height: 20rem;
}
.overview .gmap iframe {
  height: 100%;
}
.overview .bg {
  background: url("../img/overview_bg01.jpg") no-repeat center/cover;
  padding: 1rem;
}
.overview .bg > .wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}
.overview .bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .bg > .wrap .clinic_name img {
  max-width: 90%;
  height: auto;
}
.overview .bg > .wrap .tbl_gaiyo {
  width: 100%;
  border-collapse: collapse;
}
.overview .bg > .wrap .tbl_gaiyo th {
  display: block;
  text-align: left;
  color: #92C13A;
  padding: 0 0 0.2rem;
}
.overview .bg > .wrap .tbl_gaiyo th::before {
  content: "\f105";
  font-family: "fontello";
  margin-right: 0.2rem;
}
.overview .bg > .wrap .tbl_gaiyo td {
  display: block;
  margin: 0 0 0.6rem;
}
.overview .bg > .wrap .tbl_gaiyo td .lst_career li {
  font-size: 1.2rem;
}
.overview .bg > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview .bg > .wrap .overviewR {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 0;
    font-size: 1.8rem;
  }
  .overview .gmap {
    height: 50rem;
  }
  .overview .bg {
    padding: 6.6rem 0;
  }
  .overview .bg > .wrap {
    padding: 2rem 10rem 1.6rem 12rem;
  }
  .overview .bg > .wrap .clinic_name {
    margin: 0 0 2.4rem;
  }
  .overview .bg > .wrap .clinic_name img {
    max-width: 64.6rem;
  }
  .overview .bg > .wrap .tbl_gaiyo {
    font-size: 1.6rem;
  }
  .overview .bg > .wrap .tbl_gaiyo tr th {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 2rem;
    width: 11.5rem;
  }
  .overview .bg > .wrap .tbl_gaiyo tr th::before {
    margin-right: 0.6rem;
  }
  .overview .bg > .wrap .tbl_gaiyo tr td {
    display: table-cell;
    padding: 0 0 2rem;
  }
  .overview .bg > .wrap .tbl_gaiyo tr td .lst_career li {
    font-size: 1.4rem;
  }
  .overview .bg > .wrap .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .overview .bg > .wrap .flex .overviewL {
    padding: 0 0;
    width: 48%;
  }
  .overview .bg > .wrap .flex .overviewR {
    padding: 0 0;
    width: 47%;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 1.4rem;
  right: 2rem;
  z-index: 30;
  cursor: pointer;
}
#pageup a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.4rem;
  background: #00496C;
  border-radius: 50%;
}
#pageup a::before {
  text-align: center;
  font-size: 3.6rem;
  font-family: "fontello";
  content: "\f106";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup {
    right: 3rem;
    bottom: 2rem;
  }
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
  }
  #pageup a::before {
    font-size: 5rem;
    padding-bottom: 0.4rem;
  }
}
.footer {
  text-align: center;
  padding: 0;
}
.footer .copy {
  display: block;
  background: #58813C;
  color: #fff;
  text-align: left;
  padding: 2rem 0 2.6rem 1.4rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2.6rem 0 0;
  }
  .footer .copy {
    text-align: center;
    margin: 2.8rem 0 0;
    padding: 1rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    color: #707070;
  }
  .footer ul ~ ul {
    margin: 2rem 0 0;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    margin: 0 1.6rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #707070;
    position: absolute;
    right: -1.6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* スクロールアニメーション -------------------------------------- */
.overflow_col .fade {
  opacity: 0;
}
.overflow_col .fade.fade_on {
  -webkit-animation: fade_left forwards 1.4s ease 0s 1 normal;
          animation: fade_left forwards 1.4s ease 0s 1 normal;
}
.overflow_col .fade:nth-child(even).fade_on {
  -webkit-animation: fade_right forwards 1.4s ease 0s 1 normal;
          animation: fade_right forwards 1.4s ease 0s 1 normal;
}

@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5rem);
            transform: translateX(-5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5rem);
            transform: translateX(-5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.treatment_menu ul li a.fade {
  opacity: 0;
}
.treatment_menu ul li a.fade.fade_on {
  -webkit-animation: fade_down forwards 1s ease 0s 1 normal;
          animation: fade_down forwards 1s ease 0s 1 normal;
}
.treatment_menu ul li:nth-child(even) a.fade {
  opacity: 0;
}
.treatment_menu ul li:nth-child(even) a.fade.fade_on {
  -webkit-animation: fade_down forwards 1s ease 0.2s 1 normal;
          animation: fade_down forwards 1s ease 0.2s 1 normal;
}

@media screen and (min-width: 48em), print {
  .treatment_menu ul li {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .treatment_menu ul li:hover {
    opacity: 0.76;
  }
  .treatment_menu ul li:nth-child(6n+1) a.fade {
    opacity: 0;
  }
  .treatment_menu ul li:nth-child(6n+1) a.fade.fade_on {
    -webkit-animation: fade_down forwards 1s ease 0s 1 normal;
            animation: fade_down forwards 1s ease 0s 1 normal;
  }
  .treatment_menu ul li:nth-child(6n+2) a.fade {
    opacity: 0;
  }
  .treatment_menu ul li:nth-child(6n+2) a.fade.fade_on {
    -webkit-animation: fade_down forwards 1s ease 0.2s 1 normal;
            animation: fade_down forwards 1s ease 0.2s 1 normal;
  }
  .treatment_menu ul li:nth-child(6n+3) a.fade {
    opacity: 0;
  }
  .treatment_menu ul li:nth-child(6n+3) a.fade.fade_on {
    -webkit-animation: fade_down forwards 1s ease 0.3s 1 normal;
            animation: fade_down forwards 1s ease 0.3s 1 normal;
  }
  .treatment_menu ul li:nth-child(6n+4) a.fade {
    opacity: 0;
  }
  .treatment_menu ul li:nth-child(6n+4) a.fade.fade_on {
    -webkit-animation: fade_down forwards 1s ease 0.4s 1 normal;
            animation: fade_down forwards 1s ease 0.4s 1 normal;
  }
  .treatment_menu ul li:nth-child(6n+5) a.fade {
    opacity: 0;
  }
  .treatment_menu ul li:nth-child(6n+5) a.fade.fade_on {
    -webkit-animation: fade_down forwards 1s ease 0.5s 1 normal;
            animation: fade_down forwards 1s ease 0.5s 1 normal;
  }
  .treatment_menu ul li:nth-child(6n+6) a.fade {
    opacity: 0;
  }
  .treatment_menu ul li:nth-child(6n+6) a.fade.fade_on {
    -webkit-animation: fade_down forwards 1s ease 0.6s 1 normal;
            animation: fade_down forwards 1s ease 0.6s 1 normal;
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.8rem);
            transform: translateY(-1.8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.8rem);
            transform: translateY(-1.8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 0 0rem 15rem;
  height: 20rem;
  max-width: 100%;
  padding: 0;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}
#keyvsl .wrap {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}
#keyvsl .wrap .kv_txt {
  color: #fff;
  text-align: center;
  background: rgba(52, 90, 26, 0.61);
  padding: 0.8rem 0.4rem;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
}
#keyvsl .wrap .kaiin_txt {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#keyvsl .wrap .kaiin_txt li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.4rem 0.2rem 0.6rem;
}
#keyvsl .wrap .kaiin_txt li:first-child {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: #9ACB5B;
  width: 30%;
  text-align: left;
}
#keyvsl .wrap .kaiin_txt li:first-child::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  background: url("../img/index_keyvsl_kaiin01.svg") no-repeat center/contain;
  position: absolute;
  top: 80%;
  left: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#keyvsl .wrap .kaiin_txt li:last-child {
  width: 45%;
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
  background: #fff;
  border: 1px solid #9ACB5B;
}
#keyvsl .wrap .kaiin_txt li:last-child .size_l {
  font-size: 2.4rem;
}
#keyvsl .wrap .kaiin_txt li:last-child .dow {
  background: #9ACB5B;
  padding: 0 0.3rem;
  border-radius: 50%;
  color: #fff;
}
#keyvsl .wrap .btn_recruit {
  max-width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15.5rem;
  margin: 0 auto;
}
#keyvsl .wrap .btn_recruit img {
  display: block;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0 auto 0;
    height: 80rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
    overflow: hidden;
  }
  #keyvsl .wrap {
    margin: 0 auto;
  }
  #keyvsl .wrap .kv_txt {
    width: 2000px;
    font-size: 2.4rem;
    padding: 1rem 0 1.2rem;
    bottom: 3rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #keyvsl .wrap .kaiin_txt {
    width: 33rem;
    left: auto;
    right: 0;
    bottom: auto;
    top: 6.75rem;
    margin: 0;
  }
  #keyvsl .wrap .kaiin_txt li:first-child {
    width: 14rem;
    font-size: 3.5rem;
    padding: 1.2rem 0.2rem;
  }
  #keyvsl .wrap .kaiin_txt li:first-child::before {
    width: 17.2rem;
    height: 18.9rem;
    top: 50%;
    left: 35%;
  }
  #keyvsl .wrap .kaiin_txt li:last-child {
    width: 19rem;
    font-size: 2.1rem;
    font-weight: 600;
    border: none;
  }
  #keyvsl .wrap .kaiin_txt li:last-child .size_l {
    font-size: 3.6rem;
  }
  #keyvsl .wrap .kaiin_txt li:last-child .dow {
    padding: 0.3rem 0.6rem;
    margin-left: 0.8rem;
    font-size: 1.6rem;
    position: relative;
    bottom: 0.3rem;
  }
  #keyvsl .wrap .btn_recruit {
    bottom: 12rem;
    left: auto;
    right: 0;
    background: #fff;
  }
  #keyvsl .wrap .btn_recruit:hover {
    opacity: 1;
  }
  #keyvsl .wrap .btn_recruit img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #keyvsl .wrap .btn_recruit img:hover {
    opacity: 0.8;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 4rem 0 4rem;
  background: url("../img/index_info_bg01.jpg") no-repeat center top/100% auto;
}
.info .wrap {
  margin: 0 2rem;
  padding: 2rem 1rem;
  background: url("../img/index_info_bg02.svg") no-repeat right 1rem bottom/16rem auto, #fff;
}
.info .wrap .tit_02 {
  border-bottom: none;
}
.info .wrap .tit_02::before {
  content: none;
}
.info .wrap .tit_02 span {
  margin: 0.4rem 0 0;
}
.info .wrap dl {
  margin: 0;
  line-height: 1.4;
  padding: 0 1.2rem 0 0;
  max-height: 30rem;
  overflow-y: scroll;
}
.info .wrap dl .line {
  border-bottom: 1px dashed #C3C3C3;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}
.info .wrap dl .line dd {
  display: none;
}
.info .wrap dl .line dt {
  margin: 0;
  padding-left: 1.4rem;
  font-weight: 600;
  color: #92C13A;
  cursor: pointer;
  display: table;
  position: relative;
}
.info .wrap dl .line dt::before {
  content: "\e804";
  font-family: "fontello";
  margin-right: 0.4rem;
  position: absolute;
  left: 0;
}
.info .wrap dl .line dt .date {
  font-weight: normal;
  font-size: 90%;
  margin-left: 0.4rem;
}
.info .wrap dl .line dt:hover {
  opacity: 0.8;
}
.info .wrap dl .line dt.close::before {
  content: "\e803";
}
.info .wrap dl .line dd {
  padding: 1rem 0 0;
  margin: 0;
  font-weight: 500;
}
.info .wrap dl .line dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0 auto 0;
    padding: 13rem 0;
    background: url("../img/index_info_bg01.jpg") no-repeat bottom -3rem center/auto auto;
  }
  .info .wrap {
    margin: 0 auto;
    padding: 0;
    background: url("../img/index_info_bg02.svg") no-repeat right 3rem bottom/38rem auto, #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .info .wrap .tit_02 {
    margin: 0 6.3rem 0 5.1rem;
    width: 16.2rem;
    letter-spacing: 0.2rem;
  }
  .info .wrap dl {
    flex: 1;
    padding: 6rem 0 6rem;
    height: 39rem;
    max-height: unset;
  }
  .info .wrap dl .line dt {
    font-size: 1.8rem;
    padding-left: 1.8rem;
  }
  .info .wrap dl .line dt .date {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin-left: 2rem;
  }
  .info .wrap dl .line dd {
    font-size: 1.6rem;
    padding-left: 1.8rem;
  }
}
/* 診療方針 -------------------------------------- */
.policy {
  background: url("../img/index_policy_bg01.jpg") no-repeat center/cover;
  padding: 3rem 0 3rem;
}
.policy ul li {
  width: 65%;
  height: 20rem;
  background: url("../img/index_policy_parts01.svg") no-repeat center/contain;
  padding: 1rem 3.4rem;
  font-weight: 500;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.policy ul li span {
  padding: 0 0.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #FFED7E));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #FFED7E 60%);
}
.policy ul li:nth-child(2n) {
  margin: 0 0 0 auto;
}
.policy ul li:not(:first-child) {
  margin-top: -2rem;
}

@media screen and (min-width: 48em), print {
  .policy {
    padding: 9.5rem 0 3rem;
  }
  .policy ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5.3rem;
  }
  .policy ul li {
    width: 28.4rem;
    height: 28.4rem;
    padding: 1rem 0.2rem;
    margin: 0 12rem 3rem 0;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .policy ul li:nth-child(3n), .policy ul li:last-child {
    margin: 0 0 3rem;
  }
  .policy ul li:nth-child(2n) {
    margin: 0 12rem 3rem 0;
  }
  .policy ul li:not(:first-child) {
    margin-top: 0;
  }
}
/* 特長 -------------------------------------- */
.feature {
  background: #fff;
  padding: 2rem 0 2rem;
  overflow-x: hidden;
  position: relative;
}
.feature::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url("../img/index_feature_bg02.jpg") no-repeat right top 10rem/20rem auto, url("../img/index_feature_bg01.jpg") no-repeat left calc(50% + 2rem)/20rem auto, url("../img/index_feature_bg02.jpg") no-repeat right bottom 9rem/20rem auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
}
.feature .wrap > ul {
  position: relative;
}
.feature .wrap > ul > li {
  position: relative;
  z-index: 3;
  padding: 0 0 3rem;
}
.feature .wrap > ul > li::after {
  content: "";
  width: 90vw;
  height: 8rem;
  background: rgba(154, 203, 91, 0.77);
  position: absolute;
  top: 0;
  left: -1rem;
  z-index: -1;
}
.feature .wrap > ul > li .tit_item {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.6rem 1.6rem;
  margin: 0;
  line-height: 1.2;
  position: absolute;
  right: 2rem;
  top: 0.6rem;
  z-index: 1;
}
.feature .wrap > ul > li .tit_item .size_l {
  font-size: 1.8rem;
  display: block;
}
.feature .wrap > ul > li .tit_item .txt_l {
  text-align: left;
  display: inline-block;
  position: relative;
  left: -1rem;
}
.feature .wrap > ul > li figure {
  margin: 0;
  padding: 1rem 0 0;
}
.feature .wrap > ul > li figure .img {
  max-width: 54%;
  margin: 0 auto 0 1rem;
  display: block;
}
.feature .wrap > ul > li figure .img img {
  display: block;
  border: 2px solid #9ACB5B;
}
.feature .wrap > ul > li figure figcaption {
  margin: 1rem 0 0;
}
.feature .wrap > ul > li figure figcaption .flex li {
  margin: 0 0 2rem;
}
.feature .wrap > ul > li figure figcaption .flex li .tit {
  all: unset;
  font-weight: 600;
  color: #58813C;
  line-height: 1.3;
  margin: 0 0 0.6rem;
}
.feature .wrap > ul > li figure figcaption .flex li p:not(.tit) {
  all: unset;
  line-height: 1.2;
}
.feature .wrap > ul > li:nth-child(2n)::after {
  right: -1rem;
  left: auto;
}
.feature .wrap > ul > li:nth-child(2n) .tit_item {
  left: 2rem;
  right: auto;
}
.feature .wrap > ul > li:nth-child(2n) figure .img {
  margin: 0 1rem 0 auto;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 11rem 0 11rem;
  }
  .feature::before {
    width: 2000px;
    background: url("../img/index_feature_bg02.jpg") no-repeat right top 10rem/107rem auto, url("../img/index_feature_bg01.jpg") no-repeat left calc(50% + 7rem)/107rem auto, url("../img/index_feature_bg02.jpg") no-repeat right bottom -25rem/107rem auto;
  }
  .feature .wrap > ul > li {
    padding: 0 0 27rem;
  }
  .feature .wrap > ul > li::after {
    width: 140rem;
    height: 22rem;
    left: -46rem;
    top: 9.2rem;
  }
  .feature .wrap > ul > li .tit_item {
    font-size: 3.2rem;
    top: 32%;
    left: 68%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .feature .wrap > ul > li .tit_item .size_l {
    font-size: 4.2rem;
  }
  .feature .wrap > ul > li figure {
    padding: 0;
    height: 37rem;
    width: 62rem;
  }
  .feature .wrap > ul > li figure .img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto 0 0;
  }
  .feature .wrap > ul > li figure figcaption {
    margin: 2.2rem 0 0;
  }
  .feature .wrap > ul > li figure figcaption .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0 1rem;
  }
  .feature .wrap > ul > li figure figcaption .flex li {
    width: 46%;
  }
  .feature .wrap > ul > li figure figcaption .flex li .tit {
    font-size: 2rem;
    margin: 0 0 2.3rem;
    line-height: 1.6;
  }
  .feature .wrap > ul > li figure figcaption .flex li p:not(.tit) {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .feature .wrap > ul > li:nth-child(2n)::after {
    right: -46rem;
  }
  .feature .wrap > ul > li:nth-child(2n) .tit_item {
    top: 32%;
    left: 36%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .feature .wrap > ul > li:nth-child(2n) figure {
    margin: 0 0 0 auto;
  }
}
/* 診療内容 -------------------------------------- */
.treatment_menu {
  background: url("../img/index_treatmentMenu_bg01.jpg") no-repeat center/cover;
  padding: 2rem 0 2rem;
}
.treatment_menu .txt_box {
  padding: 1.6rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #7CBBEB;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
}
.treatment_menu .txt_box .tit {
  display: inline-block !important;
  position: relative;
  margin: 0 0 0.6rem;
  font-size: 1.6rem;
  color: #9ACB5B;
}
.treatment_menu .txt_box .tit::before, .treatment_menu .txt_box .tit::after {
  content: "～";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.treatment_menu .txt_box .tit::before {
  left: -2.4rem;
}
.treatment_menu .txt_box .tit::after {
  right: -2.4rem;
}
.treatment_menu .txt_box p:not(.tit) {
  font-size: 1.4rem;
  margin: 0;
  color: #555;
  text-align: left;
}
.treatment_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0 0;
}
.treatment_menu ul li {
  width: 48%;
  margin: 0 0 2rem;
  text-align: center;
}
.treatment_menu ul li a {
  text-decoration: none !important;
  display: block;
}
.treatment_menu ul li a::before {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #BFEBFF;
  margin: 0 auto 0.4rem;
}
.treatment_menu ul li a.orthopedic::before {
  background: url("../img/index_treatmentMenu_orthopedic.svg") no-repeat center/auto 80%, #fff;
}
.treatment_menu ul li a.rheumatism::before {
  background: url("../img/index_treatmentMenu_rheumatism.svg") no-repeat center/auto 70%, #fff;
}
.treatment_menu ul li a.rehabilitation::before {
  background: url("../img/index_treatmentMenu_rehabilitation.svg") no-repeat center/auto 60%, #fff;
}
.treatment_menu ul li a.osteoporosis::before {
  background: url("../img/index_treatmentMenu_osteoporosis.svg") no-repeat center/auto 70%, #fff;
}
.treatment_menu ul li a.vaccination::before {
  background: url("../img/index_treatmentMenu_vaccination.svg") no-repeat center/auto 70%, #fff;
}
.treatment_menu ul li a.accident::before {
  background: url("../img/index_treatmentMenu_accident.svg") no-repeat center/auto 40%, #fff;
}

@media screen and (min-width: 48em), print {
  .treatment_menu {
    padding: 9rem 0 9rem;
  }
  .treatment_menu .txt_box {
    padding: 2.5rem 2rem;
    margin: 0 4.4rem;
    border-radius: 10px;
  }
  .treatment_menu .txt_box .tit {
    margin: 0 0 0.6rem;
    font-size: 2.4rem;
  }
  .treatment_menu .txt_box p:not(.tit) {
    font-size: 2rem;
    text-align: center;
  }
  .treatment_menu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3.5rem 6.7rem 0;
  }
  .treatment_menu ul li {
    width: 16rem;
    margin: 0;
  }
  .treatment_menu ul li a {
    white-space: nowrap;
    font-size: 1.6rem;
  }
  .treatment_menu ul li a::before {
    width: 16rem;
    height: 16rem;
    border: 2px solid #BFEBFF;
    margin: 0 auto 0.4rem;
  }
  .treatment_menu ul li a.orthopedic::before {
    background: url("../img/index_treatmentMenu_orthopedic.svg") no-repeat center/auto 80%, #fff;
  }
  .treatment_menu ul li a.rheumatism::before {
    background: url("../img/index_treatmentMenu_rheumatism.svg") no-repeat center/auto 70%, #fff;
  }
  .treatment_menu ul li a.rehabilitation::before {
    background: url("../img/index_treatmentMenu_rehabilitation.svg") no-repeat center/auto 60%, #fff;
  }
  .treatment_menu ul li a.osteoporosis::before {
    background: url("../img/index_treatmentMenu_osteoporosis.svg") no-repeat center/auto 70%, #fff;
  }
  .treatment_menu ul li a.vaccination::before {
    background: url("../img/index_treatmentMenu_vaccination.svg") no-repeat center/auto 70%, #fff;
  }
  .treatment_menu ul li a.accident::before {
    background: url("../img/index_treatmentMenu_accident.svg") no-repeat center/auto 40%, #fff;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  body:not(.index) .breadcrumb_list li {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
  }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after {
    content: "＞";
    display: inline-block;
    margin: 0 1rem;
  }
  body:not(.index) .breadcrumb_list li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
body:not(.index) .main {
  margin: 0 1rem;
  padding: 4rem 0 6rem;
  font-weight: 500;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 6rem;
    line-height: 1.75;
    letter-spacing: 0.2rem;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
@media screen and (min-width: 48em), print {
  .doctor .img_r {
    max-width: 20%;
    margin: 0 0 0 6rem;
  }
}
/* クリニック紹介 */
.clinicslide {
  margin-bottom: 6rem;
}
.clinicslide img, .clinicslide p {
  display: none;
}

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

.sp-selected-thumbnail {
  border: 4px solid #000;
}

.air_cleaner .read {
  font-size: 110%;
  font-weight: bold;
  color: #3990B8;
}
.air_cleaner img {
  display: block;
  margin: 0 auto 0;
}

@media screen and (min-width: 48em), print {
  .air_cleaner {
    margin: 0 auto;
  }
  .air_cleaner .read {
    font-size: 120%;
    text-align: center;
    margin: 0 0 2rem;
  }
  .air_cleaner .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 2rem;
  }
  .air_cleaner .flex img {
    margin: 0 4rem 0 0;
    max-width: 24%;
  }
  .air_cleaner .flex .frame_01 {
    flex: 1;
    padding: 3rem 3rem;
  }
}
/* 初めての方へ */
.flow dt {
  background: #F3F9FF;
  color: #1C77D1;
  padding: 0.4rem 1rem;
  margin: 0 0 0.4rem;
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .flow dt {
    font-size: 110%;
    padding: 0.6rem 2rem;
  }
}
.flow dd {
  margin: 0 0 6rem;
  padding: 0 0.4rem;
  position: relative;
}
.flow dd:last-child {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    padding: 1rem 0.8rem;
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #88a8c7;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .tbl_time caption {
    font-size: 1.6rem;
  }
  .access .tbl_time tbody tr th {
    font-size: 1.6rem;
  }
  .access .tbl_time tbody tr th.time {
    padding: 1.2rem;
    text-align: center;
  }
  .access .gmap {
    height: 50rem;
  }
}