@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img, 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;
}

.clr_red_01 {
  color: #f22 !important;
}

.marker_text_01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #BFE4FB));
  background: linear-gradient(transparent 70%, #BFE4FB 0%);
  display: inline;
}

.marker_text_02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #E4F9EC));
  background: linear-gradient(transparent 70%, #E4F9EC 0%);
  display: inline;
}

.marker_text_03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #F4FFA7));
  background: linear-gradient(transparent 70%, #F4FFA7 0%);
  display: inline;
}

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

.indent_1em {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 48em), print {
  .fontsize100_pc {
    font-size: 100% !important;
  }
  .fontsize120_pc {
    font-size: 120% !important;
  }
}
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.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: 4rem !important;
}

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

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

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

.mt5 {
  margin-top: 0.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: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
  .ml5_pc {
    margin-left: 1rem !important;
  }
  .mt0_pc {
    margin-top: 0 !important;
  }
  .mb0_pc {
    margin-bottom: 0 !important;
  }
}
.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    max-width: 50% !important;
  }
}
.scrollx_sp_width180,
.scrollx_sp_width200 {
  overflow-x: scroll;
  width: 100%;
}
.scrollx_sp_width180 > *,
.scrollx_sp_width200 > * {
  width: 180% !important;
  margin-bottom: 0.5rem;
}

.scrollx_sp_width200 > * {
  width: 200% !important;
}

