@charset "UTF-8";
*: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 {
  -webkit-box-sizing: border-box;
          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]) {
  -webkit-text-decoration-skip: ink;
          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;
}

html {
  -webkit-text-size-adjust: 100%;
}

h5, h6 {
  margin: 0;
}

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

p {
  margin: 0 0 1em;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  max-width: 100%;
  height: 100%;
  border: none;
}

em, i {
  font-style: normal;
}

a[href=""], .nolink {
  pointer-events: none;
}

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  clear: both;
  display: block;
  content: "";
}

.l-cf {
  display: flow-root;
}

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

.img_c {
  margin: 0 auto 1.2rem;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.2rem;
}
.img_l.mb0, .img_r.mb0 {
  margin-bottom: 1.2rem;
}

.img_l, .img_r, .img_c {
  border-radius: 1rem;
}

@media screen and (min-width: 48em), print {
  .img_c {
    margin: 0 auto 20px;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 0 35px 20px 0;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 0 0 20px 35px;
  }
  .img_l, .img_r, .img_c {
    border-radius: 20px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

article + article {
  margin-top: 4rem;
}
article > section ~ section {
  margin-top: 3.8rem;
}
article > section > section {
  margin-top: 3.2rem;
}
article > section > section > section {
  margin-top: 2.6rem;
}
article > section > section > section > section {
  margin-top: 2.2rem;
}
article h2 + section, article h3 + section {
  margin-top: 1.5rem !important;
}

@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
  article + article {
    margin-top: 80px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section > section {
    margin-top: 60px;
  }
  article > section > section > section {
    margin-top: 40px;
  }
  article > section > section > section > section {
    margin-top: 30px;
  }
}
.tit_01 {
  font-size: 2.2rem;
}

.tit_02, .greeting_tit, .feature_tit, .trouble_tit, .medical_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem 0.5em;
  margin: 0 0 2.5rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
}
.tit_02::before, .greeting_tit::before, .feature_tit::before, .trouble_tit::before, .medical_tit::before, .tit_02::after, .greeting_tit::after, .feature_tit::after, .trouble_tit::after, .medical_tit::after {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.2em;
  height: 1.1em;
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.tit_02::before, .greeting_tit::before, .feature_tit::before, .trouble_tit::before, .medical_tit::before {
  background-image: url(../img/tit_02_left.svg);
}
.tit_02::after, .greeting_tit::after, .feature_tit::after, .trouble_tit::after, .medical_tit::after {
  background-image: url(../img/tit_02_right.svg);
}

.tit_03 {
  margin: 0 0 2rem;
  padding: 0.3em;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  background: #81c451;
  border-radius: 0.4rem;
}
.tit_03::before {
  float: left;
  display: block;
  width: 3em;
  height: 2.2em;
  margin-top: -1em;
  content: "";
  background-image: url(../img/tit_03.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.tit_03::after {
  clear: both;
  display: block;
  content: "";
}

.tit_04 {
  margin: 0 0 1.4rem;
  padding: 0 0 0.4em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  border-left: 2px dotted #5dab24;
  border-bottom: 2px dotted #5dab24;
  border-radius: 0 0 0 0.5rem;
}
.tit_04::before {
  position: relative;
  top: -0.4em;
  float: left;
  display: block;
  width: 2.6em;
  height: 1.4em;
  content: "";
  background-image: url(../img/tit_04.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.tit_05 {
  margin: 0 0 1.2rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
.tit_05::after {
  display: block;
  width: 1.5em;
  height: 0.5rem;
  border-bottom: 2px solid #5dab24;
  content: "";
}

.tit_06 {
  margin: 0 0 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fbb800;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02, .greeting_tit, .feature_tit, .trouble_tit, .medical_tit {
    gap: 8px 0.8em;
    margin: 0 0 35px;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
  .tit_02::before, .greeting_tit::before, .feature_tit::before, .trouble_tit::before, .medical_tit::before, .tit_02::after, .greeting_tit::after, .feature_tit::after, .trouble_tit::after, .medical_tit::after {
    width: 36px;
    height: 33px;
  }
  .tit_03 {
    margin: 0 0 20px;
    padding: 11px;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    border-radius: 5px;
  }
  .tit_03::before {
    top: -25px;
    width: 74px;
    height: 59px;
    margin-right: 8px;
  }
  .tit_04 {
    margin: 0 0 18px;
    padding: 0 0 10px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    border-radius: 0 0 0 5px;
  }
  .tit_04::before {
    top: -5px;
    width: 64px;
    height: 34px;
  }
  .tit_05 {
    margin: 0 0 16px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .tit_05::after {
    height: 10px;
    border-bottom-width: 3px;
  }
  .tit_06 {
    margin: 0 0 14px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.lst_ul > li {
  padding-left: 1.4em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1.2em;
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e81a';
  color: #fbb800;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li.none {
  padding-left: 0;
}
.lst_ul > li.none::before {
  display: none;
}

.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.dl_flow dt {
  padding: 0.8rem 1.3rem 0.4rem;
  font-size: 1.6rem;
  color: #5dab24;
  background: #fafee8;
  border-width: 1px 1px 0 1px;
  border-style: dotted;
  border-color: #b6da8f;
  border-radius: 0.5rem 0.5rem 0 0;
}
.dl_flow dd {
  position: relative;
  padding: 0.6rem 1.3rem 1rem;
  border-width: 0 1px 1px 1px;
  border-style: dotted;
  border-color: #b6da8f;
  border-radius: 0 0 0.5rem 0.5rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.8rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 1.7rem 0 1.7rem;
  border-color: #78c242 transparent transparent transparent;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 8px 24px;
    font-size: 2.2rem;
    border-style: solid;
    border-radius: 10px 10px 0 0;
  }
  .dl_flow dd {
    padding: 12px 24px 20px;
    border-style: solid;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 60px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -40px;
    border-width: 20px 30px 0 30px;
  }
}

.tbl_data {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_data caption {
  text-align: left;
}
.tbl_data th, .tbl_data td {
  padding: 0.5rem;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .tbl_data th, .tbl_data td {
    padding: 15px 20px;
  }
}

.tbl_data {
  background: #feefcb;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.tbl_data thead {
  color: #fff;
  background: #fbb800;
}
.tbl_data thead th {
  border-left: 1px solid #e6b736;
}
.tbl_data thead th:first-child {
  border-radius: 10px 0 0 0;
  border-left: none;
}
.tbl_data thead th:last-child {
  border-radius: 0 10px 0 0;
}
.tbl_data tbody th {
  border-top: 1px solid #e6b736;
}
.tbl_data tbody td {
  border-top: 1px solid #e6b736;
  border-left: 1px solid #e6b736;
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}

.box_disease, .box_symptoms {
  margin: 1em 0;
  padding: 1.3rem;
  border-radius: 0.5rem;
}
.box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
.box_disease ul, .box_symptoms ul, .box_disease ol, .box_symptoms ol {
  margin: 0;
}
.box_disease li:not(:first-child), .box_symptoms li:not(:first-child) {
  margin-top: 0.5em;
}
@media screen and (min-width: 48em), print {
  .box_disease, .box_symptoms {
    padding: 32px 25px;
    border-radius: 10px;
  }
}

.l-cf .box_disease, .l-cf .box_symptoms {
  display: flow-root;
}

.box_symptoms {
  background: #fafee8;
}

.box_disease {
  background: #fffbde;
}

.btn_def, .btn_detail, .btn_back, .btn_more {
  display: inline-block;
  padding: 0.6em 1em;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  border-radius: 2em;
}
@media screen and (min-width: 48em), print {
  .btn_def, .btn_detail, .btn_back, .btn_more {
    padding: 0.72em 1.8em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn_more {
  color: #fff;
  background: #6bb833;
}
.btn_more::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media screen and (min-width: 48em), print {
  .btn_more {
    padding: 1.1em 1.8em;
    letter-spacing: 0.1em;
  }
  .btn_more:hover {
    color: #fff;
    background: #5dab24;
  }
}

.btn_detail, .btn_back {
  color: #fff;
  background: #6bb833;
}
.btn_detail::after, .btn_back::after {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    color: #fff;
    background: #5dab24;
  }
}

.btn_def {
  color: #6bb833;
  background: #fff;
  border: 1px solid #6bb833;
}
.btn_def::after {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media screen and (min-width: 48em), print {
  .btn_def {
    padding: 0.6em 1.5em;
    border-width: 2px;
  }
  .btn_def:hover {
    color: #6bb833;
    background: #edf9e1;
  }
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(.main) :where(a) {
  color: #5dab24;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.main) :where(a) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  :where(.main) :where(a):hover {
    color: #6bb833;
    text-decoration: none;
  }
}

.lnk_ref::after {
  content: "≫";
}

.lnk_rsv {
  color: #fbb800;
  text-underline-offset: 0.2em;
}
.lnk_rsv:hover {
  color: #fba300;
}

em, .em {
  font-weight: bold;
}

.marker {
  padding-left: 1em;
  text-indent: -1em;
}
.marker > * {
  text-indent: 0;
}
span.marker {
  display: inline-block;
}

.clr-notice {
  color: #fe0909;
}

.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}

.phone {
  letter-spacing: 0.1em;
  line-height: 1;
}
.phone a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.1em;
     -moz-column-gap: 0.1em;
          column-gap: 0.1em;
  padding: 0.3em 0.8em 0.38em 0.6em;
  color: #fff;
  background: #78c242;
  border-radius: 2em;
}
.phone a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e811';
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
}
@media screen and (min-width: 48em), print {
  .phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.3em 0.5em 0.38em;
    color: #fff;
    background: #78c242;
    border-radius: 2em;
  }
  .phone::before {
    font-family: "fontello";
    font-weight: normal;
    content: '\e811';
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
  }
  .phone a {
    display: inline;
    padding: 0;
    color: inherit;
    background: inherit;
  }
  .phone a::before {
    display: none;
  }
}

.rsv a,
.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.2em;
     -moz-column-gap: 0.2em;
          column-gap: 0.2em;
  color: #fff;
  background: #fbb800;
}
.rsv a::before,
.btn_rsv::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e81b';
  font-size: 112.5%;
}
@media screen and (min-width: 48em), print {
  .rsv a,
  .btn_rsv {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .rsv a::before,
  .btn_rsv::before {
    font-size: 125%;
    line-height: 1;
  }
  .rsv a:hover,
  .btn_rsv:hover {
    color: #fff;
    background: #fba300;
  }
}

.timetable {
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4em;
  margin-left: 0.2em;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.timetable thead th {
  width: 9.5%;
  padding: 0.75em 0;
  font-weight: normal;
  color: #fff;
  background: #fbb800;
}
.timetable thead th:first-child {
  width: 31%;
  border-radius: 0.5rem 0 0 0;
}
.timetable thead th:last-child {
  width: 11%;
  border-radius: 0 0.5rem 0 0;
}
.timetable tbody tr {
  background: #feefcb;
  border-top: 1px solid #fff;
}
.timetable tbody tr:last-of-type th {
  border-radius: 0 0 0 0.5rem;
}
.timetable tbody tr:last-of-type td:last-child {
  border-radius: 0 0 0.5rem 0;
}
.timetable tbody tr th {
  padding: 0.75em 0;
  font-weight: 400;
  border-top: 1px solid #fff;
}
.timetable tbody tr td {
  text-align: center;
  padding: 0.75rem 0;
  color: #fbb800;
  border-top: 1px solid #fff;
}
.timetable tbody tr td.close {
  color: #6d5a5a;
}

@media screen and (min-width: 48em), print {
  .timetable {
    table-layout: fixed;
  }
  .timetable caption {
    margin-top: 0.75em;
    letter-spacing: 0.1em;
  }
  .timetable thead th {
    width: 10.5%;
    letter-spacing: 0.1em;
  }
  .timetable thead th:first-child {
    width: 26%;
    border-radius: 10px 0 0 0;
  }
  .timetable thead th:last-child {
    width: 11%;
    border-radius: 0 10px 0 0;
  }
  .timetable tbody tr:last-of-type th {
    border-radius: 0 0 0 10px;
  }
  .timetable tbody tr:last-of-type td:last-child {
    border-radius: 0 0 10px 0;
  }
  .timetable tbody tr th {
    font-weight: inherit;
    letter-spacing: 0.1em;
  }
}
.gmap, .overview_gmap {
  width: 100%;
}
.gmap iframe, .overview_gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

html {
  font-size: 3.125vw;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}

body {
  color: #6d5a5a;
  background: #edf9e1;
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main {
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
  }
}
#global_header {
  position: relative;
  min-height: 20rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(5.5rem, rgba(255, 255, 255, 0.7)), color-stop(8.5rem, rgba(255, 255, 255, 0.8)), color-stop(13.5rem, rgba(255, 255, 255, 0))), url(../img/header_bg.webp);
  background-image: linear-gradient(white, rgba(255, 255, 255, 0.7) 5.5rem, rgba(255, 255, 255, 0.8) 8.5rem, rgba(255, 255, 255, 0) 13.5rem), url(../img/header_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#global_header::after {
  position: absolute;
  bottom: -3.6rem;
  left: 55%;
  z-index: 1;
  display: block;
  width: 40vw;
  height: 7.8rem;
  background-image: url(../img/header_foot_hana_sp.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  content: "";
}
body#page_index #global_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  min-height: 13.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(5.5rem, rgba(255, 255, 255, 0.7)), color-stop(8.5rem, rgba(255, 255, 255, 0.8)), color-stop(13.5rem, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(white, rgba(255, 255, 255, 0.7) 5.5rem, rgba(255, 255, 255, 0.8) 8.5rem, rgba(255, 255, 255, 0) 13.5rem);
}
body#page_index #global_header::after {
  display: none;
}
#global_header .wrap {
  padding: 1rem 0.8rem;
}
#global_header .wrap .logo {
  width: 85%;
  height: 3.6rem;
}
#global_header .wrap .logo a {
  display: block;
}
#global_header .wrap .logo a img {
  height: 3.6rem;
}
#global_header .wrap .clinic_contact .acs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
#global_header .wrap .clinic_contact .acs li::before {
  display: inline-block;
  margin-right: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e81a';
  color: #f7b400;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#global_header .wrap .clinic_contact .acs li br {
  display: none;
}
#global_header .wrap .clinic_contact .acs li em {
  padding: 0 0.2rem;
  font-weight: 500;
  font-size: 125%;
  line-height: 1;
  color: #6bb833;
}
@media screen and (max-width: 47.99em) {
  body:not(#page_index) #global_header .wrap .clinic_contact .acs {
    display: none;
  }
}
#global_header .wrap .clinic_contact .phone {
  display: block;
  margin: 0.6rem 1rem 0;
  font-size: 2rem;
}
#global_header .wrap .clinic_contact .phone a {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  #global_header {
    height: 670px;
    background-image: linear-gradient(white, rgba(255, 255, 255, 0.7) 116px, rgba(255, 255, 255, 0.8) 190px, rgba(255, 255, 255, 0) 303px), url(../img/header_bg.webp);
  }
  #global_header::after {
    bottom: 22px;
    left: calc(50% - 590px);
    width: 680px;
    height: 246px;
    background-image: url(../img/header_foot_hana.webp);
    background-position: left bottom;
    background-size: contain;
  }
  body#page_index #global_header {
    height: 303px;
    background-image: linear-gradient(white, rgba(255, 255, 255, 0.7) 116px, rgba(255, 255, 255, 0.8) 190px, rgba(255, 255, 255, 0) 303px);
  }
  #global_header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 10px;
  }
  #global_header .wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 616px;
    height: 70px;
  }
  #global_header .wrap .logo a img {
    height: 72px;
  }
  #global_header .wrap .clinic_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  #global_header .wrap .clinic_contact .acs {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  #global_header .wrap .clinic_contact .acs em {
    padding: 0;
  }
  #global_header .wrap .clinic_contact .phone {
    margin: 0;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 48em) and (pointer: coarse), print and (pointer: coarse) {
  .wrap .clinic_contact {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .wrap .clinic_contact .acs,
  .wrap .clinic_contact .phone {
    letter-spacing: 0;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 48em), print {
  .js-menu_box {
    position: absolute;
    top: 78px;
    left: -137px;
  }
  .js-pc_sticky {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
}
#global_nav {
  width: 100%;
}
#global_nav #sp_btn {
  position: absolute;
  top: 1rem;
  right: 0.8rem;
  z-index: 5;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #fff;
  background: #78c242;
  border: none;
  border-radius: 0.5rem;
}
#global_nav #sp_btn::before {
  display: block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e802';
  font-size: 3.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#global_nav #sp_btn.close::before {
  content: "\e806";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#global_nav #sp_btn span {
  display: none;
}
#global_nav .gnav {
  position: absolute;
  top: 5rem;
  left: 3vw;
  overflow-y: auto;
  width: 94vw;
  max-height: 75vh;
  padding: 0 1rem 0.5rem;
  font-size: 1.3rem;
  color: #333;
  background: #fff;
  border-radius: 0.5rem;
}
#global_nav .gnav > li {
  border-bottom: 1px dotted #5e9a32;
}
#global_nav .gnav > li:first-child {
  border-top: 1px dotted #5e9a32;
}
#global_nav .gnav > li a {
  display: block;
  padding: 1rem;
}
#global_nav .gnav > li .sub_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1rem;
  color: #333;
  background: transparent;
  border: 0 none;
  cursor: pointer;
}
#global_nav .gnav > li .sub_btn::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\e809';
  color: #78c242;
}
#global_nav .gnav > li .sub_btn.close::after {
  content: "\e80b";
}
#global_nav .gnav > li .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  background: #edf9e1;
}
#global_nav .gnav > li .subnav li {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#global_nav .gnav > li .subnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
}
#global_nav .gnav > li .subnav li a::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  color: #78c242;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    position: relative;
    top: 0;
    left: 0;
    overflow-y: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    background: transparent;
    border-radius: 0;
  }
  #global_nav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-bottom: none;
    border-right: 1px dotted #5e9a32;
    padding: 0 8px;
  }
  #global_nav .gnav > li:first-child {
    border-top: none;
    border-left: 1px dotted #5e9a32;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li .sub_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 70px;
    padding: 0;
    line-height: 1.75;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li .sub_btn::before {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 40px auto;
    content: "";
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li .sub_btn::after {
    margin-left: 5px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li > a.close, #global_nav .gnav > li > a:hover, #global_nav .gnav > li .sub_btn.close, #global_nav .gnav > li .sub_btn:hover {
    background: rgba(164, 216, 126, 0.3);
  }
  #global_nav .gnav > li .a_home::before {
    background-image: url(../img/nav_home.svg);
  }
  #global_nav .gnav > li .a_medical::before {
    background-image: url(../img/nav_medical.svg);
  }
  #global_nav .gnav > li .a_first::before {
    background-image: url(../img/nav_first.svg);
  }
  #global_nav .gnav > li .a_clinic::before {
    background-image: url(../img/nav_clinic.svg);
  }
  #global_nav .gnav > li .a_access::before {
    background-image: url(../img/nav_access.svg);
  }
  #global_nav .gnav > li .a_qa::before {
    background-image: url(../img/nav_qa.svg);
  }
  #global_nav .gnav > li .a_blog::before {
    background-image: url(../img/nav_blog.svg);
  }
  #global_nav .gnav > li .subnav {
    gap: 4px 2%;
    width: 410px;
    padding: 10px 15px;
    -webkit-filter: drop-shadow(0 10px 20px rgba(51, 51, 51, 0.05));
            filter: drop-shadow(0 10px 20px rgba(51, 51, 51, 0.05));
    border-radius: 10px;
  }
  #global_nav .gnav > li .subnav li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 49%;
    text-align: left;
  }
  #global_nav .gnav > li .subnav li a {
    padding: 5px 10px;
    border-radius: 1.75em;
  }
  #global_nav .gnav > li .subnav li a::before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #global_nav .gnav > li .subnav li a:hover {
    color: #fff;
    background: #78c242;
  }
  #global_nav .gnav > li .subnav li a:hover::before {
    color: #fff;
  }
  #global_nav.is_sticky {
    width: 100%;
    padding: 10px 0 20px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 3px 7px rgba(180, 210, 158, 0.2);
            box-shadow: 0 3px 7px rgba(180, 210, 158, 0.2);
  }
}
@media print {
  #global_nav.is_sticky {
    position: static !important;
    padding: 0 !important;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
:target::before {
  content: "";
  display: block;
  height: 2rem;
  margin: -2rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 120px;
    margin: -120px 0 0;
  }
}

