@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&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;
}

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

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

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

.clr_blue_01 {
  color: #0d5181 !important;
}

@media screen and (min-width: 48em), print {
  .fontsize100_pc {
    font-size: 100% !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;
  }
  .pc_inline {
    display: inline !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;
  }
  .mr5_pc {
    margin-right: 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%;
  /* &::-webkit-scrollbar {
    width: 16px;
  }
  &::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 100px;
  }
  &::-webkit-scrollbar-thumb {
    background-color: var.$clr_green_02;
    border-radius: 100px;
  } */
}
.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;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.85em;
  line-height: 1.4;
}
.tbl_time tr th,
.tbl_time tr td {
  background: #36526a;
  border-top: 0.1rem solid #43647f;
  color: #fff;
  line-height: 1.2;
  padding: 1.25em 0;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.75em 0;
  border-top: none;
  width: 9.3%;
  font-weight: 500;
}
.tbl_time tr th[scope=col]:first-child {
  width: 32%;
}
.tbl_time tr th[scope=col]:last-child {
  width: auto;
}
.tbl_time tr td {
  text-align: center;
}
.tbl_time_dr {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-right: 0.1rem solid #A4B1BC;
  border-bottom: 0.1rem solid #A4B1BC;
  font-size: 1.2rem;
}
.tbl_time_dr caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.85em;
  line-height: 1.4;
}
.tbl_time_dr caption .dr_male {
  color: #3876ba;
}
.tbl_time_dr caption .dr_female {
  color: #f62b60;
}
.tbl_time_dr tr th,
.tbl_time_dr tr td {
  border-top: 0.1rem solid #A4B1BC;
  border-left: 0.1rem solid #A4B1BC;
  background: #fff;
  text-align: center;
  padding: 0.6em 0.2em;
  line-height: 1.2;
}
.tbl_time_dr tr th[scope=col],
.tbl_time_dr tr td[scope=col] {
  width: 15%;
  background: #36526a;
  color: #fff;
}
.tbl_time_dr tr th[scope=col]:first-child,
.tbl_time_dr tr td[scope=col]:first-child {
  width: 10%;
}
.tbl_time_dr tr th {
  background: #F5F8F9;
  font-weight: 500;
}
.tbl_time_dr tr td.dr_male {
  color: #3876ba;
}
.tbl_time_dr tr td.dr_female {
  color: #f62b60;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th:last-child,
  .tbl_time tr td:last-child {
    padding-right: 0.9em;
  }
  .tbl_time tr th[scope=col] {
    width: 8.5%;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30.7%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: auto;
  }
  .tbl_time_dr {
    font-size: 1.6rem;
  }
  .tbl_time_dr tr th,
  .tbl_time_dr tr td {
    padding: 1em 0.2em;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.4rem;
  color: #fff;
  padding: 3.5rem 1rem;
  text-align: left;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  color: #0d5181;
  font-weight: 500;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.tit_02 {
  color: #0d5181;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2.5rem;
  position: relative;
  font-weight: 500;
  text-align: left;
  padding-top: 1.1em;
}
.tit_02::before {
  content: "";
  display: block;
  width: 2.77em;
  height: 0.2rem;
  background: #0d5181;
  position: absolute;
  top: 0;
  left: 0;
}

.tit_03 {
  color: #0d5181;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  background: #f3f7fa;
  border-top: 0.2rem solid #3876ba;
  position: relative;
  padding: 0.73em 0.6em;
}

.tit_04 {
  color: #0d5181;
  font-weight: 500;
  font-size: 1.65rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  letter-spacing: 0.02em;
  border-left: 0.2em solid #529DD2;
  padding: 0.3em 0 0.3em 0.6em;
  line-height: 1.3;
}

.tit_05 {
  color: #0d5181;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #A2C7E2;
  padding-bottom: 1em;
}

.tit_box_01 {
  color: #0d5181;
  font-weight: 500;
  font-size: 1.65rem;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  letter-spacing: 0.02em;
  padding: 0;
  line-height: 1.3;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 9.5rem 0 9.5rem;
    font-size: 4.2rem;
    width: auto;
    text-align: center;
  }
  .tit_01 > span {
    display: inline-block;
    width: 1200px;
    text-align: left;
  }
  .tit_02 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin: 10rem 0 5rem;
  }
  .tit_03 {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 7.5rem 0 3rem;
  }
  .tit_04 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 5.5rem 0 2rem;
  }
  .tit_box_01 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

.text_link_general {
  color: #426eb4;
  text-decoration: underline;
}

.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_image.imgtxt_image_spflex2,
.imgtxt_reverse .imgtxt_image.imgtxt_image_spflex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imgtxt .imgtxt_image.imgtxt_image_spflex2 img,
.imgtxt_reverse .imgtxt_image.imgtxt_image_spflex2 img {
  width: calc(50% - 0.5rem);
}
.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 .imgtxt_image.imgtxt_image_spflex2,
  .imgtxt_reverse .imgtxt_image.imgtxt_image_spflex2 {
    display: block;
  }
  .imgtxt .imgtxt_image.imgtxt_image_spflex2 img,
  .imgtxt_reverse .imgtxt_image.imgtxt_image_spflex2 img {
    width: auto;
  }
  .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: 2.5rem;
}
.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: 2.5rem;
  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%;
  }
  .column_count2_pc {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .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;
  }
  .column_count3_pc {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
  padding-left: 1em;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #426eb4;
  border-radius: 50%;
  position: absolute;
  left: 0.1em;
  top: 0.6em;
}
.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 #212121;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #212121;
}
.list_dl_01 dt > *:last-child,
.list_dl_01_50percent dt > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
  background: #fff;
}
.list_dl_01 dd > *:last-child,
.list_dl_01_50percent dd > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #212121;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.65em;
  }
  .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 #212121;
  }
  .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.5rem 1.3rem;
  background: #ebf3fc;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 0.5rem;
}
.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 {
  background: #fff;
  border: 0.1rem solid #ADBAC4;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 3rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 1.8rem 0 1.8rem;
  border-color: #74A9D4 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1rem);
  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: 3rem 4rem;
    border-radius: 1rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 6rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 2.4rem 3.5rem 0 3.5rem;
    top: calc(100% + 1.9rem);
  }
}
.btn_general_01 {
  text-decoration: none !important;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  display: block;
  background: #0B578D;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 1em 0.5em;
  position: relative;
}
.btn_general_01::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #f67e59;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25em;
  width: 0.5em;
  height: 0.5em;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    font-size: 1.6rem;
    min-width: 28rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    opacity: 1;
    background: #3684bb;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #cbcdd6;
  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: #f2f7fd;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #cbcdd6;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1.8rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1em;
}

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

.wrap {
  padding: 3rem 1rem;
}

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

