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

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0)), color-stop(55%, #FFEC83), color-stop(90%, #FFEC83), color-stop(90%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, #FFEC83 55%, #FFEC83 90%, rgba(255, 255, 255, 0) 90%);
  padding: 0.2rem 0.6rem;
}

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

/* 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: 8rem;
  }
  .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%;
  background: #fff;
  caption-side: bottom;
  text-align: left;
  padding: 0.6rem 0.8rem;
}
.tbl_time caption span {
  background: #0089FF;
  margin-right: 0.4rem;
  padding: 0.2rem 0.4rem;
  color: #fff;
  text-align: center;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #003461;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
  font-size: 1.2rem;
  border-bottom: 1px solid #DCDCDC;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #DCDCDC;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 2rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    padding: 1.4rem 0 1.4rem 3rem;
  }
  .tbl_time caption span {
    font-size: 2rem;
    margin-right: 1.3rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.6rem 0;
    font-size: 2rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 21%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 14%;
  }
  .tbl_time tr th.time {
    font-size: 2rem;
    text-align: right;
    padding: 1.6rem 4rem 1.6rem 0;
  }
  .tbl_time tr td {
    padding: 1.6rem 0;
  }
  .tbl_time tr td:last-child {
    width: 14%;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url("../img/tit_01.svg") no-repeat right center/cover, #EBF6FF;
  font-size: 2.2rem;
  margin: 0 0 1rem;
}
.tit_01 span {
  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;
  min-height: 6rem;
  padding: 0.2rem;
  color: #003461;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.tit_02 {
  color: #333333;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 2rem;
  padding: 0;
  line-height: 1.1;
}
.tit_02 span {
  display: block;
  color: #595757;
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.tit_02 span::first-letter {
  color: #003461;
}

body:not(.index) .tit_02 {
  color: #003461;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  padding: 0 0 0.8rem;
  border-bottom: 2px solid #003461;
}
body:not(.index) .tit_02 span {
  unset: all;
}

.tit_03 {
  color: #333;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 1.2rem 1.2rem;
  background: #EBF6FF;
  position: relative;
}
.tit_03::before {
  content: "\e80a";
  display: block;
  font-family: "fontello";
  font-weight: normal;
  color: #BED7ED;
  position: absolute;
  left: -0.8rem;
  top: -0.8rem;
}

.tit_04 {
  color: #003461;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_04::after {
  content: "";
  display: block;
  margin: 0.6rem 0 0;
  width: 100%;
  height: 0.3rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #9D9C9C), color-stop(20%, #DCDCDC));
  background: linear-gradient(to right, #9D9C9C 20%, #DCDCDC 20%);
}

.tit_05 {
  color: #0089FF;
  display: inline-block;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.4rem;
  border-bottom: 4px dotted #0089FF;
}

.tit_06 {
  color: #333;
  display: inline-block;
  background: #E6E6E6;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.4rem 0.6rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    margin: 0 0 1.2rem;
    text-align: left;
    background: url("../img/tit_01.svg") no-repeat calc(50% + 30rem) center/contain, #EBF6FF;
  }
  .tit_01 span {
    width: 1166px;
    min-height: 25rem;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 3.2rem;
  }
  .tit_02 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
  .tit_02 span {
    font-size: 5.6rem;
    line-height: 1.3;
  }
  body:not(.index) .tit_02 {
    font-size: 2.8rem;
    padding: 0 0 2.2rem;
    margin: 0 0 4.4rem;
    line-height: 1.3;
    border-bottom: 3px solid #003461;
  }
  .tit_03 {
    font-size: 2.6rem;
    margin: 2rem 0 2rem;
    padding: 1.3rem 3.3rem;
    line-height: 1.4;
  }
  .tit_03::before {
    font-size: 4.4rem;
    left: 2rem;
    top: -2.8rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    line-height: 1.2;
  }
  .tit_04::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(14rem, #9D9C9C), color-stop(14rem, #DCDCDC));
    background: linear-gradient(to right, #9D9C9C 14rem, #DCDCDC 14rem);
    margin: 0.8rem 0 0;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0 0 0.6rem;
    border-bottom: 5px dotted #0089FF;
  }
  .tit_06 {
    font-size: 1.8rem;
    padding: 0.3rem 1.4rem;
    line-height: 1.6;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -2rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  font-size: 1rem;
  margin-right: 0.4rem;
  color: #0089FF;
  position: relative;
  top: -0.4rem;
}
.lst_ul01 li.none::before {
  content: none;
}
.lst_ul01 li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-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 1rem;
}
.lst_dl01 div dt {
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .lst_dl01 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lst_dl01 div dt {
    width: 20rem;
  }
  .lst_dl01 div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  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;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    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;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
.txt_link {
  color: #003461;
  text-decoration: none !important;
}
.txt_link::before {
  content: "≫";
  margin-right: 0.2rem;
}

*[class*=btn_] {
  display: block;
  text-align: center;
}
*[class*=btn_] a {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background: #003461;
  color: #fff;
  text-align: center;
  padding: 1.2rem 4rem;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}
*[class*=btn_] a::after {
  content: "\e80d";
  font-family: "fontello";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] {
    text-align: left;
  }
  *[class*=btn_] a {
    min-width: 28rem;
  }
}

/* フローチャート -------------------------------------- */
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    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 #ccc;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 thead tr th {
  background: #003461;
  color: #fff;
  border: 1px solid #DCDCDC;
  padding: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .tbl_01 thead tr th {
    padding: 2.3rem 1rem;
  }
}
.tbl_01 tbody tr th {
  background: #BED7ED;
  text-align: center;
  font-weight: normal;
  border: 1px solid #DCDCDC;
  padding: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tbody tr th {
    padding: 2.3rem 1rem;
  }
}
.tbl_01 tbody tr td {
  padding: 0.8rem;
  border: 1px solid #DCDCDC;
}
@media screen and (min-width: 48em), print {
  .tbl_01 tbody tr td {
    padding: 2.3rem 1rem;
  }
}
.tbl_01 tbody tr td.bg {
  background: #EBF6FF;
}