.js-floating {
  display: none;
}
@media screen and (min-width: 48em), print {
  .js-floating {
    position: fixed;
    top: 280px;
    right: 0;
    z-index: 1;
  }
  .js-floating.is_fixed {
    top: 120px;
  }
}
@media print {
  .js-floating.is_fixed {
    top: 120px !important;
  }
}

@media screen and (min-width: 48em), print {
  #fixed_bar {
    display: block;
    width: 60px;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  #fixed_bar .btn_rsv {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 60px;
    height: 175px;
    padding: 16px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    border-radius: 20px 0 0 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #fixed_bar .btn_rsv::before {
    font-size: 2.6rem;
  }
}

.container {
  position: relative;
  margin-top: -2rem;
  padding-top: 1.5rem;
  background-image: url(../img/main_bg_left.webp), url(../img/main_bg_right.webp), url(../img/main_bg_head.svg), -webkit-gradient(linear, left top, left bottom, color-stop(2.4rem, transparent), color-stop(2.4rem, #edf9e1));
  background-image: url(../img/main_bg_left.webp), url(../img/main_bg_right.webp), url(../img/main_bg_head.svg), linear-gradient(transparent 2.4rem, #edf9e1 2.4rem);
  background-repeat: no-repeat;
  background-position: left -1rem top 0.8rem, right -1rem top 1.3rem, center top, left top;
  background-size: 32vw auto, 32vw auto, 100% 2.5rem, auto;
}
.container .main {
  margin: 0 1rem;
  padding: 2rem 1.3rem;
  background: #fff;
  border-radius: 1rem;
}

@media screen and (min-width: 48em), print {
  .container {
    margin-top: -130px;
    padding-top: 130px;
    background-image: url(../img/main_bg_left.webp), url(../img/main_bg_right.webp), url(../img/main_bg_head.svg), linear-gradient(transparent 125px, #edf9e1 125px);
    background-position: left calc(50% - 765px) top 42px, right calc(50% - 759px) top 58px, center top, left top;
    background-size: auto, auto, 2000px 130px, auto;
  }
  .container .main {
    width: 1180px;
    margin: 0 auto;
    padding: 48px 90px 60px;
    border-radius: 20px;
  }
  .container .main article {
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}
@media screen and (min-width: 2001px) {
  .container {
    background-position: left -40px top 40px, right -40px top 64px, center top, left top;
    background-size: auto, auto, 100% 130px, auto;
  }
}
.overview {
  padding: 1rem 1rem 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.overview_col {
  padding: 2rem 1.3rem;
  background: #fff;
  border-radius: 1rem;
}
.overview_col p {
  margin-bottom: 0;
}
.overview_col .clinic_name {
  margin: 0 0.5rem;
}
.overview_col .clinic_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1.3rem;
}
.overview_col .clinic_contact .adr {
  width: 100%;
  padding: 0.8rem 1rem 1rem;
  background: #f9f9f9;
  border-radius: 0.3rem;
}
.overview_col .clinic_contact .adr p::before {
  margin-right: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80d';
  color: #78c242;
}
.overview_col .clinic_contact .adr p.marker {
  font-size: 1.2rem;
}
.overview_col .clinic_contact .adr p.marker::before {
  display: none;
}
.overview_col .clinic_contact .adr p.marker mark {
  color: #fe0909;
  background: transparent;
  border-bottom: 1px solid currentColor;
}
.overview_col .clinic_contact .phone {
  font-size: 1.5rem;
}
.overview_col .clinic_contact .fax {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #333;
  background: transparent;
}
.overview_col .clinic_contact .fax::before {
  font-size: 67%;
  color: #78c242;
  content: "Fax : ";
  letter-spacing: 0.05em;
}
.overview_col .clinic_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1rem;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.overview_col .clinic_outline dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6em;
  padding: 0.3em 0;
  color: #577840;
  background: #def1ca;
  border-radius: 0.3rem;
}
.overview_col .clinic_outline dd {
  width: calc(100% - 7em);
  padding: 0.3em 0;
}
.overview_col .clinic_outline dd .acs li {
  padding-left: 1em;
  line-height: 1.3;
}
.overview_col .clinic_outline dd .acs li::before {
  display: inline-block;
  margin-left: -1.1em;
  margin-right: 0.1em;
  content: "■";
  color: #78c242;
}
.overview_col .clinic_outline dd .acs li:not(:first-child) {
  margin-top: 0.3em;
}
.overview_col .clinic_outline dd .acs li em {
  padding: 0 0.15em;
  font-weight: 500;
  font-size: 125%;
  color: #5dab24;
}
.overview_col .timetable {
  width: 100%;
  margin-top: 1.5rem;
}
.overview_maps > dl {
  margin-top: 1.8rem;
}
.overview_maps > dl dt {
  margin-bottom: 0.6rem;
  padding: 0.3rem 0;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 0.3rem;
}
.overview_maps > dl dd {
  background: #fff;
}
.overview_maps .clinic_map dt {
  background: #78c242;
}
.overview_maps .clinic_map dd {
  overflow: hidden;
  border-radius: 1rem;
}
.overview_maps .clinic_photo dt {
  background: #fbb800;
}
.overview_maps .clinic_photo dd {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
.overview_gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 16px 0 52px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .overview_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 26px;
    width: 1180px;
    margin: 0 auto;
    padding: 31px 88px 35px 37px;
    border-radius: 20px;
  }
  .overview_col .clinic_name {
    width: 100%;
  }
  .overview_col .clinic_name img {
    max-width: 612px;
    margin: 0 auto;
  }
  .overview_col .clinic_contact {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    margin: 0 auto;
  }
  .overview_col .clinic_contact .adr {
    width: auto;
    padding: 0 10px;
    background: transparent;
    border-radius: 0;
  }
  .overview_col .clinic_contact .adr p {
    text-align: center;
  }
  .overview_col .clinic_contact .adr p.marker {
    font-size: inherit;
    line-height: 2;
  }
  .overview_col .clinic_contact .phone {
    width: 278px;
    font-size: 2.8rem;
  }
  .overview_col .clinic_contact .fax {
    font-size: 2.4rem;
  }
  .overview_col .clinic_contact .fax::before {
    letter-spacing: 0.1em;
  }
  .overview_col .clinic_outline {
    width: 520px;
    gap: 9px 20px;
    margin-top: 0;
    font-size: inherit;
  }
  .overview_col .clinic_outline dt {
    width: 95px;
    padding: 8px 0;
    border-radius: 5px;
  }
  .overview_col .clinic_outline dd {
    width: 405px;
    padding: 8px 0;
  }
  .overview_col .clinic_outline dd .acs {
    margin: -8px 0;
  }
  .overview_col .timetable {
    width: 520px;
    margin-top: 0;
  }
  .overview_maps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1180px;
    margin: 32px auto 0;
  }
  .overview_maps > dl {
    margin-top: 0;
    width: 570px;
  }
  .overview_maps > dl dt {
    margin-bottom: 16px;
    padding: 10px 0;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    border-radius: 5px;
  }
  .overview_maps .clinic_map dd {
    border-radius: 20px;
  }
  .overview_maps .clinic_photo dd {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  }
  .overview_gmap {
    height: 480px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1;
  text-align: center;
  background: #fff;
}
#global_footer ul {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  color: #fff;
  background: #78c242;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 24px 0 0;
    font-weight: 500;
    font-size: 1.6rem;
  }
  #global_footer ul {
    display: block;
    width: 610px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.04em;
  }
  #global_footer ul li {
    display: inline-block;
    -webkit-text-size-adjust: none;
    letter-spacing: 0;
  }
  #global_footer ul li:not(:last-child)::after {
    margin: 0 3px;
    content: "|";
  }
  #global_footer ul li a {
    letter-spacing: 0.1em;
  }
  #global_footer ul li a span {
    display: none;
  }
  #global_footer ul li a:hover {
    text-decoration: underline;
  }
  #global_footer ul.gnav .sub {
    display: none;
  }
  #global_footer ul.subnav li {
    margin: 16px 0 0;
  }
  #global_footer ul.subnav li:nth-child(5)::after {
    display: none;
  }
  #global_footer .copyright {
    margin: 22px 0 0;
    padding: 14px 0 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: -5.5rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
    bottom: 0.2rem;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0.1rem;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
  .js-pageup.is_stay {
    bottom: 75px;
    right: 30px;
  }
}

