@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&family=Poppins:wght@400;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;
}

.small_price {
  font-size: 63%;
}
@media screen and (min-width: 48em), print {
  .small_price {
    font-size: initial;
  }
}

.small_price2 {
  font-size: 54%;
}
@media screen and (min-width: 48em), print {
  .small_price2 {
    font-size: initial;
  }
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

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

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.sp_n {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
  .ml5_pc {
    margin-left: 1rem;
  }
}
.width20per {
  width: 20% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width80per {
  width: 80% !important;
}

.max_width60per {
  max-width: 60% !important;
}

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

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

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

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  padding: 0.5rem 0.5rem 0;
  line-height: 1.3;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin: 0;
  padding: 0.5rem;
  background: #fff;
  font-size: 90%;
}
.tbl_time caption .line_close {
  display: block;
  margin-top: 0.2em;
}
.tbl_time caption .line_close .caption_close {
  display: inline-block;
  background: #AF3A3A;
  color: #fff;
  padding: 0.3em 0.7em;
  margin-right: 0.5em;
}
.tbl_time caption a {
  color: #A11489;
  text-decoration: underline;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #fff;
  border-bottom: 1px solid #C6C6C6;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #C6C6C6;
  background: #fff;
  padding: 1rem 0;
}
.tbl_time tr th.time .caution_time {
  display: block;
  font-size: 80%;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #C6C6C6;
  line-height: 1;
  color: #124984;
}
.tbl_time tr td.close {
  color: #212121;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    padding: 2.4rem;
    padding-bottom: 0;
  }
  .tbl_time caption {
    padding: 2.4rem;
    padding-top: 1rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.4rem;
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  font-weight: 500;
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
}

.tit_02 {
  color: #0E4076;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  padding-bottom: 0.4em;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "IBM Plex Sans JP", sans-serif;
}
.tit_02::after {
  content: "";
  display: block;
  width: 1.52em;
  height: 0.14em;
  background: #5986B7;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: 0.2em 0.4em 0.2em 0.7em;
  background: #052D57;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "IBM Plex Sans JP", sans-serif;
}
.tit_03::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0.24em;
  top: 0;
  background: #fff;
}

.tit_04 {
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #212121;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding-bottom: 0.2em;
  border-bottom: 3px solid #CACDD2;
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  width: 3em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #052D57;
}

.tit_05 {
  color: #212121;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.4rem;
  padding-left: 1em;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  background: #5986B7;
  height: 0.2em;
  width: 0.54em;
  position: absolute;
  left: 0;
  top: 0.55em;
}

.tit_06 {
  color: #0D4178;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.2rem;
}
.tit_06 > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #CCE2F8));
  background: linear-gradient(transparent 65%, #CCE2F8 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.4;
}

