@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; }

.orange { color: #B75703; }

.red { color: #E10003; }

.frame_01 { background: #f1f9fd; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { background: #f9f9f9; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_02 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_03 { margin: 0 0 1rem; padding: .4rem; border: 1px solid #0e3a54; }
@media screen and (min-width: 48em), print { .frame_03 { padding: 1rem; } }

.frame_04 { margin: 0 0 1rem; padding: .4rem; border: 1px solid #B75703; }
@media screen and (min-width: 48em), print { .frame_04 { padding: 1rem; } }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.footer span { display: none; }

/* マージン・パディング回り -------------------------------------- */
.mt_0 { margin-top: 0px !important; }

.mr_0 { margin-right: 0px !important; }

.mb_0 { margin-bottom: 0px !important; }

.ml_0 { margin-left: 0px !important; }

.pt_0 { padding-top: 0px !important; }

.pr_0 { padding-right: 0px !important; }

.pb_0 { padding-bottom: 0px !important; }

.pl_0 { padding-left: 0px !important; }

.mt_10 { margin-top: 10px !important; }

.mr_10 { margin-right: 10px !important; }

.mb_10 { margin-bottom: 10px !important; }

.ml_10 { margin-left: 10px !important; }

.pt_10 { padding-top: 10px !important; }

.pr_10 { padding-right: 10px !important; }

.pb_10 { padding-bottom: 10px !important; }

.pl_10 { padding-left: 10px !important; }

.mt_20 { margin-top: 20px !important; }

.mr_20 { margin-right: 20px !important; }

.mb_20 { margin-bottom: 20px !important; }

.ml_20 { margin-left: 20px !important; }

.pt_20 { padding-top: 20px !important; }

.pr_20 { padding-right: 20px !important; }

.pb_20 { padding-bottom: 20px !important; }

.pl_20 { padding-left: 20px !important; }

.mt_30 { margin-top: 30px !important; }

.mr_30 { margin-right: 30px !important; }

.mb_30 { margin-bottom: 30px !important; }

.ml_30 { margin-left: 30px !important; }

.pt_30 { padding-top: 30px !important; }

.pr_30 { padding-right: 30px !important; }

.pb_30 { padding-bottom: 30px !important; }

.pl_30 { padding-left: 30px !important; }

.mt_40 { margin-top: 40px !important; }

.mr_40 { margin-right: 40px !important; }

.mb_40 { margin-bottom: 40px !important; }

.ml_40 { margin-left: 40px !important; }

.pt_40 { padding-top: 40px !important; }

.pr_40 { padding-right: 40px !important; }

.pb_40 { padding-bottom: 40px !important; }

.pl_40 { padding-left: 40px !important; }

.mt_50 { margin-top: 50px !important; }

.mr_50 { margin-right: 50px !important; }

.mb_50 { margin-bottom: 50px !important; }

.ml_50 { margin-left: 50px !important; }

.pt_50 { padding-top: 50px !important; }

.pr_50 { padding-right: 50px !important; }

.pb_50 { padding-bottom: 50px !important; }

.pl_50 { padding-left: 50px !important; }

.mt_60 { margin-top: 60px !important; }

.mr_60 { margin-right: 60px !important; }

.mb_60 { margin-bottom: 60px !important; }

.ml_60 { margin-left: 60px !important; }

.pt_60 { padding-top: 60px !important; }

.pr_60 { padding-right: 60px !important; }

.pb_60 { padding-bottom: 60px !important; }

.pl_60 { padding-left: 60px !important; }

.mt_70 { margin-top: 70px !important; }

.mr_70 { margin-right: 70px !important; }

.mb_70 { margin-bottom: 70px !important; }

.ml_70 { margin-left: 70px !important; }

.pt_70 { padding-top: 70px !important; }

.pr_70 { padding-right: 70px !important; }

.pb_70 { padding-bottom: 70px !important; }

.pl_70 { padding-left: 70px !important; }

.mt_80 { margin-top: 80px !important; }

.mr_80 { margin-right: 80px !important; }

.mb_80 { margin-bottom: 80px !important; }

.ml_80 { margin-left: 80px !important; }

.pt_80 { padding-top: 80px !important; }

.pr_80 { padding-right: 80px !important; }

.pb_80 { padding-bottom: 80px !important; }

.pl_80 { padding-left: 80px !important; }

.mt_90 { margin-top: 90px !important; }

.mr_90 { margin-right: 90px !important; }

.mb_90 { margin-bottom: 90px !important; }

.ml_90 { margin-left: 90px !important; }

.pt_90 { padding-top: 90px !important; }

.pr_90 { padding-right: 90px !important; }

.pb_90 { padding-bottom: 90px !important; }

.pl_90 { padding-left: 90px !important; }

.mt_100 { margin-top: 100px !important; }

.mr_100 { margin-right: 100px !important; }

.mb_100 { margin-bottom: 100px !important; }

.ml_100 { margin-left: 100px !important; }

.pt_100 { padding-top: 100px !important; }

.pr_100 { padding-right: 100px !important; }

.pb_100 { padding-bottom: 100px !important; }

.pl_100 { padding-left: 100px !important; }

.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

@media screen and (min-width: 48em), print { .row { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.col-1 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.col-2 { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem; }
  .mt10 { margin-top: 2.0rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
/* タイムテーブル -------------------------------------- */
.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: .4rem; background: #fff; }
.tbl_time caption span.yellow { color: #f3a700; }
.tbl_time caption span.txt_small { font-size: 1.2rem; }
.tbl_time tr th { font-weight: normal; border-bottom: 1px solid #b5b5b5; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #fff; font-size: 1rem; color: #222222; font-weight: bold; }
.tbl_time tr th[scope="col"]:first-child { width: 30%; }
.tbl_time tr th.time { background: #fff; border-bottom: 1px solid #b5b5b5; font-size: 1.2rem; }
.tbl_time tr th.time span { font-size: 1rem; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; border-bottom: 1px solid #b5b5b5; color: #f3a700; line-height: 1.0; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; table-layout: auto; }
  .tbl_time caption { padding: 1.4rem 2rem 1rem; font-size: 1.8rem; margin: 0; }
  .tbl_time caption span.txt_small { font-size: 1.6rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; font-size: 1.8rem; font-weight: bold; }
  .tbl_time tr th[scope="col"]:first-child { width: 23%; }
  .tbl_time tr th[scope="col"]:last-child { padding-right: 2rem; width: 13%; }
  .tbl_time tr th.time { width: 23%; padding: .8rem 0; font-size: 1.8rem; }
  .tbl_time tr th.time span { font-size: 1.4rem; }
  .tbl_time tr th .sp_n { display: inline; }
  .tbl_time tr td { width: 7%; padding: 1.0rem 0; }
  .tbl_time tr td:last-child { padding-right: 2rem; }
  .tbl_time_01 tr th[scope="col"]:first-child { width: 50%; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.jpg) no-repeat right top/auto 100%; font-size: 2.2rem; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; text-align: center; color: #0e3a54; font-family: 'Yu Mincho Demibold', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

.tit_02 { color: #0e3a54; font-size: 2.0rem; border-bottom: 1px solid #0e3a54; margin: 0 0 2.0rem; padding: 1.0rem 0 .4rem; text-align: left; line-height: 1.2; font-family: 'Yu Mincho Demibold', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
.tit_02 span { color: #f5a400; font-size: 1.6rem; margin-left: .4rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

.tit_03 { color: #513401; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: .4rem 1rem .4rem 1.8rem; color: #0e3a54; background: #eef1fa; font-family: 'Yu Mincho Demibold', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; position: relative; }
.tit_03::before { content: ""; display: inline-block; height: 100%; width: 2px; background: #0e3a54; position: absolute; top: 0; left: 0; }

.tit_04 { color: #0e3a54; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; font-family: 'Yu Mincho Demibold', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
.tit_04::before { content: ""; display: inline-block; height: 2px; width: 6px; background: #ff9700; margin-right: .6rem; vertical-align: super; }

.tit_05 { margin: 0 0 1.0rem; font-size: 1.6rem; font-weight: bold; color: #222222; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat right top/auto 100%; font-size: 3rem; height: 20rem; padding: 8.9rem 4.0rem; margin: 2rem 0 3.0rem; }
  .tit_02 { font-size: 3rem; margin: 0 0 2.0rem; padding: 1rem 0 1.2rem; letter-spacing: .2rem; }
  .tit_02 span { font-size: 1.8rem; margin-left: 1.8rem; }
  .tit_03 { font-size: 2.6rem; margin: 0 0 2.0rem; padding: 1rem 0 1rem 2rem; letter-spacing: .2rem; }
  .tit_03::before { width: 3px; }
  .tit_04 { font-size: 2.2rem; margin: 0 0 2.0rem; }
  .tit_04::before { width: 14px; height: 3px; }
  .tit_05 { font-size: 1.8rem; margin: 2rem 0 1.0rem; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -1.8rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
@media screen and (min-width: 48em), print { .lst_ul01 li { text-indent: -2.0rem; } }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #c7ccd8; }
.lst_ul01 li.none::before { content: none; }

.lst_ol01 { margin: 1.0rem 0 1.0rem 2.6rem; }
@media screen and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; } }
.lst_ol01 li { line-height: 1.4; counter-increment: number 1; text-indent: -1.0rem; padding: 0 0 1.0rem 0; }
.lst_ol01 li::before { display: inline-block; content: counter(number) "."; margin-right: .8rem; font-family: 'Lato', sans-serif; color: clr_blue; font-weight: bold; }

.lst_dl01 dt { float: left; width: 25%; font-weight: bold; clear: left; }
.lst_dl01 dd { margin: 0 0 1.0rem; padding-left: 7.0rem; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { width: 17%; } }
/* フレックス回り -------------------------------------- */
.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%; } }
/* リンク -------------------------------------- */
.btn-monshin a { background: #f3a700; color: #fff; text-align: center; padding: 1.5rem 2rem; text-decoration: none !important; min-width: 15rem; max-width: 100%; margin: 0 auto; cursor: pointer; }
@media screen and (min-width: 48em), print { .btn-monshin a { min-width: 28rem; max-width: 40%; } }
.btn-monshin a::before { content: "\f0f6"; font-family: "fontello"; margin-right: 0.5rem; }

.btn-monshin-side a { background: #f3a700; color: #fff; text-align: center; padding: 1.5rem 2rem; text-decoration: none !important; width: 100%; margin: 0 auto; cursor: pointer; display: block; font-size: 1.8rem; }
@media screen and (min-width: 48em), print { .btn-monshin-side a { width: 100%; } }
.btn-monshin-side a::before { content: "\f0f6"; font-family: "fontello"; margin-right: 0.5rem; }

.btn { display: block; text-align: center; }
@media screen and (min-width: 48em), print { .btn { text-align: left; } }
.btn a { background: #2d3e56; color: #fff; text-align: center; padding: 1rem 2rem; display: inline-block; text-decoration: none !important; position: relative; min-width: 15rem; }
@media screen and (min-width: 48em), print { .btn a { min-width: 25rem; } }
.btn a::after { content: "\f105"; font-family: "fontello"; position: absolute; top: 47%; right: .8rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
@media screen and (min-width: 48em), print { .btn a::after { top: 50%; } }

.txt_link { color: #ff9700; position: relative; margin-left: 1em; display: inline-block; }
.txt_link::before { content: "\f105"; font-family: "fontello"; margin-right: .6rem; font-weight: bold; position: absolute; left: -10px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; border-spacing: 0; caption-side: bottom; }
.tbl_01 caption { text-align: left; padding: .8rem 0; }
.tbl_01 tr th { width: 30%; background: #f1f9fd; color: #2d3e56; text-align: center; font-weight: bold; border: 1px solid #0e3a54; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #0e3a54; }

/* 求人情報 */
.recruit_bnr { margin: 3rem auto 2rem !important; }
.recruit_bnr li ~ li { margin-top: 1rem; }
.recruit_bnr li a { overflow: hidden; position: relative; border: 1px solid #2d3e56; color: #2d3e56; font-weight: bold; font-size: 1.6rem; padding: 1rem 2rem; text-decoration: none !important; 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; }
.recruit_bnr li a:hover { border-radius: 0; }
.recruit_bnr li a::after { content: "\f105"; font-family: "fontello"; position: absolute; right: 3%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

@media screen and (min-width: 48em), print { .recruit_bnr li ~ li { margin-top: 2rem; }
  .recruit_bnr li a { font-size: 2.4rem; padding: .6rem 2rem; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .recruit_bnr li a.item_01 { background: url("../img/recruit_bnr_01.jpg") no-repeat right center/14rem, #fff; }
  .recruit_bnr li a.item_02 { background: url("../img/recruit_bnr_02.jpg") no-repeat right center/14rem, #fff; } }
.flow li { position: relative; margin: 0 0 6rem; counter-increment: item; }
.flow li:before { content: counter(item) "."; display: inline-block; margin-right: 1rem; }
.flow li:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

body { background: #fff; color: #222222; -webkit-text-size-adjust: none; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 1.0rem 6.0rem; }
.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 .flex2 { 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; margin: 10rem auto 0; }
  body .flex2 > div { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 86rem; }
  a { -webkit-transition: .2s; transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1180px; margin: 0 auto; }
  .main { font-size: 1.6rem; padding: 0 0 8.0rem; }
  .sidebar { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 23%; } }
/* アイコンフォント -------------------------------------- */
@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 #fixed_menu { position: fixed; overflow-y: auto; top: 0; right: 0; z-index: 100; width: 100%; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.header #fixed_menu.menu_open { height: 100%; }
.header #fixed_menu > li { width: calc(80% / 3); height: 5rem; background: rgba(255, 255, 255, 0.9); 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; }
.header #fixed_menu > li:not(.slicknav_item) a { border-right: 1px solid #eee; color: #0e3a54; margin: .4rem 0; height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.header #fixed_menu > li:not(.slicknav_item) a::before { font-family: "fontello"; margin-bottom: .2rem; font-size: 1.8rem; }
.header #fixed_menu > li:not(.slicknav_item).menu_time a::before { content: "\e801"; }
.header #fixed_menu > li:not(.slicknav_item).menu_access a::before { content: "\e818"; }
.header #fixed_menu > li:not(.slicknav_item).menu_tel a::before { content: "\e800"; }
.header #fixed_menu > li:not(.slicknav_item).menu_rsv a::before { content: "\e819"; }
.header #fixed_menu > li:last-child { width: 20%; }
.header .wrap { margin: 6.0rem 1rem 1rem; }
.header .wrap .headL .logo { height: 5.0rem; }
.header .wrap .headL .logo a { display: block; margin: 0 auto; width: 96%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headL dl { font-size: 1rem; }
.header .wrap .headL dl dt { background: #f0f0f0; padding: .2rem .2rem; text-align: center; float: left; clear: both; width: 17%; }
.header .wrap .headL dl dd { padding-left: 2rem; }
.header .wrap .headR { margin-top: 1.2rem; }
.header .wrap .headR .head_tel_rsv { width: 80%; border-bottom: 1px solid #e0e0e0; padding-bottom: .8rem; margin: 1.4rem auto 1.4rem; text-align: center; }
.header .wrap .headR .head_tel_rsv .tel_item, .header .wrap .headR .head_tel_rsv .tel { display: inline-block; vertical-align: middle; font-size: 1.8rem; color: #2d3e56; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
.header .wrap .headR .head_tel_rsv .tel_item::before, .header .wrap .headR .head_tel_rsv .tel::before { content: "\e800"; font-family: "fontello"; margin-right: .4rem; }
.header .wrap .headR .head_tel_rsv .tel_item a, .header .wrap .headR .head_tel_rsv .tel a { display: inline-block; }
.header .wrap .headR .head_tel_rsv .reha_tel { margin: 0 0 1.5rem; }
.header .wrap .headR .head_tel_rsv .rsv { display: inline-block; margin: 0 0 0 1rem; text-align: center; background: #005bac; color: #fff; }
.header .wrap .headR .head_tel_rsv .rsv a { display: block; padding: .6rem 1rem; font-size: 1.4rem; }
.header .wrap .headR .head_parking { text-align: center; font-size: 1.6rem; }
.header .wrap .headR .head_parking::before { content: ""; background: url("../img/parking.svg") no-repeat center/contain; width: 1.6rem; height: 1.6rem; display: inline-block; margin-right: .4rem; vertical-align: middle; }

@media screen and (min-width: 48em), print { .header #fixed_menu { display: none; }
  .header .wrap { padding: 2rem 0 0; margin: 0 auto 3rem; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .header .wrap .headL { width: 70rem; }
  .header .wrap .headL .logo { width: 57rem; height: 6.2rem; margin-bottom: 2rem; }
  .header .wrap .headL .logo a { width: 100%; }
  .header .wrap .headL dl dt { font-size: 1.4rem; width: 9%; margin-right: .6rem; }
  .header .wrap .headL dl dd { font-size: 1.4rem; padding-top: .2rem; }
  .header .wrap .headL dl dd .header_n { display: none; }
  .header .wrap .headR { margin-top: 0; width: 44rem; position: relative; }
  .header .wrap .headR::after { content: ""; position: absolute; background: #f5f5f5; width: 40rem; height: 40rem; right: 0; top: -300px; border-radius: 50%; z-index: -1; }
  .header .wrap .headR .head_tel_rsv { margin: 0 0 1rem; width: 100%; }
  .header .wrap .headR .head_tel_rsv .tel_item, .header .wrap .headR .head_tel_rsv .tel { font-size: 3.6rem; letter-spacing: .1rem; }
  .header .wrap .headR .head_tel_rsv .rsv a { font-weight: bold; font-size: 1.6rem; padding: .6rem 1.4rem; }
  .header .wrap .headR .head_tel_rsv .reha_tel { margin: .0 0 1.6rem; font-size: 1.4rem; }
  .header .wrap .headR .head_parking { font-size: 1.8rem; }
  .header .wrap .headR .head_parking::before { vertical-align: middle; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { top: 0; right: 0; /*  font-size: 4.4rem;*/ font-size: 1.8rem; display: inline-block; width: 20vw; background: none; padding: 0; z-index: 10; }
.slicknav_menu.menu_var_scroll { height: 100%; width: 100%; }
.slicknav_menu .slicknav_btn { width: 100%; height: 5.0rem; color: #fff; background: #0e3a54; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .8; font-size: 2.6rem; margin-bottom: .2rem; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.0rem; margin-top: .2rem; }
.slicknav_menu .slicknav_btn.slicknav_open { width: 20vw; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e803'; line-height: .8; font-size: 2.6rem; margin-bottom: .2rem; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #f2f2f2; padding: 1rem; position: absolute; top: 5.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #cccccc; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #0e3a54; padding: 1.0rem .2rem; font-size: 1.6rem; 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; }
.slicknav_menu .slicknav_nav .gnav li a::after { font-family: 'fontello'; content: '\f105'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: none; }
.slicknav_menu .slicknav_nav .tre_menu { margin: 0; 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; }
.slicknav_menu .slicknav_nav .tre_menu li:not(.tit) { width: 50%; border-bottom: 1px solid #cccccc; }
.slicknav_menu .slicknav_nav .tre_menu li:nth-child(even) { border-right: 1px solid #ccc; }
.slicknav_menu .slicknav_nav .tre_menu li.tit { width: 100%; background: url("../img/sidenavi_tit.png") no-repeat center left/contain, #0e3a54; margin: 2.4rem 0 0; padding: 1.2rem 0; text-align: center; border-bottom: 2px solid #e0e0e0; font-family: 'Yu Mincho Demibold', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; font-size: 1.8rem; }
.slicknav_menu .slicknav_nav .tre_menu li a { display: block; color: #0e3a54; height: 100%; padding: 1.0rem 0; 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; }
.slicknav_menu .slicknav_nav .tre_menu li a::after { font-family: 'fontello'; content: '\f105'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .tre_menu li a:hover { background: none; }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; }
  #nav .gnav { width: 95rem; margin: 1.6rem auto 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #nav .gnav li { width: auto; position: relative; text-align: center; }
  #nav .gnav li:not(:last-child)::after { content: ""; width: 1px; height: 2rem; background: #cccccc; display: inline-block; position: absolute; right: 0; top: 0; }
  #nav .gnav li a { display: block; text-align: center; font-size: 1.8rem; font-weight: bold; color: #0e3a54; padding: 0 4rem .6rem; }
  #nav .tre_menu, #nav .recruit_bnr { display: none; }
  /* Gナビ　ハイライト */
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .visit #nav .visit, .access #nav .access { pointer-events: none; border-bottom: 2px solid #f5a400; display: inline-block; margin: 0 4rem; padding: 0 0 .4rem; } }
/* サイドバー -------------------------------------- */
.sidebar { display: none; }

@media screen and (min-width: 48em), print { .sidebar { display: block; }
  .sidebar .tit { background: url("../img/sidenavi_tit.png") center left, #0e3a54; color: #fff; border-bottom: 4px solid #e0e0e0; font-size: 2.4rem; text-align: center; height: 7rem; font-family: 'Yu Mincho Demibold', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "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; }
  .sidebar .subnav { margin: 0; padding: 0; }
  .sidebar .subnav li { border-bottom: 1px solid #dedede; }
  .sidebar .subnav li a { display: block; color: #48341d; position: relative; font-size: 1.8rem; text-decoration: none !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .sidebar .subnav li a:hover { background: #ffedcd; color: #ec7218; }
  .sidebar .subnav li a:hover::after { color: #ec7218; }
  .sidebar .subnav li a::after { font-family: 'fontello'; content: '\f105'; position: absolute; right: .6rem; color: #cccccc; }
  .sidebar .subnav li a::before { content: ""; display: inline-block; width: 6rem; height: 7rem; }
  .sidebar .subnav li a.nav_orthopedics::before { background: url("../img/sidenav_orthopedics.svg") no-repeat center/43%; }
  .sidebar .subnav li a.nav_rehabilitation::before { background: url("../img/sidenav_rehabilitation.svg") no-repeat center/58%; }
  .sidebar .subnav li a.nav_sports::before { background: url("../img/sidenav_sports.svg") no-repeat center/58%; }
  .sidebar .subnav li a.nav_rheumatism::before { background: url("../img/sidenav_rheumatism.svg") no-repeat center/70%; }
  .sidebar .subnav li a.nav_pediatric::before { background: url("../img/sidenav_pediatric.svg") no-repeat center/61%; }
  .sidebar .subnav li a.nav_knee::before { background: url("../img/sidenav_knee.svg") no-repeat center/53%; }
  .sidebar .subnav li a.nav_osteoporosis::before { background: url("../img/sidenav_osteoporosis.svg") no-repeat center/48%; }
  .sidebar .subnav li a.nav_locomotive::before { background: url("../img/sidenav_locomotive.svg") no-repeat center/55%; }
  .sidebar .subnav li a.nav_outsideBody::before { background: url("../img/sidenav_outsideBody.svg") no-repeat center/55%; }
  .sidebar .subnav li a.nav_fascia::before { background: url("../img/sidenav_fascia.svg") no-repeat center/69%; }
  .sidebar .subnav li a.nav_regenerative::before { background: url("../img/sidenav_regenerative.svg") no-repeat center/60%; }
  .sidebar .subnav li a.nav_selfcare::before { background: url("../img/sidenav_selfcare.svg") no-repeat center/67%; } }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2rem 0 0; font-size: 1.4rem; line-height: 1.6; background: #f5f5f5; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap { padding: 0 1rem; }
.overview > .wrap .overviewL { padding: 0 0 0 0; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: collapse; }
.overview > .wrap .overviewL .tbl_gaiyo th { display: block; text-align: center; font-weight: normal; vertical-align: top; }
.overview > .wrap .overviewL .tbl_gaiyo th span { display: inline-block; width: 100%; color: #fff; background: #0e3a55; padding: .2rem 1rem; border-radius: 25px; }
.overview > .wrap .overviewL .tbl_gaiyo td { padding: .4rem 0 .4rem 1rem; margin-bottom: 1rem; display: block; }
.overview > .wrap .overviewL .tbl_gaiyo td .rsv { background: #005bac; color: #fff; padding: .4rem .6rem; margin-left: .4rem; }
.overview > .wrap .overviewL .tbl_gaiyo td .size_s { font-size: 90%; margin: .6rem 0 0; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview .gmap { text-align: center; height: 30rem; }
.overview .gmap iframe { height: 100%; }

@media screen and (min-width: 48em), print { .overview { margin: 0; padding: 3.5rem 0 0; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 5.0rem; }
  .overview .clinic_name img { max-width: 100%; width: 44%; }
  .overview > .wrap { margin-bottom: 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview > .wrap .overviewL { width: 48%; }
  .overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: separate; border-spacing: 0 .4rem; }
  .overview > .wrap .overviewL .tbl_gaiyo tr th { width: 20%; display: table-cell; text-align: center; font-weight: normal; vertical-align: top; }
  .overview > .wrap .overviewL .tbl_gaiyo tr th span { display: inline-block; width: 100%; color: #fff; background: #0e3a55; padding: .2rem 1rem; border-radius: 25px; }
  .overview > .wrap .overviewL .tbl_gaiyo tr td { padding: 0 0 0 2rem; }
  .overview > .wrap .overviewL .tbl_gaiyo tr td .tel { vertical-align: middle; }
  .overview > .wrap .overviewL .tbl_gaiyo tr td .rsv { margin-left: 1.8rem; padding: .4rem 2rem; }
  .overview > .wrap .overviewR { width: 49%; margin: 0; }
  .overview .gmap { height: 40rem; }
  .overview .gmap iframe { height: 100%; } }
/* フッター -------------------------------------- */
#pageup { display: none; position: fixed; bottom: 8rem; right: 1.0rem; z-index: 1; cursor: pointer; }
#pageup a { display: block; width: 5.0rem; height: 5.0rem; font-size: 1.6rem; text-align: center; font-weight: bold; padding: .4rem; background: #cccccc; border-radius: 50%; 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; }
#pageup a::before { text-align: center; font-size: 2.6rem; font-family: 'fontello'; content: '\e812'; color: #0e3a54; }
#pageup a span { display: none; }

@media screen and (min-width: 48em), print { #pageup { bottom: 8rem; }
  #pageup a { width: 6.4rem; height: 6.4rem; }
  #pageup a::before { font-size: 3.0rem; } }
.tel_rsv { width: 100%; height: 3.8rem; background: #0e3a54; 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; }
.tel_rsv .tel { display: block; text-align: center; width: 70%; height: 100%; font-size: 2.4rem; line-height: 1.2; color: #fff; 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; }
.tel_rsv .rsv { 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: 30%; height: 100%; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: 1.0; background: #005bac; color: #fff; }
.tel_rsv .rsv span { display: none; }

@media screen and (min-width: 48em), print { .tel_rsv { display: none !important; } }
.footer { text-align: center; /*  padding: 0 0 3.6rem;*/ padding: 0; }
.footer .copy { display: block; background: #0e3a55; color: #fff; padding: 1.8rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 2rem 0 0; }
  .footer .copy { padding: 5rem 0; margin-top: 3rem; font-size: 1.6rem; }
  .footer ul { display: block; text-align: center; margin: 1.2rem auto; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.6rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li .fotter_n { display: none; }
  .footer ul li.treatment { display: none; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 1.0rem 0 20rem; padding: 0 1rem; max-width: 100%; height: 14rem; background: url(../img/index_keyvsl01.jpg) no-repeat top center/cover; }
#keyvsl .wrap { position: relative; height: 100%; padding-top: 14rem; }
#keyvsl .wrap > p { color: #fff; font-size: 1.8rem; line-height: 1.4; position: absolute; bottom: 0; text-shadow: -1px 2px 9px black, -1px 2px 9px black; }
#keyvsl .wrap .keyvsl_info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; width: 100%; }
#keyvsl .wrap .keyvsl_info p { font-size: 1.4rem; font-weight: bold; }
#keyvsl .wrap .keyvsl_info p.kaiin { padding: .4rem 0; background: #0e3a54; color: #fff; width: 70%; border: 2px solid #758e9d; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#keyvsl .wrap .keyvsl_info p.nairan { background: #f5a400; color: #222222; width: 48%; border: 2px solid #f9cb6d; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 1.6rem auto 0; padding: 0; height: 54rem; background: url(../img/index_keyvsl01.jpg) no-repeat top center/2000px; }
  #keyvsl .wrap { padding: 0; }
  #keyvsl .wrap > p { font-size: 3.8rem; line-height: 1.6; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  #keyvsl .wrap .keyvsl_info { width: 33%; position: absolute; bottom: auto; top: 0; right: 0; }
  #keyvsl .wrap .keyvsl_info p.kaiin { width: 20rem; height: 20rem; border-radius: 50%; border: 4px solid #758e9d; font-size: 3rem; }
  #keyvsl .wrap .keyvsl_info p.nairan { width: 18rem; height: 18rem; border-radius: 50%; border: 4px solid #f9cb6d; font-size: 2.4rem; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  #keyvsl .wrap .keyvsl_info p.nairan span { font-size: 1.8rem; width: 100%; margin: .4rem 0; }
  #keyvsl .wrap .tbl_time { width: 45rem; position: absolute; bottom: 0; right: 0; }
  #keyvsl .wrap .tbl_time caption { background: #fff; margin: 0; } }
/* 現在の待ち人数 -------------------------------------- */
.wait_wrap { width: 100%; table-layout: fixed; border-collapse: collapse; border-spacing: 0; font-size: 1.4rem; border: 1px solid #2d3e56; margin: 0 auto 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.wait_wrap tr th, .wait_wrap tr td { padding: 1rem; }
.wait_wrap tr th { background: #2d3e56; color: #fff; }
.wait_wrap tr td { text-align: center; font-weight: bold; }

@media screen and (min-width: 48em), print { .wait_wrap { width: 80%; font-size: 1.8rem; margin: 0 auto 5rem; } }
/* コロナ対策バナー -------------------------------------- */
.bnr_covid19 { margin: 2rem auto; display: block; }

@media screen and (min-width: 48em), print { .bnr_covid19 { width: 80%; margin: 0 auto 6rem; }
  .bnr_covid19:hover { opacity: .8; } }
/* お知らせ -------------------------------------- */
.info { margin: 4.0rem 0 0; }
.info dl { margin: 0; line-height: 1.4; padding: 0 0 0 0; height: 100%; }
.info dl dt { margin-bottom: .4rem; font-weight: bold; color: #0e3a54; font-size: 110%; }
.info dl dd { margin: 0 0 2.0rem; border-bottom: 1px dashed #aaa; }

@media screen and (min-width: 48em), print { .info { margin: 0 auto 8.0rem; }
  .info dl { padding: 1.4rem; }
  .info dl dt { font-size: 1.8rem; }
  .info dl dd { font-size: 1.8rem; } }
/* 診療の理念 -------------------------------------- */
.rinen { padding: 2rem 0 2rem; background: url("../img/index_rinen_bg.png") no-repeat top 12rem center/contain; }
.rinen p.tit { color: #14126f; font-weight: bold; font-size: 2rem; line-height: 1.4; text-align: center; margin-bottom: 0; }
.rinen p.caption { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; color: #0e3a54; font-size: 1.8rem; margin-bottom: 0; }
.rinen p.caption::before, .rinen p.caption::after { content: ""; width: 8rem; height: 1px; margin: 0 .8rem; background: #0e3a54; display: inline-block; vertical-align: middle; }
.rinen ul { margin: 1.2rem 0 2rem; }
.rinen ul li { text-align: left; margin-bottom: 1rem; }
.rinen ul li .bold { display: block; color: #3785b3; font-size: 1.5rem; }
.rinen ul li .bold > span { display: block; text-align: left; padding-left: 1em; }
.rinen ul li div { margin: 0 0 1rem; }

@media screen and (min-width: 48em), print { .rinen { font-size: 1.8rem; background: url("../img/index_rinen_bg.png") no-repeat top 31rem center/80%; }
  .rinen p { font-size: 2rem; letter-spacing: .2rem; font-weight: bold; }
  .rinen p.tit { margin-top: 6rem; font-size: 2.6rem; letter-spacing: .1rem; }
  .rinen ul { margin: 2rem 0; }
  .rinen ul li { margin-bottom: 1.8rem; background: none; }
  .rinen ul li .bold { font-size: 2.4rem; }
  .rinen ul li .bold > span { display: inline; text-align: left; padding-left: 0; }
  .rinen ul li div { display: block; }
  .rinen .btn { text-align: right; }
  .rinen .btn a { display: inline-block; padding: .4rem 2rem; } }
/* 特長 -------------------------------------- */
.feature ul li { margin-top: 1.2rem; text-align: center; border: 1px solid #c8c8c8; opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all 1s; transition: all 1s; }
.feature ul li .img { height: 100%; position: relative; overflow: hidden; height: 13rem; }
.feature ul li .img.double { height: 18rem; }
.feature ul li .img::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.7); }
.feature ul li .img .no { font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; position: absolute; top: -2%; left: 10px; margin: 0; z-index: 1; font-size: 3rem; letter-spacing: .1rem; color: #fff; }
.feature ul li .img .no::before { content: ""; display: block; border-radius: 50%; position: absolute; width: 7rem; height: 7rem; bottom: -9px; left: 43%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: -1; margin: 0 auto; }
.feature ul li > div:not(.img) { width: 100%; color: #394d67; padding: 1.4rem 0 1.8rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
.feature ul li > div:not(.img) .tit { margin: 0 auto 1rem; position: relative; z-index: 1; }
.feature ul li > div:not(.img) a { position: relative; z-index: 1; width: 80%; display: block; padding: 1rem 0; margin: 0 auto; border: 1px solid #394d67; text-decoration: none !important; }
.feature ul li > div:not(.img) a::after { content: "\f105"; font-family: "fontello"; display: inline-block; color: #394d67; position: absolute; top: 50%; right: .8rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.feature ul li > div:not(.img) .flex a ~ a { margin-top: 1rem; }
.feature ul li:nth-child(odd) > div .no::before { background: #394d68; }
.feature ul li:nth-child(even) > div .no::before { background: #f9b400; }

@media screen and (min-width: 48em), print { .feature { margin-top: 10rem; }
  .feature ul { 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; }
  .feature ul li { width: 39rem; margin-bottom: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .feature ul li .img { height: 168px; width: 100%; }
  .feature ul li .img.double { height: 168px; }
  .feature ul li .img::before { content: none; }
  .feature ul li .img .no { font-size: 3rem; top: 120px; }
  .feature ul li .img .no::before { width: 7rem; height: 7rem; bottom: -17px; }
  .feature ul li > div:not(.img) { position: static; -webkit-transform: none; transform: none; width: 100%; padding: 1.8rem 2rem 2rem; }
  .feature ul li > div:not(.img) .tit { min-height: 6.4rem; font-size: 2.4rem; line-height: 1.4; }
  .feature ul li > div:not(.img) a { height: 7.5rem; font-size: 1.8rem; padding: 1rem 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .feature ul li > div:not(.img) a:hover { color: #fff; background: #394d67; opacity: 1; }
  .feature ul li > div:not(.img) a:hover::after { color: #fff; }
  .feature ul li > div:not(.img) .flex { 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; margin: 0 auto; }
  .feature ul li > div:not(.img) .flex a { width: 48%; margin: 0; }
  .feature ul li > div:not(.img) .flex a ~ a { margin: 0; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem; }

@media screen and (min-width: 48em), print { body:not(.index) .flex2 .main { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 86rem; }
  body:not(.index) .flex2 .sideber { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 23%; } }
@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介 */
.doctor figure figcaption { text-align: center; }
.doctor figure figcaption span { display: block; }

@media screen and (min-width: 48em), print { .doctor .flex { 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; }
  .doctor .flex figure { width: 26%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .doctor .flex figure figcaption { text-align: center; }
  .doctor .flex figure figcaption span { display: block; }
  .doctor .flex > div { width: 74%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }
/* クリニック紹介 */
.clinic .clinic_rinen { padding: 0; background: none; }
.clinic .clinic_rinen p { text-align: center; color: #0e3a54; font-size: 1.8rem; margin-bottom: 0; }
.clinic .clinic_rinen p.tit { color: #14126f; font-weight: bold; font-size: 2rem; line-height: 1.4; }
.clinic .clinic_rinen p:not(.tit):not(.btn) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.clinic .clinic_rinen p:not(.tit):not(.btn)::before, .clinic .clinic_rinen p:not(.tit):not(.btn)::after { content: ""; width: 8rem; height: 1px; margin: 0 .8rem; background: #0e3a54; display: inline-block; vertical-align: middle; }
.clinic .clinic_rinen ul { margin: 1.2rem 0; }
.clinic .clinic_rinen ul li { text-align: justify; background: url(../img/index_rinen_bg.png) no-repeat center/contain; margin-bottom: 1rem; }
.clinic .clinic_rinen ul li .bold { display: block; color: #3785b3; font-size: 1.6rem; }
.clinic .clinic_rinen ul li .bold > span { display: block; text-align: right; }

@media screen and (min-width: 48em), print { .clinic .clinic_rinen { font-size: 1.8rem; background: url("../img/index_rinen_bg.png") no-repeat top 31rem center/80%; }
  .clinic .clinic_rinen p { font-size: 2rem; letter-spacing: .2rem; font-weight: bold; }
  .clinic .clinic_rinen p.tit { margin-top: 6rem; font-size: 2.6rem; letter-spacing: .1rem; }
  .clinic .clinic_rinen ul { margin: 2rem 0; }
  .clinic .clinic_rinen ul li { margin-bottom: 1.8rem; background: none; }
  .clinic .clinic_rinen ul li .bold { font-size: 2.4rem; }
  .clinic .clinic_rinen ul li .bold > span { display: inline; text-align: left; } }
#clinicslide { margin-bottom: 8.0rem; }
#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; }

.device li { margin: 0 0 3.0rem; text-align: center; }
.device li figure { margin: 0; }
.device li figure img { display: block; margin: 0 auto; max-width: 80%; height: auto; }
.device li figure p { background: #eee; padding: .2rem; font-size: 110%; margin: 1rem auto; }
.device li figure figcaption { text-align: left; margin: .6rem 0 0; }

@media screen and (min-width: 48em), print { .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; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
/* 初めての方へ */
.flow dd { margin: 0 0 6.0rem; position: relative; }
@media screen and (min-width: 48em), print { .flow dd { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

/* 診療時間・アクセス */
.access #time_table, .access #clinic_access { display: block; padding-top: 5.5rem; margin-top: -5.5rem; }
.access .btn { margin: .8rem auto; }
.access .tbl_time { margin: 0 0 2rem -1rem; width: calc(100% + 2rem); }
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access .tit_05 { border-bottom: 3px solid #c7ccd8; color: #0e3a54; margin: 0; letter-spacing: .1rem; padding: 0 1rem .4rem; }
.access .access_frame { margin-bottom: 1rem; }
.access .access_frame .tit { font-weight: bold; padding: 1rem; margin: 1rem 0 0; }
.access .access_frame .tit::before { content: "●"; margin-right: .4rem; color: #ff9700; }
.access .access_frame dl { margin: 0; }
.access .access_frame dl dt { font-weight: bold; background: #eee; padding: .4rem 1rem; }
.access .access_frame dl dt ~ dt { margin-top: 1rem; }
.access .access_frame dl dd { margin: 0; padding: 1rem; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; }
  .access .tit_04 + section ~ section { margin-top: 6rem !important; } }
.orthopedics .orthopedics_figure { background: #e5e5e5; padding: 1rem; }
.orthopedics .orthopedics_figure img { display: block; max-width: 40%; margin-bottom: 1rem; }
.orthopedics .orthopedics_figure ul li { background: #fff; padding: .2rem .8rem; border-left: 3px solid #484f64; margin-bottom: 1rem; color: #2d3e56; font-weight: bold; text-align: center; }
.orthopedics .tbl_01 th:first-child { width: 12%; }

@media screen and (min-width: 48em), print { .orthopedics .orthopedics_figure { 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; padding: 1rem 2rem; }
  .orthopedics .orthopedics_figure img { width: 27%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .orthopedics .orthopedics_figure ul { width: 33%; }
  .orthopedics .orthopedics_figure ul.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .orthopedics .orthopedics_figure ul.right { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .orthopedics .tbl_01 th:first-child { width: 9%; } }
.sports .tbl_01 th:first-child { width: 12%; }

.osteoporosis .tit_05.frame { border: 1px solid #0e3a54; background: #eceff7; padding: .2rem .4rem; margin: 0; }
@media screen and (min-width: 48em), print { .osteoporosis .tit_05.frame { padding: .6rem 1rem; } }
.osteoporosis .tit_05.frame + p { margin: 0 0 1rem; padding: .4rem; border: 1px solid #0e3a54; border-top: none; }
@media screen and (min-width: 48em), print { .osteoporosis .tit_05.frame + p { padding: 1rem; } }
.osteoporosis .tbl_01 tbody tr th { display: block; width: 100%; font-size: 110%; padding: .4rem 0; border-bottom: none; border-top: none; }
.osteoporosis .tbl_01 tbody tr td { display: block; }
.osteoporosis .tbl_01 tbody:first-child tr th { border-top: 1px solid #0e3a54; }
.osteoporosis .tbl_02 { table-layout: fixed; border-collapse: collapse; border-spacing: 0; caption-side: bottom; }
.osteoporosis .tbl_02 caption { text-align: left; padding: .4rem 0; }
.osteoporosis .tbl_02 tr th { display: block; width: 100%; font-size: 110%; padding: .4rem 0; background: #f1f9fd; color: #2d3e56; text-align: center; font-weight: bold; border: 1px solid #0e3a54; border-bottom: none; }
.osteoporosis .tbl_02 tr th.last { border-bottom: 1px solid #0e3a54; }
.osteoporosis .tbl_02 tr td { display: block; padding: .8rem; border: 1px solid #0e3a54; border-bottom: none; }
.osteoporosis .tbl_02 tr td.last { border-bottom: 1px solid #0e3a54; }
.osteoporosis .tbl_02 tr td dl dt { margin: 0; font-size: 110%; font-weight: bold; text-align: center; }
.osteoporosis .tbl_02 tr td dl dd { margin: 0; }
.osteoporosis .tbl_02 tr td dl dd p { margin: 1rem 0 0; }
@media screen and (min-width: 48em), print { .osteoporosis .tbl_02 tr th { display: table-cell; width: 27%; font-size: 110%; padding: 2.6rem .6rem; text-align: center; border-bottom: 1px solid #0e3a54; vertical-align: top; }
  .osteoporosis .tbl_02 tr td { display: table-cell; padding: .8rem; }
  .osteoporosis .tbl_02 tr td dl dt { margin: 0; font-size: 110%; font-weight: bold; text-align: center; }
  .osteoporosis .tbl_02 tr td dl dd { margin: 0; }
  .osteoporosis .tbl_02 tr td dl dd p { margin: 1rem 0 0; } }

.locomotive .check { background: #f7f7f7; border: 1px solid #0e3a54; padding: 1rem; }
@media screen and (min-width: 48em), print { .locomotive .check { padding: 1.8rem; } }
.locomotive .check li { margin-bottom: .6rem; text-indent: -1.6rem; padding-left: 1.8rem; }
.locomotive .check li input, .locomotive .check li label { cursor: pointer; }
@media screen and (min-width: 48em), print { .locomotive .flex { 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; }
  .locomotive .flex > section { width: 48%; margin-top: 2rem; } }

.regenerative .main .tbl_01 tr th { width: 25%; }
.regenerative .main .tbl_01 tr th:last-child { width: 25%; }
.regenerative .main .frame_03 .tit { display: block; background: #f2f2f2; padding: .2rem 1rem; margin: 0 0 .8rem; font-weight: bold; font-size: 110%; letter-spacing: .2rem; }
.regenerative .main .price tr th { width: 50%; }

@media screen and (min-width: 48em), print { .regenerative .main .tbl_01 tr th { width: 17%; }
  .regenerative .main .tbl_01 tr th:last-child { width: 43%; }
  .regenerative .main .price { width: 50%; }
  .regenerative .main .price tr th { width: 60%; } }
.rehabilitation .lst_step { margin: 2rem 0 1rem; }
.rehabilitation .lst_step li { margin: 0 0 1rem; }
.rehabilitation .lst_step li div { font-size: 110%; font-weight: bold; color: #2d3e56; }
.rehabilitation .lst_step li div span { display: block; }
.rehabilitation .lst_step li p { margin: .2rem 0 0; }
.rehabilitation .dl_img dt { text-align: center; font-weight: bold; padding: .4rem 0; background: #f2f2f2; border: 1px solid #2d3e56; border-bottom: none; }
.rehabilitation .dl_img dd { padding: .6rem .8rem; margin: 0 0 1rem; border: 1px solid #2d3e56; }
.rehabilitation .dl_img dd img { display: block; margin: 1rem auto; }
.rehabilitation .dl_img dd .btn { display: block; text-align: center; }
.rehabilitation .dl_img dd .btn a { margin: 0 auto; }
.rehabilitation .dl_img dd .lst_ul01 span { font-weight: bold; }

@media screen and (min-width: 48em), print { .rehabilitation .lst_step { margin: 4rem 0 4rem; }
  .rehabilitation .lst_step li { margin: 0 0 2rem; }
  .rehabilitation .lst_step li div { font-size: 120%; display: inline-block; }
  .rehabilitation .lst_step li div span { display: inline-block; margin-right: .8rem; }
  .rehabilitation .lst_step li p { margin: .2rem 0 0; }
  .rehabilitation .dl_img dt { font-size: 110%; }
  .rehabilitation .dl_img dd { padding: 2rem 1.4rem; margin: 0 0 2.4rem; }
  .rehabilitation .dl_img dd img { max-width: 60%; margin: 3rem auto; }
  .rehabilitation .dl_img dd .lst_ul01 { margin: 1.8rem 0 0; } }

/*# sourceMappingURL=style.css.map */