#sp_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  width: calc(100% - 5.6rem);
  padding: 0 0.1rem;
}
#sp_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sp_footer li.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background: #5dab24;
  border-radius: 2rem;
  -webkit-box-shadow: 0 3.6rem 1rem rgba(120, 135, 114, 0.8);
          box-shadow: 0 3.6rem 1rem rgba(120, 135, 114, 0.8);
}
#sp_footer li.phone a {
  padding: 0;
  background: transparent;
}
#sp_footer li.rsv {
  font-size: 1.4rem;
}
#sp_footer li.rsv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.5rem;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 2rem;
  -webkit-box-shadow: 0 3.6rem 1rem rgba(120, 135, 114, 0.8);
          box-shadow: 0 3.6rem 1rem rgba(120, 135, 114, 0.8);
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0;
  line-height: 1;
  text-align: center;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 5.4rem 1rem rgba(120, 135, 114, 0.8);
          box-shadow: 0 5.4rem 1rem rgba(120, 135, 114, 0.8);
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e8a3';
  font-size: 1.3rem;
  line-height: 0.8;
  color: #78c242;
}
#pageup::after {
  width: 5rem;
  height: 4rem;
  background-image: url(../img/icon_pagetop.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 80px;
    height: 70px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #pageup::before {
    font-size: 1.7rem;
  }
  #pageup::after {
    width: 80px;
    height: 36px;
  }
  #pageup span {
    display: block;
    padding-bottom: 6px;
    font-size: 1.4rem;
    line-height: 1;
    color: #685650;
  }
  #pageup:hover {
    -webkit-filter: saturate(2) drop-shadow(0 0 10px #f5ee56);
            filter: saturate(2) drop-shadow(0 0 10px #f5ee56);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeToLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeToLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeBomb {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeBomb {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
body#page_index .container {
  padding-top: 12.5rem;
}
body#page_index .container .main {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}
@media screen and (min-width: 48em), print {
  body#page_index .container {
    padding-top: 130px;
  }
  body#page_index .container .main {
    width: 100%;
  }
}