.tit_flow {
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding: 0.5em 0 0.5em 3em;
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #124984;
  position: relative;
}
.tit_flow .num {
  background: #124984;
  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: absolute;
  top: 0;
  left: 0;
  font-size: 146%;
  width: 1.6em;
  height: 1.6em;
  color: #fff;
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 8.2rem 2rem;
    font-size: 4.8rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 8rem 0 3rem;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 7rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 6.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 4rem 0 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 2.8rem 0 1.4rem;
  }
  .tit_flow {
    font-size: 3rem;
    margin: 7rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

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

.text_general {
  margin-bottom: 1.5rem;
}

.text_link_general {
  color: #A11489;
  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_txt :last-child,
.imgtxt_reverse .imgtxt_txt :last-child {
  margin-bottom: 0;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
    margin-top: 3rem;
  }
  .flex2_pc > *:nth-child(n) {
    margin-left: 0;
  }
  .flex2_pc > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex2_pc > *:nth-child(2n) {
    margin-left: 6%;
  }
  .flex3_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 3rem;
  }
  .flex3_pc > *:nth-child(n) {
    margin-left: 3.5%;
  }
  .flex3_pc > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex3_pc > *:nth-child(3n+1) {
    margin-left: 0;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
  padding-left: 1em;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #F27150;
  border-radius: 50%;
  position: absolute;
  left: -0.9em;
  top: 0.5em;
}
.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;
  color: #3A4E81;
}
.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 #AAAAAA;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #F6F6F6;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #AAAAAA;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.55em;
  }
  .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 #AAAAAA;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  background: #DBEBFB;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_01.type_02 {
  background: #fff;
  border: 1px solid #A2A9B1;
}
.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:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.5rem 0 1.5rem;
  border-color: #74A2D1 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.7rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2.4rem 2.4rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 4rem 3rem 0 3rem;
    top: calc(100% + 2.5rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em 0.8em 1em;
  background: #5986B7;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn_general_01::before {
  display: inline-block;
  font-family: "fontello";
  content: "\f006";
  color: #fff;
  margin-right: 1em;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 1.5em 0.8em 1em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    min-width: 27rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    background: #F27150;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #AAAAAA;
  border-right: none;
  border-bottom: none;
  width: 100%;
}
.table_01.td_txt_r td {
  text-align: right;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 thead {
  background: #5986B7;
}
.table_01 th {
  background: #F6F6F6;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #AAAAAA;
  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 th, .table_01 td {
    padding: 1rem 1.4rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}

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

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

p {
  margin-top: 0;
}

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

.wrap {
  padding: 3rem 1rem;
}

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

@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.1em;
  }
}
@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 {
  z-index: 100;
  background: #fff;
  letter-spacing: 0.05em;
  font-family: "IBM Plex Sans JP", sans-serif;
}
.header .wrap {
  margin: 0;
  padding: 1rem;
  position: relative;
}
.header .wrap .logo {
  height: 3.5rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0.8rem;
}
.header .wrap .logo a {
  display: block;
  width: 73%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right {
  font-size: 1.2rem;
}
.header .wrap .head_right .header_tel_btns {
  display: none;
}
.header .wrap .head_right .address_access {
  text-align: center;
}
.header .wrap .head_right .address_access .header_address {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
  }
  .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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 0 2rem;
    overflow: hidden;
    -webkit-transition: padding 0.3s, margin 0.3s;
    transition: padding 0.3s, margin 0.3s;
  }
  .header .wrap .logo {
    width: 50.3rem;
    height: 6.5rem;
    margin: 0;
    padding: 0;
    background: transparent;
    position: relative;
    top: 0;
  }
  .header .wrap .logo a {
    width: 100%;
    background-position: left center;
  }
  .header .wrap .head_right {
    right: calc(50% - 60rem);
    font-size: 1.6rem;
  }
  .header .wrap .head_right .address_access {
    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;
    margin-bottom: 1.2rem;
  }
  .header .wrap .head_right .address_access .header_address {
    margin: 0;
  }
  .header .wrap .head_right .address_access .header_access {
    margin-left: 2em;
  }
  .header .wrap .head_right .header_tel_btns {
    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 .header_tel_btns .telephone {
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    margin-right: 1rem;
    color: #0E4076;
  }
  .header .wrap .head_right .header_tel_btns .telephone::before {
    content: "tel.";
    font-size: 1.8rem;
  }
  .header .wrap .head_right .header_tel_btns .btn_contact,
  .header .wrap .head_right .header_tel_btns .btn_line {
    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;
    font-size: 1.6rem;
    width: 18rem;
    height: 4rem;
    color: #fff;
    background: #0E4076;
  }
  .header .wrap .head_right .header_tel_btns .btn_contact::before,
  .header .wrap .head_right .header_tel_btns .btn_line::before {
    display: inline-block;
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.7em;
    background: url(../img/icon_mail.svg) no-repeat right center/contain;
  }
  .header .wrap .head_right .header_tel_btns .btn_line {
    margin-left: 1rem;
    background: #06C755;
  }
  .header .wrap .head_right .header_tel_btns .btn_line::before {
    display: none;
    content: none;
  }
}
.slicknav_menu {
  position: absolute;
  top: 0rem;
  right: 0;
  font-size: 2.5rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
  background: #002C76;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 1.25rem 0 0;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e80f";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e80e";
  line-height: 0.8;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #DBEBFB;
  padding: 0.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #212121;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #212121;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #212121 !important;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "4";
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:hover, .slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "3";
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    padding-bottom: 2rem;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav > li {
    width: 100%;
    position: relative;
    border-left: 1px solid #D2D2D2;
    text-align: center;
    font-size: 1.6rem;
  }
  #nav .gnav > li:last-child {
    border-right: 1px solid #D2D2D2;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0.5rem 0.5rem;
    position: relative;
  }
  #nav .gnav > li > a.sub::after {
    font-family: "fontello";
    content: "4";
    color: #212121;
    padding-left: 0.5em;
  }
  #nav .gnav > li > a.sub.open::after {
    content: "3";
  }
  #nav .gnav > li .subnav {
    width: 30rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1.6rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.8rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-top: 1px solid #0E4076;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #E4E4E4;
    padding: 2.5rem 1.5rem;
    text-align: left;
    color: #212121;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #0E4076;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
}
.overview {
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.overview .overview_bg {
  background: #E4E4E4;
}
.overview .overview_bg > .wrap {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  height: auto;
  width: 90%;
}
.overview .overview_bg > .wrap .overview_address {
  text-align: center;
}
.overview .overview_bg > .wrap .telephone {
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #0E4076;
  line-height: 1;
}
.overview .overview_bg > .wrap .telephone::before {
  content: "tel.";
  font-size: 1.2rem;
}
.overview .overview_bg > .wrap .btns_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.overview .overview_bg > .wrap .btns_overview .btn_contact,
.overview .overview_bg > .wrap .btns_overview .btn_line {
  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;
  padding: 0.6em 0;
  color: #fff;
  background: #0E4076;
  width: 48%;
}
.overview .overview_bg > .wrap .btns_overview .btn_contact::before,
.overview .overview_bg > .wrap .btns_overview .btn_line::before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.7em;
  background: url(../img/icon_mail.svg) no-repeat right center/contain;
}
.overview .overview_bg > .wrap .btns_overview .btn_line {
  background: #06C755;
}
.overview .overview_bg > .wrap .btns_overview .btn_line::before {
  display: none;
  content: none;
}
.overview .overview_bg > .wrap .lst_overview {
  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;
  margin: 1.5rem 0 0;
  font-size: 1.3rem;
}
.overview .overview_bg > .wrap .lst_overview dt {
  width: 23%;
  color: #124984;
}
.overview .overview_bg > .wrap .lst_overview dd {
  width: 77%;
  margin: 0;
  color: #212121;
}
.overview .overview_bg > .wrap .lst_overview dd.access .access_txt {
  display: block;
}
.overview .overview_bg > .wrap .lst_overview dt,
.overview .overview_bg > .wrap .lst_overview dd {
  margin-top: 0.7rem;
}
.overview .overview_bg > .wrap .tbl_time {
  margin: 1.6rem 0;
  font-size: 1.2rem;
}
.overview .overview_bg > .wrap .bnr_taguchi_overview {
  text-align: center;
}
.overview .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
  }
  .overview .overview_bg > .wrap {
    padding: 6rem 1rem;
  }
  .overview .overview_bg > .wrap .overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_flex > div {
    width: 55.6rem;
  }
  .overview .overview_bg > .wrap .overview_flex > div:first-child {
    width: 59rem;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 2.8rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    height: auto;
    width: 58.7rem;
  }
  .overview .overview_bg > .wrap .overview_address {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .overview .overview_bg > .wrap .telephone {
    font-size: 3.2rem;
    margin-bottom: 1.8rem;
  }
  .overview .overview_bg > .wrap .telephone::before {
    font-size: 1.8rem;
  }
  .overview .overview_bg > .wrap .btns_overview {
    margin-bottom: 3rem;
  }
  .overview .overview_bg > .wrap .btns_overview .btn_contact,
  .overview .overview_bg > .wrap .btns_overview .btn_line {
    font-size: 1.8rem;
  }
  .overview .overview_bg > .wrap .lst_overview {
    font-size: 1.6rem;
  }
  .overview .overview_bg > .wrap .lst_overview dt {
    width: 24%;
    margin-top: 1.8rem;
  }
  .overview .overview_bg > .wrap .lst_overview dd {
    width: 76%;
    margin-top: 1.8rem;
  }
  .overview .overview_bg > .wrap .lst_overview dt:first-of-type,
  .overview .overview_bg > .wrap .lst_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .tbl_time {
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
  }
  .overview .gmap {
    height: 40rem;
  }
}
.tel_up {
  width: 100%;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.2rem;
  min-height: 4rem;
  padding: 0;
  color: #fff;
  border-top: 1px solid #0E4076;
  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;
  padding-right: 4rem;
  font-family: "IBM Plex Sans JP", sans-serif;
}
.tel_up .tel_sp_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  line-height: 1;
  background: #5986B7;
  display: flex;
  width: 23%;
}
.tel_up .tel_sp_bottom::before {
  font-family: "fontello";
  content: "\e811";
  position: relative;
  padding-right: 0.3em;
  font-weight: normal;
}
.tel_up .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  margin: 0;
  background: #124984;
  text-align: center;
  width: 46%;
}
.tel_up .mail::before {
  font-family: "fontello";
  content: "\e80c";
  position: relative;
  padding-right: 0.7em;
  font-weight: normal;
}
.tel_up .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  position: relative;
  color: #fff;
  background: #06C755;
  width: 31%;
}
.tel_up .line::before {
  content: none;
  display: none;
}
.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: #6C6C6D;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.8rem;
  color: #fff;
  font-family: "fontello";
  content: "3";
  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;
  }
  .tel_up .tel_sp_bottom,
  .tel_up .mail,
  .tel_up .line {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #fff;
}
.footer .copy {
  display: block;
  background: #0E4076;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

.only_footer {
  display: none !important;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2.5rem 0 0;
    background: #fff;
  }
  .footer .copy {
    font-size: 1.6rem;
    padding: 1.5rem;
    background: #0E4076;
  }
  .footer ul {
    color: #212121;
    display: block;
    text-align: center;
    margin: 0 0 3rem;
    font-size: 1.6rem;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 0 3.5rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 1rem 0 0;
  }
  .footer ul li.only_footer {
    display: inline-block !important;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
}
.index .wrapper_keyvsl {
  margin-top: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
}
.index .wrapper_keyvsl #keyvsl,
.index .wrapper_keyvsl #keyvsl_sp {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 28.5rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_pc {
  display: none;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 58.4rem;
  }
  .index .wrapper_keyvsl .keyvsl_pc {
    display: block;
  }
  .index .wrapper_keyvsl .keyvsl_sp {
    display: none;
  }
}
.tit_02_index {
  line-height: 1.2;
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #0E4076;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
.tit_02_index .tit_02_en {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-weight: 500;
  color: #A2A9B1;
  font-size: 183%;
  margin-bottom: 0.07em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    font-size: 3.6rem;
    margin-bottom: 5.5rem;
  }
}
main .wrapper_news .wrap dl {
  margin: -1.5rem 0 0;
  line-height: 1.4;
  padding: 0 0 1.5rem;
}
main .wrapper_news .wrap dl dt {
  font-family: "Zen Old Mincho", serif;
  padding-top: 1.5rem;
  padding-left: 1.3em;
  padding-right: 0.5em;
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-top: #C6C6C6 solid 1px;
  font-weight: 500;
}
main .wrapper_news .wrap dl dt:first-child {
  border: none;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\e80a";
  display: block;
  position: absolute;
  top: 1.33em;
  left: 0;
  font-weight: normal;
  color: #0E4076;
  font-size: 100%;
  line-height: 1;
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\e80b";
}
main .wrapper_news .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_news .wrap .tit_02_index {
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 6rem;
    margin-bottom: 0;
  }
  main .wrapper_news .wrap .tit_02_index .tit_en {
    text-align: left;
  }
  main .wrapper_news .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 0 2rem;
    margin-top: -2rem;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 1.8rem;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-left: 3rem;
  }
  main .wrapper_news .wrap dl dt::before {
    top: 1.4em;
    left: 0em;
  }
  main .wrapper_news .wrap dl dd {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 3rem;
  }
}
main .wrapper_about {
  position: relative;
  margin-bottom: 5rem;
}
main .wrapper_about::before {
  content: "";
  display: block;
  background: #E4E4E4;
  width: 100%;
  height: calc(100% - 3rem);
  position: absolute;
  bottom: 0;
  left: 0;
}
main .wrapper_about::after {
  content: "";
  display: block;
  width: 71%;
  height: 16rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/about_bg.jpg) no-repeat right top/cover;
}
main .wrapper_about .wrap {
  padding-top: 1rem;
  position: relative;
  z-index: 2;
}
main .wrapper_about .wrap::before {
  content: "";
  display: block;
  width: 71%;
  height: 16rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  opacity: 0.5;
}
main .wrapper_about .wrap .tit_02_index {
  position: relative;
  text-shadow: 0 0 0.15em #fff, 0 0 0.15em #fff;
}
main .wrapper_about .wrap .about_textwrap {
  position: relative;
  padding-left: 3rem;
  font-family: "IBM Plex Sans JP", sans-serif;
}
main .wrapper_about .wrap .about_textwrap::before {
  height: 1px;
  width: 2.1rem;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 1.55rem;
  background: #0E4076;
}
main .wrapper_about .wrap .about_textwrap .catch_about {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
  text-shadow: 0 0 0.15em #fff, 0 0 0.15em #fff;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Sans JP", sans-serif;
}
main .wrapper_about .wrap .about_textwrap .catch_about > span {
  font-size: 118%;
  color: #0E4076;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #CBD5DF));
  background: linear-gradient(transparent 70%, #CBD5DF 0%);
  display: inline;
}
main .wrapper_about .wrap .about_textwrap .text_about {
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_about {
    overflow: hidden;
    margin-bottom: 9rem;
  }
  main .wrapper_about::before {
    height: calc(100% - 4.8rem);
  }
  main .wrapper_about::after {
    width: 90rem;
    height: 66.4rem;
    top: 0;
    left: calc(50% + 10rem);
    right: auto;
  }
  main .wrapper_about .wrap {
    padding-top: 1.3rem;
    padding-right: 58.5rem;
    padding-left: 1rem;
  }
  main .wrapper_about .wrap::before {
    content: none;
    display: none;
  }
  main .wrapper_about .wrap .tit_02_index {
    text-shadow: none;
  }
  main .wrapper_about .wrap .about_textwrap {
    padding-left: 6.3rem;
  }
  main .wrapper_about .wrap .about_textwrap::before {
    width: 5.3rem;
    top: 2.2rem;
  }
  main .wrapper_about .wrap .about_textwrap .catch_about {
    text-shadow: none;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
  }
  main .wrapper_about .wrap .about_textwrap .text_about {
    line-height: 2.75;
    font-size: 1.6rem;
  }
}
main .wrapper_suggest {
  position: relative;
  margin-bottom: 4rem;
}
main .wrapper_suggest::before {
  content: "";
  display: block;
  background: #D0D7DE;
  width: 100%;
  height: calc(100% - 3rem);
  position: absolute;
  bottom: 0;
  left: 0;
}
main .wrapper_suggest::after {
  content: "";
  display: block;
  width: 71%;
  height: 17rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/suggest_bg.jpg) no-repeat right top/cover;
}
main .wrapper_suggest .wrap {
  padding-top: 1rem;
  position: relative;
  z-index: 2;
}
main .wrapper_suggest .wrap::before {
  content: "";
  display: block;
  width: 71%;
  height: 17rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
}
main .wrapper_suggest .wrap .tit_02_index {
  position: relative;
  text-shadow: 0 0 0.15em #fff, 0 0 0.15em #fff;
}
main .wrapper_suggest .wrap .list_suggest {
  font-size: 1.6rem;
}
main .wrapper_suggest .wrap .list_suggest > li {
  position: relative;
  padding-left: 1.7em;
  margin-top: 1.1em;
  font-family: "IBM Plex Sans JP", sans-serif;
}
main .wrapper_suggest .wrap .list_suggest > li:first-child {
  margin-top: 0;
  text-shadow: 0 0 0.15em #fff, 0 0 0.15em #fff;
}
main .wrapper_suggest .wrap .list_suggest > li::before {
  font-family: "fontello";
  content: "\e80d";
  position: absolute;
  font-size: 105%;
  left: 0;
  top: -0.08em;
  color: #0E4076;
}
@media screen and (min-width: 48em), print {
  main .wrapper_suggest {
    overflow: hidden;
    margin-bottom: 9rem;
  }
  main .wrapper_suggest::before {
    height: calc(100% - 10rem);
  }
  main .wrapper_suggest::after {
    width: 90rem;
    height: 66.4rem;
    top: 0;
    right: calc(50% + 10rem);
    left: auto;
  }
  main .wrapper_suggest .wrap {
    padding-top: 6rem;
    padding-left: 58.5rem;
    padding-right: 1rem;
  }
  main .wrapper_suggest .wrap::before {
    content: none;
    display: none;
  }
  main .wrapper_suggest .wrap .tit_02_index {
    text-shadow: none;
  }
  main .wrapper_suggest .wrap .list_suggest {
    font-size: 2.4rem;
  }
  main .wrapper_suggest .wrap .list_suggest > li:first-child {
    text-shadow: none;
  }
}
main .wrapper_reason {
  background: #052D57 url(../img/reason_bg.svg) no-repeat right -5rem top -5rem/16rem 16rem;
  overflow: hidden;
}
main .wrapper_reason .wrap .tit_02_index {
  color: #fff;
  text-align: center;
}
main .wrapper_reason .wrap .tit_02_index .tit_02_en {
  color: #fff;
}
main .wrapper_reason .wrap .list_reason {
  color: #fff;
}
main .wrapper_reason .wrap .list_reason > li {
  margin-top: 3rem;
  position: relative;
}
main .wrapper_reason .wrap .list_reason > li:first-child {
  margin-top: 0;
}
main .wrapper_reason .wrap .list_reason > li:nth-child(2n+1) {
  text-align: right;
}
main .wrapper_reason .wrap .list_reason > li:nth-child(2n+1)::after {
  right: auto;
  left: -1rem;
}
main .wrapper_reason .wrap .list_reason > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 17rem;
  background: url(../img/reason_01.jpg) no-repeat center center/cover;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