.tbl_access {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_access tr th {
  width: 37%;
  background: #BED7ED;
  text-align: center;
  font-weight: bold;
  padding: 0.8rem;
  border-bottom: 2px solid #DCDCDC;
}
.tbl_access tr td {
  padding: 0.8rem;
  border-bottom: 2px solid #DCDCDC;
}
.tbl_access tr td dl dt {
  font-weight: bold;
}
.tbl_access tr td dl dd {
  padding: 0;
  margin: 0 0 1rem;
}
.tbl_access tr td dl dd ul li::before {
  content: "・";
}
.tbl_access tr:first-child th, .tbl_access tr:first-child td {
  border-top: 2px solid #DCDCDC;
}

@media screen and (min-width: 48em), print {
  .tbl_access tr th {
    width: 24%;
    padding: 2rem;
  }
  .tbl_access tr td {
    padding: 2rem;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
  background: #fff;
  color: #333;
}

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: 1200px;
  }
  body > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1166px;
    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 .wrap {
  padding: 0.4rem 1rem 4.8rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.8rem, #043461), color-stop(5.8rem, #fff));
  background: linear-gradient(to top, #043461 5.8rem, #fff 5.8rem);
  position: relative;
  overflow: hidden;
}
.header .wrap .logo {
  height: 6.4rem;
  position: relative;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/a_logoTxt.svg") no-repeat center/auto 2.6rem;
  text-indent: 100%;
  white-space: nowrap;
}
.header .wrap .logo a::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 0.3rem solid #fff;
  background: url("../img/a_logoMark.svg") no-repeat center/contain;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header .wrap .logo a span {
  position: absolute;
  left: 0;
  visibility: hidden;
}
.header .wrap .headR {
  position: absolute;
  color: #fff;
  padding: 0.6rem 0 0;
}
.header .wrap .headR .tel_item {
  margin: 0.4rem 0 0;
  font-family: "Roboto", sans-serif;
}
.header .wrap .headR .tel_item .tel {
  display: inline-block;
  font-size: 1.8rem;
}
.header .wrap .headR .tel_item .tel::before {
  content: "TEL.";
  display: inline-block;
  margin-right: 0.2rem;
}
.header .wrap .headR .tel_item .tel a {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 0 auto 0;
    padding: 3.4rem 0 2.9rem;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 3;
    overflow: visible;
  }
  .header .wrap .logo {
    width: 54rem;
    height: 5.5rem;
  }
  .header .wrap .logo::after {
    content: "";
    display: block;
    background: #fff;
    width: 16.4rem;
    height: 16.4rem;
    border: 0.62rem solid #fff;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 110%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .header .wrap .logo a {
    background: url("../img/a_logoTxt.svg") no-repeat center right/contain;
  }
  .header .wrap .logo a::before {
    width: 16.4rem;
    height: 16.4rem;
    border: 0.62rem solid #fff;
    top: 110%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .header .wrap .headR {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: static;
    color: #333;
    text-align: right;
  }
  .header .wrap .headR .address_item {
    font-size: 1.8rem;
  }
  .header .wrap .headR .tel_item {
    margin: 0.6rem 0 0;
    color: #003461;
  }
  .header .wrap .headR .tel_item .tel {
    font-size: 2.8rem;
  }
  .header .wrap .headR .tel_item .tel::before {
    margin-right: 0.8rem;
  }
  .header.fixed .wrap .logo::after {
    display: none;
  }
  .header.fixed .wrap .logo a::before {
    display: none;
  }
}
/* SP ドロップダウンメニュー -------------------------------------- */
#menu {
  z-index: 9999;
  background: #6495ED;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#menu .fixed_menu_btn {
  width: 5rem;
  height: 4.6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  position: fixed;
  top: 0.8rem;
  right: 1rem;
  z-index: 204;
}
#menu .fixed_menu_btn .hamburger {
  height: 100%;
}
#menu .fixed_menu_btn .hamburger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.8rem 0rem;
  height: 100%;
  text-decoration: none;
  background: #043461;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 5px;
}
#menu .fixed_menu_btn .hamburger a::before {
  content: "\e802";
  font-family: "fontello";
  font-size: 2.8rem;
  line-height: 0.8;
}
#menu .fixed_menu_btn .hamburger a::after {
  content: "MENU";
  font-size: 1rem;
}
#menu .fixed_menu_btn.active .hamburger a::before {
  content: "\e806";
}
#menu .fixed_menu_btn.active .hamburger a::after {
  content: "CLOSE";
}
#menu #nav.sp_nav {
  width: 27rem;
  height: 100%;
  padding: 6rem 2rem 6rem;
  background-color: white;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 203;
  -webkit-transform: translate(27rem);
  transform: translate(27rem);
}
#menu #nav.sp_nav.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#menu #nav.sp_nav ul {
  display: block;
  font-size: 1.4rem;
}
#menu #nav.sp_nav ul li {
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
#menu #nav.sp_nav ul li a {
  display: block;
  position: relative;
  padding: 1.2rem 0.2rem 1.2rem;
  font-weight: bold;
  color: #043461;
  text-decoration: none !important;
}
#menu #nav.sp_nav ul li a.sub {
  margin: 0;
  padding: 1.2rem 0.2rem 1.2rem;
}
#menu #nav.sp_nav ul li a.sub + .subnav {
  padding: 0 0.2rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu #nav.sp_nav ul li a.sub + .subnav li {
  width: 100%;
  border-bottom: none;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
