@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

*:focus:not(:focus-visible), *::before:focus:not(:focus-visible), *::after:focus:not(:focus-visible) { outline: none; }

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden { position: absolute; white-space: nowrap; width: 1px; height: 1px; overflow: hidden; border: 0; padding: 0; clip: rect(0 0 0 0); clip-path: inset(50%); margin: -1px; }

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list { list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E"); padding-left: 0; }

/* Box sizing rules */
*, *::before, *::after { box-sizing: border-box; }

/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"], ol[role="list"] { list-style: none; }

/* Set core root defaults */
html:focus-within { scroll-behavior: smooth; }

/* Set core body defaults */
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img, picture { max-width: 100%; display: block; }

/* Inherit fonts for inputs and buttons */
input, button, textarea, select { font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
html { -webkit-text-size-adjust: 100%; }

button { cursor: pointer; appearance: none; border: 0; border-radius: 0; color: inherit; background: none; }

h5, h6 { margin: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

p { margin: 1.0em 0; }

img { height: auto; border: none; object-fit: contain; }

iframe { width: 100%; height: 100%; border: none; }

/* .rehabilitation{ pointer-events: none;

} */
@font-face { font-family: "fontello"; src: url("fontello/font/fontello.woff2") format("woff2"); font-display: fallback; }
.red { color: #ff0000; }

.orange { color: #FF8C66; }

.cf::before, .cf::after { content: ""; display: block; }

.cf::after { clear: both; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold; }

.txt_large { font-size: 120%; }

.txt_small { font-size: 80%; }

.img_c { max-width: 80%; margin: 1.0rem auto; }

.img_l, .img_r { max-width: 80%; margin: 1.0rem auto; }

.tate { max-width: 60%; }

@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; }
  .tate { max-width: 25% !important; } }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.mt0 { margin-top: 0 !important; }

.mb0 { margin-bottom: 0 !important; }

.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%; font-size: 1.4rem; background-color: rgba(158, 189, 255, 0.2); }
.tbl_time caption { caption-side: bottom; text-align: left; font-weight: bold; padding: 1.0rem 0 0 0; }
.tbl_time tr th, .tbl_time tr td { padding: .5rem 0 0; border-bottom: 1px solid rgba(158, 189, 255, 0.2); }
.tbl_time tr th { font-weight: bold; }
.tbl_time tr th[scope="col"] { padding: 1.0rem 0; font-size: 90%; text-align: center; background-color: #FF9500; color: #fff; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr td { text-align: center; line-height: 1.0; }
.tbl_time tr td.close { font-weight: bold; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.6rem; background-color: unset; }
  .tbl_time tr th, .tbl_time tr td { padding: 1.7rem 0 0; border-bottom: none; }
  .tbl_time tr th[scope="col"] { padding: 1.0rem 0; font-size: 100%; border-radius: .4rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr th.time { border-radius: .6rem; background-color: unset; }
  .tbl_time caption { padding: 1.7rem 0 0 2.0rem; } }
.gmap { width: 100%; height: 24.0rem; margin: 2.4rem 0; }

.btn_map { display: block; background: -moz-linear-gradient(left, #3D5A99, #4769B3); background: -webkit-linear-gradient(left, #3D5A99, #4769B3); background: linear-gradient(to right, #3D5A99, #4769B3); font-weight: bold; color: #fff; border-radius: 3.0rem; padding: 1.0rem 2.0rem; margin: 2.4rem 0; width: -moz-fit-content; /* Firefox */ width: fit-content; /* other browsers */ margin-left: auto; }
.btn_map:after { font-family: "fontello"; content: "\f08e"; margin-left: 1.0rem; font-weight: normal; }

.tit_01 { background: url("../img/h1_bg.png") no-repeat center center/auto 100%; font-size: 2.2rem; padding: 3.0rem 1.0rem; text-align: center; margin: 0 0 1.0rem; color: #fff; }
.tit_01 span { display: block; font-size: 1.3rem; letter-spacing: .2rem; font-family: 'Montserrat', sans-serif; }

.tit_02 { font-size: 2.0rem; line-height: 1.2; margin: 0 0 2.0rem; color: #264380; text-align: center; background-image: url("../img/h2_bgbl_l.svg"), url("../img/h2_bgbl_r.svg"); background-size: 2.4rem 2.4rem,2.4rem 2.4rem; background-repeat: no-repeat,no-repeat; background-position: center left, center right; letter-spacing: .3rem; position: relative; }
.tit_02 span { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.3rem; color: rgba(38, 67, 128, 0.5); margin-bottom: 1.6rem; letter-spacing: .2rem; }

.deco_or { background-image: url(../img/h2_bgor_l.svg), url(../img/h2_bgor_r.svg); }

.tit_03 { font-size: 1.8rem; line-height: 1.2; margin: 0 0 2.0rem; color: #264380; }

.tit_04 { font-size: 1.6rem; line-height: 1.2; margin: 0 0 2.0rem; color: #264380; }

.tit_05 { font-size: 1.6rem; line-height: 1.2; font-weight: bold; margin: 0 0 2.0rem; color: #264380; }

@media screen and (min-width: 48em), print { .tit_01 { background: url("../img/h1_bg.png") no-repeat center center/cover; font-size: 4.0rem; padding: 7.7rem 0; }
  .tit_01 span { font-size: 1.6rem; }
  .tit_02 { font-size: 3.2rem; margin: 0 0 5.7rem; background-size: 4.8rem 4.8rem,4.8rem 4.8rem; }
  .tit_02 span { font-size: 1.6rem; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.2rem; margin: 0 0 3.0rem; }
  .tit_05 { font-size: 1.8rem; } }
.lst_ul { line-height: 1.4; margin: 1.0rem 0; }
.lst_ul > li { padding: 0 0 0 1em; position: relative; }
.lst_ul > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ul > li::before { content: ""; width: .8rem; height: .8rem; background-color: #FF8C66; position: absolute; top: 0.6rem; left: 0; display: block; }
.lst_ul.kome > li::before { content: "※"; color: #264380; }

.lst_ul_disc { margin: 0 0 0 2.0rem; }
.lst_ul_disc li { list-style: disc; }
.lst_ul_disc li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ul_disc li::marker { color: #264380; }

.lst_ol { line-height: 1.4; counter-reset: number 0; margin: 1.0rem 0; }
.lst_ol > li { counter-increment: number 1; padding: 0 0 0 1.8em; position: relative; }
.lst_ol > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ol > li::marker { color: #f00; }
.lst_ol > li::before { display: inline-block; content: counter(number,decimal-leading-zero) "."; color: #264380; font-weight: bold; position: absolute; left: 0; }

.lst_ol01 li { position: relative; }
.lst_ol01 li span { color: #FF8C66; font-weight: bold; font-size: 1.8rem; margin-right: .5rem; }

.lst_dl01 { width: 100%; border: .2rem solid #264380; position: relative; margin: 0; }
.lst_dl01 dt, .lst_dl01 dd { padding: 1.0rem; vertical-align: middle; }
.lst_dl01 dt:not(:last-of-type), .lst_dl01 dd:not(:last-of-type) { border-bottom: 0.1rem solid rgba(102, 122, 165, 0.4); }
.lst_dl01 dt { font-weight: bold; color: #264380; background-color: #E7F3FA; text-align: center; }
.lst_dl01 dd { text-align: left; background-color: #fff; }
.lst_dl01:after { display: block; content: ""; width: 100%; height: 98.4%; position: absolute; top: 2rem; right: -.5rem; z-index: -1; background: -webkit-linear-gradient(left, #148FCC, #5CC1E6); background: -o-linear-gradient(left, #148FCC, #5CC1E6); background: linear-gradient(to right, #148FCC, #5CC1E6); }

.tbl_01 { width: auto; border-collapse: collapse; border-spacing: 0; border: .2rem solid #264380; background-color: #fff; position: relative; }
.tbl_01 tr th { background-color: #E7F3FA; color: #264380; font-weight: bold; text-align: center; padding: .5rem; border-bottom: .1rem solid #667AA5; }
.tbl_01 tr th:first-child { width: 30%; }
.tbl_01 tr th:not(:last-child) { border-right: .1rem solid #667AA5; }
.tbl_01 tr td { padding: .5rem; border-bottom: .1rem solid #667AA5; background-color: #fff; }
.tbl_01 tr td:first-child { background-color: #E7F3FA; border-right: .1rem solid #667AA5; }
.tbl_01:after { display: block; content: ""; width: 100%; height: 98.4%; position: absolute; top: 2rem; right: -.5rem; z-index: -1; background: -webkit-linear-gradient(left, #148FCC, #5CC1E6); background: -o-linear-gradient(left, #148FCC, #5CC1E6); background: linear-gradient(to right, #148FCC, #5CC1E6); }

.tbl_02 { width: auto; border-spacing: 0; border: .2rem solid #264380; background-color: #fff; position: relative; }
.tbl_02 tr th { background-color: #E7F3FA; text-align: center; padding: .5rem; border-bottom: .1rem solid #667AA5; }
.tbl_02 tr th:not(:last-child) { border-right: .1rem solid #667AA5; }
.tbl_02 tr td { padding: .5rem; border-bottom: .1rem solid #667AA5; }
.tbl_02 tr td:not(:last-child) { border-right: .1rem solid #667AA5; }
.tbl_02:after { display: block; content: ""; width: 100%; height: 98.4%; position: absolute; top: 2rem; right: -.5rem; z-index: -1; background: -webkit-linear-gradient(left, #148FCC, #5CC1E6); background: -o-linear-gradient(left, #148FCC, #5CC1E6); background: linear-gradient(to right, #148FCC, #5CC1E6); }

@media screen and (min-width: 48em), print { .lst_ol > li { padding: 0 0 0 3.6rem; }
  .lst_ol01 li span { font-size: 2rem; }
  .lst_dl01 { width: 100%; }
  .lst_dl01:after { top: 1rem; right: -1rem; }
  .tbl_01 tr th { padding: 2.0rem; }
  .tbl_01 tr th:first-child { width: 20%; }
  .tbl_01 tr td { padding: 2.0rem; }
  .tbl_01:after { top: 2.5rem; right: -1rem; }
  .tbl_02 tr th { padding: 2.0rem; }
  .tbl_02 tr td { padding: 2.0rem; }
  .tbl_02:after { top: 2.5rem; right: -1rem; } }
.flex3 { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex { display: flex; justify-content: space-between; align-content: flex-start; }
  .flex p { margin: 0 0 1rem; }
  .flex .flex_l { width: 58%; }
  .flex .flex_r { width: 40%; }
  .flex2 { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin-top: 0 !important; }
  .flex3 { justify-content: flex-start; }
  .flex3 li { width: 31%; }
  .flex3 li:not(:nth-child(3n)) { margin: 0 2.0rem 0 0; } }
.tel { font-family: 'Montserrat', sans-serif; }

.box_ { padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_ { padding: 2.0rem; } }

.btn_detail { padding: .5rem 3.0rem .7rem; color: #fff; font-weight: bold; text-align: center; text-decoration: none !important; border-radius: 3.0rem; background: -moz-linear-gradient(left, #3D5A99, #4769B3); background: -webkit-linear-gradient(left, #3D5A99, #4769B3); background: linear-gradient(to right, #3D5A99, #4769B3); display: flex; align-items: center; justify-content: center; width: -moz-fit-content; /* Firefox */ width: fit-content; /* other browsers */ border: 1px solid #3D5A99; position: relative; }
.btn_detail:after { font-family: "fontello"; content: "\e804"; color: #3D5A99; width: 1.2rem; height: 1.2rem; line-height: 1.3rem; border-radius: 50%; background-color: #fff; font-size: 1.0rem; text-align: center; position: absolute; right: 1rem; }
@media screen and (min-width: 48em), print { .btn_detail { padding: 1rem 5rem .5em; }
  .btn_detail:after { right: 2rem; width: 1.6rem; height: 1.6rem; line-height: 1.6; }
  .btn_detail:hover { background: #fff; color: #3D5A99; opacity: 1; }
  .btn_detail:hover:after { background-color: #3D5A99; color: #fff; } }

.linkout { display: inline-block; color: #264380; text-decoration: none !important; margin: 0 .2em; }
.linkout::after { font-family: "fontello"; content: "\f08e"; font-size: .8em; margin-left: .4rem; }

.slick-arrow { width: 2.0rem; height: 2.0rem; position: absolute; top: 50%; transform: translate(0, -50%); cursor: pointer; line-height: 0; font-size: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: #fff; background: #000; }
.slick-arrow::before { font-size: 1.2rem; }
.slick-arrow.slick-prev { left: -2.6rem; }
.slick-arrow.slick-prev::before { font-family: "fontello"; content: "\e804"; transform: scale(-1, 1); }
.slick-arrow.slick-next { right: -2.6rem; }
.slick-arrow.slick-next::before { font-family: "fontello"; content: "\e804"; }

@media screen and (min-width: 48em), print { .slick-arrow { width: 5.0rem; height: 5.0rem; }
  .slick-arrow::before { font-size: 2.4rem; }
  .slick-arrow.slick-prev { left: -6.0rem; }
  .slick-arrow.slick-next { right: -6.0rem; } }
.slick-dots { display: flex; justify-content: center; align-items: center; list-style: none; margin: 1.0rem auto; }
.slick-dots li { width: .8rem; height: .8rem; margin: 0 .2rem; }
.slick-dots li button { padding: 50%; display: block; font-size: 0; cursor: pointer; opacity: .25; border-radius: 50%; background: #000; }
.slick-dots li button:hover, .slick-dots li button:focus { opacity: .8; }
.slick-dots li.slick-active button { opacity: .75; }

@media screen and (min-width: 48em), print { .slick-dots { margin: 1.6rem auto; }
  .slick-dots li { width: 1.4rem; height: 1.4rem; margin: 0 .6rem; } }
html { font-size: calc(100vw / 32); }

body { background: #FAFAFA; color: #264380; font-family: "游ゴシック", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; word-wrap: break-word; }
body::after { visibility: hidden; width: 100%; height: 100%; content: ""; background: rgba(51, 51, 51, 0.6); position: fixed; top: 0; z-index: 2; opacity: 0; transition: all .2s ease-in-out 0s; }
body.spnav_modal { height: 100%; overflow: hidden; }
body.spnav_modal::after { visibility: visible; opacity: 1; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.6; }
.main a:not([class*="btn"], [href*="tel:"]) { text-decoration: underline; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1120px + 40px); }
  body::after { display: none; }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1120px; margin: auto; }
  .main { font-size: 1.6rem; line-height: 1.8; }
  .main a:not([class*="btn"]):hover { opacity: 1.0; text-decoration: none; } }
.header { background-color: #FAFAFA; }
.header .wrap { margin: 1.0rem; }
.header .wrap .logo { width: calc(100% - 5.0rem); height: 5.0rem; }
.header .wrap .logo a { display: block; width: 100%; height: 93%; background: url(../img/logo.svg) no-repeat left center/contain; }
.header .wrap .logo a .clip { display: block; height: 100%; overflow: hidden; clip-path: inset(50%); }
.header .wrap .headR ul { margin: 1.0rem 0; }
.header .wrap .headR ul li .tel_tx { font-family: 'Montserrat', sans-serif; background: -webkit-linear-gradient(left, #FF8800, #FFA200); background: -o-linear-gradient(left, #FF8800, #FFA200); background: linear-gradient(to right, #FF8800, #FFA200); color: #fff; padding: .2rem 1.0rem; margin-right: .8rem; }
.header .wrap .headR ul li .tel { display: inline-block; font-size: 1.8rem; }
.header .wrap .headR ul li.headR_reserve { font-size: 1.2rem; }
.header .wrap .headR ul .headR_tel { display: flex; align-items: center; }
.header .wrap .headR ul .acc { color: #667AA5; font-weight: bold; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 1.0rem auto 0; display: flex; justify-content: space-between; align-items: center; padding: 3.2rem 4.0rem; }
  .header .wrap .logo { width: 40%; height: 8.0rem; }
  .header .wrap .logo a { height: 100%; }
  .header .wrap .headR { width: 60%; }
  .header .wrap .headR ul { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; margin: 0; }
  .header .wrap .headR ul li { margin-left: auto; }
  .header .wrap .headR ul li .tel_tx { font-size: 1.6rem; }
  .header .wrap .headR ul li .tel { font-size: 3.2rem; }
  .header .wrap .headR ul li.headR_reserve { font-size: 1.6rem; }
  .header .wrap .headR ul .acc { font-size: 1.6rem; } }
#nav { width: 100vw; }
#nav #sp_menu { width: 4.6rem; height: 4.6rem; background-color: rgba(158, 189, 255, 0.4); text-align: center; line-height: 1.0; font-size: 1.0rem; padding: 0; position: absolute; top: 1.0rem; right: 1.0rem; z-index: 10; }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\e805"; font-size: 3.0rem; margin: -.6rem 0 -.2rem; }
#nav #sp_menu::after { content: "MENU"; }
#nav #sp_menu.close::before { font-family: "fontello"; content: "\e806"; }
#nav #sp_menu.close::after { content: "CLOSE"; }
#nav #sp_menu span { display: none; }
#nav .gnav_subnav { display: none; width: 94vw; max-height: 75vh; overflow-y: auto; background: #fff; padding: 1.6rem; position: absolute; top: 6.0rem; left: 0; right: 0; margin: auto; z-index: 10; }
#nav .gnav_subnav .gnav { border-top: 1px solid #264380; border-bottom: 1px solid #264380; }
#nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: 1px dotted #264380; }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { display: flex; justify-content: space-between; width: 100%; text-align: left; padding: 1.0rem; font-size: 1.4rem; font-weight: bold; }
#nav .gnav_subnav .gnav > li .sub::after { content: "▼"; display: inline-flex; justify-content: center; align-items: center; }
#nav .gnav_subnav .gnav > li .sub.close::after { content: "▲"; }
#nav .gnav_subnav .gnav > li .subbox { display: none; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a { display: block; padding: 1.0rem; color: #264380; }
#nav .gnav_subnav .gnav > li .subbox .subnav_flex .sub_menu li { border-bottom: 1px solid #fff; }
#nav .gnav_subnav .gnav > li .subbox .subnav_flex .sub_menu li a { background-color: rgba(158, 189, 255, 0.4); }

@media screen and (min-width: 48em), print { #nav { width: auto; }
  #nav #sp_menu { display: none; }
  #nav .gnav_subnav { display: block; width: 100%; max-height: auto; overflow-y: visible; padding: 0; position: static; }
  #nav .gnav_subnav .gnav { width: 1200px; margin: auto; display: flex; justify-content: space-between; border: none; padding: 0; }
  #nav .gnav_subnav .gnav li { width: auto; position: relative; }
  #nav .gnav_subnav .gnav li:not(:last-child) { border-bottom: none; }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub { justify-content: center; align-items: center; text-align: center; font-size: 1.8rem; margin: 0; cursor: pointer; padding: 1.5rem 3rem 1.5rem; }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after { margin: 0 0 0 1.0rem; }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li .sub:hover, #nav .gnav_subnav .gnav li .sub.current { color: #fff; background: -moz-linear-gradient(left, #3D5A99, #4769B3); background: -webkit-linear-gradient(left, #3D5A99, #4769B3); background: linear-gradient(to right, #3D5A99, #4769B3); opacity: 1; }
  #nav .gnav_subnav .gnav li .sub::after { display: none; }
  #nav .gnav_subnav .gnav li .sub.close::after { display: none; }
  #nav .gnav_subnav .gnav li .subbox { width: 53.0rem; position: absolute; z-index: 100; }
  #nav .gnav_subnav .gnav li .subbox > .subnav .subnav_flex { display: flex; justify-content: space-between; }
  #nav .gnav_subnav .gnav li .subbox > .subnav .subnav_flex .sub_menu { width: 50%; }
  #nav .gnav_subnav .gnav li .subbox > .subnav .subnav_flex .sub_menu li { border-right: 1px solid #fff; border-bottom: 1px solid #fff; background-color: rgba(158, 189, 255, 0.9); }
  #nav .gnav_subnav .gnav li .subbox > .subnav .subnav_flex .sub_menu li a { padding: 1.6rem 0; }
  #nav .gnav_subnav .gnav li .subbox > .subnav .subnav_flex .sub_menu li a:hover { color: #fff; }
  #nav .gnav_subnav .gnav li .subbox > .subnav .subnav_flex .sub_nav1 li { border-right: none; }
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .first #nav .first, .access #nav .access { color: #fff; background: -moz-linear-gradient(left, #3D5A99, #4769B3); background: -webkit-linear-gradient(left, #3D5A99, #4769B3); background: linear-gradient(to right, #3D5A99, #4769B3); opacity: 1; } }
.sidebar .subnav .sub_menu { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: top; }
.sidebar .subnav .sub_menu li { width: 48%; margin-bottom: 1.0rem; }
.sidebar .subnav .sub_menu li:nth-child(2) { width: 100%; }
.sidebar .subnav .sub_menu li a { width: 100%; height: 100%; display: block; padding: 1rem .5rem; text-align: center; text-decoration: none; box-shadow: 0.2rem 0.2rem 1.5rem rgba(74, 88, 255, 0.05); border-radius: 3.0rem; font-size: 1.3rem; font-weight: bold; color: #168DC8; border: 0.2rem solid rgba(22, 141, 200, 0.7); background-color: #FFFFFF; }
.sidebar .subnav .sub_menu li a:before { content: ''; display: block; width: auto; height: 5.0rem; background-image: url("../img/icon_ortho.svg"); background-repeat: no-repeat; background-position: center center; background-size: contain; vertical-align: middle; margin: 0 auto .3rem; transition: .2s; backface-visibility: hidden; }
.sidebar .subnav .sub_menu li .rehabilitation:before { background-image: url("../img/icon_rehabilitation.svg"); }
.sidebar .subnav .sub_menu li .locomo:before { background-image: url("../img/icon_locomo.svg"); }
.sidebar .subnav .sub_menu li .sports:before { background-image: url("../img/icon_sports.svg"); }
.sidebar .subnav .sub_menu li .osteoporosis:before { background-image: url("../img/icon_osteoporosis.svg"); }
.sidebar .subnav .sub_menu li .tumor:before { background-image: url("../img/icon_tumor.svg"); }
.sidebar .subnav .sub_menu li .injury:before { background-image: url("../img/icon_injury.svg"); }
.sidebar .subnav .sub_menu li .shockwave:before { background-image: url("../img/icon_shockwave.svg"); }
.sidebar .subnav .sub_menu li .fascia-release:before { background-image: url("../img/icon_fascia-release.svg"); }
.sidebar .subnav .sub_menu .tit { width: 100%; }
.sidebar .subnav .sub_menu .tit a { color: #fff; font-size: 1.5rem; background: -webkit-linear-gradient(left, #148FCC, #5CC1E6); background: -o-linear-gradient(left, #148FCC, #5CC1E6); background: linear-gradient(to right, #148FCC, #5CC1E6); border-radius: 5.0rem; border: .3rem solid #fff; padding: 1rem 0; }
.sidebar .subnav .sub_menu .tit a:before { display: none; }
.sidebar .subnav .sub_menu2 li a { color: #FF9500; border: 0.2rem solid #ff9500; }
.sidebar .subnav .sub_menu2 li .internal:before { background-image: url("../img/icon_internal.svg"); }
.sidebar .subnav .sub_menu2 li .lifestyle-related:before { background-image: url("../img/icon_lifestyle-related.svg"); }
.sidebar .subnav .sub_menu2 li .vaccination:before { background-image: url("../img/icon_vaccination.svg"); }
.sidebar .subnav .sub_menu2 li .checkup:before { background-image: url("../img/icon_checkup.svg"); }
.sidebar .subnav .sub_menu2 li .antismoking:before { background-image: url("../img/icon_antismoking.svg"); }
.sidebar .subnav .sub_menu2 li .private:before { background-image: url("../img/icon_private.svg"); }
.sidebar .subnav .sub_menu2 .tit a { background: -webkit-linear-gradient(left, #FF8800, #FFA200); background: -o-linear-gradient(left, #FF8800, #FFA200); background: linear-gradient(to right, #FF8800, #FFA200); }
@media screen and (min-width: 48em), print { .sidebar .subnav .subnav_flex { display: flex; justify-content: space-between; align-items: top; }
  .sidebar .subnav .sub_menu { width: 50.4rem; }
  .sidebar .subnav .sub_menu li { width: 24.0rem; margin-bottom: 2.4rem; }
  .sidebar .subnav .sub_menu li a { border: 0.4rem solid rgba(22, 141, 200, 0.7); padding: 4rem 0 2rem; font-size: 1.8rem; }
  .sidebar .subnav .sub_menu li a:before { margin: 0 auto 1.6rem; height: 9.0rem; }
  .sidebar .subnav .sub_menu li a:hover { opacity: 1; }
  .sidebar .subnav .sub_menu li a:hover:before { transform: scale(1.1); }
  .sidebar .subnav .sub_menu .tit a { font-size: 2.4rem; border: .8rem solid #fff; padding: 1.8rem 0; }
  .sidebar .subnav .sub_menu .tit a:hover { opacity: .8; }
  .sidebar .subnav .sub_menu2 li a { color: #FF9500; border: 0.4rem solid #ff9500; } }

.overview { padding: 2.0rem 1.0rem 4.0rem; font-size: 1.4rem; line-height: 1.6; background: url("../img/overview_bg.png") no-repeat left bottom/contain; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; margin: auto; }
.overview .overview_inner { width: 100%; margin: 3rem 0 0; padding: 1rem; background-color: #fff; box-shadow: 0.2rem 0.2rem 1.5rem rgba(74, 88, 255, 0.05); border-radius: .4rem; position: relative; }
.overview .overview_inner:after { display: block; content: ""; width: 100%; height: 98.4%; position: absolute; top: 2rem; right: -.5rem; z-index: -1; background: -webkit-linear-gradient(bottom, #FF8C66, #FFC498); background: -o-linear-gradient(bottom, #FF8C66, #FFC498); background: linear-gradient(to bottom, #FF8C66, #FFC498); border-radius: .4rem; }
.overview .overview_inner .overview_flex .overviewL { margin-bottom: 2.0rem; }
.overview .overview_inner .overview_flex .overviewL .gaiyo { width: 100%; margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap; font-weight: bold; }
.overview .overview_inner .overview_flex .overviewL .gaiyo dt, .overview .overview_inner .overview_flex .overviewL .gaiyo dd { padding: .5rem; margin-bottom: .5rem; text-align: left; }
.overview .overview_inner .overview_flex .overviewL .gaiyo dt { width: 30%; color: #264380; background-color: rgba(158, 189, 255, 0.2); border-radius: .4rem; }
.overview .overview_inner .overview_flex .overviewL .gaiyo dd { width: 70%; }
.overview .overview_inner .overview_flex .overviewL .gaiyo dd .tel { font-family: 游ゴシック, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
.overview .bnr { margin: 3rem 0 0; }
.overview .bnr li { margin-bottom: 1.0rem; }
.overview .bnr a img { margin: auto; }

@media screen and (min-width: 48em), print { .overview { padding: 12.0rem 0; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 4.0rem; }
  .overview .clinic_name img { max-width: 35.0rem; }
  .overview .wrap { padding: 0 4rem; position: relative; z-index: 1; }
  .overview .overview_inner { margin: 5.7rem 0 0; padding: 3.2rem; }
  .overview .overview_inner:after { height: 100%; top: 2rem; right: -2rem; }
  .overview .overview_inner .overview_flex { display: flex; justify-content: space-between; align-items: flex-start; }
  .overview .overview_inner .overview_flex .overviewL { width: 52%; margin-bottom: 0; }
  .overview .overview_inner .overview_flex .overviewL .gaiyo dt, .overview .overview_inner .overview_flex .overviewL .gaiyo dd { padding: 1.5rem; margin-bottom: .8rem; }
  .overview .overview_inner .overview_flex .overviewL .gaiyo dt { width: 30%; }
  .overview .overview_inner .overview_flex .overviewL .gaiyo dd { width: 70%; }
  .overview .overview_inner .overview_flex .overviewR { width: 45%; }
  .overview .bnr { display: flex; justify-content: space-between; margin: 10rem 0 0; }
  .overview .bnr a:hover img { opacity: .8; } }
#tel_up { width: 100%; height: 4.0rem; background: #fff; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; display: flex; justify-content: space-between; align-items: center; }
#tel_up ul { width: calc(100% - 4.0rem); height: 100%; display: flex; justify-content: center; align-items: center; line-height: 1.0; background-color: #9EBDFF; }
#tel_up ul li { height: 100%; text-align: center; }
#tel_up ul li .tel, #tel_up ul li .tel_report { display: block; width: 100%; height: 100%; font-size: 1.6rem; }
#tel_up ul li .tel a, #tel_up ul li .tel_report a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
#tel_up ul li .tel a:before, #tel_up ul li .tel_report a:before { font-family: "fontello"; content: "\e800"; margin-right: .5rem; }
#tel_up #pageup { display: block; width: 4.0rem; height: 100%; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: 1.0; background: #fff; }
#tel_up #pageup::before { display: block; font-family: "fontello"; content: "\e812"; position: relative; margin: 1.0rem 0 0; color: #FF9500; font-weight: bold; transition: .2s; }
#tel_up #pageup .clip { clip-path: inset(50%); }

@media screen and (min-width: 48em), print { #tel_up { width: 5.0rem; bottom: 4.0rem; right: 4.0rem; left: auto; background: none; padding: 0; }
  #tel_up ul { display: none; }
  #tel_up #pageup { width: 100%; height: 5.0rem; font-size: 3.0rem; border-radius: 50%; }
  #tel_up #pageup:hover:before { margin: 0; } }
.footer { text-align: center; padding: 0 0 4.0rem; background-color: #3D5A99; }
.footer .copy { display: block; background-color: #3D5A99; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer .wrap { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 6.2rem 0 0; font-size: 1.6rem; font-weight: bold; color: #fff; }
  .footer .wrap { display: block; padding: 0 4rem; }
  .footer .copy { margin: 7.7rem 0 0; font-size: 1.4rem; font-weight: normal; padding: 0.8rem 0; }
  .footer .tit { text-align: center; margin: 3.2rem 0 0; }
  .footer .gnav { padding: 1.6rem 0; }
  .footer ul { padding: 1.6rem 16rem; display: block; text-align: center; position: relative; }
  .footer ul li { display: inline-block; margin: 0 0 1.6rem; -webkit-text-size-adjust: none; }
  .footer ul li:not(:last-child)::after { content: "|"; margin: 0 1.0rem; }
  .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.treatment { display: none; }
  .footer ul:not(:last-of-type):after { display: block; content: ""; width: 100%; padding: 0 4rem; border-bottom: 1px solid #fff; position: absolute; left: 0; bottom: 0; } }
.keyvsl { width: 100%; position: relative; }
.keyvsl #keyvsl { max-width: 100%; height: 20.0rem; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl .slick-list div img { height: 20.0rem !important; object-fit: cover; object-position: 68% 50%; }
.keyvsl #keyvsl .slick-dots { position: relative; z-index: 2; }
.keyvsl #keyvsl .slick-dots li { width: 1.0rem; height: 1.0rem; margin: 0 .6rem; }
.keyvsl .catch_wrap { width: 100%; position: absolute; top: 2.3rem; right: 0; left: 0; margin: 0 auto; height: 100%; padding: 0 4.0rem; }
.keyvsl .catch_wrap .catch { width: -moz-fit-content; /* Firefox */ width: fit-content; /* other browsers */ position: absolute; bottom: 3rem; left: 12px; }
.keyvsl .catch_wrap .catch p { font-size: 1.3rem; font-weight: bold; margin: 0; display: block; background-color: #fff; position: relative; padding: 1.0rem .5rem 1.5rem; width: -moz-fit-content; /* Firefox */ width: fit-content; /* other browsers */ }
.keyvsl .catch_wrap .catch p:after { display: block; content: ""; width: 100%; height: .2rem; background-color: #264380; position: absolute; bottom: 1rem; left: 0; }
.keyvsl .catch_wrap .catch .under { padding: 1rem .5rem; }
.keyvsl .catch_wrap .catch .under:after { bottom: 0; }
.keyvsl .catch_wrap .open { color: #fff; text-align: center; position: absolute; right: 2.0rem; bottom: 1rem; background: -webkit-linear-gradient(left, #FF8800, #FFA200); background: -o-linear-gradient(left, #FF8800, #FFA200); background: linear-gradient(to right, #FF8800, #FFA200); border-radius: 50%; width: 10rem; height: 10rem; font-size: 1.5rem; font-weight: bold; line-height: 1.3; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.keyvsl .catch_wrap .open span { font-family: 'Montserrat', sans-serif; }
.keyvsl .catch_wrap .open:after { display: block; content: ""; border-radius: 50%; width: 10rem; height: 10rem; border: 1px solid #fff; position: absolute; top: -0.3rem; left: -0.3rem; }
.keyvsl .under_text { display: none; }
@media screen and (min-width: 48em), print { .keyvsl .under_text { display: block; background-color: #168DC8; height: 6rem; } }
.keyvsl .under_text p { text-align: center; color: #ffffff; font-size: 2vw; font-weight: bold; padding-top: 1rem; margin-top: 0; }
.keyvsl .under_text p::before { content: ""; display: inline-block; background-image: url("../img/img_under_text.png"); background-size: contain; background-repeat: no-repeat; width: 6rem; height: 3rem; margin-right: 0.5rem; margin-bottom: 0.5rem; vertical-align: middle; }

.under_text_sp { display: flex; align-items: center; justify-content: center; background-color: #168DC8; border-radius: 10px; margin: 1.5rem 0.5rem 0; padding: 1rem 1.5rem; }
@media screen and (min-width: 48em), print { .under_text_sp { display: none; } }
.under_text_sp p { display: flex; align-items: center; color: #ffffff; font-size: 1.3rem; font-weight: bold; /*padding: 1rem 0.5rem;*/ margin: 0; }
.under_text_sp p::first-child { margin-right: 0.5rem; flex-basis: 10%; }
.under_text_sp p::last-child { flex-basis: 85%; text-align: left; }
.under_text_sp p img { width: 75%; height: auto; }

@media screen and (min-width: 48em), print { .keyvsl { margin: 0 0 1.0rem; }
  .keyvsl #keyvsl { height: 47.2rem; }
  .keyvsl #keyvsl .slick-list div img { height: 47.2rem !important; }
  .keyvsl #keyvsl .slick-dots li { width: 1.6rem; height: 1.6rem; margin: 0 1.2rem; }
  .keyvsl .catch_wrap { width: 1120px; top: 0; }
  .keyvsl .catch_wrap .catch { bottom: 14.0rem; left: 4rem; }
  .keyvsl .catch_wrap .catch p { font-size: 4.2rem; }
  .keyvsl .catch_wrap .open { right: 4.0rem; bottom: -6.0rem; width: 18.0rem; height: 18.0rem; font-size: 2.4rem; line-height: 1.3; }
  .keyvsl .catch_wrap .open:after { width: 18.0rem; height: 18.0rem; top: -0.5rem; left: -0.5rem; } }
.info { background: url("../img/info_bg.png") no-repeat left top/contain; padding: 4.0rem 0; }
.info .wrap { width: 95%; margin: 0 auto; }
.info .wrap dl { line-height: 1.4; position: relative; }
.info .wrap dl dt { display: flex; font-weight: bold; color: #264380; cursor: pointer; background-color: #fff; padding: 2.4rem 3.4rem; border: .3rem solid #168DC8; border-radius: .8rem; margin-bottom: .8rem; }
.info .wrap dl dt::before { font-family: "fontello"; content: "\e803"; margin-right: .6rem; background-color: #168DC8; width: 1.6rem; height: 1.6rem; border-radius: 50%; color: #fff; font-size: 1.0rem; font-size: bold; display: flex; align-items: center; justify-content: center; }
.info .wrap dl dt.close::before { font-family: "fontello"; content: "\e812"; }
.info .wrap dl .close { border-bottom: none; margin-bottom: 0; border-radius: .8rem .8rem 0 0; padding: 1.4rem 1rem 1rem; }
.info .wrap dl dd { margin: 0 0 1.6rem; word-wrap: break-word; background-color: #fff; padding: 0 3.4rem 2.0rem; border: .3rem solid #168DC8; border-top: none; border-radius: 0 0 .8rem .8rem; color: #264380; }
.info .wrap dl dd:not(:nth-of-type(-n+3)) { display: none; }
.info .wrap dl:after { display: block; content: ""; width: 100%; height: 100%; margin: 0 auto; background: -webkit-linear-gradient(left, #148FCC, #5CC1E6); background: -o-linear-gradient(left, #148FCC, #5CC1E6); background: linear-gradient(to right, #148FCC, #5CC1E6); border-radius: .8rem; position: absolute; top: 1rem; right: -.5rem; z-index: -1; opacity: .5; }

@media screen and (min-width: 48em), print { .info { padding: 8.0rem 0; background-size: cover; }
  .info .wrap { width: 1120px; padding: 0 4.0rem; }
  .info .wrap dl { width: 80.0rem; margin: 0 auto; }
  .info .wrap dl dt::before { margin-right: 1.0rem; }
  .info .wrap dl .close { padding: 2.4rem 3.4rem 1.0rem; }
  .info .wrap dl dd { margin: 0 0 .8rem; }
  .info .wrap dl:after { width: 80.0rem; right: -1rem; } }
.bg_or { width: 100%; background: url("../img/consul_time_bg.png") no-repeat left 0 top 5rem/contain #FAFAFA; position: relative; z-index: 1; position: relative; padding-bottom: 3.0rem; }

.consul_time { margin: 4.0rem 1.0rem; }
.consul_time .tbl_time { margin: 0 auto; border: .3rem solid #E67E00; border-radius: .8rem .8rem 0 0; border-bottom: none; position: relative; padding: 1.0rem .5rem; background-color: #fff; }
.consul_time .tbl_time caption { background-color: #fff; text-align: center; padding: 0 0 1.5rem; border: .3rem solid #E67E00; border-top: none; border-radius: 0 0 .8rem .8rem; margin: 0; }
.consul_time .tbl_time th { padding: 1.3rem 0; }
.consul_time .tbl_time th.time { background-color: rgba(158, 189, 255, 0.2); }
.consul_time .tbl_time td { padding: 1.3rem 0; background-color: #fff; }
.consul_time .tbl_time:after { display: block; content: ""; width: 100%; height: 100%; background: -webkit-linear-gradient(bottom, #FF8C66, #FFC498); background: -o-linear-gradient(bottom, #FF8C66, #FFC498); background: linear-gradient(to bottom, #FF8C66, #FFC498); opacity: .5; position: absolute; top: 1.0rem; right: -1.0rem; z-index: -1; border-radius: .8rem; }

@media screen and (min-width: 48em), print { .bg_or { background-position: left 0 top 3rem; padding-bottom: 12.0rem; }
  .bg_or:after { display: block; content: ""; width: 100%; height: 40.0rem; background: linear-gradient(rgba(250, 250, 250, 0), #fafafa); position: absolute; top: 29rem; left: 0; z-index: -1; }
  .consul_time { padding: 0 0 10.0rem; width: 80.0rem; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; }
  .consul_time .tit_02 { width: 25.2rem; text-align: left; background-image: unset; }
  .consul_time .tbl_time { width: 51.2rem; padding: 1.6rem; } }
.line_box { padding: 1.6rem .5rem; margin: 0 auto; background-color: #fff; box-shadow: 0.2rem 0.2rem 1.5rem rgba(74, 88, 255, 0.05); border-radius: .4rem; }
.line_box .box_inner { border: 1px solid #9EBDFF; padding: 3rem 1.0rem; box-shadow: 0.2rem 0.2rem 1.5rem rgba(74, 88, 255, 0.05); border-radius: .4rem; }
@media screen and (min-width: 48em), print { .line_box { width: 95%; margin: 0 auto; padding: 1.6rem; }
  .line_box .box_inner { padding: 6.6rem 0 5.7rem; }
  .line_box .box_inner .wrap { width: auto; margin: 0 auto; padding: 0 4rem; } }

.greeting .btn_detail { margin: 0 auto; }
.greeting .cl_name { margin: 0; font-weight: bold; }
.greeting .dr_name { font-weight: bold; font-size: 1.5rem; }
.greeting .dr_name span { margin-right: 1rem; }
@media screen and (min-width: 48em), print { .greeting .greeting_inner .flex { justify-content: center; }
  .greeting .greeting_inner .flex .flex_r { width: auto; margin-left: 7.0rem; }
  .greeting .tit_02 { width: 85.2%; margin: 0 auto 5.7rem; }
  .greeting .wrap { width: auto; margin: 0 auto; padding: 0 4.0rem; }
  .greeting .btn_detail { width: 24.0rem; margin: 3.0rem 0 0; }
  .greeting .dr_name { font-size: 2.4rem; }
  .greeting .dr_name span { margin-right: 2rem; } }

.bg_grad { width: 100%; background: url("../img/treatment_bg.png") no-repeat left 0 top 20rem/contain #FAFAFA; position: relative; z-index: 1; position: relative; padding-bottom: 3.0rem; }
@media screen and (min-width: 48em), print { .bg_grad { background-position: left 0 top 43rem; } }

.medical_treatment { padding: 0 0 4.0rem; width: 95%; margin: 0 auto; }
@media screen and (min-width: 48em), print { .medical_treatment { width: 100%; }
  .medical_treatment .wrap { padding: 0 4.0rem 120px; }
  .medical_treatment .wrap .sidebar .subnav .sub_menu { display: block; width: 48%; float: left; }
  .medical_treatment .wrap .sidebar .subnav .sub_menu li { float: left; margin-right: 3%; }
  .medical_treatment .wrap .sidebar .subnav .sub_menu li:nth-child(2n) { margin-right: 0; }
  .medical_treatment .wrap .tit_02 { letter-spacing: .9rem; } }

.feature { z-index: 1; position: relative; }
.feature .feature_inner { padding: 3rem 1rem; }
.feature .feature_inner .wrap ul { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; counter-reset: number 0; }
.feature .feature_inner .wrap ul li { width: 50.0rem; background-color: #fff; border-radius: 0 0 .4rem .4rem; position: relative; margin-bottom: 5.2rem; }
.feature .feature_inner .wrap ul li:before { counter-increment: number 1; content: "0" counter(number) ""; display: block; font-family: 'Montserrat', sans-serif; font-size: 1.5rem; color: #fff; text-align: center; background-color: #264380; border-radius: 50%; width: 3.5rem; height: 3.5rem; line-height: 3.5rem; position: absolute; top: 10.0rem; left: .2rem; }
.feature .feature_inner .wrap ul li:after { content: ""; display: inline-block; width: 100%; height: 96%; position: absolute; right: -.5rem; top: 2rem; z-index: -1; border-radius: .4rem; transform: rotate(1deg); background: -webkit-linear-gradient(bottom, #148FCC, #5CC1E6); background: -o-linear-gradient(bottom, #148FCC, #5CC1E6); background: linear-gradient(to bottom, #148FCC, #5CC1E6); }
.feature .feature_inner .wrap ul li:nth-child(even):after { background: -webkit-linear-gradient(bottom, #FF8C66, #FFC498); background: -o-linear-gradient(bottom, #FF8C66, #FFC498); background: linear-gradient(to bottom, #FF8C66, #FFC498); }
.feature .feature_inner .wrap ul .disc { padding: 1rem; }
.feature .feature_inner .wrap ul .disc p { margin: 0; }
.feature .feature_inner .wrap ul .disc .tit { font-size: 1.5rem; font-weight: bold; margin: 1rem 0; }

@media screen and (min-width: 48em), print { .feature .feature_inner { background: url("../img/feature_bg.png") no-repeat left 4rem top 10rem/auto 85%; z-index: -2; position: relative; padding: 10rem 0 17rem; }
  .feature .feature_inner .wrap { width: 1120px; padding: 0 4.0rem; }
  .feature .feature_inner .wrap .tit_02 { margin: 0 auto 5.7rem; }
  .feature .feature_inner .wrap ul { justify-content: center; gap: 4rem; }
  .feature .feature_inner .wrap ul li:before { font-size: 2.4rem; width: 4.7rem; height: 4.7rem; line-height: 4.7rem; top: 19.0rem; left: 3.2rem; }
  .feature .feature_inner .wrap ul li:after { width: 49.0rem; right: -1.5rem; z-index: -1; transform: rotate(2deg); }
  .feature .feature_inner .wrap ul .disc { padding: 3.2rem; }
  .feature .feature_inner .wrap ul .disc .tit { font-size: 2.4rem; margin: 0 0 2.4rem; } }
@media screen and (min-width: 48em), print { .access .gallery .gallery_thum .slick-track { transform: translate3d(0px, 0px, 0px) !important; } }

body:not(.index) .wrap_bg { width: 100%; background: url(../img/low_bg_top.png) no-repeat left top/contain; padding: 5.0rem 0; }
body:not(.index) .main { margin: 0 1.0rem; font-weight: 500; color: #333333; }
body:not(.index) .main .tit_01 { margin: 0; line-height: 1; }
body:not(.index) .main .tit_01 span { margin-bottom: 1.0rem; letter-spacing: .3rem; }
body:not(.index) .main .tit_02 { background: unset; }
body:not(.index) .main .tit_02:after { display: block; content: ""; background: -webkit-linear-gradient(left, #FF8800, #FFA200); background: -o-linear-gradient(left, #FF8800, #FFA200); background: linear-gradient(to right, #FF8800, #FFA200); width: 10%; height: .6rem; margin: 1.0rem auto 0; }
body:not(.index) .main .tit_02_l { text-align: left; }
body:not(.index) .main .tit_02_l:after { margin: 2.4rem 0 0; }
body:not(.index) .main .tit_03 { text-align: left; position: relative; display: flex; align-items: center; margin: 4rem 0 2.0rem; font-size: 1.6rem; font-weight: bold; }
body:not(.index) .main .tit_03:before { display: block; content: ""; width: 1.6rem; height: 1.6rem; background-color: #FF8C66; margin-right: 1rem; }
body:not(.index) .main .tit_04 { border-bottom: .3rem solid #168DC8; padding-bottom: 1.2rem; }
body:not(.index) .box1 { background-color: #FAF1EA; padding: 1.0rem; }
body:not(.index) .box2 { background-color: #E7F3FA; padding: 1.0rem; }
body:not(.index) .txt_lnk { color: #264380; white-space: nowrap; }
body:not(.index) .att { margin: 0 1rem; color: #FF8C66; }
body:not(.index) .cau { color: #FF8C66; font-weight: bold; }
body:not(.index) .emp { color: #264380; font-weight: bold; }
@media screen and (min-width: 48em), print { body:not(.index) .wrap_bg { padding: 12.0rem 0 0; }
  body:not(.index) .main { margin: 0; line-height: 1.8; }
  body:not(.index) .main .tit_02 { margin: 3.0rem auto 5.0rem; }
  body:not(.index) .main .tit_03 { font-size: 2.0rem; }
  body:not(.index) .main .tit_03:before { width: 2.0rem; height: 2.0rem; }
  body:not(.index) .main .tit_04 { font-size: 1.8rem; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; }
  body:not(.index) .box1 { padding: 3.0rem; }
  body:not(.index) .box2 { padding: 3.0rem; }
  body:not(.index) .txt_lnk { white-space: normal; }
  body:not(.index) .txt_lnk:hover { color: #FF8C66; }
  body:not(.index) .emp { font-size: 1.8rem; } }

.breadcrumb { display: flex; align-items: center; font-size: 1.2rem; padding: 1.0rem .5rem; }
.breadcrumb li:not(:last-child)::after { display: inline-block; content: ">"; font-size: 70%; margin: 0 .4rem; }
.breadcrumb li a { text-decoration: none !important; }
.breadcrumb li a:hover { color: #FF8C66; }
.breadcrumb li span { display: none; }

@media screen and (min-width: 48em), print { .breadcrumb { font-size: 1.4rem; padding: 1.5rem 4.0rem; width: 1120px; margin: 0 auto; }
  .breadcrumb li:not(:last-child)::after { margin: 0 .8rem; font-size: 1.5rem; } }
.doctor .flex2 section { margin-bottom: 5.0rem; }
@media screen and (min-width: 48em), print { .doctor .flex2 section { margin-bottom: 0; } }

.gallery { width: 85%; margin: auto; }
.gallery .gallery_slider { visibility: hidden; }
.gallery .gallery_slider div .cap { margin: .2rem 0 0; text-align: center; color: #fff; padding: .4rem; opacity: 0; transition: .3s ease; background: #000; }
.gallery .gallery_slider div .slick-current .cap { opacity: 1; transition-delay: .5s; }
.gallery .gallery_slider div:first-child .cap { transition-delay: 0s; }
.gallery .gallery_thum div img { cursor: pointer; border: 4px solid transparent; }
.gallery .gallery_thum .slick-current div img { border: 4px solid #000; }

@media screen and (min-width: 48em), print { .gallery { width: 75.0rem; margin: auto; }
  .gallery .gallery_slider { font-size: 1.6em; }
  .gallery .gallery_thum { width: calc(100% + .6rem); } }
.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { margin: 0 auto .6rem; max-width: 80%; }

.device-2cols li { margin: 0 0 2.0rem; text-align: center; }
.device-2cols li img { margin: 0 auto .6rem; max-width: 80%; }

@media screen and (min-width: 48em), print { .device { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .device li { width: 32%; margin: 0 0 2.0rem; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; }
  .device-2cols { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .device-2cols li { width: 49%; margin: 0 0 2.0rem; }
  .device-2cols li img { margin: 0 auto 1.0rem; max-width: 100%; } }
.flow dd { margin: 0; position: relative; }
.flow dd:not(:last-child) { margin: 0 0 6.0rem; }
@media screen and (min-width: 48em), print { .flow dd:not(:last-child) { 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 #264380; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

.access .wrap_bg { padding: 5.0rem 0 0 !important; }
.access .wrap_bg_acc { background: url(../img/low_bg_bottom.png) no-repeat left bottom/contain; padding-bottom: 5rem; }
.access .main .gmap { height: 30.0rem; margin: 2.0rem 0 0; }
.access .main .tbl_time { color: #264380; background-color: #fff; padding: 1.3rem; border: 0.3rem solid #E67E00; border-bottom: none; border-radius: 0.8rem 0.8rem 0 0; position: relative; }
.access .main .tbl_time tbody { background-color: #fff; }
.access .main .tbl_time caption { border-radius: 0 0 0.8rem 0.8rem; border: 0.3rem solid #E67E00; border-top: none; text-align: center; padding: 1.5rem 0; background-color: #fff; }
.access .main .tbl_time th.time { padding: 1.0rem 0; border-radius: 0.6rem; background-color: rgba(158, 189, 255, 0.2); }
.access .main .tbl_time td { padding: 1.7rem 0; background-color: #fff; }
.access .main .tbl_time:after { display: block; content: ""; width: 100%; height: 100%; background: -webkit-linear-gradient(bottom, #FF8C66, #FFC498); background: -o-linear-gradient(bottom, #FF8C66, #FFC498); background: linear-gradient(to bottom, #FF8C66, #FFC498); opacity: .5; position: absolute; top: 1rem; right: -1rem; z-index: -1; border-radius: 0.8rem; }
@media screen and (min-width: 48em), print { .access .wrap_bg_acc { padding-bottom: 12rem; }
  .access .main .tbl_time { font-size: 2.0rem; }
  .access .main .gmap { margin: 4.0rem 0 0; height: 50.0rem; } }

.injury .arrow li, .shockwave .arrow li { position: relative; margin-bottom: 5rem; }
.injury .arrow li:not(:last-child)::after, .shockwave .arrow 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 #264380; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }
.injury .arrow .lst_ul li, .shockwave .arrow .lst_ul li { margin-bottom: 1rem; }
.injury .arrow .lst_ul li:not(:last-child)::after, .shockwave .arrow .lst_ul li:not(:last-child)::after { display: none; }

.checkup .lst_ul01 { border: .2rem solid #264380; }
.checkup .lst_ul01 p { margin: 0; padding: 1rem; }
.checkup .lst_ul01 .tit { background-color: #9EBDFF; text-align: center; font-weight: bold; }
.checkup .lst_ul01 .disc { background-color: #E7F3FA; }
.checkup .lst_ul01 .lst_ul { padding: 1rem; }
@media screen and (min-width: 48em), print { .checkup .lst_ul01 .lst_ul { padding: 2rem; } }

ul.card { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0 0 20px; padding: 0; justify-content: center; gap: 22px; align-items: center; /* 子要素をflexboxにより中央に配置する */ }
ul.card li { width: 12%; vertical-align: baseline; }
ul.card li img { max-width: 100%; margin: 0 auto; }

@media screen and (min-width: 48em), print { ul.card { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0 0 44px; padding: 0; justify-content: center; gap: 44px; align-items: center; /* 子要素をflexboxにより中央に配置する */ }
  ul.card li { width: 8%; vertical-align: baseline; }
  ul.card li img { max-width: 100%; margin: 0 auto; } }
.recruit table tr td:first-child { width: 25%; }

/*# sourceMappingURL=style.css.map */