main .wrapper_reason .wrap .list_reason > li::after {
  content: "";
  display: block;
  background: #082747;
  position: absolute;
  width: 70%;
  height: 23rem;
  right: -1rem;
  top: 3rem;
}
main .wrapper_reason .wrap .list_reason > li .reason_textwrap {
  display: inline-block;
  text-align: left;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
main .wrapper_reason .wrap .list_reason > li .reason_textwrap .tit {
  color: #5986B7;
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.2em;
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 0.55em;
  margin-bottom: 0.7em;
  position: relative;
}
main .wrapper_reason .wrap .list_reason > li .reason_textwrap .tit::before {
  content: "";
  display: block;
  background: #5986B7;
  height: 1px;
  width: 1.65em;
  position: absolute;
  left: 0;
  bottom: 0;
}
main .wrapper_reason .wrap .list_reason > li .reason_textwrap .tit .num {
  font-size: 165%;
  padding-left: 0.3em;
}
main .wrapper_reason .wrap .list_reason > li .reason_textwrap .text {
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
}
main .wrapper_reason .wrap .list_reason > li:nth-child(2)::before {
  background-image: url(../img/reason_02.jpg);
}
main .wrapper_reason .wrap .list_reason > li:nth-child(3)::before {
  background-image: url(../img/reason_03.jpg);
}
main .wrapper_reason .wrap .list_reason > li:nth-child(4)::before {
  background-image: url(../img/reason_04.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_reason {
    background: #052D57 url(../img/reason_bg.svg) no-repeat left calc(50% + 80rem) top -14rem/101.5rem 73.7rem;
  }
  main .wrapper_reason .wrap {
    padding-bottom: 0;
  }
  main .wrapper_reason .wrap .list_reason {
    padding: 0 1rem;
  }
  main .wrapper_reason .wrap .list_reason > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(n) {
    padding-bottom: 10rem;
    margin-top: 6rem;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(n)::before {
    width: 69rem;
    height: 39.3rem;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(n)::after {
    height: 39rem;
    width: calc(50vw + 20rem);
    left: calc(50% - 20rem);
    right: auto;
    top: 10rem;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(n) .reason_textwrap {
    padding-top: 7.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(n) .reason_textwrap .tit {
    font-size: 4rem;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(n) .reason_textwrap .text {
    font-size: 3.6rem;
  }
  main .wrapper_reason .wrap .list_reason > li:first-child {
    margin-top: 0;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(2n+1) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(2n+1)::before {
    margin-right: 6.6rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(2n+1)::after {
    right: calc(50% - 20rem);
    left: auto;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(2n+1) .reason_textwrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(2)::before {
    width: 67rem;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(4) .reason_textwrap .text {
    font-size: 3.2rem;
  }
  main .wrapper_reason .wrap .list_reason > li:nth-child(4)::before {
    width: 57.6rem;
  }
}
main .wrapper_flow .wrap {
  padding-bottom: 7rem;
}
main .wrapper_flow .wrap .tit_02_index {
  text-align: center;
}
main .wrapper_flow .wrap .list_flow_index > li {
  position: relative;
  padding: 2rem 1rem;
  border: 1px solid #A2A9B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .wrapper_flow .wrap .list_flow_index > li::before {
  content: "";
  display: block;
  background: url(../img/index_flow01.jpg) no-repeat right top/cover;
  width: 100%;
  height: 14rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 1.2rem;
}
main .wrapper_flow .wrap .list_flow_index > li .tit {
  position: relative;
  padding-left: 3.3em;
  font-size: 1.7rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 2.2rem;
  letter-spacing: 0.2em;
}
main .wrapper_flow .wrap .list_flow_index > li .tit .num {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  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;
  height: 1.6em;
  width: 1.6em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 146%;
  letter-spacing: 0.05em;
  color: #fff;
  background: #124984;
}
main .wrapper_flow .wrap .list_flow_index > li .text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-size: 1.4rem;
}
main .wrapper_flow .wrap .list_flow_index > li:nth-child(2)::before {
  background-image: url(../img/index_flow02.jpg);
}
main .wrapper_flow .wrap .list_flow_index > li:nth-child(3)::before {
  background-image: url(../img/index_flow03.jpg);
}
main .wrapper_flow .wrap .list_flow_index > li:nth-child(4)::before {
  background-image: url(../img/index_flow04.jpg);
}
main .wrapper_flow .wrap .list_flow_index > li:not(:last-child) {
  margin-bottom: 5rem;
}
main .wrapper_flow .wrap .list_flow_index > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0 1.5rem;
  border-color: #124984 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.7rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .wrapper_flow .wrap .list_flow_index > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_flow .wrap {
    padding-bottom: 15.5rem;
  }
  main .wrapper_flow .wrap .list_flow_index > li {
    padding: 4.5rem 49rem 4.5rem 4.5rem;
    display: block;
    min-height: 31.2rem;
  }
  main .wrapper_flow .wrap .list_flow_index > li::before {
    width: 39rem;
    height: 22.2rem;
    position: absolute;
    top: 4.5rem;
    right: 4.5rem;
    margin: 0;
  }
  main .wrapper_flow .wrap .list_flow_index > li .tit {
    font-size: 3rem;
    margin-bottom: 5rem;
    margin-top: 1rem;
  }
  main .wrapper_flow .wrap .list_flow_index > li .text {
    font-size: 1.8rem;
    line-height: 2.1;
  }
  main .wrapper_flow .wrap .list_flow_index > li:not(:last-child) {
    margin-bottom: 8rem;
  }
  main .wrapper_flow .wrap .list_flow_index > li:not(:last-child)::after {
    border-width: 2.2rem 2rem 0 2rem;
    top: calc(100% + 3.2rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main .wrapper_flow .wrap .list_flow_index > li:not(:last-child):last-child {
    margin-bottom: 0;
  }
}
main .wrapper_reservation {
  background: url(../img/reservation_bg.jpg) no-repeat center center/cover;
}
main .wrapper_reservation .wrap .tit_02_index {
  color: #fff;
}
main .wrapper_reservation .wrap .tit_02_index .tit_02_en {
  color: #fff;
  font-size: 138%;
  margin-bottom: 0.6em;
}
main .wrapper_reservation .wrap .text_reservation {
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.2em;
}
main .wrapper_reservation .wrap .text_reservation > span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 1em 0.6em;
}
main .wrapper_reservation .wrap .btns_reservation {
  font-family: "IBM Plex Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .wrapper_reservation .wrap .btns_reservation .btn_contact,
main .wrapper_reservation .wrap .btns_reservation .btn_line {
  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;
  padding: 0.6em 0.3em 0.6em 0;
  color: #fff;
  background: #0E4076;
  width: 48%;
}
main .wrapper_reservation .wrap .btns_reservation .btn_contact::before,
main .wrapper_reservation .wrap .btns_reservation .btn_line::before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.7em;
  background: url(../img/icon_mail.svg) no-repeat right center/contain;
}
main .wrapper_reservation .wrap .btns_reservation .btn_line {
  background: #06C755;
}
main .wrapper_reservation .wrap .btns_reservation .btn_line::before {
  display: none;
  content: none;
}
@media screen and (min-width: 48em), print {
  main .wrapper_reservation .wrap {
    padding: 8.5rem 1rem 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_reservation .wrap .tit_02_index {
    margin-bottom: 0;
  }
  main .wrapper_reservation .wrap .textwrap_reservation {
    width: 69rem;
  }
  main .wrapper_reservation .wrap .textwrap_reservation .text_reservation {
    font-size: 1.8rem;
    margin-bottom: 4.5rem;
  }
  main .wrapper_reservation .wrap .textwrap_reservation .btns_reservation .btn_contact,
  main .wrapper_reservation .wrap .textwrap_reservation .btns_reservation .btn_line {
    font-size: 1.8rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

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

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

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

@media screen and (min-width: 48em), print {
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
  }
}
main .device li {
  margin: 0 0 2rem;
  text-align: center;
}
main .device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  main .device {
    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;
  }
  main .device li {
    width: 48%;
  }
  main .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

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

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

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