.medical_tit, .trouble_tit, .feature_tit, .greeting_tit {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.medical_tit i, .trouble_tit i, .feature_tit i, .greeting_tit i {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  width: 100%;
  font-size: 1.2rem;
  color: #f7b400;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .medical_tit i, .trouble_tit i, .feature_tit i, .greeting_tit i {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
}

.js-fade, .js-fades > * {
  opacity: 0;
}

#keyvsl .js-fade.is_active {
  -webkit-animation: fadeIn 1.5s ease-out 0.2s forwards;
          animation: fadeIn 1.5s ease-out 0.2s forwards;
}

.news .js-fade.is_active {
  -webkit-animation: fadeUp 2s ease-out 0.2s forwards;
          animation: fadeUp 2s ease-out 0.2s forwards;
}

.greeting_tit.js-fade.is_active {
  -webkit-animation: fadeIn 1.2s ease-out 0.2s forwards;
          animation: fadeIn 1.2s ease-out 0.2s forwards;
}
.greeting_box.js-fade.is_active, .greeting_aside.js-fade.is_active {
  -webkit-animation: fadeIn 1.8s ease-out 0.6s forwards;
          animation: fadeIn 1.8s ease-out 0.6s forwards;
}

.feature_tit.js-fade.is_active {
  -webkit-animation: fadeIn 1.2s ease-out 0.2s forwards;
          animation: fadeIn 1.2s ease-out 0.2s forwards;
}
.feature_lst .js-fade.is_active {
  -webkit-animation: fadeIn 1.8s ease-out 0.6s forwards;
          animation: fadeIn 1.8s ease-out 0.6s forwards;
}
.feature_btn.js-fade.is_active {
  -webkit-animation: fadeIn 1.2s ease-out 0.2s forwards;
          animation: fadeIn 1.2s ease-out 0.2s forwards;
}

