@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@200;300;400;500;600;700&display=swap");
html { box-sizing: border-box; }

*, *::before, *::after { 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, iframe { max-width: 100%; height: auto; vertical-align: bottom; }

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

.fontsize90 { font-size: 90% !important; }

.fontsize110 { font-size: 110% !important; }

.clr_blue_02 { color: #0074C0 !important; }

.clr_green_02 { color: #81D44B !important; }

.clr_pink_01 { color: #FF6B8D !important; }

.marker_01 { background: linear-gradient(to bottom, transparent 0%, transparent 65%, #FFF697 65%, #FFF697 90%, transparent 90%); display: inline; padding: 0 .05em .1em; }

.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; } }
.sp_n { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .pc_n { display: none !important; } }
.mt40 { margin-top: 4.0rem !important; }

.mt30 { margin-top: 3.0rem !important; }

.mt22 { margin-top: 2.2rem !important; }

.mt20 { margin-top: 2.0rem !important; }

.mt10 { margin-top: 1.0rem !important; }

.mt5 { margin-top: .5rem !important; }

.mt0 { margin-top: 0 !important; }

.mb0 { margin-bottom: 0 !important; }

.pt0 { padding-top: 0 !important; }

.pb0 { padding-bottom: 0 !important; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem !important; }
  .mt30 { margin-top: 6.0rem !important; }
  .mt20 { margin-top: 4.0rem !important; }
  .mt10 { margin-top: 2.0rem !important; }
  .mt5 { margin-top: 1.0rem !important; } }
.width20per { width: 20% !important; }

.width30per { width: 30% !important; }

.width40per { width: 40% !important; }

.width50per { width: 50% !important; }

.width60per { width: 60% !important; }

.width70per { width: 70% !important; }

.width80per { width: 80% !important; }

@media screen and (min-width: 48em), print { .max_width50per_pc { width: 50% !important; } }
.ov_h { overflow: hidden; }

.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; }
.tbl_time caption { caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; background: #fff; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #549CD5; color: #fff; border-left: 1px solid #fff; }
.tbl_time tr th[scope="col"]:first-child { border-left: none; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; line-height: 1.0; }
.tbl_time tr th, .tbl_time tr td { border-left: 1px solid #549CD5; border-bottom: 1px solid #549CD5; }
.tbl_time tr th:first-child, .tbl_time tr td:first-child { border-left: none; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 22%; }
  .tbl_time tr td { padding: .8rem 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { font-size: 2.4rem; color: #45AE00; padding: 3rem 2rem; text-align: center; width: 100%; background: url(../img/tit_01_bg.jpg) no-repeat center center/cover; font-weight: bold; }

.tit_02 { color: #003476; font-size: 2rem; line-height: 1.3; margin: 5rem 0 2rem; padding: .7em .1em; text-align: center; position: relative; font-weight: bold; }
.tit_02::before { content: ""; display: block; width: 100%; height: .2em; position: absolute; left: 0; bottom: 0; background: url(../img/rainbow.jpg) repeat-y center center/100% auto; }

.tit_03 { color: #fff; font-size: 1.8rem; line-height: 1.3; margin: 4rem 0 1.5rem; padding: .2em .5em; position: relative; background: linear-gradient(to left, #0063B1, #7DAADC); }

.tit_04 { color: #002662; font-size: 1.7rem; line-height: 1.3; margin: 3.8rem 0 1.5rem; padding: .2em .5em; background: #BAE8A9; }

.tit_05 { color: #111111; font-size: 1.7rem; line-height: 1.3; margin: 3.5rem 0 1.5rem; padding-bottom: 0.2em; border-bottom: 0.1rem dotted #AFAFAF; }

@media screen and (min-width: 48em), print { .tit_01 { padding: 7rem 2rem; font-size: 4.3rem; width: auto; }
  .tit_02 { font-size: 3.2rem; line-height: 1.3; margin: 10rem 0 3rem; }
  .tit_03 { font-size: 2.4rem; line-height: 1.3; margin: 8.5rem 0 2rem; }
  .tit_04 { font-size: 2.2rem; line-height: 1.3; margin: 7.5rem 0 2rem; }
  .tit_05 { font-size: 2rem; line-height: 1.3; margin: 6.5rem 0 2rem; } }
.text_general { margin-bottom: 1.5rem; }

.text_link_general_sp { color: #0074C0; text-decoration: underline; }

.text_link_general { color: #0074C0; text-decoration: underline; }

@media screen and (min-width: 48em), print { .text_link_general_sp { color: #212121; text-decoration: none; } }
.imgtxt, .imgtxt_reverse { margin-bottom: 1rem; }
.imgtxt .imgtxt_image, .imgtxt_reverse .imgtxt_image { flex: none; margin: 0 auto 1.5rem; max-width: 90%; text-align: center; }
.imgtxt .imgtxt_txt :last-child, .imgtxt_reverse .imgtxt_txt :last-child { margin-bottom: 0; }

@media screen and (min-width: 48em), print { .imgtxt, .imgtxt_reverse { margin-bottom: 1.5rem; }
  .imgtxt .imgtxt_image, .imgtxt_reverse .imgtxt_image { float: right; margin: 0 0 2.0rem 2.0rem; max-width: 45rem; }
  .imgtxt::after, .imgtxt_reverse::after { content: ''; display: block; clear: both; }
  .imgtxt_reverse .imgtxt_image { float: left; margin: 0 2.0rem 2.0rem 0; } }
.flex2 { display: -webkit-flex; display: flex; flex-wrap: wrap; }
.flex2 > * { width: 47%; margin-top: 2rem; }
.flex2 > *:nth-child(-n + 2) { margin-top: 0; }
.flex2 > *:nth-child(2n) { margin-left: 6%; }

.flex3 { display: -webkit-flex; display: flex; flex-wrap: wrap; }
.flex3 > * { width: 31%; margin-top: 2rem; margin-left: 3.5%; }
.flex3 > *:nth-child(-n + 3) { margin-top: 0; }
.flex3 > *:nth-child(3n + 1) { margin-left: 0; }

.flex2_pc > * { margin-top: 2rem; }
.flex2_pc > *:first-child { margin-top: 0; }

.flex3_pc > * { margin-top: 2rem; }
.flex3_pc > *:first-child { margin-top: 0; }

@media screen and (min-width: 48em), print { .flex2_pc { display: -webkit-flex; display: flex; flex-wrap: wrap; }
  .flex2_pc > * { width: 47%; }
  .flex2_pc > *:nth-child(n) { margin-left: 0; }
  .flex2_pc > *:nth-child(-n + 2) { margin-top: 0; }
  .flex2_pc > *:nth-child(2n) { margin-left: 6%; }
  .flex3_pc { display: -webkit-flex; display: flex; flex-wrap: wrap; }
  .flex3_pc > * { width: 31%; margin-top: 2.5rem; }
  .flex3_pc > *:nth-child(n) { margin-left: 3.5%; }
  .flex3_pc > *:nth-child(-n + 3) { margin-top: 0; }
  .flex3_pc > *:nth-child(3n + 1) { margin-left: 0; } }
.lst_ul_01 { margin-bottom: 2rem; padding-left: 1em; }
.lst_ul_01 > li { margin-top: 1.0rem; position: relative; }
.lst_ul_01 > li::before { content: ''; width: .5em; height: .5em; background: #F38EA6; border-radius: 50%; position: absolute; left: -.75em; top: .4em; }
.lst_ul_01 > li:first-child { margin-top: 0; }

.lst_ol_01, .lst_ol_counter_noreset_01 { counter-reset: number 0; margin: 0; padding-left: 2rem; margin-bottom: 2rem; }
.lst_ol_01 > li, .lst_ol_counter_noreset_01 > li { counter-increment: number 1; padding-left: 0.3rem; margin-top: 1rem; position: relative; }
.lst_ol_01 > li::before, .lst_ol_counter_noreset_01 > li::before { display: inline-block; content: counter(number) "."; position: absolute; right: 100%; top: 0; }
.lst_ol_01 > li:first-child, .lst_ol_counter_noreset_01 > li:first-child { margin-top: 0; }

.lst_ol_counter_noreset_01 { counter-reset: none; }

.flex2 .lst_ul_01 > li:nth-child(-n + 2), .flex2 .lst_ol_01 > li:nth-child(-n + 2), .flex2 .lst_ol_counter_noreset_01 > li:nth-child(-n + 2) { margin-top: 0; }

.flex3 .lst_ul_01 > li:nth-child(-n + 3), .flex3 .lst_ol_01 > li:nth-child(-n + 3), .flex3 .lst_ol_counter_noreset_01 > li:nth-child(-n + 3) { margin-top: 0; }

.lst_dl_01, .lst_dl_01_50percent { margin: 0 0 2rem; border: 1px solid #6FA6DF; }
.lst_dl_01 dt, .lst_dl_01_50percent dt { padding: 1rem; background: #E6F3FF; }
.lst_dl_01 dd, .lst_dl_01_50percent dd { margin: 0; padding: 1rem; }
.lst_dl_01 dd:not(:last-child), .lst_dl_01_50percent dd:not(:last-child) { border-bottom: 1px solid #6FA6DF; }

@media screen and (min-width: 48em), print { .flex2_pc .lst_ul_01 > li:nth-child(-n + 2), .flex2_pc .lst_ol_01 > li:nth-child(-n + 2), .flex2_pc .lst_ol_counter_noreset_01 > li:nth-child(-n + 2) { margin-top: 0; }
  .flex3_pc .lst_ul_01 > li:nth-child(-n + 3), .flex3_pc .lst_ol_01 > li:nth-child(-n + 3), .flex3_pc .lst_ol_counter_noreset_01 > li:nth-child(-n + 3) { margin-top: 0; }
  .lst_dl_01, .lst_dl_01_50percent { width: 100%; border-right: none; border-left: none; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .lst_dl_01 dt, .lst_dl_01_50percent dt { width: 28%; padding: 2rem 2.5rem; display: -webkit-flex; display: flex; align-items: center; }
  .lst_dl_01 dt:not(:last-of-type), .lst_dl_01_50percent dt:not(:last-of-type) { border-bottom: 1px solid #6FA6DF; }
  .lst_dl_01 dd, .lst_dl_01_50percent dd { width: 72%; padding: 2rem 2.5rem; }
  .lst_dl_01_50percent dt { width: 50%; justify-content: center; text-align: center; }
  .lst_dl_01_50percent dd { width: 50%; justify-content: center; text-align: center; } }
.box_general_01 { padding: 1.2rem 1.2rem; background: #E9FCE2; margin-bottom: 2rem; position: relative; }
.box_general_01 :last-child { margin-bottom: 0; }

.box_general_wrap .box_general_01:not(:last-child) { margin-bottom: 6rem; }
.box_general_wrap .box_general_01:not(:last-child)::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 3rem 6rem 0 6rem; border-color: #BAE8A9 transparent transparent transparent; position: absolute; top: calc(100% + 1.7rem); left: 50%; transform: translateX(-50%); }

@media screen and (min-width: 48em), print { .box_general_01 { padding: 2rem 2rem; }
  .box_general_wrap .box_general_01:not(:last-child) { margin-bottom: 8rem; }
  .box_general_wrap .box_general_01:not(:last-child)::after { border-width: 4rem 8rem 0 8rem; top: calc(100% + 2rem); } }
.btn_general_01 { display: inline-block; padding: .4em 2em .4em 2.5em; border-radius: 10rem; background: linear-gradient(to left, #0063B1, #7DAADC); color: #fff; text-decoration: none !important; text-align: center; position: relative; max-width: 100%; }
.btn_general_01::before { font-family: 'fontello'; content: '\e809'; padding-right: .2em; font-size: 70%; position: absolute; top: 50%; transform: translateY(-50%); left: 2.5em; }

@media screen and (min-width: 48em), print { .btn_general_01 { font-size: 1.6rem; border-radius: 0.5rem; }
  .btn_general_01:hover, .btn_general_01:focus { background: linear-gradient(to left, #FF6B8D, #FFA7BB); opacity: 1; } }
.table_01 { border-spacing: 0; border: 1px solid #6FA6DF; border-right: none; border-bottom: none; width: 100%; font-size: 1rem; }
.table_01 caption { caption-side: bottom; text-align: left; margin-top: .4rem; }
.table_01 th { background: #E6F3FF; }
.table_01 th, .table_01 td { font-weight: normal; border: 1px solid #6FA6DF; border-top: none; border-left: none; padding: .6rem; }

@media screen and (min-width: 48em), print { .table_01 { font-size: 1.6rem; }
  .table_01 th, .table_01 td { padding: 1rem; } }
.side_link_insta { display: block; position: fixed; top: 500px; right: 0; z-index: 99999999; width: 98px; height: 96px; border-top: #6FA6DF 4px solid; border-left: #6FA6DF 4px solid; border-bottom: #6FA6DF 4px solid; border-top-left-radius: 15px; border-bottom-left-radius: 15px; font-size: 1.2rem; font-weight: bold; color: #6FA6DF; text-align: center; line-height: 140%; text-decoration: none; box-sizing: border-box; background-color: #E6F3FF; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.side_link_insta img { width: 32px; margin: 0 0 8px 0; }
.side_link_insta:hover { opacity: 0.6; transition: all 0.3s ease 0s; }

@media screen and (min-width: 48em), print { .side_link_insta { top: 300px; } }
html { font-size: calc(100vw / 32); font-family: "游ゴシック Medium", "Yu Gothic Medium", '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'sans-serif'; }

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

p { margin-top: 0; }

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

.wrap { padding: 2rem 1rem; }

.background-green { background: #E9FCE2; }

.background-radius { border-radius: 1rem; padding: 2.5rem; }
@media screen and (min-width: 48em), print { .background-radius { padding: 4.5rem; } }

.mb-initial { margin-bottom: initial; }

.main { font-size: 1.4rem; line-height: 1.4; position: relative; }
.main section.wrap > :first-child { margin-top: 0; }
.main section.wrap > :last-child { margin-bottom: 0; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1100px + 40px); }
  a, button { transition: .2s; }
  a:hover, a:focus, button:hover, button:focus { opacity: .6; }
  .wrap { width: 1100px; margin: auto; padding: 4rem 0; }
  .main { font-size: 1.6rem; } }
@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 .header_n { display: none !important; }
.header .wrap { margin: 1.0rem; padding: 0; }
.header .wrap .logo { height: 5.0rem; margin-bottom: 1.2rem; }
.header .wrap .logo a { display: block; width: 78%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .head_right .tbl_time { margin-bottom: .3rem; }
.header .wrap .head_right .tbl_time tr th, .header .wrap .head_right .tbl_time tr th[scope="col"], .header .wrap .head_right .tbl_time tr td { padding-top: .3rem; padding-bottom: .3rem; }
.header .wrap .head_right .tel_access_address { display: flex; justify-content: space-between; }
.header .wrap .head_right .tel_access_address > * { width: 50%; }
.header .wrap .head_right .tel_access_address .tel { display: inline-block; font-size: 1.8rem; color: #0063B1; margin-bottom: .3rem; font-family: 'Saira Semi Condensed', sans-serif; font-weight: 500; letter-spacing: .048em; position: relative; padding-top: .5em; }
.header .wrap .head_right .tel_access_address .tel::after { font-family: "游ゴシック Medium", "Yu Gothic Medium", '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'sans-serif'; content: "にじいろ"; font-size: .33em; font-weight: bold; letter-spacing: .49em; position: absolute; right: 3em; top: 1.2em; transform: translate(50%, -60%); }
.header .wrap .head_right .tel_access_address .tel::before { content: ""; font-family: 'fontello'; content: '\e807'; padding-right: .35em; font-size: 70%; transform: translateY(-0.12em); display: inline-block; }
.header .wrap .head_right .tel_access_address .tel a { display: inline-block; }
.header .wrap .head_right .tel_access_address .access_address { margin-top: .2rem; }
.header .wrap .head_right .tel_access_address .access_address .access { padding-left: 1.3em; position: relative; line-height: 1.2; margin-bottom: .3rem; }
.header .wrap .head_right .tel_access_address .access_address .access::before { content: ""; font-family: 'fontello'; content: '\e806'; color: #0063B1; position: absolute; left: .1em; top: -.05em; }
.header .wrap .head_right .tel_access_address .access_address .address { padding-left: 1.3em; position: relative; line-height: 1.2; }
.header .wrap .head_right .tel_access_address .access_address .address::before { content: ""; font-family: 'fontello'; content: '\e803'; color: #0063B1; position: absolute; left: 0; top: 0; font-size: 88%; }

@media screen and (min-width: 48em), print { .header { z-index: 10; padding: 1rem 0 0; background: #fff; position: sticky; top: 0; }
  .header .wrap { margin: 0 auto; display: -webkit-flex; display: flex; justify-content: space-between; align-items: center; padding-bottom: 1rem; }
  .header .wrap .logo { width: 45rem; height: 9.7rem; margin-right: 3rem; }
  .header .wrap .logo a { width: 100%; }
  .header .wrap .head_right { width: calc(100% - 48rem); display: flex; justify-content: flex-end; }
  .header .wrap .head_right .timetable_header { width: 34.6rem; margin: .5rem 2.5rem 0 0; }
  .header .wrap .head_right .timetable_header .tbl_time { font-size: 1.4rem; margin: 0; }
  .header .wrap .head_right .timetable_header .tbl_time tr th, .header .wrap .head_right .timetable_header .tbl_time tr th[scope="col"], .header .wrap .head_right .timetable_header .tbl_time tr td { padding-top: .3rem; padding-bottom: .3rem; }
  .header .wrap .head_right .timetable_header .tbl_time tr th[scope="col"]:first-child { width: 31%; }
  .header .wrap .head_right .tel_access_address { display: block; }
  .header .wrap .head_right .tel_access_address > * { width: auto; }
  .header .wrap .head_right .tel_access_address .tel { width: auto; display: block; background: none; font-size: 3rem; padding-top: .9rem; }
  .header .wrap .head_right .tel_access_address .tel::after { top: .2em; right: 1.1em; transform: none; }
  .header .wrap .head_right .tel_access_address .access_address { margin: 0; }
  .header .wrap .head_right .tel_access_address .access_address .access, .header .wrap .head_right .tel_access_address .access_address .address { font-size: 1.6rem; } }
@media print { .header { position: absolute; width: 100%; left: 0; top: 0; }
  .wrapper_keyvsl, .tit_01 { margin-top: 21rem !important; } }
.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 100; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #fff; background: #0074C0; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 1.0rem; padding: 0; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\e800'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e801'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: rgba(239, 245, 251, 0.95); padding: 1.6rem; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #212121; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #212121; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #212121 !important; padding: 1.0rem 3.0rem 1.0rem 0; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e809'; font-size: 1.4rem; top: 50%; transform: translateY(-50%); }
.slicknav_menu .slicknav_nav .gnav li a.sub { background: none; border: none; }
.slicknav_menu .slicknav_nav .gnav li a.sub::after { position: absolute; right: 1.0rem; top: 50%; font-family: 'fontello'; content: '\e804'; font-size: 1.4rem; transform: translateY(-50%); }
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li a:focus { color: inherit; background: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after { font-family: 'fontello'; content: '\e802'; }
.slicknav_menu .slicknav_nav .gnav li .subnav { background: #fff; margin-bottom: 1.0rem; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a { padding: 1.0rem 3.0rem 1.0rem 0.5rem; color: #212121; }
.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; background: #0063B1; }
  #nav .gnav { width: 88rem; margin: 0 auto; display: -webkit-flex; display: flex; justify-content: space-between; }
  #nav .gnav > li { position: relative; text-align: center; font-size: 1.6rem; }
  #nav .gnav > li > a { display: block; padding: 1.5rem .5rem 1.5rem; position: relative; color: #fff; }
  #nav .gnav > li > a.sub { /*&::after { content: '▼'; color: $clr_txt; font-size: 60%;
}
&.open { &::after{ content: '▲'; }
}*/ }
  #nav .gnav > li .subnav { width: 40rem; visibility: hidden; position: absolute; top: calc(100%); left: 50%; transform: translateX(-50%); z-index: 10; font-size: 1.6rem; display: flex; flex-wrap: wrap; }
  #nav .gnav > li .subnav li { width: 50%; border-top: 1px solid #fff; }
  #nav .gnav > li .subnav li:nth-child(-n + 2) { border-top: none; }
  #nav .gnav > li .subnav li:nth-child(2n) { border-left: 1px solid #fff; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; height: 100%; background: #45AE00; padding: .8rem 0.5rem; text-align: left; color: #fff; }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus { background: #81D44B; color: #fff; opacity: 1; }
  #nav .gnav > li .subnav li:first-child { border-top: none; } }
.overview { position: relative; font-size: 1.4rem; padding-top: 6rem; }
.overview .overview_bg { background: #EFF5FB; }
.overview .overview_bg > .wrap { padding: 1rem 1rem 2rem; position: relative; z-index: 1; }
.overview .overview_bg > .wrap .clinic_name { text-align: center; margin: -4rem 0 2.0rem; }
.overview .overview_bg > .wrap .clinic_name img { max-width: 90%; height: auto; }
.overview .overview_bg > .wrap dl { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin: 0 0 1rem; }
.overview .overview_bg > .wrap dl dt { width: 40%; margin: 0; margin-top: .5rem; background: #0074C0; color: #fff; text-align: center; padding: .3rem .3rem .2rem; }
.overview .overview_bg > .wrap dl dt:first-of-type { margin-top: 0; }
.overview .overview_bg > .wrap dl dd { width: 100%; margin: 0; margin-top: .5rem; padding: .3rem 0 .2rem; }
.overview .overview_bg > .wrap dl dd.tel { font-family: 'Saira Semi Condensed', sans-serif; font-weight: 500; letter-spacing: .048em; color: #0063B1; font-size: 187.5%; margin-top: 0; position: relative; }
.overview .overview_bg > .wrap dl dd.tel::after { font-family: "游ゴシック Medium", "Yu Gothic Medium", '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'sans-serif'; content: "にじいろ"; font-size: .33em; font-weight: bold; letter-spacing: .49em; position: absolute; right: calc(50% - 1.8em); top: .5em; transform: translate(50%, -60%); }
.overview .overview_bg > .wrap dl dd.tel::before { font-family: 'fontello'; font-weight: normal; content: '\e807'; font-size: 0.75em; position: relative; padding-right: .1em; display: inline-block; transform: translateY(-0.1em); }
.overview .overview_bg > .wrap .timetable_wrap { margin-bottom: 1rem; }

.gmap { height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { font-size: 1.6rem; padding-top: 12rem; }
  .overview .overview_bg > .wrap { padding: 1rem 0 4rem; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .overview .overview_bg > .wrap > div.overview_left { width: calc(50% - 1.5rem); }
  .overview .overview_bg > .wrap > div.overview_right { width: calc(50% - 7rem); }
  .overview .overview_bg > .wrap .clinic_name { margin: -8rem 0 3.0rem; width: 100%; }
  .overview .overview_bg > .wrap .clinic_name img { max-width: 52.2rem; height: auto; }
  .overview .overview_bg > .wrap dl { margin-top: 0; margin-bottom: 2.5rem; }
  .overview .overview_bg > .wrap dl dt { width: 20%; }
  .overview .overview_bg > .wrap dl dd { width: 76%; }
  .overview .overview_bg > .wrap dl dd:first-of-type { margin-top: 0; }
  .overview .overview_bg > .wrap dl dd.tel { margin-top: .7rem; }
  .overview .overview_bg > .wrap dl dd.tel::after { top: -.1em; right: calc(50% - 1.5em); transform: none; }
  .overview .overview_bg > .wrap dl dt, .overview .overview_bg > .wrap dl dd { margin-top: 1.8rem; padding: .5rem .3rem .3rem; }
  .overview .overview_bg > .wrap dl dt:first-of-type, .overview .overview_bg > .wrap dl dd:first-of-type { margin-top: 0; }
  .gmap { width: 100%; height: 61.4rem; } }
.tel_up { width: 100%; background: #0074C0; border-top: 1px solid #549CD5; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; min-height: 4rem; padding: 1.4rem 0 .6rem; }
.tel_up .tel { display: -webkit-flex; display: flex; justify-content: center; align-items: center; width: 100%; font-size: 2.0rem; line-height: 1.0; color: #fff; font-family: 'Saira Semi Condensed', sans-serif; font-weight: 500; letter-spacing: .048em; position: relative; }
.tel_up .tel::after { font-family: "游ゴシック Medium", "Yu Gothic Medium", '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'sans-serif'; content: "にじいろ"; font-size: .33em; font-weight: bold; letter-spacing: .49em; position: absolute; right: calc(50% - 8.3em); top: -.6em; transform: translate(50%, -60%); }
.tel_up .tel::before { font-family: 'fontello'; font-weight: normal; content: '\e807'; font-size: 0.8em; position: relative; padding-right: .3em; }
.tel_up .pageup { cursor: pointer; position: absolute; right: 0; bottom: 0; }
.tel_up .pageup a { display: block; width: 3.0rem; height: 3.0rem; text-align: center; margin: 0.5rem 1rem; background: url(../img/pagetop.png) no-repeat center center/cover; border-radius: 50%; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.tel_up .pageup a::before { text-align: center; text-indent: 0; font-size: 1.8rem; color: #fff; font-family: 'fontello'; content: '\e802'; position: absolute; top: 50%; left: 50%; transform: translate(-53%, -70%); }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 6.0rem; bottom: 2.0rem; right: 2.0rem; left: auto; background: transparent; padding: 0; }
  .tel_up .tel { display: none; }
  .tel_up .pageup a { width: 6.0rem; height: 6.0rem; margin: 0; }
  .tel_up .pageup a::before { font-size: 3.5rem; } }
.footer { text-align: center; padding: 0; background: #0063B1; color: #fff; }
.footer .copy { display: block; padding: .8rem 0 4.5rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 4.0rem 0 0; background: #0074C0; color: #fff; }
  .footer .copy { font-size: 1.6rem; padding: 2rem; background: #0074C0; color: #fff; }
  .footer ul { display: block; text-align: center; margin: 0 auto; max-width: 90rem; }
  .footer ul.subnav:last-of-type { margin: 0 auto 2.0rem; }
  .footer ul li { display: inline-block; font-size: 1.6rem; margin-bottom: 1.5rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.0rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover, .footer ul li a:focus { text-decoration: underline; }
  .footer ul li.visiting_care { display: none; }
  .footer ul li.treatment { display: none; } }
.index main .wrap { padding: 4rem 1rem; }

@media screen and (min-width: 48em), print { .index main .wrap { padding: 6.5rem 0; } }
.tit_02_index { color: #003476; font-size: 1.2rem; line-height: 1; margin-bottom: 4rem; font-weight: bold; position: relative; }
.tit_02_index .tit_02_index_content .tit_en { font-family: 'Saira Semi Condensed', sans-serif; font-size: 280%; font-weight: 300; padding-right: .35em; }
.tit_02_index .tit_02_index_content::before { content: ""; display: block; width: 90%; height: .3rem; background: url(../img/rainbow.jpg) repeat-y center center/100% auto; position: absolute; bottom: -.5em; right: 0; border-radius: 10rem; }

.tit_02_index_02 { color: #003476; font-size: 1.2rem; line-height: 1; margin-bottom: 2rem; font-weight: bold; text-align: center; position: relative; padding-bottom: 1.2em; }
.tit_02_index_02 .tit_en { font-family: 'Saira Semi Condensed', sans-serif; font-size: 280%; font-weight: 300; display: block; margin-bottom: .5rem; }
.tit_02_index_02::before { content: ""; display: block; width: 100%; height: .3rem; background: url(../img/rainbow.jpg) repeat-y center center/100% auto; position: absolute; bottom: 0; right: 0; border-radius: 10rem; }

@media screen and (min-width: 48em), print { .tit_02_index { font-size: 2rem; }
  .tit_02_index .tit_02_index_content { display: inline-block; position: relative; }
  .tit_02_index .tit_02_index_content::before { right: auto; left: calc(100% + 2.2rem); bottom: .7rem; width: 55rem; height: .6rem; }
  .tit_02_index_02 { font-size: 2rem; padding-bottom: 4.8rem; }
  .tit_02_index_02 .tit_en { margin-bottom: 1rem; }
  .tit_02_index_02::before { height: .6rem; } }
.index .wrapper_keyvsl { margin-top: 0; line-height: 1.4; position: relative; z-index: 1; }
.index .wrapper_keyvsl > *:first-child { z-index: 0 !important; }
.index .wrapper_keyvsl #keyvsl { width: 100%; background-size: cover; background-position: center center; padding: 30rem 1rem 0; }
.index .wrapper_keyvsl .keyvsl_catch { color: #003476; font-weight: bold; position: absolute; top: 9rem; left: .5rem; font-size: 1.7rem; margin: 0; text-shadow: 0px 0px 5px #fff, 1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, -1px 1px 5px #fff; }
.index .wrapper_keyvsl .keyvsl_catch::before { content: ""; display: block; width: 96%; height: .3rem; background: url(../img/rainbow.jpg) repeat-y center center/100% auto; position: absolute; bottom: -.6rem; left: 0; border-radius: 10rem; }
.index .wrapper_keyvsl .keyvsl_open_nairan { background: rgba(236, 245, 255, 0.84); position: absolute; left: 0; bottom: 0; padding: .7rem .2rem; text-align: center; width: 100%; }
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open { font-size: 1.4rem; font-weight: bold; }
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open .num { font-size: 110%; }
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open .day_of_week { font-size: 90%; }
.index .wrapper_keyvsl .keyvsl_open_nairan .date_open { color: #0074C0; }

@media screen and (min-width: 48em), print { .index .wrapper_keyvsl { padding: 0; position: relative; margin: 0 auto 0; }
  .index .wrapper_keyvsl #keyvsl { padding: 0; height: 58.4rem; }
  .index .wrapper_keyvsl .keyvsl_catch { top: calc(50% - 3.7rem); transform: translateY(-50%); right: auto; left: calc(50% - 54rem); font-size: 3rem; }
  .index .wrapper_keyvsl .keyvsl_catch::before { height: .6rem; bottom: -1.2rem; left: 0; }
  .index .wrapper_keyvsl .keyvsl_open_nairan { display: flex; justify-content: center; align-items: center; padding: 1.7rem 1rem; }
  .index .wrapper_keyvsl .keyvsl_open_nairan .date_open { font-size: 2.6rem; } }
main .wrapper_news .wrap .tit_02_news { color: #003476; font-size: 1.1rem; line-height: 1; text-align: center; margin-bottom: 2.5rem; font-weight: bold; }
main .wrapper_news .wrap .tit_02_news .tit_02_news_content { display: inline-block; text-align: left; padding: 6.2em 0 0 3.8em; background: url(../img/logo_notext_01.png) no-repeat top left/contain; }
main .wrapper_news .wrap .tit_02_news .tit_02_news_content .tit_en { font-family: 'Saira Semi Condensed', sans-serif; display: block; font-size: 281%; font-weight: normal; }
main .wrapper_news .wrap dl { margin: 0; line-height: 1.4; padding: 0; font-size: 1.4rem; }
main .wrapper_news .wrap dl dt { padding-left: 1.6em; margin: 1.8rem 0 0; cursor: pointer; display: block; position: relative; width: 100%; letter-spacing: .1em; }
main .wrapper_news .wrap dl dt .date { display: inline-block; border: 1px solid #C4C4C4; border-left: none; border-right: none; padding: .1em .1em 0; margin-right: .4em; }
main .wrapper_news .wrap dl dt .tit_text { padding-top: .1em; display: inline-block; font-weight: bold; color: #45AE00; }
main .wrapper_news .wrap dl dt:first-child { border: none; }
main .wrapper_news .wrap dl dt::before { font-family: 'fontello'; content: '\e808'; display: block; position: absolute; top: .17em; left: 0; font-weight: normal; color: #003476; font-size: 1.2em; line-height: 1; }
main .wrapper_news .wrap dl dt.open::before { content: '\e805'; }
main .wrapper_news .wrap dl dt:first-child { margin-top: 0; }
main .wrapper_news .wrap dl dd { letter-spacing: .1em; margin: .4em 0 0 1.6em; word-wrap: break-word; }
@media screen and (min-width: 48em), print { main .wrapper_news .wrap { display: -webkit-flex; display: flex; justify-content: space-between; }
  main .wrapper_news .wrap .tit_02_news { margin: 0 9rem 0 0; flex: none; font-size: 1.6rem; }
  main .wrapper_news .wrap .tit_02_news .tit_02_news_content { padding: 6.2em 0 0 3.8em; background: url(../img/logo_notext_01.png) no-repeat top left/contain; }
  main .wrapper_news .wrap dl { flex: auto; font-size: 1.6rem; }
  main .wrapper_news .wrap dl dt { margin-top: 2.4rem; }
  main .wrapper_news .wrap dl dt::before { top: .3rem; }
  main .wrapper_news .wrap dl dd { line-height: 1.8; margin-top: .6em; } }
main .wrapper_bnr .wrap { padding-top: 0; padding-bottom: 5rem; }
main .wrapper_bnr .wrap .bnr_therapist { text-align: center; }
@media screen and (min-width: 48em), print { main .wrapper_bnr .wrap { padding-bottom: 10rem; } }
main .wrapper_infection .wrap { padding-top: 0; }
main .wrapper_infection .wrap .tit_02_infection { color: #002662; font-weight: bold; font-size: 2rem; text-align: center; margin-bottom: -1.5rem; }
main .wrapper_infection .wrap .tit_02_infection > span { display: inline-block; border: #0074C0 solid 1px; border-right: none; border-left: none; padding: .1em 0; }
main .wrapper_infection .wrap .box_infection { background: #EFF5FB; padding: 3.5rem 1.4rem 1.4rem; border-radius: .8rem; }
main .wrapper_infection .wrap .box_infection > *:last-child { margin-bottom: 0; }
main .wrapper_infection .wrap .box_infection .tit_03_infection { color: #003476; font-size: 1.6rem; margin-bottom: .5rem; font-weight: bold; }
main .wrapper_infection .wrap .box_infection .tit_03_infection::before { content: "●"; color: #61C3F3; font-weight: normal; }
main .wrapper_infection .wrap .box_infection .ul_infection { margin-bottom: .5rem; padding-left: 1em; }
main .wrapper_infection .wrap .box_infection .ul_infection > li { margin-top: .5rem; position: relative; }
main .wrapper_infection .wrap .box_infection .ul_infection > li::before { content: '・'; display: inline-block; position: absolute; left: -1em; top: 0; }
main .wrapper_infection .wrap .box_infection > div > *:last-child { margin-bottom: 0; }
main .wrapper_infection .wrap .box_infection > div:nth-child(2) .tit_03_infection::before { color: #C6E085; }
@media screen and (min-width: 48em), print { main .wrapper_infection .wrap .tit_02_infection { font-size: 3.2rem; margin-bottom: -3rem; }
  main .wrapper_infection .wrap .box_infection { border-radius: 1rem; padding: 6rem 4.5rem 4.5rem; display: flex; }
  main .wrapper_infection .wrap .box_infection > div { width: 50%; }
  main .wrapper_infection .wrap .box_infection > div:nth-child(2) { padding-left: 3.5rem; }
  main .wrapper_infection .wrap .box_infection .tit_03_infection { font-size: 2.2rem; margin-bottom: 1rem; }
  main .wrapper_infection .wrap .box_infection .ul_infection { font-size: 1.8rem; margin-bottom: .8rem; }
  main .wrapper_infection .wrap .box_infection .ul_infection > li { margin-top: .8rem; }
  main .wrapper_infection .wrap .box_infection .text_general { font-size: 1.8rem; } }
main .wrapper_clinicmenu { background: url(../img/clinicmenu_bg_sp.jpg) no-repeat center center/cover; }
main .wrapper_clinicmenu .wrap .list_clinicmenu { display: flex; flex-wrap: wrap; margin: 0; }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li { margin-top: 1.8rem; width: 48%; text-align: center; }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(-n + 2) { margin-top: 0; }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(2n) { margin-left: 4%; }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li a { display: block; position: relative; font-weight: bold; }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li a::before { content: ""; display: block; background: url(../img/clinicmenu_icon_01.svg) no-repeat center center/contain; width: 9rem; height: 9rem; box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.16); border-radius: 50%; margin: 0 auto .5rem; }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(2) a::before { background-image: url(../img/clinicmenu_icon_02.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(3) a::before { background-image: url(../img/clinicmenu_icon_03.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(4) a::before { background-image: url(../img/clinicmenu_icon_04.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(5) a::before { background-image: url(../img/clinicmenu_icon_05.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(6) a::before { background-image: url(../img/clinicmenu_icon_06.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(7) a::before { background-image: url(../img/clinicmenu_icon_07.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(8) a::before { background-image: url(../img/clinicmenu_icon_08.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(9) a::before { background-image: url(../img/clinicmenu_icon_09.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li.icon_10 a::before { background-image: url(../img/clinicmenu_icon_10.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li.icon_11 a::before { background-image: url(../img/clinicmenu_icon_11.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li.icon_12 a::before { background-image: url(../img/clinicmenu_icon_12.svg); }
main .wrapper_clinicmenu .wrap .list_clinicmenu > li.icon_13 a::before { background-image: url(../img/clinicmenu_icon_13.svg); }
@media screen and (min-width: 48em), print { main .wrapper_clinicmenu { background: url(../img/clinicmenu_bg.jpg) no-repeat center center/cover; }
  main .wrapper_clinicmenu .wrap { padding-top: 6rem; padding-bottom: 6rem; }
  main .wrapper_clinicmenu .wrap .list_clinicmenu { width: 1000px; }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li { width: 18% !important; }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(n) { margin: 2.2rem 2rem 0 0; }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(-n + 5) { margin-top: 0; }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li:nth-child(5n) { margin-right: 0; }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li a { font-size: 1.6rem; }
  main .wrapper_clinicmenu .wrap .list_clinicmenu > li a::before { width: 12.6rem; height: 12.6rem; margin-bottom: .6rem; } }
main .wrapper_greeting { position: relative; }
main .wrapper_greeting::before { content: ""; display: block; background: url(../img/logo_notext_01.png) no-repeat left center/auto 100%; position: absolute; right: 0; top: 9.5rem; width: 27rem; height: 26rem; opacity: .14; }
main .wrapper_greeting .wrap { padding-bottom: 0; position: relative; }
main .wrapper_greeting .wrap .image { margin-bottom: 1.4rem; text-align: center; }
main .wrapper_greeting .wrap .image img { max-width: 80%; border-radius: 1rem; }
main .wrapper_greeting .wrap .text_greeting { line-height: 1.6; margin-bottom: 1.4rem; }
main .wrapper_greeting .wrap .dr_name { display: flex; align-items: center; justify-content: flex-end; text-align: right; }
main .wrapper_greeting .wrap .dr_name .dr_name_large { font-size: 137.5%; }
main .wrapper_greeting .wrap .dr_name a { color: #fff; display: inline-block; background: #0074C0; padding: .15em .8em; text-align: center; border-radius: 2em; margin-left: .7em; }
main .wrapper_greeting .wrap .dr_name a::before { font-family: 'fontello'; content: '\e809'; display: inline-block; padding-right: .3em; font-size: 75%; transform: translateY(-0.1em); }
@media screen and (min-width: 48em), print { main .wrapper_greeting::before { left: calc(50% + 32rem); top: 17rem; height: 65.7rem; width: calc(50% - 32rem); right: auto; background-size: 77.9rem auto; }
  main .wrapper_greeting .wrap { padding-right: 38.8rem; position: relative; padding-top: 12rem; padding-bottom: 6.5rem; }
  main .wrapper_greeting .wrap .image { position: absolute; top: 10.2rem; right: 0; width: 33.2rem; margin: 0; }
  main .wrapper_greeting .wrap .image img { max-width: 100%; }
  main .wrapper_greeting .wrap .text_greeting { line-height: 1.9; margin-bottom: 3.2rem; font-size: 1.8rem; }
  main .wrapper_greeting .wrap .dr_name { font-size: 1.6rem; } }
main .wrapper_philosophy { position: relative; }
main .wrapper_philosophy::before { content: ""; display: block; background: url(../img/philosophy_bg_photo.jpg) no-repeat right center/auto 100%; position: absolute; left: 0; top: 8.5rem; width: 19rem; height: 18rem; }
main .wrapper_philosophy .wrap { position: relative; }
main .wrapper_philosophy .wrap .image { margin-bottom: 1.4rem; text-align: center; }
main .wrapper_philosophy .wrap .image img { max-width: 80%; border-radius: 1rem; }
main .wrapper_philosophy .wrap .list_philosophy { margin: 0; padding-left: 1.1em; }
main .wrapper_philosophy .wrap .list_philosophy > li { margin-top: 1.0rem; position: relative; }
main .wrapper_philosophy .wrap .list_philosophy > li::before { content: ''; width: .8em; height: .8em; background: #0074C0; border-radius: 50%; position: absolute; left: -1.1em; top: .3em; }
main .wrapper_philosophy .wrap .list_philosophy > li:first-child { margin-top: 0; }
@media screen and (min-width: 48em), print { main .wrapper_philosophy::before { left: auto; right: calc(50% + 32.6rem); top: auto; bottom: 9.4rem; width: calc(50% - 32.6rem); height: 44.7rem; background-size: 68.4rem auto; }
  main .wrapper_philosophy .wrap { padding-left: 38.8rem; position: relative; padding-top: 11rem; padding-bottom: 29rem; }
  main .wrapper_philosophy .wrap .image { position: absolute; top: 9.2rem; left: 0; width: 33.2rem; margin: 0; }
  main .wrapper_philosophy .wrap .image img { max-width: 100%; }
  main .wrapper_philosophy .wrap .list_philosophy > li { font-size: 1.8rem; line-height: 1.55; margin-top: 2rem; } }
main .wrapper_feature { background: url(../img/feature_bg.jpg) no-repeat center center/cover; }
main .wrapper_feature .wrap .tit_02_index { font-size: 1.035rem; color: #003476; }
main .wrapper_feature .wrap .tit_02_index .tit_02_index_content .tit_en { color: #fff; }
main .wrapper_feature .wrap .list_feature > li { margin-top: 3rem; position: relative; padding-top: 3.8rem; }
main .wrapper_feature .wrap .list_feature > li:first-child { margin-top: 0; }
main .wrapper_feature .wrap .list_feature > li::before { content: ""; background: url(../img/feature_image_01.jpg) no-repeat center center/cover; display: block; width: 100%; height: 14rem; border-radius: 1rem; overflow: hidden; margin-bottom: 1.3rem; }
main .wrapper_feature .wrap .list_feature > li::after { content: ""; display: block; width: 80%; height: .1rem; background: #fff; position: absolute; top: 2.6rem; left: 0; }
main .wrapper_feature .wrap .list_feature > li .count { font-family: 'Saira Semi Condensed', sans-serif; font-weight: 300; font-size: 1.3rem; letter-spacing: .02em; line-height: 1; position: absolute; top: -.4em; right: 0; color: #fff; }
main .wrapper_feature .wrap .list_feature > li .count .num { font-size: 286%; line-height: 1; padding-left: .05em; }
main .wrapper_feature .wrap .list_feature > li .catch { color: #003476; font-size: 1.7rem; margin-bottom: 1rem; line-height: 1.25; letter-spacing: .02em; font-weight: bold; }
main .wrapper_feature .wrap .list_feature > li .text { margin: 0; line-height: 1.5; }
main .wrapper_feature .wrap .list_feature > li:nth-child(2)::before { content: ""; background: url(../img/feature_image_02.jpg) no-repeat center center/cover; }
main .wrapper_feature .wrap .list_feature > li:nth-child(3)::before { content: ""; background: url(../img/feature_image_03.jpg) no-repeat center center/cover; }
main .wrapper_feature .wrap .list_feature > li:nth-child(4)::before { content: ""; background: url(../img/feature_image_04.jpg) no-repeat center center/cover; }
main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::after { left: auto; right: 0; }
main .wrapper_feature .wrap .list_feature > li:nth-child(2n) .count { left: 0; right: auto; }
@media screen and (min-width: 48em), print { main .wrapper_feature .wrap .tit_02_index { font-size: 2rem; margin-bottom: 7rem; }
  main .wrapper_feature .wrap .list_feature > li { margin-top: 8.5rem; padding-top: 4.5rem; padding-left: calc(50% + 2.5rem); padding-right: 2.5rem; min-height: 24rem; }
  main .wrapper_feature .wrap .list_feature > li::before { position: absolute; left: 2.5rem; top: 0; width: 50.5rem; height: 24rem; }
  main .wrapper_feature .wrap .list_feature > li::after { height: .3rem; width: 37.6rem; bottom: 0; left: calc(50% + 2.5rem); top: auto; right: auto; }
  main .wrapper_feature .wrap .list_feature > li .count { font-size: 3rem; top: auto; bottom: -.5em; right: 2.5rem; }
  main .wrapper_feature .wrap .list_feature > li .catch { font-size: 2.7rem; }
  main .wrapper_feature .wrap .list_feature > li .text { font-size: 1.6rem; line-height: 1.625; }
  main .wrapper_feature .wrap .list_feature > li:nth-child(4) { padding-top: 1.5rem; }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) { padding-right: calc(50% + 2.5rem); padding-left: 2.5rem; }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::before { left: auto; right: 2.5rem; }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::after { left: auto; right: calc(50% + 2.5rem); }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) .count { left: 0; right: auto; } }
main .index_slide { margin-top: 3rem; margin-bottom: 4rem; width: 100%; overflow: hidden; /* スライドの動き等速 */ /* 画像のサイズ調整 */ }
main .index_slide .swiper-wrapper { transition-timing-function: linear; }
main .index_slide .swiper-slide img { height: auto; width: 100%; }
@media screen and (min-width: 48em), print { main .index_slide { margin-top: 6rem; margin-bottom: 13rem; } }

body:not(.index) .main > .wrap:first-child { padding-top: 3rem; }

@media screen and (min-width: 48em), print { body:not(.index) .main > .wrap:first-child { padding-top: 5rem; }
  .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
#clinicslide img, #clinicslide p { display: none; }

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

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

.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .device { display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; } }
.bnr_recruit { padding: 1rem; border: 1px solid #fba530; color: #fff; background: #fba530 url(../img/rehabilitation_image_02.jpg) no-repeat right -7vw center/contain; }
.bnr_recruit dt { font-size: 1.6rem; font-weight: bold; }
.bnr_recruit dd { margin: 0.2em 0 0; font-size: 1.2rem; }

@media screen and (min-width: 48em), print { .bnr_recruit { margin: 5rem auto 0; padding: 2rem 0 2rem 18.3rem; width: 50rem; text-align: center; background: #fba530 url(../img/rehabilitation_image_02.jpg) no-repeat left center/contain; }
  .bnr_recruit dt { font-size: 2.4rem; }
  .bnr_recruit dd { font-size: 1.6rem; } }
body.index .bread_list { display: none !important; }

.bread_list { display: flex; flex-wrap: wrap; margin: 1rem; }
.bread_list > li { display: inline-block; }
.bread_list > li:not(:first-child)::before { content: "＞"; padding: 0 .5em; }

@media screen and (min-width: 48em), print { .bread_list { margin: 2rem auto 0; font-size: 1.4rem; width: 1100px; }
  .bread_list > li:not(:first-child)::before { content: "＞"; } }

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