@media screen and (min-width: 48em), print {
  .scrollx_sp_width180,
  .scrollx_sp_width200 {
    overflow-x: visible;
  }
  .scrollx_sp_width180 > *,
  .scrollx_sp_width200 > * {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.ov_h {
  overflow: hidden;
}

.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.2rem;
  color: #fff;
  text-shadow: 0 0 0.294em #139CEB;
  padding: 3.3rem 1rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  letter-spacing: 0.05em;
}

.tit_02 {
  color: #008EB9;
  font-size: 2rem;
  line-height: 1.2;
  margin: 5rem 0 2rem;
  padding-bottom: 0.75em;
  letter-spacing: 0.01em;
  position: relative;
  text-align: center;
}
.tit_02::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#38BEE6), color-stop(50%, #38BEE6), color-stop(50%, #00A53A), to(#00A53A));
  background: linear-gradient(to right, #38BEE6 0%, #38BEE6 50%, #00A53A 50%, #00A53A 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 0.107em;
  width: 2.92em;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: 0.3em 0.5em;
  background: #3DB166 url(../img/logo_translucent.svg) no-repeat right 2.4em top -0.8em/8.3em auto;
}

.tit_04 {
  color: #0984AA;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  background: #D9F0FF;
  padding: 0.35em 0.55em;
}

.tit_05 {
  color: #212121;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.3em;
  padding-left: 0.56em;
  border-bottom: 0.0625em solid #B5B5B5;
}

.tit_06 {
  color: #676767;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.3em;
  padding-left: 0.58em;
  border-bottom: 0.14em dotted #B5B5B5;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 8.5rem 2rem;
    font-size: 3.4rem;
    width: auto;
  }
  .tit_02 {
    font-size: 2.8rem;
    margin: 8rem 0 3rem;
  }
  .tit_03 {
    font-size: 2rem;
    margin: 7rem 0 2rem;
  }
  .tit_04 {
    font-size: 1.8rem;
    margin: 6rem 0 2rem;
  }
  .tit_05 {
    font-size: 1.6rem;
    margin: 5rem 0 2rem;
  }
  .tit_06 {
    font-size: 1.4rem;
    margin: 4rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

.tit_03 + .tit_04 {
  margin-top: 0;
}

.tit_04 + .tit_05 {
  margin-top: 0;
}

.tit_05 + .tit_06 {
  margin-top: 0;
}

.text_general {
  margin-bottom: 1.5rem;
}

.text_link_general {
  color: #019CCB;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.8rem;
  }
  .text_link_general:hover, .text_link_general:focus {
    color: #588A6B;
  }
}
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1.5rem;
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          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: 2rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2.5rem 2.5rem;
    max-width: 45rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
    margin-top: 3rem;
  }
  .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-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 3rem;
  }
  .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;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
  padding-left: 1.2em;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background: #7EC799;
  border-radius: 50%;
  position: absolute;
  left: -1.2em;
  top: 0.34em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

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

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2.list_ul_01 > li:nth-child(-n+2), .flex2.list_ol_01 > li:nth-child(-n+2), .flex2.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3.list_ul_01 > li:nth-child(-n+3), .flex3.list_ol_01 > li:nth-child(-n+3), .flex3.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.list_dl_01,
.list_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #3DB166;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #E4F9EC;
  color: #212121;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
  color: #212121;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #3DB166;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.35em;
  }
  .flex2_pc.list_ul_01 > li:nth-child(-n+2), .flex2_pc.list_ol_01 > li:nth-child(-n+2), .flex2_pc.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.list_ul_01 > li:nth-child(-n+3), .flex3_pc.list_ol_01 > li:nth-child(-n+3), .flex3_pc.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .list_dl_01,
  .list_dl_01_50percent {
    width: 100%;
    border-right: none;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #3DB166;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1rem;
  background: #E4F9EC;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01 {
  border: 0.1rem solid #90E2AF;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4rem 2rem 0 2rem;
  border-color: #90E2AF transparent transparent transparent;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2.6rem 2.3rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 7rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 2.6rem 3.7rem 0 3.7rem;
    top: calc(100% + 2.7rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 1.3em;
  background: #019CCB;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  border-radius: 0.2rem;
}
.btn_general_01::before {
  display: inline-block;
  font-family: "fontello";
  content: "\e804";
  color: #fff;
  font-size: 55%;
  padding-right: 0.7em;
  position: relative;
  top: -0.25em;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 1.3em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    color: #fff;
    border-radius: 0.4rem;
    min-width: 22.4rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    background: #E87CA4;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #3DB166;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #E4F9EC;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #3DB166;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 thead th {
  background: #3DB166;
  color: #fff;
}
.table_01 thead th:not(:last-child) {
  border-right-color: #fff;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}

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

.scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

p {
  margin-top: 0;
}

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

.wrap {
  padding: 3rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.005em;
}
.main section.wrap > :first-child,
.main > .wrap > :first-child {
  margin-top: 0;
}
.main section.wrap > :last-child,
.main > .wrap > :last-child {
  margin-bottom: 0;
}

.br_subnav {
  display: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1100px;
    margin: auto;
    padding: 4rem 0;
  }
  .main {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@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 {
  background: #fff;
}
.header .wrap {
  margin: 0;
  padding: 1rem;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1.5rem;
}
.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 {
  padding: 0;
  position: relative;
  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;
}
.header .wrap .head_right .telephone_wrap {
  text-align: center;
}
.header .wrap .head_right .telephone_wrap .telephone {
  color: #019CCB;
  text-align: center;
  font-size: 1.6rem;
  display: inline-block;
  font-family: "Jost", sans-serif;
}
.header .wrap .head_right .telephone_wrap .telephone::before {
  font-family: "fontello";
  content: "\e80b";
  padding-right: 0.2em;
}

.fixed_contact {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    display: block;
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 1.7rem 0;
    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;
    position: relative;
  }
  .header .wrap .logo {
    width: 26.3rem;
    height: 5.4rem;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
    padding-top: 1.7rem;
  }
  .header .wrap .head_right .telephone_wrap .telephone {
    font-size: 2.4rem;
  }
  .fixed_contact {
    display: block;
    overflow: hidden;
    position: fixed;
    right: 0.1rem;
    top: 14.8rem;
    z-index: 900;
  }
  .fixed_contact img {
    width: 4.2rem;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #69B6E5;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #EBF7FF;
  padding: 0.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem 0.9rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #B5B5B5;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #B5B5B5;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #212121 !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.3rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "4";
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:hover, .slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "3";
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li {
  border-color: #B5B5B5;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
  }
  #nav .gnav {
    margin: 2.7rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 35rem;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.4rem;
  }
  #nav .gnav > li.li_contact {
    display: none;
  }
  #nav .gnav > li > a {
    display: block;
    position: relative;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    color: #019CCB;
    opacity: 1;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "\e80a";
    padding-left: 0.3em;
    font-size: 85%;
  }
  #nav .gnav > li > a.sub.open::after {
    content: "\e809";
  }
  #nav .gnav > li .subnav {
    width: 22.4rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    z-index: 1;
    font-size: 1.4rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #00A53A;
    padding: 0.4em 0.6em 0.4em 1em;
    text-align: left;
    color: #fff;
    border: 0.1rem solid #fff;
    border-left: none;
    border-top: none;
    position: relative;
  }
  #nav .gnav > li .subnav li a::before {
    content: "";
    display: block;
    height: 0.3rem;
    width: 0.3rem;
    position: absolute;
    left: 0.4em;
    top: 0.8em;
    background: #fff;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #fff;
    color: #00A53A;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
  .index #nav .home,
  .company_profile #nav .company_profile,
  .access #nav .access {
    color: #019CCB;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  background: #F8F8F8;
}
.overview .wrap .clinic_name {
  text-align: center;
  margin-bottom: 2.4rem;
}
.overview .wrap .clinic_name img {
  width: 76%;
}
.overview .wrap .tit_list_overview {
  border-left: 0.3rem solid #B5B5B5;
  padding-left: 0.45em;
  margin-bottom: 0.9em;
  line-height: 1.2;
  font-size: 1.6rem;
}
.overview .wrap .list_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  border-bottom: 0.1rem solid #DEDEDE;
}
.overview .wrap .list_overview dt {
  width: 28%;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 0.7em 0;
  border-top: 0.1rem solid #DEDEDE;
}
.overview .wrap .list_overview dd {
  width: 72%;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 0.7em 0 0.7em 0.5em;
  border-top: 0.1rem solid #DEDEDE;
}