#menu #nav.sp_nav ul li a.sub + .subnav li a {
  font-weight: normal;
  color: #333;
  padding: 1rem 0.2rem;
}
#menu #nav.sp_nav ul li a.sub + .subnav li a::before {
  content: "\f006";
  font-family: "fontello";
  margin-right: 0.6rem;
  color: #043461;
}
#menu #nav.sp_nav ul li a.sub + .subnav li a::after {
  content: none;
}
#menu #nav.sp_nav ul li a.sub + .subnav li a .br {
  display: none;
}
#menu #nav.sp_nav ul li a.sub + .subnav li:last-child {
  border-bottom: none;
}
#menu #nav.sp_nav ul li a::after {
  content: "\e4a2";
  color: #7db2e3;
  font-weight: normal;
  font-family: "fontello";
  margin-left: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0.8rem;
}
#menu #nav.sp_nav ul li a.sub::after {
  content: "\e800";
}
#menu #nav.sp_nav ul li a.sub.close::after {
  content: "\e803";
}
#menu .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#menu .overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  /*  .slicknav_menu {
      display: none;
    }*/
  .fixed_menu_btn {
    display: none;
  }
  #menu {
    display: block;
    position: relative;
    z-index: 2;
    /* Gナビ　ハイライト */
  }
  #menu.overlay {
    display: none;
  }
  #menu #nav {
    all: unset;
    display: block;
    background: #043461;
  }
  #menu #nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    margin: auto;
  }
  #menu #nav.fixed .gnav {
    padding: 0 10rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #menu #nav .gnav {
    width: 1166px;
    margin: auto;
    padding: 0 8rem 0 19.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #menu #nav .gnav li {
    width: auto;
  }
  #menu #nav .gnav li a {
    display: block;
    text-align: center;
    padding: 2.2rem 0 2.4rem;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    position: relative;
  }
  #menu #nav .gnav li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    position: absolute;
    bottom: 1.7rem;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #menu #nav .gnav li a:hover {
    opacity: 1;
  }
  #menu #nav .gnav li a:hover::after {
    opacity: 1;
    bottom: 1.4rem;
  }
  #menu #nav .gnav li .subnav {
    width: 53rem;
    padding: 2rem 1.7rem 1.3rem;
    visibility: hidden;
    position: absolute;
    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;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  #menu #nav .gnav li .subnav li {
    width: 48%;
    margin: 0 0 0.7rem;
  }
  #menu #nav .gnav li .subnav li a {
    display: block;
    width: 100%;
    padding: 1rem 1.7rem;
    text-align: left;
    color: #333;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  #menu #nav .gnav li .subnav li a::after {
    content: none;
  }
  #menu #nav .gnav li .subnav li a:hover {
    background: #BED7ED;
  }
  #menu #nav .gnav li .subnav li a .br {
    display: none;
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 2rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #9D9C9C;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview > .wrap .overviewL .tbl_gaiyo {
  width: 100%;
  color: #fff;
  border-collapse: collapse;
  border-top: 1px solid #fff;
}
.overview > .wrap .overviewL .tbl_gaiyo tr {
  display: block;
}
.overview > .wrap .overviewL .tbl_gaiyo tr th {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding: 0.8rem 0 0;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td {
  display: block;
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #fff;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td dl {
  margin: 0;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td dl dt {
  margin: 0.6rem 0 0;
  padding: 0;
  font-weight: bold;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td dl dt:first-child {
  margin: 0;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td dl dd {
  margin: 0;
  padding: 0;
}
.overview > .wrap .overviewL .tbl_gaiyo tr td dl dd ul li::before {
  content: "・";
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.overview > .wrap .overviewR .gmap {
  text-align: right;
}
.overview > .wrap .overviewR .gmap iframe {
  height: 30rem;
}
.overview > .wrap .tbl_time {
  margin: 1.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 8.4rem 0 7.35rem;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 3.7rem;
  }
  .overview .clinic_name img {
    max-width: 45.3rem;
  }
  .overview > .wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview > .wrap .flex .overviewL, .overview > .wrap .flex .overviewR {
    width: 48%;
  }
  .overview > .wrap .flex .overviewL {
    padding: 0 0;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo tr {
    display: table-row;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo tr th {
    display: table-cell;
    padding: 2rem 0 2rem 2rem;
    width: 12.4rem;
    border-bottom: 1px solid #fff;
    vertical-align: top;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo tr td {
    padding: 2rem 0;
    display: table-cell;
  }
  .overview > .wrap .flex .overviewL .tbl_gaiyo tr td dl dt {
    margin: 0;
  }
  .overview > .wrap .flex .overviewR {
    padding: 0 0;
    margin: 0;
  }
  .overview > .wrap .flex .overviewR .gmap iframe {
    height: 47rem;
  }
  .overview > .wrap .tbl_time {
    margin: 4rem 0 0;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
#pageup a {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.4rem;
  background: #e5bc53;
  border-radius: 50%;
}
#pageup a::before {
  text-align: center;
  font-size: 3.6rem;
  font-family: "fontello";
  content: "\e812";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
  }
  #pageup a::before {
    font-size: 5rem;
  }
}
.tel_up {
  width: 100%;
  background: #003461;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  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;
}
.tel_up .tel {
  display: block;
  text-align: center;
  width: 80%;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  line-height: 1;
}
.tel_up .tel::before {
  content: "TEL.";
  margin-right: 0.4rem;
}
.tel_up .pageup {
  cursor: pointer;
}
.tel_up .pageup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 1.2rem 0.4rem;
  line-height: 1;
  background: #fff;
}
.tel_up .pageup a::before {
  text-align: center;
  font-size: 2.4rem;
  font-family: "fontello";
  content: "\e80c";
  color: #003461;
}
.tel_up .pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 8rem;
    bottom: 4rem;
    right: 3rem;
    left: auto;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .tel_up .tel {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: 1px solid #003461;
  }
  .tel_up .pageup a::before {
    font-size: 1.6rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4.6rem;
  background: #003461;
}
.footer ul {
  display: none;
}
.footer .copy {
  display: block;
  color: #fff;
  padding: 1.2rem 0.4rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 2.2rem;
  }
  .footer ul {
    width: 1166px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer ul:last-of-type {
    margin: 0 auto 2rem;
    padding: 0 0 4rem;
    border-bottom: 1px solid #BED7ED;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2;
  }
  .footer ul li:not(:first-child)::before {
    content: "|";
    color: #fff;
    margin: 0 0.6rem;
  }
  .footer ul li a {
    opacity: 1;
    color: #fff;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li a .br {
    display: none;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    font-size: 1.8rem;
    padding: 0;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
.overflow {
  overflow-x: hidden;
}

#keyvsl {
  margin: 0;
  max-width: 100%;
  height: 20rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover;
}
#keyvsl .wrap {
  position: relative;
  height: 100%;
}
#keyvsl .wrap .kv_txt {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px black;
  font-size: 1.8rem;
  position: absolute;
  right: 0;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#keyvsl .wrap .info_txt {
  position: absolute;
  bottom: -8rem;
  right: 0;
  font-family: "Noto Serif JP", serif;
  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;
}
#keyvsl .wrap .info_txt li {
  color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10rem;
  height: 10rem;
  margin: 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#keyvsl .wrap .info_txt li > div {
  text-align: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  line-height: 1.3;
  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;
}
#keyvsl .wrap .info_txt li.kaiin_txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: rgba(89, 87, 87, 0.9);
}
#keyvsl .wrap .info_txt li.nairan_txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: rgba(0, 52, 97, 0.9);
}
#keyvsl .wrap .info_txt li .size_l {
  font-size: 130%;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    margin: 0 auto 0;
    padding: 0;
    height: 70rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto;
  }
  #keyvsl .wrap .kv_txt {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.47);
    font-size: 4.4rem;
    letter-spacing: 0.1rem;
    top: 50%;
  }
  #keyvsl .wrap .info_txt {
    bottom: 0;
  }
  #keyvsl .wrap .info_txt li {
    width: 17.25rem;
    height: 17.25rem;
    margin: 0 1.4rem;
    font-size: 1.8rem;
  }
  #keyvsl .wrap .info_txt li > div {
    line-height: 1.3;
  }
  #keyvsl .wrap .info_txt li .size_l {
    font-size: 2.4rem;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 3rem 0 6rem;
  padding: 6rem 0 6rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(235, 246, 255, 0)), color-stop(3rem, #EBF6FF));
  background: linear-gradient(to top, rgba(235, 246, 255, 0), #EBF6FF 3rem);
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 0;
  height: 100%;
}
.info dl .line {
  border-bottom: 1px solid #003461;
  margin: 0 0 0.6rem;
  padding: 0 0 0.2rem;
}
.info dl .line:nth-of-type(n+4) dd {
  display: none;
}
.info dl .line dt {
  margin: 0 0 0.4rem;
  color: #003461;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  cursor: pointer;
  display: table;
  font-size: 1.6rem;
}
.info dl .line dt:hover {
  opacity: 0.8;
}
.info dl .line dt::before {
  content: "\e809";
  font-family: "fontello";
  margin-right: 0.2rem;
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  top: -0.2rem;
}
.info dl .line dt.close::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info dl .line dd {
  margin: 0 0 0.4rem;
}
.info dl .line dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 8rem 0 14rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(235, 246, 255, 0)), color-stop(6rem, #EBF6FF));
    background: linear-gradient(to top, rgba(235, 246, 255, 0), #EBF6FF 6rem);
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info .wrap .tit_02 {
    margin: 0 6rem 0 0;
  }
  .info .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .wrap dl .line {
    padding: 0 0 2.2rem;
    margin: 0 0 3rem;
  }
  .info .wrap dl .line dt {
    font-size: 2rem;
    margin: 0 0 0.8rem;
  }
  .info .wrap dl .line dt::before {
    font-size: 1.6rem;
  }
  .info .wrap dl .line dd {
    font-size: 1.8rem;
    margin: 0 0 0.8rem;
  }
}
/* 当院で行う診療について -------------------------------------- */
.about {
  padding: 2rem 0 2rem;
}
.about .img {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
.about .img::before {
  content: "";
  background: url("../img/a_logoMark.svg") no-repeat center/contain;
  display: block;
  width: 8rem;
  height: 8rem;
  position: absolute;
  bottom: -1rem;
  left: -2rem;
}
.about .img img {
  display: block;
}
.about p {
  padding: 0 1.4rem 0;
}
.about p.tit {
  padding: 1rem 1rem 0 2.2rem;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #003461;
  position: relative;
}
.about p.tit::before {
  opacity: 0.6;
  content: "\e80a";
  font-family: "fontello";
  color: #BED7ED;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -0.6rem;
  font-size: 3.2rem;
}

@media screen and (min-width: 48em), print {
  .about {
    padding: 4.7rem 0 9.2rem;
  }
  .about .wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36.2rem 6rem auto;
    grid-template-columns: 36.2rem auto;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }
  .about .wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .about .wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .about .wrap > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .about .wrap > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .about .wrap .tit_02 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin: 0 0 7.6rem;
  }
  .about .wrap .img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    max-width: 36.2rem;
  }
  .about .wrap .img::before {
    width: 19.4rem;
    height: 19.4rem;
    bottom: -4.4rem;
    left: -4.4rem;
  }
  .about .wrap .txt {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .about .wrap .txt p {
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .about .wrap .txt p.tit {
    padding: 0 0 0 2.8rem;
    margin: 0;
    font-size: 2.4rem;
  }
  .about .wrap .txt p.tit::before {
    opacity: 1;
    line-height: 1;
    top: -3.2rem;
    font-size: 7rem;
  }
}
/* 診療内容 -------------------------------------- */
.treatment_menu {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 246, 255, 0)), color-stop(3rem, #EBF6FF));
  background: linear-gradient(to bottom, rgba(235, 246, 255, 0), #EBF6FF 3rem);
  padding: 4rem 0 4rem;
  position: relative;
  z-index: 0;
}
.treatment_menu::before {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 17rem;
  background: url("../img/index_treatmentMenu_parts01.svg") no-repeat center/cover;
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  z-index: -1;
}
.treatment_menu .wrap .tit_02 {
  text-align: center;
}
.treatment_menu .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.treatment_menu .wrap ul li {
  width: 49%;
  margin: 0 0 0.35rem;
  margin-right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.treatment_menu .wrap ul li:nth-child(2n) {
  margin-right: 0;
}
.treatment_menu .wrap ul li a {
  position: relative;
  padding: 1.2rem 0;
  background: #fff;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-decoration: none !important;
}
.treatment_menu .wrap ul li a::before {
  content: "";
  display: block;
  margin: 0 auto 0.4rem;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.treatment_menu .wrap ul li a::after {
  content: "";
  display: block;
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid #E6E6E6;
  border-bottom: 0.5rem solid #E6E6E6;
  border-left: 0.5rem solid transparent;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}
.treatment_menu .wrap ul li a.neck::before {
  background-image: url("../img/index_treatmentMenu_neck.svg");
}
.treatment_menu .wrap ul li a.shoulder::before {
  background-image: url("../img/index_treatmentMenu_shoulder.svg");
}
.treatment_menu .wrap ul li a.arm_hand::before {
  background-image: url("../img/index_treatmentMenu_armHand.svg");
}
.treatment_menu .wrap ul li a.elbow::before {
  background-image: url("../img/index_treatmentMenu_elbow.svg");
}
.treatment_menu .wrap ul li a.wrist_finger::before {
  background-image: url("../img/index_treatmentMenu_wristFinger.svg");
}
.treatment_menu .wrap ul li a.waist::before {
  background-image: url("../img/index_treatmentMenu_waist.svg");
}
.treatment_menu .wrap ul li a.hip_joint::before {
  background-image: url("../img/index_treatmentMenu_hipJoint.svg");
}
.treatment_menu .wrap ul li a.knees::before {
  background-image: url("../img/index_treatmentMenu_knees.svg");
}
.treatment_menu .wrap ul li a.leg::before {
  background-image: url("../img/index_treatmentMenu_leg.svg");
}
.treatment_menu .wrap ul li a.sports::before {
  background-image: url("../img/index_treatmentMenu_sports.svg");
}
.treatment_menu .wrap ul li a.traffic_accident::before {
  background-image: url("../img/index_treatmentMenu_trafficAccident.svg");
}
.treatment_menu .wrap ul li a.rehabilitation::before {
  background-image: url("../img/index_treatmentMenu_rehabilitation.svg");
}
.treatment_menu .wrap ul li a.osteoporosis::before {
  background-image: url("../img/index_treatmentMenu_osteoporosis.svg");
}
.treatment_menu .wrap ul li a.plus_alpha::before {
  background-image: url("../img/index_treatmentMenu_plusAlpha.svg");
}
.treatment_menu .wrap ul li a.skin::before {
  background-image: url("../img/index_treatmentMenu_skin.svg");
}

@media screen and (min-width: 48em), print {
  .treatment_menu {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 246, 255, 0)), color-stop(6rem, #EBF6FF));
    background: linear-gradient(to bottom, rgba(235, 246, 255, 0), #EBF6FF 6rem);
    padding: 12rem 0 33rem;
  }
  .treatment_menu::before {
    height: 107rem;
    background: url("../img/index_treatmentMenu_parts01.svg") no-repeat center/auto auto;
    bottom: 2rem;
  }
  .treatment_menu .wrap .tit_02 {
    margin: 0 0 6rem;
  }
  .treatment_menu .wrap ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .treatment_menu .wrap ul li {
    width: 21.6rem;
    height: 21.6rem;
    margin: 0 0 0.4rem;
    margin-right: 0.4rem;
  }
  .treatment_menu .wrap ul li:nth-child(2n) {
    margin-right: 0.4rem;
  }
  .treatment_menu .wrap ul li:nth-child(5n) {
    margin-right: 0;
  }
  .treatment_menu .wrap ul li a {
    padding: 6.2rem 0 1rem;
    height: 100%;
    font-size: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .treatment_menu .wrap ul li a::before {
    margin: 0 auto 1rem;
    width: 6rem;
    height: 6rem;
  }
  .treatment_menu .wrap ul li a::after {
    border-top: 1rem solid transparent;
    border-right: 1rem solid #E6E6E6;
    border-bottom: 1rem solid #E6E6E6;
    border-left: 1rem solid transparent;
    right: 0.6rem;
    bottom: 0.6rem;
  }
  .treatment_menu .wrap ul li a:hover {
    opacity: 1;
    background: #f7fcff;
  }
}
/* 当院の特長 -------------------------------------- */
.features {
  padding: 2rem 0 2rem;
}
.features .wrap {
  position: relative;
}
.features .wrap::before {
  content: "";
  display: block;
  width: 56%;
  height: 8rem;
  background: url("../img/index_features_bg01.jpg") no-repeat center/cover;
  position: absolute;
  right: 0;
  top: -4rem;
}
.features .wrap ul {
  counter-reset: features_num;
}
.features .wrap ul li {
  margin: 0 0 1.8rem;
  padding: 0 0 0.6rem;
  border-bottom: 1px solid #DCDCDC;
  counter-increment: features_num 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22% 0.8rem 1fr;
  grid-template-columns: 22% 1fr;
  -ms-grid-rows: auto 0 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 0.8rem;
}
.features .wrap ul li > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.features .wrap ul li > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.features .wrap ul li > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.features .wrap ul li > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.features .wrap ul li::before {
  content: "Feature";
  display: block;
  width: 100%;
  height: auto;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #fff;
  background: #9D9C9C;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.features .wrap ul li::after {
  content: counter(features_num, decimal-leading-zero);
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 5.2rem;
  color: #003461;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.features .wrap ul li div {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.features .wrap ul li div p {
  margin: 0;
}
.features .wrap ul li div p.tit {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #003461;
  line-height: 1.2;
  margin: 0 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .features {
    padding: 9.6rem 0 12.5rem;
  }
  .features .wrap::before {
    content: "";
    display: block;
    width: 1200px;
    height: 38rem;
    right: -40rem;
    top: -31rem;
  }
  .features .wrap ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features .wrap ul li {
    width: 50%;
    padding: 0 3rem 0 1.8rem;
    margin: 3.6rem 0 0;
    border-bottom: none;
    border-left: 1px solid #dcdcdc;
    -ms-grid-columns: 11.1rem 1.8rem 1fr;
    grid-template-columns: 11.1rem 1fr;
    gap: 0 1.8rem;
  }
  .features .wrap ul li:nth-child(even) {
    padding: 0 1.8rem 1.8rem 3rem;
    border-right: 1px solid #dcdcdc;
  }
  .features .wrap ul li::before {
    font-size: 1.4rem;
  }
  .features .wrap ul li::after {
    line-height: 1.2;
    font-size: 10rem;
  }
  .features .wrap ul li div p.tit {
    font-size: 2.6rem;
    margin: 0 0 1.3rem;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    width: 1166px;
    margin: 0 auto;
    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;
  }
  body:not(.index) .breadcrumb_list li {
    font-size: 1.8rem;
    display: inline-block;
  }
  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: 4rem 1rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 9.6rem 0 10rem;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
.doctor .main .dr_name {
  text-align: right;
  font-size: 1.4rem;
}
.doctor .main .dr_name span {
  font-size: 1.8rem;
}
@media screen and (min-width: 48em), print {
  .doctor .main .dr_name {
    font-size: 1.8rem;
  }
  .doctor .main .dr_name span {
    font-size: 2.6rem;
  }
}
.doctor .main .lst_doctor div {
  margin: 0 0 0.4rem;
}
.doctor .main .lst_doctor div dt {
  margin: 0;
  padding: 0;
  color: #003461;
  font-weight: bold;
}
.doctor .main .lst_doctor div dd {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48em), print {
  .doctor .main .lst_doctor div {
    margin: 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .doctor .main .lst_doctor div dt {
    width: 10rem;
  }
  .doctor .main .lst_doctor div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* クリニック紹介 */
#slider, #thumbnail_slider {
  width: 100%;
}
@media screen and (min-width: 48em), print {
  #slider, #thumbnail_slider {
    max-width: 750px;
  }
}

#slider {
  margin: 0 auto 0.2rem;
}
#slider figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#slider figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.2rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
}
@media screen and (min-width: 48em), print {
  #slider figure figcaption {
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
  }
}

#thumbnail_slider {
  margin: 0 auto 2rem;
}
#thumbnail_slider .slick-list .thumbnail-item img {
  cursor: -webkit-grab;
  cursor: grab;
}
#thumbnail_slider .slick-list .thumbnail-item img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#thumbnail_slider .slick-list .slick-current {
  position: relative;
}
#thumbnail_slider .slick-list .slick-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #222;
}
#thumbnail_slider .slick-list .slick-current img {
  width: 100%;
  display: block;
}
#thumbnail_slider .slick-prev::before, #thumbnail_slider .slick-next::before {
  color: #222;
}

.slide-item img {
  width: 100%;
  height: auto;
}

.thumbnail-item img {
  width: 98%;
  display: block;
  margin: 0 auto;
}

.lst_device li {
  margin: 0 0 2rem;
  text-align: center;
}
.lst_device li figure {
  padding: 0;
  margin: 0;
}
.lst_device li figure img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}
.lst_device li figure figcaption {
  text-align: center;
  color: #043461;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .lst_device {
    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;
  }
  .lst_device li {
    width: 48%;
    margin: 0 0 4rem;
  }
  .lst_device li figure img {
    margin: 0 auto 1rem;
    max-width: 90%;
  }
}
/* 初めての方へ */
/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}