.trouble_tit.js-fade.is_active {
  -webkit-animation: fadeIn 1.2s ease-out 0.2s forwards;
          animation: fadeIn 1.2s ease-out 0.2s forwards;
}
.trouble_box .js-fade.is_active {
  -webkit-animation: fadeIn 1.8s ease-out 0.3s forwards;
          animation: fadeIn 1.8s ease-out 0.3s forwards;
}

.medical_tit.js-fade.is_active {
  -webkit-animation: fadeIn 1.2s ease-out 0.2s forwards;
          animation: fadeIn 1.2s ease-out 0.2s forwards;
}
.medical_lst.js-fades.is_active > * {
  -webkit-animation-name: fadeBomb;
          animation-name: fadeBomb;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#keyvsl {
  width: 100%;
  background-image: url(../img/index/keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
}

.keyvsl {
  position: relative;
}
.keyvsl::before {
  position: absolute;
  z-index: 1;
  display: block;
  background-image: url(../img/header_foot_hana.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}
.keyvsl_inner {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keyvsl_inner .catch {
  margin-bottom: 0;
  padding-top: 0.5em;
  text-shadow: rgba(255, 255, 255, 0.4) 2px 0px 2px, rgba(255, 255, 255, 0.4) 1.75517px 0.958851px 2px, rgba(255, 255, 255, 0.4) 1.0806px 1.68294px 2px, rgba(255, 255, 255, 0.4) 0.141474px 1.99499px 2px, rgba(255, 255, 255, 0.4) -0.832294px 1.81859px 2px, rgba(255, 255, 255, 0.4) -1.60229px 1.19694px 2px, rgba(255, 255, 255, 0.4) -1.97998px 0.28224px 2px, rgba(255, 255, 255, 0.4) -1.87291px -0.701566px 2px, rgba(255, 255, 255, 0.4) -1.30729px -1.5136px 2px, rgba(255, 255, 255, 0.4) -0.421592px -1.95506px 2px, rgba(255, 255, 255, 0.4) 0.567324px -1.91785px 2px, rgba(255, 255, 255, 0.4) 1.41734px -1.41108px 2px, rgba(255, 255, 255, 0.4) 1.92034px -0.558831px 2px;
  background-image: url(../img/index/keyvsl_catch.webp);
  background-repeat: no-repeat;
}
.keyvsl_inner .catch span {
  display: inline-block;
  border-bottom: 1px dotted #6bb833;
}
.keyvsl_inner .catch span b {
  font-weight: 500;
  color: #6bb833;
}

@media screen and (max-width: 47.99em) {
  #keyvsl {
    height: 36rem;
    background-size: cover;
  }
  .keyvsl {
    position: relative;
    padding-top: 16rem;
  }
  .keyvsl::before {
    left: 0;
    bottom: -2rem;
    width: 100%;
    height: 9rem;
  }
  .keyvsl_inner {
    position: absolute;
    left: 0;
    top: 37rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    width: 100%;
    padding: 0 3.5%;
  }
  .keyvsl_inner .catch {
    padding-top: 1em;
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0.12em;
    background-position: center top;
    background-size: 6em auto;
  }
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 940px;
    background-size: auto;
  }
  .keyvsl {
    padding: 190px 0 0;
  }
  .keyvsl::before {
    left: calc(50% - 600px);
    bottom: 20px;
    width: 680px;
    height: 246px;
  }
  .keyvsl_inner {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    padding: 0 10px 180px;
  }
  .keyvsl_inner .catch {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 2.75;
    background-position: 130px top;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-position: center bottom;
    background-size: cover;
  }
}
.js-news dt {
  cursor: pointer;
}

.js-news dd {
  word-wrap: break-word;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  padding: 1.5rem 1rem 3rem;
}
.news > section {
  padding: 1.5rem 0 2rem;
  background: #fff;
  border-radius: 1rem;
}
.news_tit {
  position: relative;
  margin: 0 1.3rem 1.6rem 1rem;
  padding: 1.2rem 2em 0.6rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  background-color: #edf9e1;
  background-image: url(../img/index/news_tit_left.svg), url(../img/index/news_tit_right.svg);
  background-repeat: no-repeat;
  background-position: left 1rem center, right 1rem center;
  background-size: auto 1.4em;
  border-radius: 1rem;
}
.news_tit i {
  display: block;
  font-size: 1.2rem;
  color: #67aa36;
}
.news_tit::after {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 100%;
  height: 100%;
  border: 1px solid #6bb833;
  border-radius: 1rem;
  content: "";
}
.news_box {
  max-height: 18rem;
  padding: 0 1rem;
  overflow-y: auto;
}
.news_box dl {
  padding-bottom: 0.5rem;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", Meiryo, sans-serif;
  border-bottom: 1px dotted #aea3a3;
}
.news_box dl dt {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.news_box dl dt::before {
  margin-right: 0.4rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e818';
  color: #6bb833;
}
.news_box dl dt:not(:first-of-type) {
  margin-top: 0.6rem;
  padding-top: 0.8rem;
  border-top: 1px dotted #aea3a3;
}
.news_box dl dt.is_open::before {
  content: "\e819";
}
.news_box dl dd {
  padding: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 33px 0 50px;
  }
  .news > section {
    width: 1110px;
    margin: 0 auto;
    padding: 40px 55px 50px;
    border-radius: 20px;
  }
  .news_tit {
    margin: 0 7px 45px 0;
    padding: 30px 2em 18px;
    font-size: 3rem;
    letter-spacing: 0.2em;
    background-position: left 40px center, right 40px center;
    background-size: auto 47px;
    border-radius: 20px;
  }
  .news_tit i {
    margin-top: 6px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .news_tit::after {
    top: 7px;
    left: 7px;
    border-radius: 20px;
  }
  .news_box {
    max-height: 400px;
    padding: 0 15px 0 5px;
  }
  .news_box dl {
    padding-bottom: 26px;
    letter-spacing: 0.1em;
  }
  .news_box dl dt {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.8rem;
  }
  .news_box dl dt::before {
    margin-right: 8px;
  }
  .news_box dl dt:not(:first-of-type) {
    margin-top: 26px;
    padding-top: 26px;
  }
  .news_box dl dd {
    padding: 14px 8px 0;
    font-size: 1.6rem;
  }
}
.greeting {
  padding: 4rem 1rem 3rem;
  background-color: #fff;
  background-image: url(../img/index/greeting_bg_head.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 2rem;
}
.greeting_box .photo {
  width: 70vw;
  margin: 0 auto 1.5rem;
  padding-top: 7vw;
  text-align: center;
  background-image: url(../img/index/greeting_flame.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.greeting_box .photo img {
  max-width: 78%;
  margin: 0 auto 8vw;
  border-radius: 50%;
}
.greeting_box .photo figcaption {
  font-size: 1.2rem;
}
.greeting_box .photo figcaption dl dt, .greeting_box .photo figcaption dl dd {
  display: inline-block;
  margin: 0 0.5rem;
}
.greeting_box .txt {
  padding: 1rem 1.5rem 2.5rem;
  font-size: 1.4rem;
  background-image: url(../img/index/greeting_txt_bottom.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 42% auto;
}
.greeting_aside {
  padding: 0 0.5rem;
}
.greeting_aside section {
  margin-top: 3rem;
}
.greeting_aside section .tit_03 {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 78px 0 44px;
    background-image: url(../img/index/greeting_bg_head.svg), url(../img/index/greeting_bg_left.webp), url(../img/index/greeting_bg_right.webp);
    background-repeat: no-repeat;
    background-position: center top, left calc(50% - 743px) top 263px, right calc(50% - 765px) bottom 80px;
    background-size: 2000px 78px, auto, auto;
  }
  .greeting .wrap {
    padding: 0 10px;
  }
  .greeting_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .greeting_box .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 448px;
    margin: 0 auto;
    padding-top: 41px;
  }
  .greeting_box .photo img {
    max-width: 350px;
    margin: 0 auto 60px;
  }
  .greeting_box .photo figcaption {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .greeting_box .photo figcaption dl dt {
    font-size: 2.2rem;
  }
  .greeting_box .photo figcaption dl dd {
    font-size: 2.6rem;
  }
  .greeting_box .txt {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 705px;
    padding: 50px 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2;
    background-position: right 0 bottom 20px;
    background-size: auto;
  }
  .greeting_box .txt p {
    margin-bottom: 2em;
  }
  .greeting_aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding: 0;
  }
  .greeting_aside section {
    width: 570px;
    margin-top: 0;
  }
  .greeting_aside section .tit_03 {
    margin-bottom: 26px;
  }
  .greeting_aside section .lst_ul {
    margin-bottom: 0;
  }
  .greeting_aside section .lst_ul li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 2001px) {
  .greeting {
    background-size: 100% 78px, auto, auto;
  }
}
.feature {
  padding: 5rem 1rem 4rem;
  background-image: url(../img/index/feature_bg_head.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 2rem;
}
.feature_lst {
  counter-reset: fNum 0;
}
.feature_lst section {
  position: relative;
  counter-increment: fNum 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
  margin: 2.5rem 1rem 0;
}
.feature_lst section::after {
  position: absolute;
  top: 0.5rem;
  left: 2rem;
  display: block;
  width: 1.6em;
  height: 1.6em;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4em;
  color: #fff;
  border-radius: 50%;
  content: counter(fNum, decimal-leading-zero);
}
.feature_lst section .tit {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}
.feature_lst section .tit mark {
  color: #6d5a5a;
  background-color: transparent;
}
.feature_lst section .pic {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  width: 75%;
  margin: 0 auto 0.5rem;
}
.feature_lst section .pic img {
  position: relative;
  left: -0.3rem;
  border-radius: 50%;
}
.feature_lst section .pic::after {
  position: absolute;
  top: 0.6rem;
  left: 0.3rem;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}
.feature_lst section .txt {
  margin-bottom: 0;
}
.feature_lst section .txt .btn {
  margin-top: 2rem;
  text-align: center;
}
.feature_lst section .txt .btn a {
  font-size: 1.5rem;
}
.feature_lst section:nth-of-type(1)::after {
  background: rgba(251, 184, 0, 0.8);
}
.feature_lst section:nth-of-type(1) .tit mark {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe16d));
  background-image: linear-gradient(transparent 60%, #ffe16d 60%);
}
.feature_lst section:nth-of-type(1) .pic::after {
  border-color: #fbb800;
}
.feature_lst section:nth-of-type(2)::after {
  background: rgba(107, 184, 51, 0.8);
}
.feature_lst section:nth-of-type(2) .tit mark {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b5df96));
  background-image: linear-gradient(transparent 60%, #b5df96 60%);
}
.feature_lst section:nth-of-type(2) .pic::after {
  border-color: #78c242;
}
.feature_lst section:nth-of-type(3)::after {
  background: rgba(145, 169, 201, 0.8);
}
.feature_lst section:nth-of-type(3) .tit mark {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #beccdc));
  background-image: linear-gradient(transparent 60%, #beccdc 60%);
}
.feature_lst section:nth-of-type(3) .pic::after {
  border-color: #80a9df;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 78px 0 46px;
    background-size: 2000px 78px;
  }
  .feature .wrap {
    padding: 0 10px;
  }
  .feature_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .feature_lst section {
    row-gap: 22px;
    width: 355px;
    margin: 0;
  }
  .feature_lst section::after {
    top: 12px;
    left: 33px;
    width: 66px;
    height: 66px;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    line-height: 66px;
  }
  .feature_lst section .tit {
    font-size: 2.4rem;
    line-height: 1.66;
  }
  .feature_lst section .pic {
    width: 355px;
    margin: 0;
  }
  .feature_lst section .pic img {
    left: 0;
    max-width: 340px;
  }
  .feature_lst section .pic::after {
    top: 7px;
    left: 15px;
    width: 340px;
    height: 340px;
  }
  .feature_lst section .txt {
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  .feature_lst section .txt .btn .btn_more {
    width: 325px;
    font-size: 1.8rem;
    border-radius: 3em;
  }
}
@media screen and (min-width: 2001px) {
  .feature {
    background-size: 100% 78px;
  }
}
.trouble {
  padding: 5rem 1rem 3rem;
  background-color: #fff;
  background-image: url(../img/index/trouble_bg_head.svg), url(../img/index/trouble_bg_left.webp), url(../img/index/trouble_bg_right.webp);
  background-repeat: no-repeat;
  background-position: center top, left -1.5rem top, right -1.5rem top;
  background-size: 100% 2rem, 30vw auto, 30vw auto;
}
.trouble_box section {
  position: relative;
  margin: 7rem 0.5rem 0;
  padding: 6rem 3rem 2rem;
  background: #fff9e9;
  border-radius: 1rem;
}
.trouble_box section::before {
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 100%;
  height: 11rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}
.trouble_box section .tit {
  display: table;
  margin: 0 auto 0.8em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid #6bb833;
}
.trouble_box section .lst_ul {
  margin-bottom: 0;
}
.trouble_box section .lst_ul .notice {
  text-indent: -1em;
}
.trouble_box section .lst_ul .notice::before {
  display: none;
}
.trouble_box section .note {
  margin-top: 1.5rem;
  background: #fff;
}
.trouble_box section .note dt {
  padding: 0.3rem 1rem;
  text-align: center;
  color: #fff;
  background: #6bb833;
  border-radius: 0.5rem 0.5rem 0 0;
}
.trouble_box section .note dd {
  padding: 0.3rem 1rem 0.4rem;
  font-size: 1.2rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.trouble_box_condition::before {
  background-image: url(../img/index/trouble_condition.webp);
}
.trouble_box_motivation::before {
  background-image: url(../img/index/trouble_motivation.webp);
}
.trouble_box_stress::before {
  background-image: url(../img/index/trouble_stress.webp);
}
.trouble_box_thinking::before {
  background-image: url(../img/index/trouble_thinking.webp);
}
.trouble_box_anxious::before {
  background-image: url(../img/index/trouble_anxious.webp);
}
.trouble_box_other::before {
  background-image: url(../img/index/trouble_other.webp);
}

@media screen and (min-width: 48em), print {
  .trouble {
    padding: 100px 0 46px;
    background-position: center top, left calc(50% - 753px) top 38px, right calc(50% - 753px) top 38px;
    background-size: 2000px 78px, auto, auto;
  }
  .trouble .wrap {
    padding: 0 10px;
  }
  .trouble_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 45px 30px;
    margin-inline: auto;
    width: 950px;
  }
  .trouble_box section {
    width: 460px;
    margin: 151px 0 0;
    padding: 78px 22px 24px;
    border-radius: 20px;
  }
  .trouble_box section::before {
    top: -151px;
    height: 225px;
  }
  .trouble_box section .tit {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .trouble_box section .lst_ul {
    margin-bottom: 22px;
    letter-spacing: 0.1em;
  }
  .trouble_box section .lst_ul li {
    margin-top: 0.5em;
  }
  .trouble_box section .note {
    letter-spacing: 0.05em;
  }
  .trouble_box section .note dt {
    font-size: 1.4rem;
    padding: 6px 0;
  }
  .trouble_box section .note dd {
    padding: 8px 20px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 2001px) {
  .trouble {
    background-position: center top, left 0 top 38px, right 0 top 38px;
    background-size: 100% 78px, auto, auto;
  }
}
.medical {
  padding: 6rem 1rem 7rem;
  background-color: #fff9e9;
  background-image: url(../img/index/medical_bg_head.svg), url(../img/index/medical_bg_foot.svg);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100% 2rem, 120% 5rem;
}
.medical_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.5rem;
}
.medical_lst li {
  width: 45vw;
}
.medical_lst li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
  color: inherit;
  text-decoration: none;
}
.medical_lst li a::before {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33vw;
  height: 33vw;
  margin: 0 6vw;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% auto;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0.5rem 1rem #fbecc6);
          filter: drop-shadow(0 0.5rem 1rem #fbecc6);
  content: "";
}
.medical_lst li a::after {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: -0.8rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  color: #78c242;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.medical_lst li a.md_01::before {
  background-image: url(../img/index/medical_01.svg);
}
.medical_lst li a.md_02::before {
  background-image: url(../img/index/medical_02.svg);
}
.medical_lst li a.md_03::before {
  background-image: url(../img/index/medical_03.svg);
}
.medical_lst li a.md_04::before {
  background-image: url(../img/index/medical_04.svg);
}
.medical_lst li a.md_05::before {
  background-image: url(../img/index/medical_05.svg);
}
.medical_lst li a.md_06::before {
  background-image: url(../img/index/medical_06.svg);
}
.medical_lst li a.md_07::before {
  background-image: url(../img/index/medical_07.svg);
}
.medical_lst li a.md_08::before {
  background-image: url(../img/index/medical_08.svg);
}
.medical_lst li a.md_09::before {
  background-image: url(../img/index/medical_09.svg);
}

@media screen and (min-width: 48em), print {
  .medical {
    padding: 105px 0 195px;
    background-image: url(../img/index/medical_bg_head.svg), url(../img/index/medical_bg_foot.svg), url(../img/index/medical_bg_center.webp), url(../img/index/medical_bg_center.webp);
    background-position: center top, center bottom, left calc(50% - 743px) top 263px, right calc(50% - 765px) bottom 80px;
    background-size: 2000px 78px, 2000px 159px, auto, auto;
  }
  .medical_lst {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 78px 62px;
  }
  .medical_lst li {
    width: 190px;
  }
  .medical_lst li a {
    row-gap: 20px;
    font-size: 2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .medical_lst li a::before {
    width: 160px;
    height: 160px;
    margin: 0 15px;
    background-size: 100px auto;
    -webkit-filter: drop-shadow(0 10px 20px #fbecc6);
            filter: drop-shadow(0 10px 20px #fbecc6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .medical_lst li a::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .medical_lst li a:hover {
    color: #5dab24;
  }
  .medical_lst li a:hover::before {
    -webkit-transform: scale(1.2) translateY(-6px);
            transform: scale(1.2) translateY(-6px);
    -webkit-filter: drop-shadow(0 6px 4px #f6d47d);
            filter: drop-shadow(0 6px 4px #f6d47d);
  }
  .medical_lst li a:hover::after {
    color: #5dab24;
    -webkit-transform: scale(0.6) translateX(6px);
            transform: scale(0.6) translateX(6px);
  }
}
@media screen and (min-width: 2001px) {
  .medical {
    background-size: 100% 78px, 100% 159px, auto, auto;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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;
}

.slick-loading .slick-list {
  background: #fff url("./../js/slick/image/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../js/slick/image/fonts/slick.eot");
  src: url("../js/slick/image/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/image/fonts/slick.woff") format("woff"), url("../js/slick/image/fonts/slick.ttf") format("truetype"), url("../js/slick/image/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2.5rem;
  width: 2.4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.4rem;
  line-height: 1;
  color: white;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-prev {
  left: 3px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 3px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 3px;
}
[dir=rtl] .slick-next {
  left: 3px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  padding: 0 1rem 2rem;
  text-align: center;
}
.heading h1 {
  display: inline-block;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #55a11d;
  text-shadow: rgba(255, 255, 255, 0.4) 2px 0px 2px, rgba(255, 255, 255, 0.4) 1.75517px 0.958851px 2px, rgba(255, 255, 255, 0.4) 1.0806px 1.68294px 2px, rgba(255, 255, 255, 0.4) 0.141474px 1.99499px 2px, rgba(255, 255, 255, 0.4) -0.832294px 1.81859px 2px, rgba(255, 255, 255, 0.4) -1.60229px 1.19694px 2px, rgba(255, 255, 255, 0.4) -1.97998px 0.28224px 2px, rgba(255, 255, 255, 0.4) -1.87291px -0.701566px 2px, rgba(255, 255, 255, 0.4) -1.30729px -1.5136px 2px, rgba(255, 255, 255, 0.4) -0.421592px -1.95506px 2px, rgba(255, 255, 255, 0.4) 0.567324px -1.91785px 2px, rgba(255, 255, 255, 0.4) 1.41734px -1.41108px 2px, rgba(255, 255, 255, 0.4) 1.92034px -0.558831px 2px;
  border-bottom: 2px dotted #6bb833;
}
@media screen and (min-width: 48em), print {
  .heading {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 94px 10px 0;
    text-align: left;
  }
  .heading h1 {
    font-size: 4rem;
    letter-spacing: 0.2em;
    line-height: 2;
    text-shadow: rgba(255, 255, 255, 0.4) 2px 0px 6px, rgba(255, 255, 255, 0.4) 1.75517px 0.958851px 6px, rgba(255, 255, 255, 0.4) 1.0806px 1.68294px 6px, rgba(255, 255, 255, 0.4) 0.141474px 1.99499px 6px, rgba(255, 255, 255, 0.4) -0.832294px 1.81859px 6px, rgba(255, 255, 255, 0.4) -1.60229px 1.19694px 6px, rgba(255, 255, 255, 0.4) -1.97998px 0.28224px 6px, rgba(255, 255, 255, 0.4) -1.87291px -0.701566px 6px, rgba(255, 255, 255, 0.4) -1.30729px -1.5136px 6px, rgba(255, 255, 255, 0.4) -0.421592px -1.95506px 6px, rgba(255, 255, 255, 0.4) 0.567324px -1.91785px 6px, rgba(255, 255, 255, 0.4) 1.41734px -1.41108px 6px, rgba(255, 255, 255, 0.4) 1.92034px -0.558831px 6px;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 0.5rem;
  font-size: 1.2rem;
  background: transparent;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 12px 0 24px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

body#page_doctor .doctor_greeting .signature {
  text-align: right;
}
body#page_doctor .bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0.4em;
}
body#page_doctor .bio dt {
  width: 6.5em;
  white-space: nowrap;
}
body#page_doctor .bio dd {
  width: calc(100% - 7em);
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slider-panel .slick-slide {
  overflow: hidden;
}
body#page_clinic .slider .slider-panel .slick-prev.slick-disabled, body#page_clinic .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
body#page_clinic .slider .slider-nav {
  margin-top: 0.5rem;
  line-height: 1;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide {
  padding-right: 1px;
  cursor: pointer;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide img {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline: 4px solid #78c242;
  outline-offset: -4px;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
body#page_clinic .slider figcaption {
  display: block;
  padding: 0.5rem 0.3rem;
  text-align: center;
  color: #fff;
  background: #78c242;
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel .slick-slide {
    border-radius: 0.5rem;
  }
  body#page_clinic .slider .slider-panel .slick-slide figcaption {
    font-size: 1.6rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic .slider {
    width: 825px;
    margin: 0 auto;
  }
  body#page_clinic .slider .slider-panel .slick-slide {
    border-radius: 10px;
  }
  body#page_clinic .slider .slider-panel .slick-prev, body#page_clinic .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: #78c242;
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
  body#page_clinic .slider figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .slider .slider-nav .slick-track {
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}

@media screen and (min-width: 48em), print {
  body#page_first .first_guide {
    display: flow-root;
  }
}

body#page_access .access_info {
  margin: 0 1rem;
}
body#page_access .access_info .adr {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
  border-bottom: 2px dotted #b6da8f;
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  body#page_access .access_info .adr {
    padding: 0 15px 5px;
    font-size: 2rem;
  }
  body#page_access .access_info .lst_ul {
    margin-left: 20px;
  }
  body#page_access .access_map img {
    margin: 0 auto;
  }
  body#page_access .access_parking {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body#page_qa .qalist > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
  font-size: 1.4rem;
}
body#page_qa .qalist > dt::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  color: #5dab24;
  content: "Q.";
}
body#page_qa .qalist > dt ~ dt {
  margin-top: 2.5rem;
}
body#page_qa .qalist > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
body#page_qa .qalist > dd::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 2rem;
  line-height: 1;
  color: #fbb800;
  content: "A.";
}
body#page_qa .qalist > dd p {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  body#page_qa .qalist > dt {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    font-size: 2rem;
  }
  body#page_qa .qalist > dt::before {
    font-size: 3rem;
  }
  body#page_qa .qalist > dt ~ dt {
    margin-top: 50px;
  }
  body#page_qa .qalist > dd {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  body#page_qa .qalist > dd::before {
    font-size: 3rem;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}