.gmap {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.4rem;
  }
  .overview .wrap {
    padding: 6rem 15.8rem;
  }
  .overview .wrap .clinic_name {
    margin-bottom: 2.8rem;
  }
  .overview .wrap .clinic_name img {
    width: 29.6rem;
  }
  .overview .wrap .tit_list_overview {
    font-size: 1.6rem;
  }
  .overview .wrap .list_overview dt {
    width: 50%;
    padding-left: 18rem;
  }
  .overview .wrap .list_overview dd {
    width: 50%;
    padding-left: 2.8rem;
  }
  .gmap {
    height: 45.8rem;
  }
}
.tel_up {
  width: 100%;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.2rem;
  min-height: 4rem;
  padding: 0;
  padding-right: 4rem;
  background: #69B6E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tel_up .telephone,
.tel_up .contact {
  display: block;
  width: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 0.1rem solid #fff;
  background: #69B6E5;
}
.tel_up .telephone > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem 0.5rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/pagetop.svg) no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
  }
  .tel_up .telephone,
  .tel_up .contact {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #D9F0FF;
}
.footer .copy {
  display: block;
  color: #0984AA;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2.5rem 0 0;
    background: #fff;
  }
  .footer .copy {
    font-size: 1.2rem;
    padding: 1.8rem;
    background: transparent;
    color: #fff;
    background: #69B6E5;
  }
  .footer ul {
    color: #212121;
    display: block;
    text-align: center;
    margin: 0;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 3.5rem;
    max-width: 88rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.2rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 5rem 0;
  }
}
.tit_02_index {
  line-height: 1.3;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  position: relative;
  color: #019CCB;
  text-align: left;
  margin-left: 1rem;
}
.tit_02_index .tit_text {
  position: relative;
  display: inline-block;
  text-align: right;
  padding: 2.57em 0 4.21em;
}
.tit_02_index .tit_text::before {
  content: "";
  display: block;
  width: 12.1em;
  height: 12.1em;
  background: #EBF7FF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 2.7em;
}
.tit_02_index .tit_text .tit_en {
  display: block;
  font-size: 271%;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  line-height: 1.13;
  position: relative;
}
.tit_02_index .tit_text .tit_en > span {
  font-size: 147%;
  color: #90E2AF;
  line-height: 1;
}
.tit_02_index .tit_text .tit_jp {
  display: block;
  margin-top: 0.45em;
  position: relative;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
}
.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: 35rem 1rem 0;
}
.index .wrapper_keyvsl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7rem;
  left: 1rem;
  background: url(../img/logo_translucent.svg) no-repeat center center/contain;
  width: 10.3rem;
  height: 13.3rem;
  z-index: 2;
}
.index .wrapper_keyvsl .keyvsl_catch {
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  bottom: 8.5rem;
  right: 0.8rem;
  z-index: 3;
}
.index .wrapper_keyvsl .keyvsl_catch .text_en {
  text-shadow: 0 0 0.3em #139CEB, 0 0 0.3em #139CEB;
  letter-spacing: 0.09em;
  line-height: 1.3;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.index .wrapper_keyvsl .keyvsl_catch .text_en span {
  font-size: 160%;
  font-weight: 200;
  color: #019CCB;
}
.index .wrapper_keyvsl .keyvsl_catch .text_jp {
  text-shadow: 0 0 0.5em #139CEB, 0 0 0.5em #139CEB;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.index .wrapper_keyvsl,
.index .wrapper_keyvsl .keyvsl_catch {
  opacity: 0;
  -webkit-transition: opacity 2.8s;
  transition: opacity 2.8s;
}
.index .wrapper_keyvsl.is_fadein {
  opacity: 1;
}
.index .wrapper_keyvsl.is_fadein .keyvsl_catch {
  opacity: 1;
}

@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: 50.4rem;
  }
  .index .wrapper_keyvsl::before {
    width: 16.6rem;
    height: 21.6rem;
    bottom: auto;
    top: 11.5rem;
    left: calc(50% - 31.2rem);
  }
  .index .wrapper_keyvsl .keyvsl_catch {
    font-size: 2rem;
    bottom: auto;
    top: 20.4rem;
    right: calc(50% - 29rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index .wrapper_keyvsl .keyvsl_catch .text_en {
    margin-top: 0.7rem;
    margin-right: 2rem;
    line-height: 1;
  }
}
main .wrapper_buisiness .wrap .tit_02_index .tit_text::before {
  background: #E4F9EC;
}
main .wrapper_buisiness .wrap .list_buisiness {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 27.6rem;
  margin: 0 auto;
}
main .wrapper_buisiness .wrap .list_buisiness > li {
  width: 12.8rem;
  margin-top: 2.4rem;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
main .wrapper_buisiness .wrap .list_buisiness > li:nth-child(2) {
  -webkit-transition: opacity 1s 0.1s, -webkit-transform 1s 0.1s;
  transition: opacity 1s 0.1s, -webkit-transform 1s 0.1s;
  transition: opacity 1s 0.1s, transform 1s 0.1s;
  transition: opacity 1s 0.1s, transform 1s 0.1s, -webkit-transform 1s 0.1s;
}
main .wrapper_buisiness .wrap .list_buisiness > li:nth-child(3) {
  -webkit-transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s, -webkit-transform 1s 0.2s;
}
main .wrapper_buisiness .wrap .list_buisiness > li:nth-child(4) {
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, transform 1s 0.3s;
  transition: opacity 1s 0.3s, transform 1s 0.3s, -webkit-transform 1s 0.3s;
}
main .wrapper_buisiness .wrap .list_buisiness > li:nth-child(5) {
  -webkit-transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s, -webkit-transform 1s 0.4s;
}
main .wrapper_buisiness .wrap .list_buisiness > li:nth-child(6) {
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s, -webkit-transform 1s 0.5s;
}
main .wrapper_buisiness .wrap .list_buisiness > li:nth-child(2n+1) {
  margin-right: 2rem;
}
main .wrapper_buisiness .wrap .list_buisiness > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_buisiness .wrap .list_buisiness > li a {
  display: block;
  position: relative;
}
main .wrapper_buisiness .wrap .list_buisiness > li a::before {
  content: "";
  display: block;
  background: url(../img/icon_buisiness_medical_equipment.svg) no-repeat center center/contain;
  width: 12.8rem;
  height: 8rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}
main .wrapper_buisiness .wrap .list_buisiness > li a::after {
  content: "";
  display: block;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  width: 12.8rem;
  height: 0.87rem;
  position: absolute;
  top: 8.3rem;
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .wrapper_buisiness .wrap .list_buisiness > li a .fontsize_small_nav {
  font-size: 86%;
}
main .wrapper_buisiness .wrap .list_buisiness > li.li_medical_equipment a::before {
  background-image: url(../img/icon_buisiness_medical_equipment.svg);
}
main .wrapper_buisiness .wrap .list_buisiness > li.li_medical_equipment a .br_subnav {
  display: block;
}
main .wrapper_buisiness .wrap .list_buisiness > li.li_start_up_support a::before {
  background-image: url(../img/icon_buisiness_start_up_support.svg);
}
main .wrapper_buisiness .wrap .list_buisiness > li.li_start_up_support a .br_subnav {
  display: block;
}
main .wrapper_buisiness .wrap .list_buisiness > li.li_closure_support a::before {
  background-image: url(../img/icon_buisiness_closure_support.svg);
}
main .wrapper_buisiness .wrap .list_buisiness > li.li_skeleton_construction a::before {
  background-image: url(../img/icon_buisiness_skeleton_construction.svg);
}
main .wrapper_buisiness .wrap .list_buisiness > li.li_lan_construction a::before {
  background-image: url(../img/icon_buisiness_lan_construction.svg);
}
main .wrapper_buisiness .wrap .list_buisiness > li.li_lan_construction a .br_subnav {
  display: block;
}
main .wrapper_buisiness .wrap .list_buisiness > li.index_li_contact a::before {
  background-image: url(../img/icon_buisiness_contact.svg);
}
main .wrapper_buisiness .wrap .list_buisiness.is_trigger_on > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_buisiness .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_buisiness .wrap .tit_02_index {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  main .wrapper_buisiness .wrap .list_buisiness {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 83.3rem;
    margin: 0 0 0 auto;
    padding-top: 1.6rem;
  }
  main .wrapper_buisiness .wrap .list_buisiness > li {
    font-size: 1.4rem;
    width: 12.8rem;
  }
  main .wrapper_buisiness .wrap .list_buisiness > li:nth-child(n) {
    margin: 0;
  }
  main .wrapper_buisiness .wrap .list_buisiness > li a {
    padding-left: 0.8rem;
  }
  main .wrapper_buisiness .wrap .list_buisiness > li a::before {
    width: 10.7rem;
    height: 6.7rem;
    margin-bottom: 3.1rem;
    margin-right: 0;
    margin-left: -0.8rem;
  }
  main .wrapper_buisiness .wrap .list_buisiness > li a::after {
    width: 9.38rem;
    height: 0.65rem;
    top: 8.1rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0.8rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  main .wrapper_buisiness .wrap .list_buisiness > li a .br_subnav {
    display: block;
  }
  main .wrapper_buisiness .wrap .list_buisiness > li a:hover, main .wrapper_buisiness .wrap .list_buisiness > li a:focus {
    opacity: 1;
  }
  main .wrapper_buisiness .wrap .list_buisiness > li a:hover::after, main .wrapper_buisiness .wrap .list_buisiness > li a:focus::after {
    -webkit-transform: translateX(0.8rem);
            transform: translateX(0.8rem);
  }
}
main .wrapper_greeting {
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
main .wrapper_greeting::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 18rem;
  height: 18rem;
  right: -3rem;
  top: -3rem;
}
main .wrapper_greeting .wrap {
  position: relative;
}
main .wrapper_greeting .wrap .tit_02_index {
  margin-right: 1rem;
  text-align: right;
}
main .wrapper_greeting .wrap .tit_02_index .tit_text {
  padding: 0;
}
main .wrapper_greeting .wrap .tit_02_index .tit_text::before {
  display: none;
  content: none;
}
main .wrapper_greeting .wrap .text_wrap_greeting {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
main .wrapper_greeting .wrap .text_wrap_greeting.is_trigger_on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .wrapper_greeting .wrap .text_wrap_greeting .text_greeting {
  letter-spacing: 0.05em;
  margin-bottom: 2.1em;
  line-height: 1.6;
}
main .wrapper_greeting .wrap .text_wrap_greeting .name_greeting {
  letter-spacing: 0.05em;
  text-align: right;
  font-size: 1.5rem;
  margin-bottom: 0;
}
main .wrapper_greeting .wrap .text_wrap_greeting .name_greeting .name_large {
  font-size: 120%;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting::before {
    width: 41.8rem;
    height: 41.8rem;
    right: calc(50% - 51.4rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main .wrapper_greeting .wrap {
    padding: 3.7rem 15rem 4rem 18rem;
  }
  main .wrapper_greeting .wrap .tit_02_index {
    text-align: right;
    margin-right: 0;
  }
  main .wrapper_greeting .wrap .text_wrap_greeting .text_greeting {
    line-height: 2;
  }
}
main .wrapper_news .wrap dl {
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
main .wrapper_news .wrap dl.is_trigger_on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .wrapper_news .wrap dl dt {
  padding-left: 1.2em;
  padding-right: 0.2em;
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  width: 100%;
  color: #00A53A;
  font-size: 1.5rem;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\e80e";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  color: #00A53A;
  padding: 0;
}
main .wrapper_news .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\e80d";
}
main .wrapper_news .wrap dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_news .wrap .tit_02_index {
    margin: 0 8rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  main .wrapper_news .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  main .wrapper_news .wrap dl dd {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-left: 2rem;
  }
}

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

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding: 6.5rem 0rem 4rem;
  }
  .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: 36px;
}

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

.sp-thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
}

@media screen and (min-width: 48em), print {
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
  }
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
body.index .bread_list {
  display: none !important;
}

.bread_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem;
}
.bread_list > li {
  display: inline-block;
}
.bread_list > li:not(:first-child)::before {
  content: "＞";
  padding: 0 0.5em;
}
.bread_list > li br {
  display: none;
}

@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 */