.li_other_nosubnav {
  display: none !important;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 4rem 0;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@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 {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100000;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header.scrolled_header {
  background: #fff;
}
.header .wrap {
  margin: 0;
  padding: 0.8rem 0 0.8rem 0.8rem;
}
.header .wrap .logo {
  height: 3rem;
}
.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 .telephone {
  font-size: 1.8rem;
  text-align: center;
  display: none;
}
.header .wrap .head_right .telephone > span,
.header .wrap .head_right .telephone > a {
  color: #036AB6;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.header .wrap .head_right .telephone > span::before,
.header .wrap .head_right .telephone > a::before {
  font-family: "fontello";
  content: "\e932";
  padding-right: 0.05em;
  font-size: 90%;
  font-weight: 400;
}

.fixed_reserve {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    position: sticky;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    z-index: 100000;
  }
  .header.scrolled_header {
    background: #fff;
  }
  .header .wrap {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3rem 0;
  }
  .header .wrap .logo {
    width: 38.7rem;
    height: 5rem;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    width: calc(100% - 40.7rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .head_right .telephone {
    margin: 0 0 0 2rem;
    display: block;
  }
  .header .wrap .head_right .telephone > span,
  .header .wrap .head_right .telephone > a {
    line-height: 1;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .fixed_reserve {
    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;
    position: fixed;
    right: -1px;
    top: 13rem;
    z-index: 1000000;
    border-radius: 0.6rem 0 0 0.6rem;
    overflow: hidden;
    -webkit-box-shadow: 0.4rem 0.2rem 2rem rgba(129, 151, 164, 0.6);
            box-shadow: 0.4rem 0.2rem 2rem rgba(129, 151, 164, 0.6);
    -webkit-transition: 0.4s cubic-bezier(0.17, 0.88, 0.32, 1.27);
    transition: 0.4s cubic-bezier(0.17, 0.88, 0.32, 1.27);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    width: 6.4rem;
    height: 20rem;
    text-orientation: upright;
    background: #f67e59;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
  .fixed_reserve::before {
    font-family: "fontello";
    content: "\e92c";
    display: inline-block;
    font-size: 100%;
    position: relative;
    left: 0.03em;
    margin-bottom: 0.5em;
    font-size: 120%;
    font-weight: normal;
    line-height: 1;
  }
  .fixed_reserve:hover, .fixed_reserve:focus {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    opacity: 1;
  }
}
.sp_menu_btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  color: #0d5181;
  width: 4.6rem;
  height: 4.6rem;
  z-index: 10000;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.sp_menu_btn > span::after {
  font-family: "Marcellus", serif;
  font-weight: 400;
  content: "MENU";
  position: absolute;
  bottom: 0.8em;
  left: 0;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 1rem;
}
.sp_menu_btn::before, .sp_menu_btn::after,
.sp_menu_btn > span::before {
  content: "";
  display: block;
  background: #0d5181;
  height: 0.1rem;
  width: 2.6rem;
  position: absolute;
  top: 1.6rem;
  left: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.sp_menu_btn::after {
  top: 1rem;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.sp_menu_btn > span::before {
  top: 2.2rem;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.sp_menu_btn.open > span::after {
  content: "CLOSE";
}
.sp_menu_btn.open::before {
  opacity: 0;
}
.sp_menu_btn.open::after {
  left: 1.25rem;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}
.sp_menu_btn.open > span::before {
  left: 1.25rem;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}

.sp_nav {
  width: 100%;
  background: #819CB2;
  padding: 0.6rem;
  position: fixed;
  top: 4.6rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
  z-index: 1000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.sp_nav .navbar {
  height: 100%;
}
.sp_nav .navbar .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem 0.9rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sp_nav .navbar .nav_wrapper .gnav > li {
  margin-top: 0.8rem;
}
.sp_nav .navbar .nav_wrapper .gnav > li:first-child {
  margin-top: 0;
}
.sp_nav .navbar .nav_wrapper .gnav > li > a {
  display: block;
  background: #fff;
  font-size: 1.4rem;
  padding: 0.7em 1.9em 0.7em 0.8em;
  position: relative;
}
.sp_nav .navbar .nav_wrapper .gnav > li > a.sub::before, .sp_nav .navbar .nav_wrapper .gnav > li > a.sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 0.7em;
  height: 0.1rem;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background: #0d5181;
}
.sp_nav .navbar .nav_wrapper .gnav > li > a.sub::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp_nav .navbar .nav_wrapper .gnav > li > a:not(.sub)::after {
  font-family: "fontello";
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.95em;
  color: #0d5181;
}
.sp_nav .navbar .nav_wrapper .gnav > li > a.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sp_nav .navbar .nav_wrapper .subnav {
  padding-left: 1rem;
}
.sp_nav .navbar .nav_wrapper .subnav > li {
  border-bottom: 0.1rem solid #E4E8EA;
  /*margin-top: 1rem;
  &:first-child {
    margin-top: 0;
  }*/
}
.sp_nav .navbar .nav_wrapper .subnav > li.li_rehabilitation {
  display: none;
}
.sp_nav .navbar .nav_wrapper .subnav > li > a {
  display: block;
  background: transparent;
  font-size: 1.4rem;
  padding: 0.7em 1.9em 0.7em 0.5em;
  position: relative;
  color: #fff;
}
.sp_nav .navbar .nav_wrapper .subnav > li > a::after {
  font-family: "fontello";
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.95em;
  color: #fff;
}
.sp_nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.head_right .navbar {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_menu_btn {
    display: none;
  }
  .sp_nav {
    display: none;
  }
  .head_right .navbar {
    display: block;
    padding-top: 0.4rem;
  }
  .head_right .navbar .gnav {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .head_right .navbar .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    margin: 0 0 0 1.6rem;
  }
  .head_right .navbar .gnav > li.li_home, .head_right .navbar .gnav > li.li_rehabilitation {
    display: none;
  }
  .head_right .navbar .gnav > li.about {
    margin-left: 0;
  }
  .head_right .navbar .gnav > li > a {
    display: block;
    padding: 0 0 0.25em;
    position: relative;
    font-weight: 500;
  }
  .head_right .navbar .gnav > li > a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    width: 0;
    height: 0.1rem;
    background: #0d5181;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .head_right .navbar .gnav > li > a:hover, .head_right .navbar .gnav > li > a:focus {
    opacity: 1;
  }
  .head_right .navbar .gnav > li > a:hover::before, .head_right .navbar .gnav > li > a:focus::before {
    width: 100%;
  }
  .head_right .navbar .gnav > li > a.sub {
    /*&::after {
      content: '▼';
      color: var.$clr_txt;
      font-size: 60%;
    }
    &.open {
      &::after{
        content: '▲';
      }
    }*/
  }
  .head_right .navbar .gnav > li .subnav {
    width: 25rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.6rem;
    border-radius: 0.6rem;
    background: rgba(129, 156, 178, 0.94);
    padding: 2.2rem 1.5rem 2.2rem 2.6rem;
  }
  .head_right .navbar .gnav > li .subnav li {
    width: 100%;
    margin-top: 1.4rem;
  }
  .head_right .navbar .gnav > li .subnav li:first-child {
    margin-top: 0;
  }
  .head_right .navbar .gnav > li .subnav li.li_rehabilitation {
    display: none;
  }
  .head_right .navbar .gnav > li .subnav li a {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: 400;
  }
  .head_right .navbar .gnav > li .subnav li a::before {
    /* font-family: "Quicksand", sans-serif;
    content: '>'; */
    font-family: "fontello";
    content: "\f105";
    font-size: 120%;
    position: relative;
    top: 0.02em;
    line-height: 1;
    padding-right: 0.3em;
  }
  .head_right .navbar .gnav > li .subnav li a:hover, .head_right .navbar .gnav > li .subnav li a:focus {
    color: #0d5181;
    opacity: 1;
  }
  .head_right .navbar .gnav > li .subnav li:first-child {
    border-top: none;
  }
}
.sidebar {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block;
  }
  .sidebar .tit {
    background: #6b4f3c;
    color: #f1ffdb;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.8rem;
    border-radius: 0.8rem;
  }
  .sidebar .subnav {
    margin: 0;
    padding: 1rem 0;
  }
  .sidebar .subnav li a {
    display: block;
    padding: 1.2rem 0.6rem;
    color: #48341d;
    position: relative;
    font-size: 1.8rem;
  }
  .sidebar .subnav li a::after {
    font-family: "fontello";
    content: "\e807";
    position: absolute;
    right: 0.6rem;
    color: #d8c8bd;
  }
  .sidebar .subnav li a:hover, .sidebar .subnav li a:focus {
    background: #ffedcd;
    color: #ec7218;
  }
  .sidebar .subnav li a:hover::after, .sidebar .subnav li a:focus::after {
    color: #ec7218;
  }
  .sidebar .subnav li:not(:last-child) {
    border-bottom: 1px solid #dedede;
  }
}
.overview {
  font-size: 1.35rem;
  line-height: 1.6;
  background: #243f56;
  color: #fff;
}
.overview .wrap {
  padding: 3.5rem 1rem 2rem;
}
.overview .clinic_name {
  margin-bottom: 1.8rem;
  text-align: center;
}
.overview .clinic_name img {
  width: 100%;
}
.overview .list_overview {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 0.1rem solid #43647f;
  line-height: 1.6;
}
.overview .list_overview dt {
  width: 26%;
  margin: 0;
  padding: 1em 0;
  border-top: 0.1rem solid #43647f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.overview .list_overview dd {
  width: 74%;
  margin: 0;
  min-height: 5.2rem;
  padding: 1em 0;
  border-top: 0.1rem solid #43647f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.overview .tbl_time {
  margin-top: 1.6rem;
}
.overview .overview_tel_reserve {
  margin: 1.8rem 0 0;
}
.overview .overview_tel_reserve a {
  display: block;
  background: #fff;
  border-radius: 0.3rem;
  text-align: center;
  padding: 1em 0.5em;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.overview .overview_tel_reserve .telephone {
  color: #263e52;
  line-height: 1;
  font-size: 1.1rem;
}
.overview .overview_tel_reserve .telephone .num {
  color: #334455;
  font-size: 175%;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-top: 0.2em;
}
.overview .overview_tel_reserve .telephone .num::before {
  font-family: "fontello";
  content: "\e932";
  color: #fa8865;
  font-size: 100%;
  padding-right: 0.05em;
  line-height: 1;
  font-weight: normal;
}
.overview .overview_tel_reserve .reserve {
  margin-top: 1.2rem;
  background: #f67e59;
  line-height: 1;
  color: #fff;
}
.overview .overview_tel_reserve .reserve::before {
  font-family: "fontello";
  content: "\e92c";
  color: #fff;
  font-size: 140%;
  padding-right: 0.7em;
  line-height: 1;
  font-weight: normal;
}
.overview .gmap {
  height: 25rem;
  margin-top: 2rem;
}
.overview .nav_wrapper_overview {
  display: none;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
  }
  .overview .wrap {
    padding: 12rem 0 8rem;
  }
  .overview .flex_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .flex_overview > div:first-child {
    width: 56rem;
  }
  .overview .flex_overview > div:nth-child(2) {
    width: 58rem;
  }
  .overview .clinic_name {
    margin-bottom: 4rem;
  }
  .overview .clinic_name img {
    width: 47.2rem;
  }
  .overview .list_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
  }
  .overview .list_overview dt {
    width: 26%;
    margin: 0;
    padding: 1em 0 1em 0.375em;
  }
  .overview .list_overview dd {
    width: 74%;
    margin: 0;
    padding: 1em 0;
  }
  .overview .tbl_time {
    margin-top: 3.8rem;
  }
  .overview .overview_tel_reserve {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .overview_tel_reserve a {
    padding: 1em 0.5em;
    width: 28rem;
    margin: 0;
  }
  .overview .overview_tel_reserve .telephone {
    font-size: 1.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 0.2rem solid #fff;
  }
  .overview .overview_tel_reserve .telephone .num {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .overview .overview_tel_reserve .telephone .num::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .overview .overview_tel_reserve .telephone:hover, .overview .overview_tel_reserve .telephone:focus {
    opacity: 1;
  }
  .overview .overview_tel_reserve .reserve {
    margin-top: 0;
    font-size: 1.8rem;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #f67e59;
    border: 0.2rem solid #f67e59;
  }
  .overview .overview_tel_reserve .reserve::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .overview .overview_tel_reserve .reserve:hover, .overview .overview_tel_reserve .reserve:focus {
    opacity: 1;
    color: #f67e59;
    background: #fff;
  }
  .overview .overview_tel_reserve .reserve:hover::before, .overview .overview_tel_reserve .reserve:focus::before {
    color: #f67e59;
  }
  .overview .gmap {
    height: 38rem;
    margin-top: 4rem;
  }
  .overview .nav_wrapper_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    margin-top: 4rem;
  }
  .overview .nav_wrapper_overview > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-left: 2.2rem;
  }
  .overview .nav_wrapper_overview > div:last-child {
    width: 39rem;
  }
  .overview .nav_wrapper_overview .tit_treatment {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
  }
  .overview .nav_wrapper_overview ul > li {
    margin-top: 1.5rem;
  }
  .overview .nav_wrapper_overview ul > li:first-child {
    margin-top: 0;
  }
  .overview .nav_wrapper_overview ul > li a {
    font-size: 1.6rem;
    padding-bottom: 0.1em;
    display: inline-block;
    position: relative;
    line-height: 1.4;
  }
  .overview .nav_wrapper_overview ul > li a::before {
    /*font-family: "Quicksand", sans-serif;
    content: '>';*/
    font-family: "fontello";
    content: "\f105";
    font-size: 120%;
    position: relative;
    top: 0.05em;
    line-height: 1;
    padding-right: 0.3em;
    color: #688196;
  }
  .overview .nav_wrapper_overview ul > li a::after {
    content: "";
    display: block;
    background: #fff;
    width: 0;
    height: 0.1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .overview .nav_wrapper_overview ul > li a:hover, .overview .nav_wrapper_overview ul > li a:focus {
    opacity: 1;
  }
  .overview .nav_wrapper_overview ul > li a:hover::after, .overview .nav_wrapper_overview ul > li a:focus::after {
    width: 100%;
  }
  .overview .nav_wrapper_overview ul.gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 15rem;
  }
  .overview .nav_wrapper_overview ul.gnav > li {
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .overview .nav_wrapper_overview ul.gnav > li.li_home {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .overview .nav_wrapper_overview ul.gnav > li.li_doctor, .overview .nav_wrapper_overview ul.gnav > li.li_aboutus {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .overview .nav_wrapper_overview ul.gnav > li.li_other {
    display: none;
  }
  .overview .nav_wrapper_overview ul.gnav > li.li_orthopedics {
    display: none;
  }
  .overview .nav_wrapper_overview ul.gnav > li.li_other_nosubnav {
    display: block !important;
  }
  .overview .nav_wrapper_overview ul.gnav .treatment {
    display: none;
  }
  .overview .nav_wrapper_overview ul.gnav .about {
    display: none;
  }
  .overview .nav_wrapper_overview ul.subnav {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
/*
.sidebar {
  display: none;
}
@include var.pc {
  .sidebar {
    display: block;
    background: #ccc;
    padding: 2.5rem 0;
    .tit {
      color: var.$clr_txt;
      font-size: 2.8rem;
      text-align: center;
      margin: 0 1.8rem 0;
      padding: 0 0 1.0rem;
      border-bottom: 1px solid var.$clr_txt;
      letter-spacing: .24em;
      &_txt_en {
        display: block;
        margin-top: .6rem;
        font-size: 1.2rem;
        color: #ccc;
        letter-spacing: .24em;
      }
    }
    .subnav {
      margin: 0;
      padding: 1.4rem 0 0 2.0rem;
      li {
        a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          padding: 1.0rem 0 1.0rem 7.0rem;
          color: var.$clr_txt;
          position: relative;
          font-size: 1.8rem;
          min-height: 6.0rem;
          .nav_txt_en {
            display: block;
            width: 100%;
            margin-top: .6rem;
            font-size: 1.2rem;
            color: #ccc;
            padding: 0 0 0 .2rem;
            transition: color .2s;
          }
          &::before {
            content: "";
            display: block;
            width: 6.0rem;
            height: 6.0rem;
            background: var.$clr_txt url(../img/a_subnav_orthopedics.svg) no-repeat center center / cover;
            position: absolute;
            left: 0;
            top: 0;
          }
          &:hover,
          &:focus {
            background: #fff;
            color: var.$clr_green_01;
            opacity: 1;
            .nav_txt_en {
              color: var.$clr_green_01;
            }
          }
          &.orthopedics {
            &::before {
              background-image: url(../img/a_subnav_orthopedics.svg);
            }
          }
          &.rehabilitation {
            &::before {
              background-image: url(../img/a_subnav_rehabilitation.svg);
            }
          }
          &.sports_orthopedics {
            &::before {
              background-image: url(../img/a_subnav_sports_orthopedics.svg);
            }
          }
          &.spinal_disease {
            &::before {
              background-image: url(../img/a_subnav_spinal_disease.svg);
            }
          }
          &.backache {
            &::before {
              background-image: url(../img/a_subnav_backache.svg);
            }
          }
          &.neuralgia {
            &::before {
              background-image: url(../img/a_subnav_neuralgia.svg);
            }
          }
          &.osteoporosis {
            &::before {
              background-image: url(../img/a_subnav_osteoporosis.svg);
            }
          }
          &.traffic_accident {
            &::before {
              background-image: url(../img/a_subnav_traffic_accident.svg);
            }
          }
        }
        &:not(:last-child) {
          margin: 0 0 1.0rem;
        }
      }
    }
  }
}
*/
/*
#pageup { // ページアップ単体
  display: none;
  position: fixed;
  bottom: 1.0rem;
  right: 1.0rem;
  z-index: 1;
  a {
    display: block;
    width: 5.0rem;
    height: 5.0rem;
    font-size: 1.6rem;
    text-align: center;
    padding: .4rem;
    background: #e5bc53;
    border-radius: 50%;
    &::before {
      text-align: center;
      font-size: 3.6rem;
      font-family: 'fontello';
      content: '\e812';
      color: #fff;
    }
    span {
      display: none;
    }
  }
}
@include var.pc {
  #pageup {
    a {
      width: 6.4rem;
      height: 6.4rem;
      &::before {
        font-size: 5.0rem;
      }
    }
  }
}
*/
.tel_up {
  width: 100%;
  background: #819CB2;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  padding: 0 4rem 0 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;
  z-index: 100;
}
.tel_up .telephone > span,
.tel_up .telephone > a,
.tel_up .reserve {
  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: 100%;
  min-height: 4rem;
  font-size: 1.3rem;
  line-height: 1;
  background: #0d5181;
  color: #fff;
  padding: 0.6em 0.3em;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  height: 100%;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-family: "fontello";
  content: "\e932";
  display: inline-block;
  color: #fff;
  margin-right: 0.1em;
  font-size: 90%;
  position: relative;
  top: 0.05em;
  font-weight: normal;
}
.tel_up .telephone {
  width: 50%;
}
.tel_up .reserve {
  width: 50%;
  background: #2A6894;
}
.tel_up .reserve::before {
  font-family: "fontello";
  content: "\e92c";
  display: inline-block;
  color: #fff;
  margin-right: 0.3em;
  font-size: 90%;
  position: relative;
  top: 0.05em;
  font-weight: normal;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  margin: 0;
  background: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1rem;
  color: #39678c;
  font-family: "fontello";
  content: "\e92a";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
    border: none;
  }
  .tel_up .telephone,
  .tel_up .reserve {
    display: none;
  }
  .tel_up .pageup a {
    width: 6.6rem;
    height: 6.6rem;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tel_up .pageup a::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.8rem;
  }
  .tel_up .pageup a:hover, .tel_up .pageup a:focus {
    opacity: 1;
    background: #39678c;
  }
  .tel_up .pageup a:hover::before, .tel_up .pageup a:focus::before {
    top: 44%;
    color: #fff;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #243f56;
  color: #A4B1BC;
  border: 0.1rem solid #375268;
}
.footer .policy {
  display: none;
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3.5rem 0;
    background: #243f56;
    color: #A4B1BC;
    border: 0.1rem solid #375268;
  }
  .footer .flex_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;
    width: 1200px;
    margin: 0 auto;
  }
  .footer .policy {
    display: block;
    font-size: 1.6rem;
  }
  .footer .copy {
    font-size: 1.4rem;
  }
  .footer {
    /*ul {
      color: #fff;
      display: block;
      text-align: center;
      margin: 0 0 3.0rem;
      &.subnav:last-of-type {
        margin: 0 0 11.0rem;
      }
      li {
        display: inline-block;
        font-size: 1.4rem;
        &:not(:last-child)::after {
          content: '|';
          margin: 0 1.0rem;
        }
        a {
          opacity: 1.0;
          &:hover,
          &:focus {
            text-decoration: underline;
          }
        }
        &.treatment {
          display: none;
        }
      }
    } */
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}
.index .header {
  position: fixed;
}

@media screen and (min-width: 48em), print {
  .index main {
    background: url(../img/bg_circle_01.jpg) no-repeat top 28rem left calc(50% - 12rem)/54.6rem auto, url(../img/bg_circle_02.jpg) no-repeat top 85rem right calc(50% - 39rem)/45rem auto, url(../img/bg_circle_03.jpg) no-repeat top 109rem right calc(50% + 15rem)/53rem auto;
  }
  .index main .wrap {
    padding: 10rem 0;
  }
  .index .header {
    position: fixed;
  }
}
.tit_02_index_01 {
  text-align: center;
  font-size: 2.1rem;
  color: #0d5181;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 2rem;
}
.tit_02_index_01 .tit_jp {
  display: block;
}
.tit_02_index_01 .tit_en {
  font-size: 50%;
  display: block;
  font-family: "Marcellus", serif;
  font-weight: 400;
  margin-top: 1em;
}

@media screen and (min-width: 48em), print {
  .tit_02_index_01 {
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
}
.index .wrapper_keyvsl {
  margin-top: 0;
  line-height: 1.4;
  position: relative;
  padding-bottom: 3rem;
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}
.index .wrapper_keyvsl .slick-slide {
  width: 100%;
  height: 41rem;
  overflow: hidden;
  position: relative;
}
.index .wrapper_keyvsl .slick-slide::before {
  content: "";
  display: block;
  background: url(../img/keyvsl_01.jpg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(100%) translate(-50%, -50%);
          transform: scale(100%) translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 8s ease-in-out;
  transition: 8s ease-in-out;
}
.index .wrapper_keyvsl .slick-slide.keyvsl_01::before {
  background-position: center center;
}
.index .wrapper_keyvsl .slick-slide.keyvsl_02::before {
  background-image: url(../img/keyvsl_02.jpg);
  background-position: center center;
}
.index .wrapper_keyvsl .slick-slide.keyvsl_03::before {
  background-image: url(../img/keyvsl_03.jpg);
}
.index .wrapper_keyvsl .slick-slide.keyvsl_04::before {
  background-image: url(../img/keyvsl_04.jpg);
  background-position: right -14rem center;
}
.index .wrapper_keyvsl .slick-slide.add-animation::before {
  -webkit-transform: scale(108%) translate(-50%, -50%);
          transform: scale(108%) translate(-50%, -50%);
}
.index .wrapper_keyvsl .catch_keyvsl {
  /* &::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    filter: blur(.5rem);
  } */
  line-height: 1.4;
  text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff;
  position: absolute;
  top: 29rem;
  left: 2rem;
  color: #0d5181;
  font-size: 1.9rem;
  opacity: 0;
  -webkit-transform: translateY(0.6em);
          transform: translateY(0.6em);
  -webkit-transition: opacity 1.2s 0.5s, -webkit-transform 1.2s 0.5s;
  transition: opacity 1.2s 0.5s, -webkit-transform 1.2s 0.5s;
  transition: transform 1.2s 0.5s, opacity 1.2s 0.5s;
  transition: transform 1.2s 0.5s, opacity 1.2s 0.5s, -webkit-transform 1.2s 0.5s;
}
.index .wrapper_keyvsl .catch_keyvsl .jp_catch_keyvsl {
  position: relative;
}
.index .wrapper_keyvsl .catch_keyvsl .en_catch_keyvsl {
  position: relative;
  line-height: 1;
  display: block;
  font-family: "Marcellus", serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 0.8;
  color: #0D6FB8;
  margin-top: 1.1em;
}
.index .wrapper_keyvsl .box_keyvsl {
  background: #3a87c0;
  color: #fff;
  /* position: absolute;
  bottom: 1rem;
  left: 1rem; */
  position: relative;
  border: 0.1rem solid #2E83C3;
  border-radius: 0.4rem;
  padding: 0.9rem 0.8rem;
  margin: 1rem auto 0;
  width: calc(100% - 2rem);
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: opacity 1.2s 0.8s, -webkit-transform 1.2s 0.8s;
  transition: opacity 1.2s 0.8s, -webkit-transform 1.2s 0.8s;
  transition: transform 1.2s 0.8s, opacity 1.2s 0.8s;
  transition: transform 1.2s 0.8s, opacity 1.2s 0.8s, -webkit-transform 1.2s 0.8s;
}
.index .wrapper_keyvsl .box_keyvsl .tit {
  font-family: "Marcellus", serif;
  font-weight: 400;
  /*position: absolute;
  top: .9em;
  left: .9em;*/
  line-height: 1;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  padding-bottom: 0.2em;
  margin-bottom: 0.6em;
  display: inline-block;
  position: relative;
}
.index .wrapper_keyvsl .box_keyvsl .tit::before {
  content: "";
  display: block;
  background: #63AADE;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .wrapper_keyvsl .box_keyvsl ul > li {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  margin-top: 0.8em;
}
.index .wrapper_keyvsl .box_keyvsl ul > li::before {
  font-family: "fontello";
  content: "\e92e";
  padding-right: 0.5em;
}
.index .wrapper_keyvsl .box_keyvsl ul > li:first-child {
  margin-top: 0;
}
.index .wrapper_keyvsl .box_keyvsl ul > li.keyvsl_address::before {
  content: "\e92e";
}
.index .wrapper_keyvsl .box_keyvsl ul > li.keyvsl_access::before {
  content: "\e929";
}
.index .wrapper_keyvsl .box_keyvsl ul > li.keyvsl_parking::before {
  content: "\e92d";
}
.index.loaded .wrapper_keyvsl {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.index.loaded .wrapper_keyvsl .catch_keyvsl {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.index.loaded .wrapper_keyvsl .box_keyvsl {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    background: none;
    padding: 0;
    position: relative;
    margin: 0 auto 0;
    max-width: 160rem;
  }
  .index .wrapper_keyvsl .slick-slide {
    width: 100%;
    height: 85rem;
  }
  .index .wrapper_keyvsl .slick-slide::before {
    background: url(../img/keyvsl_01.jpg) no-repeat center center/cover;
  }
  .index .wrapper_keyvsl .slick-slide.keyvsl_01::before {
    background-position: center center;
  }
  .index .wrapper_keyvsl .slick-slide.keyvsl_02::before {
    background-position: center center;
  }
  .index .wrapper_keyvsl .slick-slide.keyvsl_03::before {
    background-position: center center;
  }
  .index .wrapper_keyvsl .slick-slide.keyvsl_04::before {
    background-position: center center;
  }
  .index .wrapper_keyvsl .catch_keyvsl {
    font-size: 4rem;
    top: 22rem;
    left: calc(50% - 55rem);
  }
  .index .wrapper_keyvsl .catch_keyvsl .en_catch_keyvsl {
    font-size: 50%;
  }
  .index .wrapper_keyvsl .box_keyvsl {
    border-radius: 0.6rem;
    margin: 0;
    position: absolute;
    top: 45.5rem;
    left: calc(50% - 55rem);
    width: auto;
    min-width: 43rem;
    padding: 2.2rem 2rem 2.2rem 6rem;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  .index .wrapper_keyvsl .box_keyvsl::before {
    content: "";
    display: block;
    height: 100%;
    width: 0.1rem;
    position: absolute;
    top: 0;
    left: 4.3rem;
    background: #63AADE;
  }
  .index .wrapper_keyvsl .box_keyvsl .tit {
    font-size: 1.5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 0.9em;
    left: 0.9em;
    margin: 0;
    padding: 0;
  }
  .index .wrapper_keyvsl .box_keyvsl .tit::before {
    display: none;
    content: none;
  }
  .index .wrapper_keyvsl .box_keyvsl ul > li {
    font-size: 1.6rem;
  }
}
main .wrapper_news {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: opacity 0.8s 1.2s, -webkit-transform 0.8s 1.2s;
  transition: opacity 0.8s 1.2s, -webkit-transform 0.8s 1.2s;
  transition: opacity 0.8s 1.2s, transform 0.8s 1.2s;
  transition: opacity 0.8s 1.2s, transform 0.8s 1.2s, -webkit-transform 0.8s 1.2s;
}
main .wrapper_news.loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .wrapper_news .wrap {
  padding-top: 0;
  padding-bottom: 1rem;
}
main .wrapper_news .wrap .box_news .tit_02_news {
  text-align: center;
  font-size: 1.5rem;
  color: #0d5181;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0.5rem;
  background: #F5F8F9;
  border-radius: 0.3rem;
  padding: 2rem;
}
main .wrapper_news .wrap .box_news .tit_02_news .tit_en {
  font-size: 166%;
  display: block;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.43em;
  line-height: 0.8;
}
main .wrapper_news .wrap .box_news dl {
  margin: 0 0 0;
  line-height: 1.4;
  padding: 0 0.6rem 1.5rem 0;
  width: 100%;
  position: relative;
}
main .wrapper_news .wrap .box_news dl dt {
  padding-top: 1.5rem;
  padding-left: 2.1em;
  margin: 1.5rem 0 0;
  font-size: 1.3rem;
  color: #25507B;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-top: #E4E8EA solid 1px;
  font-weight: 500;
  letter-spacing: 0;
}
main .wrapper_news .wrap .box_news dl dt:first-child {
  border: none;
  margin-top: 0;
}
main .wrapper_news .wrap .box_news dl dt::before {
  font-family: "fontello";
  content: "\e80a";
  display: block;
  position: absolute;
  top: 0.9em;
  left: 0;
  font-weight: normal;
  line-height: 1;
  color: #2A6894;
  font-size: 137%;
  -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_news .wrap .box_news dl dt.open::before {
  -webkit-transform: rotate(180deg) translateY(0.05em);
          transform: rotate(180deg) translateY(0.05em);
}
main .wrapper_news .wrap .box_news dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap .box_news dl dd {
  margin: 0.55em 0 0;
  font-size: 1.3rem;
  word-wrap: break-word;
  letter-spacing: 0;
}
main .wrapper_news .wrap .box_news dl dd a {
  color: #0d5181;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news {
    margin-top: -21rem;
    background: none;
  }
  main .wrapper_news .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  main .wrapper_news .wrap .box_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0.6rem;
    background: #fff;
    -webkit-box-shadow: 0.5rem 0.9rem 2rem #D9E0E6;
            box-shadow: 0.5rem 0.9rem 2rem #D9E0E6;
    padding: 1rem 2rem 1rem 1rem;
    width: 110rem;
    margin: 0 auto;
  }
  main .wrapper_news .wrap .box_news .tit_02_news {
    margin: 0 5rem 0 0;
    padding-top: 6rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 19rem;
    border-radius: 0.4rem;
    font-size: 1.8rem;
  }
  main .wrapper_news .wrap .box_news dl {
    padding: 0 4.2rem 2rem 0;
    margin: 0;
    max-height: 31rem;
    overflow-y: scroll;
  }
  main .wrapper_news .wrap .box_news dl dt {
    font-size: 1.6rem;
    margin-top: 1.8rem;
    padding-top: 1.8rem;
    padding-left: 3.8rem;
  }
  main .wrapper_news .wrap .box_news dl dt::before {
    left: 0.5rem;
  }
  main .wrapper_news .wrap .box_news dl dt:first-child {
    margin-top: 0;
  }
  main .wrapper_news .wrap .box_news dl dd {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 0.5rem;
  }
}
main .wrapper_about {
  background: url(../img/bg_circle_01.jpg) no-repeat top 3rem left -1.5rem/27rem auto;
  position: relative;
}
main .wrapper_about::before {
  content: "";
  display: block;
  background: url(../img/bg_circle_02.jpg) no-repeat center right -8rem/contain;
  width: 27rem;
  height: 27rem;
  position: absolute;
  bottom: -11rem;
  right: 0;
}
main .wrapper_about .wrap {
  position: relative;
}
main .wrapper_about .wrap .tit_02_about {
  text-align: center;
  font-size: 3.1rem;
  color: #0d5181;
  line-height: 1.3;
  margin-bottom: 2rem;
}
main .wrapper_about .wrap .tit_02_about .tit_en {
  display: block;
  font-family: "Marcellus", serif;
  letter-spacing: 0.03em;
  line-height: 0.8;
  opacity: 0;
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  -webkit-transition: 1s;
  transition: 1s;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
main .wrapper_about .wrap .tit_02_about .tit_jp {
  display: block;
  margin-top: 1em;
  font-size: 26%;
  opacity: 0;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
  -webkit-transition: 1s;
  transition: 1s;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  letter-spacing: 0;
}
main .wrapper_about .wrap .catch {
  color: #0d5181;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1.4em;
  font-size: 1.5rem;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: 0.9s 0.2s;
  transition: 0.9s 0.2s;
}
main .wrapper_about .wrap .catch > span {
  display: inline-block;
  text-align: left;
}
main .wrapper_about .wrap .text {
  line-height: 1.8;
  margin-bottom: 1em;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: 0.9s 0.4s;
  transition: 0.9s 0.4s;
  font-size: 1.3rem;
}
main .wrapper_about .wrap .btns_about > li {
  margin: 1rem auto 0;
  width: 90%;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: 0.9s 0.6s;
  transition: 0.9s 0.6s;
}
main .wrapper_about .wrap .btns_about > li:first-child {
  margin-top: 0;
}
main .wrapper_about .wrap .btns_about > li:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
main .wrapper_about .wrap .btns_about > li a {
  display: block;
  background: #0B578D;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 1em 0.5em;
  position: relative;
}
main .wrapper_about .wrap .btns_about > li a::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #f67e59;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25em;
  width: 0.5em;
  height: 0.5em;
}
main .wrapper_about.is_trigger_on .wrap .tit_02_about .tit_en {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
main .wrapper_about.is_trigger_on .wrap .tit_02_about .tit_jp {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
main .wrapper_about.is_trigger_on .wrap .catch {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .wrapper_about.is_trigger_on .wrap .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .wrapper_about.is_trigger_on .wrap .btns_about > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_about {
    background: none;
    overflow: hidden;
  }
  main .wrapper_about::before {
    content: none;
    display: none;
  }
  main .wrapper_about .wrap {
    padding-top: 12rem;
    padding-bottom: 9rem;
  }
  main .wrapper_about .wrap .about_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_about .wrap .about_flex > div {
    width: 44rem;
  }
  main .wrapper_about .wrap .about_flex > div:nth-child(2) {
    width: 59rem;
  }
  main .wrapper_about .wrap .tit_02_about {
    font-size: 9rem;
    margin-bottom: 3.5rem;
    text-align: left;
    -webkit-transform: translateX(-3.5rem);
            transform: translateX(-3.5rem);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  main .wrapper_about .wrap .tit_02_about .tit_jp {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  main .wrapper_about .wrap .tit_02_about .tit_en {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  main .wrapper_about .wrap .catch {
    margin: 0;
    font-size: 2.8rem;
    -webkit-transform: translateX(2.5rem);
            transform: translateX(2.5rem);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  main .wrapper_about .wrap .text {
    line-height: 2.25;
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    -webkit-transition: 0.8s 0.2s;
    transition: 0.8s 0.2s;
  }
  main .wrapper_about .wrap .btns_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1.5rem;
  }
  main .wrapper_about .wrap .btns_about > li {
    margin: 0;
    -webkit-transition: 0.8s 0.4s;
    transition: 0.8s 0.4s;
  }
  main .wrapper_about .wrap .btns_about > li:nth-child(2) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  main .wrapper_about .wrap .btns_about > li a {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    font-size: 1.6rem;
    width: 28rem;
  }
  main .wrapper_about .wrap .btns_about > li a:hover, main .wrapper_about .wrap .btns_about > li a:focus {
    opacity: 1;
    background: #3684bb;
  }
  main .wrapper_about.is_trigger_on .wrap .tit_02_about {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes sliderAnimation {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes sliderAnimation {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
main .slider_index {
  overflow: hidden;
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}
main .autoplay-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: 55s linear infinite sliderAnimation;
          animation: 55s linear infinite sliderAnimation;
}
main .slide {
  width: 13.5rem;
  height: 8rem;
  background: url(../img/index_slide_01.jpg) no-repeat center center/cover;
  margin: 0 0.5rem;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
main .slide.slide_02 {
  background-image: url(../img/index_slide_02.jpg);
}
main .slide.slide_03 {
  background-image: url(../img/index_slide_03.jpg);
}
main .slide.slide_04 {
  background-image: url(../img/index_slide_04.jpg);
}
main .slide.slide_05 {
  background-image: url(../img/index_slide_05.jpg);
}
main .slide.slide_06 {
  background-image: url(../img/index_slide_06.jpg);
}
main .slide.slide_07 {
  background-image: url(../img/index_slide_07.jpg);
}
@media screen and (min-width: 48em), print {
  main .slider_index {
    padding: 0;
  }
  main .slide {
    width: 54rem;
    height: 32rem;
    margin: 0 0.6rem;
    border-radius: 0.6rem;
    overflow: hidden;
  }
}
main .wrapper_greeting {
  position: relative;
  overflow: hidden;
}
main .wrapper_greeting::before {
  content: "";
  display: block;
  width: 26.3rem;
  height: 29.9rem;
  position: absolute;
  top: 15.7rem;
  right: 0;
  background: url(../img/greeting_image.jpg) no-repeat center center/cover;
  z-index: -1;
  opacity: 0.25;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-filter: blur(0.3rem);
          filter: blur(0.3rem);
  -webkit-transition: 0.7s 0.3s;
  transition: 0.7s 0.3s;
}
main .wrapper_greeting .wrap .tit_02_greeting {
  text-align: center;
  font-size: 3.1rem;
  color: #0d5181;
  line-height: 1.3;
  margin-bottom: 2rem;
}
main .wrapper_greeting .wrap .tit_02_greeting .tit_en {
  display: block;
  font-family: "Marcellus", serif;
  letter-spacing: 0.03em;
  line-height: 0.8;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  opacity: 0;
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  -webkit-transition: 1s;
  transition: 1s;
}
main .wrapper_greeting .wrap .tit_02_greeting .tit_jp {
  display: block;
  margin-top: 1em;
  font-size: 26%;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  opacity: 0;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
  -webkit-transition: 1s;
  transition: 1s;
}
main .wrapper_greeting .wrap .catch {
  color: #0d5181;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.09em;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: 0.9s 0.2s;
  transition: 0.9s 0.2s;
  /*> span {
    display: inline-block;
    text-align: left;
  }*/
}
main .wrapper_greeting .wrap .text {
  line-height: 1.9;
  margin-bottom: 1em;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: 0.9s 0.5s;
  transition: 0.9s 0.5s;
  font-size: 1.3rem;
}
main .wrapper_greeting .wrap .name_chairman {
  text-align: right;
  margin-bottom: 1.6em;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: 0.9s 0.5s;
  transition: 0.9s 0.5s;
}
main .wrapper_greeting .wrap .name_chairman .name {
  font-weight: 500;
}
main .wrapper_greeting .wrap .btns_greeting > li {
  margin: 1rem auto 0;
  width: 90%;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: 0.9s 0.7s;
  transition: 0.9s 0.7s;
}
main .wrapper_greeting .wrap .btns_greeting > li:first-child {
  margin-top: 0;
}
main .wrapper_greeting .wrap .btns_greeting > li a {
  display: block;
  background: #0B578D;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 1em 0.5em;
  position: relative;
}
main .wrapper_greeting .wrap .btns_greeting > li a::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #f67e59;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25em;
  width: 0.5em;
  height: 0.5em;
}
main .wrapper_greeting.is_trigger_on::before {
  -webkit-transform: none;
          transform: none;
  opacity: 0.25;
  -webkit-filter: blur(0);
          filter: blur(0);
}
main .wrapper_greeting.is_trigger_on .wrap .tit_02_greeting .tit_en {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
main .wrapper_greeting.is_trigger_on .wrap .tit_02_greeting .tit_jp {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
main .wrapper_greeting.is_trigger_on .wrap .catch {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .wrapper_greeting.is_trigger_on .wrap .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .wrapper_greeting.is_trigger_on .wrap .name_chairman {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .wrapper_greeting.is_trigger_on .wrap .btns_greeting > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting::before {
    width: 42rem;
    height: 46rem;
    left: auto;
    right: calc(50% - 60rem);
    top: 17rem;
    opacity: 0;
    -webkit-transform: translate(1rem, 1rem);
            transform: translate(1rem, 1rem);
    opacity: 0.7;
    -webkit-filter: blur(0.5rem);
            filter: blur(0.5rem);
    -webkit-transition: 0.8s 0.6s;
    transition: 0.8s 0.6s;
  }
  main .wrapper_greeting .wrap {
    padding-top: 21rem;
    padding-left: 32rem;
    padding-right: 50rem;
    padding-bottom: 15rem;
  }
  main .wrapper_greeting .wrap .tit_02_greeting {
    font-size: 7rem;
    margin: 0;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    position: absolute;
    top: 14rem;
    left: calc(50% - 55rem);
    text-align: left;
    opacity: 0;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  main .wrapper_greeting .wrap .tit_02_greeting .tit_en {
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  main .wrapper_greeting .wrap .tit_02_greeting .tit_jp {
    margin: 0 0 0 1em;
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  main .wrapper_greeting .wrap .catch {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0;
    font-size: 3rem;
    text-align: left;
    position: absolute;
    top: 16rem;
    left: calc(50% - 42rem);
    text-indent: 0.6em;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  main .wrapper_greeting .wrap .text {
    line-height: 2.25;
    margin-bottom: 1.2rem;
    text-shadow: none;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: 0.8s 0.2s;
    transition: 0.8s 0.2s;
    font-size: 1.6rem;
  }
  main .wrapper_greeting .wrap .name_chairman {
    text-shadow: none;
    margin-bottom: 3.4rem;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: 0.8s 0.2s;
    transition: 0.8s 0.2s;
  }
  main .wrapper_greeting .wrap .btns_greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main .wrapper_greeting .wrap .btns_greeting > li {
    margin: 0;
    width: auto;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: 0.8s 0.4s;
    transition: 0.8s 0.4s;
  }
  main .wrapper_greeting .wrap .btns_greeting > li a {
    padding: 1em 0.5em;
    text-align: center;
    width: 28rem;
    font-size: 1.6rem;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  main .wrapper_greeting .wrap .btns_greeting > li a:hover, main .wrapper_greeting .wrap .btns_greeting > li a:focus {
    opacity: 1;
    background: #3684bb;
  }
  main .wrapper_greeting.is_trigger_on::before {
    opacity: 1;
  }
  main .wrapper_greeting.is_trigger_on .wrap .tit_02_greeting {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
main .wrapper_clinic_information {
  position: relative;
}
main .wrapper_clinic_information::before {
  content: "";
  display: block;
  background: #f3f3f2;
  height: 100%;
  width: calc(100% - 4rem);
  position: absolute;
  right: 0;
  top: 0;
}
main .wrapper_clinic_information .wrap {
  position: relative;
}
main .wrapper_clinic_information .wrap .tit_02_index_01 .tit_jp {
  opacity: 0;
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  -webkit-transition: 1s;
  transition: 1s;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
main .wrapper_clinic_information .wrap .tit_02_index_01 .tit_en {
  opacity: 0;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
  -webkit-transition: 1s;
  transition: 1s;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
main .wrapper_clinic_information .wrap .list_clinic_information {
  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;
  padding: 0 0.6rem;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li {
  margin-top: 1.6rem;
  text-align: center;
  line-height: 1.3;
  position: relative;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:first-child {
  margin-top: 0;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li a {
  display: block;
  font-weight: 500;
  -webkit-box-shadow: 0.05rem 0.09rem 1rem #D2DBE3, 0.05rem 0.09rem 1rem #D2DBE3;
          box-shadow: 0.05rem 0.09rem 1rem #D2DBE3, 0.05rem 0.09rem 1rem #D2DBE3;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li a > span {
  position: relative;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li a > span::after {
  content: "English";
  display: block;
  font-size: 70%;
  margin-top: 0.57em;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) {
  width: 100%;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a {
  font-size: 1.6rem;
  padding: 2.3rem 1rem;
  letter-spacing: 0.06em;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a::before {
  content: "";
  display: block;
  background: url(../img/clinic_information_orthopedics.jpg) no-repeat center center/cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a > span {
  color: #fff;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a > span::after {
  font-size: 64%;
  letter-spacing: 0.06em;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2).li_orthopedics a::before {
  background-image: url(../img/clinic_information_orthopedics.jpg);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2).li_orthopedics a > span::after {
  content: "Orthopedics";
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2).li_rehabilitation a::before {
  background-image: url(../img/clinic_information_rehabilitation.jpg);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2).li_rehabilitation a > span::after {
  content: "Rehabilitation";
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) {
  width: calc(50% - 0.8rem);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a {
  padding: 1rem 0.5rem;
  font-size: 1.3rem;
  background: #fff;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a > span {
  color: #0d5181;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a > span::before {
  content: "";
  display: block;
  background: url(../img/clinic_information_osteoarthritis.svg) no-repeat center center/contain;
  margin: 0 auto 0.9rem;
  width: 8rem;
  height: 8rem;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.osteoarthritis > span::before {
  background-image: url(../img/clinic_information_osteoarthritis.svg);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.osteoarthritis > span::after {
  content: "Osteoarthritis";
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.sports > span::before {
  background-image: url(../img/clinic_information_sports.svg);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.sports > span::after {
  content: "Sports";
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.spine > span::before {
  background-image: url(../img/clinic_information_spine.svg);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.spine > span::after {
  content: "Spine";
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.rheumatoid_arthritis > span::before {
  background-image: url(../img/clinic_information_rheumatoid_arthritis.svg);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.rheumatoid_arthritis > span::after {
  content: "Rheumatoid Arthritis";
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.osteoporosis > span::before {
  background-image: url(../img/clinic_information_osteoporosis.svg);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.osteoporosis > span::after {
  content: "Osteoporosis";
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.pain_clinic > span::before {
  background-image: url(../img/clinic_information_pain_clinic.svg);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.pain_clinic > span::after {
  content: "Pain Clinic";
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.traffic_industrial_accident > span::before {
  background-image: url(../img/clinic_information_traffic_industrial_accident.svg);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.traffic_industrial_accident > span::after {
  content: "Traffic & IndustrialAccident";
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.other > span::before {
  background-image: url(../img/clinic_information_other.svg);
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a.other > span::after {
  content: "Other";
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(10) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(11) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
main .wrapper_clinic_information .wrap .list_clinic_information.is_trigger_on > li {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
main .wrapper_clinic_information.is_trigger_on .wrap .tit_02_index_01 .tit_jp {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
main .wrapper_clinic_information.is_trigger_on .wrap .tit_02_index_01 .tit_en {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 48em), print {
  main .wrapper_clinic_information {
    background: none;
  }
  main .wrapper_clinic_information::before {
    content: "";
    display: block;
    background: #f3f3f2;
    height: calc(100% + 17rem);
    width: calc(50% + 52rem);
    position: absolute;
    right: 0;
    top: 0;
  }
  main .wrapper_clinic_information .wrap .tit_02_index_01 .tit_jp {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
  main .wrapper_clinic_information .wrap .tit_02_index_01 .tit_en {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
  main .wrapper_clinic_information .wrap .list_clinic_information {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li {
    margin: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li a {
    border-radius: 0.6rem;
    -webkit-box-shadow: 0.1rem 0.17rem 2rem #D2DBE3, 0.1rem 0.17rem 2rem #D2DBE3;
            box-shadow: 0.1rem 0.17rem 2rem #D2DBE3, 0.1rem 0.17rem 2rem #D2DBE3;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) {
    width: calc(50% - 1rem);
    margin-top: 0;
    margin-bottom: 4rem;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a {
    font-size: 2.8rem;
    padding: 10rem 0;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a > span {
    z-index: 1;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a::before {
    -webkit-transition: 1.1s;
    transition: 1.1s;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a::after {
    content: "";
    display: block;
    width: 0;
    height: 11rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.43s;
    transition: 0.43s;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a:hover, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a:focus {
    opacity: 1;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a:hover::before, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a:focus::before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a:hover::after, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a:focus::after {
    width: 100%;
    right: auto;
    left: 0;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a:hover > span, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(-n+2) a:focus > span {
    color: #0d5181;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(2) {
    margin-left: 2rem;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) {
    width: 26rem;
    margin-top: 2.4rem;
    margin-right: 2rem;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a {
    font-size: 2rem;
    padding: 14rem 0.5rem 3rem;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a::before, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    right: -45%;
    bottom: 0;
    background: #0d5181;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: skew(-45deg);
            transform: skew(-45deg);
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a::before {
    -webkit-transition: 0.4s 0.09s;
    transition: 0.4s 0.09s;
    background: #43647f;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a > span {
    z-index: 1;
    -webkit-transition: 0.3s 0.1s;
    transition: 0.3s 0.1s;
    display: block;
    width: 100%;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a > span::before {
    width: 10.6rem;
    height: 10.6rem;
    position: absolute;
    margin: 0;
    top: -6rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.5s cubic-bezier(0.17, 0.88, 0.32, 1.27);
    transition: 0.5s cubic-bezier(0.17, 0.88, 0.32, 1.27);
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:hover, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:focus {
    opacity: 1;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:hover > span, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:focus > span {
    color: #fff;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:hover > span::before, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:focus > span::before {
    -webkit-transform: translate(-50%, calc(-50% - 0.8rem));
            transform: translate(-50%, calc(-50% - 0.8rem));
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:hover::before, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:hover::after, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:focus::before, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:focus::after {
    width: 190%;
    left: -45%;
    top: 0;
    right: auto;
    bottom: auto;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:hover::before, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:focus::before {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:hover::after, main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(n+3) a:focus::after {
    -webkit-transition: 0.4s 0.15s;
    transition: 0.4s 0.15s;
  }
  main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(3), main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(4), main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(5), main .wrapper_clinic_information .wrap .list_clinic_information > li:nth-child(6) {
    margin-top: 0;
  }
}
main .wrapper_painful_area {
  background: url(../img/painful_area_figure_sp.svg) no-repeat left -9.5rem top 11rem/34rem auto;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
main .wrapper_painful_area .wrap .tit_02_index_01 .tit_jp {
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  -webkit-transition: 1s;
  transition: 1s;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
main .wrapper_painful_area .wrap .tit_02_index_01 .tit_en {
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
  -webkit-transition: 1s;
  transition: 1s;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
main .wrapper_painful_area .wrap .list_painful_area {
  padding-left: 47%;
}
main .wrapper_painful_area .wrap .list_painful_area > li {
  margin-top: 1rem;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
}
main .wrapper_painful_area .wrap .list_painful_area > li a {
  display: block;
  color: #0d5181;
  background: #fff;
  letter-spacing: 0.03em;
  border: 0.1rem solid #A2C7E2;
  border-radius: 0.2rem;
  padding: 0.58em 0.5em;
  line-height: 1.2;
  text-align: center;
  font-size: 1.4rem;
}
main .wrapper_painful_area .wrap .list_painful_area > li:first-child {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
main .wrapper_painful_area .wrap .list_painful_area.is_trigger_on > li {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
main .wrapper_painful_area.is_trigger_on {
  opacity: 1;
}
main .wrapper_painful_area.is_trigger_on .wrap .tit_02_index_01 .tit_jp {
  -webkit-transform: none;
          transform: none;
}
main .wrapper_painful_area.is_trigger_on .wrap .tit_02_index_01 .tit_en {
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 48em), print {
  main .wrapper_painful_area {
    background: none;
  }
  main .wrapper_painful_area .wrap {
    min-height: 95rem;
    padding-top: 9rem;
    background: #fff url(../img/painful_area_figure_pc.svg) no-repeat center top 21.8rem/60.4rem auto;
  }
  main .wrapper_painful_area .wrap .tit_02_index_01 {
    margin-bottom: 4rem;
  }
  main .wrapper_painful_area .wrap .tit_02_index_01 .tit_jp {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
  main .wrapper_painful_area .wrap .tit_02_index_01 .tit_en {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
  main .wrapper_painful_area .wrap .list_painful_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    width: 104.4rem;
    margin: 0 auto 0;
    padding-top: 12.6rem;
    padding-bottom: 16.5rem;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li {
    margin-top: 3.8rem;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(-n+2) {
    margin-top: 0;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(2), main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(8) {
    margin-left: 60rem;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(4), main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(6) {
    margin-left: 64.2rem;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li a {
    border-radius: 0.4rem;
    font-size: 2.4rem;
    width: 20rem;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li a::before {
    /*content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left center;
    transition: .3s;
    background: var.$clr_blue_21;
    */
  }
  main .wrapper_painful_area .wrap .list_painful_area > li a > span {
    position: relative;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li a::after {
    content: "";
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    position: absolute;
    background: url(../img/painful_area_icon_point.svg) no-repeat center/contain;
    border: 0.4rem solid rgba(239, 156, 98, 0.5);
    border-radius: 50%;
    /*background: var.$clr_orange_03;
    border: .4rem solid rgba(var.$clr_orange_03, $alpha: .5);
    transition: .3s;
    border-radius: 50%;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li a:hover, main .wrapper_painful_area .wrap .list_painful_area > li a:focus {
    opacity: 1;
    color: #fff;
    background: #3684bb;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li a:hover::before, main .wrapper_painful_area .wrap .list_painful_area > li a:focus::before {
    width: 100%;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li a:hover::after, main .wrapper_painful_area .wrap .list_painful_area > li a:focus::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    border-color: rgba(58, 135, 192, 0.7);
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(1) a::after {
    left: 46.6rem;
    top: -2.5rem;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(2) a::after {
    left: -27.2rem;
    top: -1.1rem;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(3) a::after {
    left: 42.1rem;
    top: -3.1rem;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(4) a::after {
    left: -23.6rem;
    top: 5.9rem;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(5) a::after {
    left: 46.2rem;
    top: -7.8rem;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(6) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(6) a::after {
    left: -32.2rem;
    top: -5.1rem;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(7) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(7) a::after {
    left: 44.5rem;
    top: -5.1rem;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(8) {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  main .wrapper_painful_area .wrap .list_painful_area > li:nth-child(8) a::after {
    left: -28.9rem;
    top: 7.7rem;
  }
}
main .wrapper_feature {
  background: url(../img/feature_tit_bg.jpg) no-repeat top center/150% auto;
  overflow: hidden;
  position: relative;
}
main .wrapper_feature .wrap .tit_02_feature {
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 7rem;
}
main .wrapper_feature .wrap .tit_02_feature .tit_en {
  display: block;
  font-size: 3.75em;
  letter-spacing: 0.03em;
  margin-bottom: 0.28em;
  line-height: 0.78;
  font-family: "Marcellus", serif;
  font-weight: 400;
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
main .wrapper_feature .wrap .tit_02_feature .tit_jp {
  display: block;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
main .wrapper_feature .wrap .list_feature > li {
  margin-top: 3.5rem;
  position: relative;
}
main .wrapper_feature .wrap .list_feature > li::before {
  content: "";
  display: block;
  background: url(../img/feature_01.jpg) no-repeat center center/cover;
  width: 26.2rem;
  height: 13.5rem;
  position: absolute;
  right: -1rem;
  border-radius: 0.4rem 0 0 0.4rem;
  top: 5.7rem;
  -webkit-filter: blur(0.3rem);
          filter: blur(0.3rem);
  -webkit-transition: 1.2s 0.3s;
  transition: 1.2s 0.3s;
}
main .wrapper_feature .wrap .list_feature > li:first-child {
  margin-top: 0;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::before {
  right: auto;
  left: -1rem;
  border-radius: 0 0.4rem 0.4rem 0;
}
main .wrapper_feature .wrap .list_feature > li .count_feature {
  position: relative;
  font-family: "Marcellus", serif;
  font-weight: 400;
  color: #429AE2;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
  padding-left: 5.05em;
  line-height: 0.85;
  margin-bottom: 1em;
}
main .wrapper_feature .wrap .list_feature > li .count_feature > span {
  display: inline-block;
}
main .wrapper_feature .wrap .list_feature > li .count_feature::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #429AE2;
  width: 4.444em;
  height: 0.1rem;
}
main .wrapper_feature .wrap .list_feature > li .num {
  position: absolute;
  top: 4.6rem;
  left: 24.3rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  color: #0B578D;
  font-size: 3rem;
  line-height: 0.8;
  letter-spacing: 0;
}
main .wrapper_feature .wrap .list_feature > li .catch {
  position: relative;
  font-weight: 500;
  color: transparent;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 16rem;
  background: -webkit-gradient(linear, left top, right top, from(#1C5C8F), color-stop(47%, #1C5C8F), color-stop(47%, #63AADE), color-stop(53%, #63AADE), color-stop(53%, #1C5C8F));
  background: linear-gradient(to right, #1C5C8F, #1C5C8F 47%, #63AADE 47%, #63AADE 53%, #1C5C8F 53%);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 250% 100%;
  background-position: 100%;
  -webkit-transition: background-position 0.7s linear;
  transition: background-position 0.7s linear;
  letter-spacing: 0;
}
main .wrapper_feature .wrap .list_feature > li .text {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
main .wrapper_feature .wrap .list_feature > li .text .link_feature {
  color: #3684bb;
  text-decoration: underline;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(2n) .num {
  top: 6.4rem;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(2)::before {
  background-image: url(../img/feature_02.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(3)::before {
  background-image: url(../img/feature_03.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(4)::before {
  background-image: url(../img/feature_04.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(5)::before {
  background-image: url(../img/feature_05.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(6)::before {
  background-image: url(../img/feature_06.jpg);
}
main .wrapper_feature .wrap .list_feature > li.is_trigger_on::before {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: none;
          transform: none;
}
main .wrapper_feature .wrap .list_feature > li.is_trigger_on .catch {
  background-position: 0 100%;
}
main .wrapper_feature .wrap .list_feature > li.is_trigger_on .text {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
main .wrapper_feature .wrap .list_feature > li .box_relation {
  background: #ebf3fc;
  padding: 1em;
  margin-top: 1em;
}
main .wrapper_feature .wrap .list_feature > li .box_relation h3 {
  color: #0d5181;
  font-size: 1.6rem;
  margin-bottom: 0.4em;
  line-height: 1.3;
  font-weight: 500;
}
main .wrapper_feature .wrap .list_feature > li .box_relation ul {
  margin: 0 0 0.2em;
  padding: 0;
}
main .wrapper_feature .wrap .list_feature > li .box_relation ul > li {
  padding-left: 1em;
  margin-top: 0.3em;
  position: relative;
}
main .wrapper_feature .wrap .list_feature > li .box_relation ul > li a {
  color: #0d5181;
  text-decoration: underline;
}
main .wrapper_feature .wrap .list_feature > li .box_relation ul > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #426eb4;
  border-radius: 50%;
  position: absolute;
  left: 0.1em;
  top: 0.6em;
}
main .wrapper_feature .wrap .list_feature > li .box_relation ul > li:first-child {
  margin-top: 0;
}
main .wrapper_feature.is_trigger_on .wrap .tit_02_feature .tit_en {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
main .wrapper_feature.is_trigger_on .wrap .tit_02_feature .tit_jp {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature {
    background: url(../img/feature_tit_bg.jpg) no-repeat top center/200rem auto;
    position: relative;
    overflow: hidden;
  }
  main .wrapper_feature::before {
    content: "";
    display: block;
    width: 160rem;
    height: 26rem;
    background: #fff;
    position: absolute;
    top: 36rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main .wrapper_feature .wrap .tit_02_feature {
    font-size: 2.4rem;
    margin-bottom: 24rem;
  }
  main .wrapper_feature .wrap .list_feature > li {
    padding-top: 3.5rem;
    padding-right: 62rem;
    min-height: 30rem;
    margin-top: 7rem;
  }
  main .wrapper_feature .wrap .list_feature > li::before {
    width: 56rem;
    height: 30rem;
    border-radius: 0.8rem 0 0 0.8rem;
    top: 0;
    left: auto;
    right: 0;
    -webkit-filter: blur(0.6rem);
            filter: blur(0.6rem);
    -webkit-transform: translate(3rem, 3rem);
            transform: translate(3rem, 3rem);
  }
  main .wrapper_feature .wrap .list_feature > li:first-child {
    margin-top: 0;
  }
  main .wrapper_feature .wrap .list_feature > li .count_feature {
    margin-bottom: 1.4em;
    font-size: 1.8rem;
  }
  main .wrapper_feature .wrap .list_feature > li .num {
    font-size: 6rem;
    top: -2.5rem;
    left: calc(50% + 6.5rem);
  }
  main .wrapper_feature .wrap .list_feature > li .catch {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
  }
  main .wrapper_feature .wrap .list_feature > li .text {
    font-size: 1.6rem;
    line-height: 2.25;
    padding-left: 2rem;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) {
    padding-left: 64.5rem;
    padding-right: 0;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n)::before {
    left: 0;
    border-radius: 0 0.8rem 0.8rem 0;
    -webkit-transform: translate(-2.5rem, 2.5rem);
            transform: translate(-2.5rem, 2.5rem);
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  main .wrapper_feature .wrap .list_feature > li:nth-child(2n) .num {
    top: -2.5rem;
    left: 2.5rem;
  }
  main .wrapper_feature .wrap .list_feature > li.is_trigger_on::before {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: none;
            transform: none;
  }
  main .wrapper_feature .wrap .list_feature > li .box_relation {
    margin-left: 2rem;
    padding: 1.5em;
  }
  main .wrapper_feature .wrap .list_feature > li .box_relation h3 {
    font-size: 1.9rem;
    margin-bottom: 0.6em;
  }
  main .wrapper_feature .wrap .list_feature > li .box_relation ul > li::before {
    top: 0.7em;
  }
}
body:not(.index) .main > .wrap:first-child {
  padding-top: 3rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding-top: 10rem;
  }
  .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;
  }
}
.gallery {
  width: 70%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #0d5181;
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid #0d5181;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
    max-width: 75%;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_slider .slick-arrow {
    top: 24rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 6rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #0d5181;
  z-index: 5;
  border: none;
}
.slick-arrow::before {
  font-size: 1.2rem;
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:hover, .slick-arrow:focus {
    color: #0d5181;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  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;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #cbcdd6;
  opacity: 1;
  border: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background: #0d5181;
}
.slick-dots li.slick-active button {
  background: #0d5181;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.policy_text {
  margin-bottom: 1em;
}

.policy_tit_02 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

.policy_tit_03 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

.policy_list_ul {
  margin-bottom: 0.9em;
}
.policy_list_ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.policy_list_ol {
  margin-bottom: 0.9em;
}
.policy_list_ol > li {
  text-indent: -1.55em;
  padding-left: 1.55em;
}

.policy_list_ol_02 {
  margin-bottom: 0.9em;
}
.policy_list_ol_02 > li {
  text-indent: -1.45em;
  padding-left: 1.45em;
}

.policy_list_ol_03 {
  margin-bottom: 0.9em;
}
.policy_list_ol_03 > li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.jikan main .gmap {
  height: 25rem;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .jikan main .gmap {
    height: 35rem;
  }
}
.table_crowd {
  border-spacing: 0;
  border: 1px solid #cbcdd6;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin: 0;
}
.table_crowd caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 1.3rem;
}
.table_crowd caption .block_caption_crowd {
  display: inline-block;
  margin: 0.6em 0.7em 0 0;
  padding: 0.1em 1.4em;
  position: relative;
  top: 0.05em;
}
.table_crowd caption .block_caption_crowd:first-child {
  margin-top: 0;
}
.table_crowd caption .block_caption_crowd.block_caption_crowd_01 {
  color: #1fa931;
  background: #DCF5DE;
}
.table_crowd caption .block_caption_crowd.block_caption_crowd_02 {
  color: #ff9800;
  background: #fed8d8;
}
.table_crowd caption .block_caption_crowd.block_caption_crowd_03 {
  color: #f62b60;
  background: rgba(246, 43, 96, 0.3);
}
.table_crowd th, .table_crowd td {
  font-weight: normal;
  border: 1px solid #cbcdd6;
  border-top: none;
  border-left: none;
  padding: 0.4em 0.1em;
  font-size: 1.4rem;
}
.table_crowd th > *:last-child, .table_crowd td > *:last-child {
  margin-bottom: 0;
}
.table_crowd th {
  background: #fff;
}
.table_crowd th.th_ampm {
  width: 14%;
  font-weight: bold;
}
.table_crowd th.th_hour {
  width: 24%;
}
.table_crowd td {
  background: #fff;
  text-align: center;
  font-size: 1.1rem;
  color: #212121;
  font-weight: bold;
}
.table_crowd td.td_01 {
  color: #1fa931;
  background: #DCF5DE;
}
.table_crowd td.td_02 {
  color: #ff9800;
  background: #fed8d8;
}
.table_crowd td.td_03 {
  color: #f62b60;
  background: rgba(246, 43, 96, 0.3);
}
.table_crowd thead th {
  background: #4b87b9;
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .table_crowd caption {
    font-size: 1.7rem;
  }
  .table_crowd th, .table_crowd td {
    font-size: 1.8rem;
    padding: 0.6em 0.1em;
  }
  .table_crowd th.th_ampm {
    width: 10%;
  }
  .table_crowd th.th_hour {
    width: 16%;
  }
  .table_crowd td {
    font-size: 1.5rem;
  }
}
.rehab .imgtxt_rehab,
.rehab .imgtxt_reverse {
  margin-bottom: 2rem;
}
.rehab .imgtxt_rehab .imgtxt_image,
.rehab .imgtxt_reverse .imgtxt_image {
  max-width: 75%;
}
.rehab .imgtxt_rehab .imgtxt_image.rehab_image_heat_therapy,
.rehab .imgtxt_reverse .imgtxt_image.rehab_image_heat_therapy {
  max-width: 90%;
}

@media screen and (min-width: 48em), print {
  .rehab .imgtxt_rehab,
  .rehab .imgtxt_reverse {
    margin-bottom: 2rem;
  }
  .rehab .imgtxt_rehab .imgtxt_image,
  .rehab .imgtxt_reverse .imgtxt_image {
    float: right;
    max-width: 30rem;
  }
  .rehab .imgtxt_rehab .imgtxt_image.rehab_image_heat_therapy,
  .rehab .imgtxt_reverse .imgtxt_image.rehab_image_heat_therapy {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    max-width: 30rem;
  }
}
@-webkit-keyframes sliderAnimation_aboutus {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes sliderAnimation_aboutus {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.aboutus .slider_aboutus {
  overflow: hidden;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}
.aboutus .autoplay-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: 65s linear infinite sliderAnimation_aboutus;
          animation: 65s linear infinite sliderAnimation_aboutus;
}
.aboutus .slide {
  width: 15rem;
  height: 10rem;
  background: url(../img/gallery/clinic_gallery_01.jpg) no-repeat center center/cover;
  margin: 0 0.5rem;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.aboutus .slide.slide_02 {
  background-image: url(../img/gallery/clinic_gallery_02.jpg);
}
.aboutus .slide.slide_03 {
  background-image: url(../img/gallery/clinic_gallery_03.jpg);
}
.aboutus .slide.slide_04 {
  background-image: url(../img/gallery/clinic_gallery_04.jpg);
}
.aboutus .slide.slide_05 {
  background-image: url(../img/gallery/clinic_gallery_05.jpg);
}
.aboutus .slide.slide_06 {
  background-image: url(../img/gallery/clinic_gallery_06.jpg);
}
.aboutus .slide.slide_07 {
  background-image: url(../img/gallery/clinic_gallery_07.jpg);
}
.aboutus .slide.slide_08 {
  background-image: url(../img/gallery/clinic_gallery_08.jpg);
}
.aboutus .slide.slide_09 {
  background-image: url(../img/gallery/clinic_gallery_09.jpg);
}
.aboutus .slide.slide_10 {
  background-image: url(../img/gallery/clinic_gallery_10.jpg);
}
.aboutus .slide.slide_11 {
  background-image: url(../img/gallery/clinic_gallery_11.jpg);
}
.aboutus .slide.slide_12 {
  background-image: url(../img/gallery/clinic_gallery_12.jpg);
}

@media screen and (min-width: 48em), print {
  .aboutus .slider_aboutus {
    padding: 4rem 0;
  }
  .aboutus .slide {
    width: 30rem;
    height: 20rem;
    margin: 0 0.6rem;
    border-radius: 0.6rem;
    overflow: hidden;
  }
}
.seikei .list_seikei_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 1rem;
  background: #ebf3fc;
  border-radius: 1rem;
  margin-top: 2rem;
}
.seikei .list_seikei_category > li {
  width: 48%;
  margin-top: 2.5rem;
}
.seikei .list_seikei_category > li:nth-child(-n+2) {
  margin-top: 0;
}
.seikei .list_seikei_category > li a {
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.seikei .list_seikei_category > li a::before {
  content: "";
  display: block;
  background: url(../img/clinic_information_osteoarthritis.svg) no-repeat center center/contain;
  margin: 0 auto 0.9rem;
  width: 8rem;
  height: 8rem;
}
.seikei .list_seikei_category > li a.osteoarthritis::before {
  background-image: url(../img/clinic_information_osteoarthritis.svg);
}
.seikei .list_seikei_category > li a.sports::before {
  background-image: url(../img/clinic_information_sports.svg);
}
.seikei .list_seikei_category > li a.spine::before {
  background-image: url(../img/clinic_information_spine.svg);
}
.seikei .list_seikei_category > li a.rheumatoid_arthritis::before {
  background-image: url(../img/clinic_information_rheumatoid_arthritis.svg);
}
.seikei .list_seikei_category > li a.osteoporosis::before {
  background-image: url(../img/clinic_information_osteoporosis.svg);
}
.seikei .list_seikei_category > li a.pain_clinic::before {
  background-image: url(../img/clinic_information_pain_clinic.svg);
}
.seikei .list_seikei_category > li a.traffic_industrial_accident::before {
  background-image: url(../img/clinic_information_traffic_industrial_accident.svg);
}
.seikei .list_seikei_category > li a.other::before {
  background-image: url(../img/clinic_information_other.svg);
}

@media screen and (min-width: 48em), print {
  .seikei .list_seikei_category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
    padding: 2rem;
  }
  .seikei .list_seikei_category > li {
    margin-top: 0;
    width: 16rem;
  }
}
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 a {
  color: #0d5181;
}
.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: 1200px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}
/*# sourceMappingURL=style.css.map */