@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap");
html {
  box-sizing: border-box;
}

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

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

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

img, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}

.marker_text {
  background: linear-gradient(transparent 70%, #ffc 0%);
  display: inline;
}

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

.fontsize120 {
  font-size: 120% !important;
}

.clr_blue_01 {
  color: #0066B2;
}

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

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width45per {
  width: 45% !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;
  }
  .width100per_pc {
    width: 100% !important;
  }
}
.scrollx_sp_width180,
.scrollx_sp_width200 {
  overflow-x: scroll;
  width: 100%;
}
.scrollx_sp_width180 > *,
.scrollx_sp_width200 > * {
  width: 180% !important;
  margin-bottom: 0.5rem;
}

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

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

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
  font-size: 95%;
}
.tbl_time tr th {
  font-weight: normal;
  background: #fff;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #1F946F;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  border-radius: 0.8rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 0.8rem 0 0;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #1F946F;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #1F946F;
  line-height: 1;
  color: #0066B2;
}
.tbl_time tr td.close, .tbl_time tr td.surgery {
  color: #242424;
}

.tbl_price {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_price caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
  font-size: 95%;
}
.tbl_price tr:first-child th, .tbl_price tr:first-child td {
  border-top: 1px solid #1F946F;
}
.tbl_price tr:last-child th {
  border-bottom: 1px solid #1F946F !important;
}
.tbl_price tr th {
  color: #fff;
  font-weight: normal;
  background: #1F946F;
  border-bottom: 1px solid #fff;
}
.tbl_price tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #1F946F;
  border-right: 1px solid #1F946F;
  line-height: 1;
}

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

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

.tit_01 {
  font-size: 2.2rem;
  color: #fff;
  text-align: right;
  font-weight: bold;
  width: 100%;
  background: url(../img/tit_01_bg.jpg) no-repeat center center/cover;
  letter-spacing: 0.05em;
}
.tit_01 > span {
  padding: 3rem 1rem;
  display: block;
}

.tit_02 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  color: #0066B2;
  font-weight: bold;
}
.tit_02::before {
  content: "";
  display: block;
  line-height: 1;
  margin: 0 auto 0.22em;
  height: 2.5em;
  width: 2.5em;
  background: url(../img/icon_clinic.svg) no-repeat center center/contain;
}

.tit_03 {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: 0.3em 0.5em;
  padding-left: 1.8em;
  position: relative;
  border-radius: 0.333em;
  background: linear-gradient(45deg, #218767 0%, #218767 45%, #1F946F 45%, #1F946F 100%);
}
.tit_03::before {
  font-family: "fontello";
  content: "\e818";
  display: inline-block;
  font-weight: normal;
  position: absolute;
  font-size: 90%;
  top: 0.55em;
  left: 0.6em;
  border-left-width: 0.3em;
  color: #D4E9E3;
  line-height: 1;
}

.tit_04 {
  margin: 3.8rem 0 1.5rem;
  color: #004475;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0.3em 0.5em;
  position: relative;
  border-radius: 0.333em;
  background: #A8DAFF;
}

.tit_05 {
  color: #242424;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.2em;
  padding-left: 0.1em;
  position: relative;
  border-bottom: 0.3rem dotted #76BBA5;
}

.tit_06 {
  font-weight: bold;
  margin: 2.5rem 0 0.5rem;
}
.tit_06::before {
  content: "●";
  color: #1F946F;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
    width: auto;
  }
  .tit_01 > span {
    width: 1180px;
    padding: 7.5rem 5.5rem;
    margin: 0 auto;
  }
  .tit_02 {
    margin-bottom: 3.5rem;
    font-size: 2.8rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 5rem 0 2rem;
  }
  .tit_06 {
    font-weight: bold;
    margin: 3rem 0 0.5rem;
  }
}
.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: #0066B2;
  text-decoration: underline;
}

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

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

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

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

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

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
    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-flex;
    display: flex;
    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: #007CC4;
  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;
}
.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 #1F946F;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #E7FCF5;
}
.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 #1F946F;
}

.list_faq {
  margin-bottom: 1.8rem;
}
.list_faq dt {
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 0.35em;
  font-size: 1.5rem;
  border-bottom: 1px solid #76BBA5;
  margin: 2.7em 0 0.7em;
}
.list_faq dt::before {
  content: "Q.";
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #1F946F;
  line-height: 1;
  font-weight: bold;
}
.list_faq dt:first-child {
  margin-top: 0;
}
.list_faq dt > *:last-child {
  margin-bottom: 0;
}
.list_faq dd {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  margin: 0;
}
.list_faq dd::before {
  content: "A.";
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #007CC4;
  line-height: 1;
  font-weight: bold;
}
.list_faq dd > *:last-child {
  margin-bottom: 0;
}

@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-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #1F946F;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    justify-content: center;
    text-align: center;
  }
  .list_faq dt {
    font-size: 2.2rem;
    padding-left: 4.3rem;
  }
  .list_faq dt::before {
    font-size: 3.4rem;
  }
  .list_faq dd {
    font-size: 1.8rem;
    padding-left: 4.3rem;
    padding-top: 0.4em;
  }
  .list_faq dd::before {
    font-size: 3.4rem;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  border: 0.1rem solid #76BBA5;
  background: #F2FFFB;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_02 {
  padding: 1.2rem 1.2rem;
  border: 0.1rem solid #76BBA5;
  background: #F2FFFB;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_02 > :first-child {
  margin-top: 0;
}
.box_general_02 > :last-child {
  margin-bottom: 0;
}
.box_general_02 dt {
  border-top: 1.5px dotted #218767;
  padding-top: 1rem;
}
.box_general_02 dt::before {
  padding-top: 1rem;
}

.box_general_03 {
  padding: 1.2rem 1.2rem;
  border: 0.1rem solid #0066B2;
  background: #f2fdff;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_03 > :first-child {
  margin-top: 0;
}
.box_general_03 > :last-child {
  margin-bottom: 0;
}
.box_general_03 dt {
  border-top: 1.5px dotted #004475;
  padding-top: 1rem;
}
.box_general_03 dt::before {
  padding-top: 1rem;
}

.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: 1.5rem 2rem 0 2rem;
  border-color: #76BBA5 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.95rem);
  left: 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: 2rem 2rem;
  }
  .box_general_02, .box_general_03 {
    padding: 4rem !important;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 3rem 4rem 0 4rem;
    top: calc(100% + 3rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  border-radius: 0.5rem;
  background: #007CC4;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  box-shadow: 0.333em 0.333em 0 #BCE3FF;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e809";
  position: absolute;
  top: 50%;
  left: 0.9em;
  transform: translateY(-50%);
  color: #fff;
  font-size: 90%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 0.8em 2.5em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0.4rem;
    min-width: 22.4rem;
  }
  .btn_general_01::after {
    left: 1.2em;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    background-color: #EC6685;
    opacity: 1;
    box-shadow: 0.333em 0.333em 0 #FFD8E0;
  }
}
.scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll .table_01 {
  min-width: 800px;
}
.scroll .table_01 th, .scroll .table_01 td {
  white-space: nowrap;
}

@media screen and (min-width: 48em), print {
  .scroll {
    overflow: hidden;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #1F946F;
  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: #E7FCF5;
}
.table_01 td.price {
  text-align: center;
}
.table_01 td.ratio {
  text-align: center;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #1F946F;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 thead th {
  background: #1F946F;
  border-color: #fff;
  color: #ffffff;
}

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

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

.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;
}
.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(1180px + 40px);
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1180px;
    margin: auto;
    padding: 4rem 0;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 5rem;
  margin-right: 6rem;
  margin-bottom: 1.5rem;
}
.header .wrap .logo a {
  display: block;
  margin: 0 auto;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .wrap .head_right .tel_access .telephone {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.header .wrap .head_right .tel_access .telephone > span,
.header .wrap .head_right .tel_access .telephone a {
  display: inline-block;
  letter-spacing: 0.03em;
  color: #0066B2;
}
.header .wrap .head_right .tel_access .telephone > span::before,
.header .wrap .head_right .tel_access .telephone a::before {
  font-family: "fontello";
  content: "\e80a";
  color: #0066B2;
  padding-right: 0.17em;
  font-weight: normal;
  font-size: 1.58rem;
}
.header .wrap .head_right .tel_access .header_parking {
  width: 100%;
  margin-top: 0.7rem;
  font-size: 1.3rem;
}
.header .wrap .head_right .tel_access .header_parking a {
  color: #0066B2;
  font-weight: bold;
  font-size: 110%;
}
.header .wrap .head_right .tel_access .header_parking::before {
  font-family: "fontello";
  content: "\e819";
  color: #0066B2;
  padding-right: 0.2em;
  font-size: 1.5rem;
}
.header .wrap .head_right .tel_access .header_access {
  width: 100%;
  margin-top: 0.7rem;
  font-size: 1.3rem;
}
.header .wrap .head_right .tel_access .header_access .time {
  color: #00855B;
  font-weight: bold;
  font-size: 110%;
}
.header .wrap .head_right .tel_access .header_access::before {
  font-family: "fontello";
  content: "\e80b";
  color: #0066B2;
  padding-right: 0.2em;
  font-size: 1.5rem;
}

.header_sticky {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    background: #fff;
  }
  .header .wrap {
    margin: 0 auto;
    padding-top: 1.2rem;
    padding-bottom: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    width: 52.7rem;
    height: 9.5rem;
    margin: 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    width: calc(100% - 54.7rem);
    justify-content: flex-end;
  }
  .header .wrap .head_right .tel_access {
    margin-right: 2.4rem;
  }
  .header .wrap .head_right .tel_access .telephone {
    width: auto;
    font-size: 2.8rem;
    margin: 0;
  }
  .header .wrap .head_right .tel_access .telephone > span::before,
  .header .wrap .head_right .tel_access .telephone a::before {
    font-size: 2.5rem;
  }
  .header .wrap .head_right .tel_access .header_parking {
    width: auto;
    margin: 0.8rem 0 0;
    font-size: 2rem;
  }
  .header .wrap .head_right .tel_access .header_parking::before {
    font-size: 2.5rem;
  }
  .header .wrap .head_right .tel_access .header_access {
    width: auto;
    margin: 0.8rem 0 0;
    font-size: 2rem;
  }
  .header .wrap .head_right .tel_access .header_access::before {
    font-size: 2.5rem;
  }
  .header_sticky {
    position: sticky;
    top: -1px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1000;
    padding: 0.6rem 0;
    transition: 0.3s;
    display: block;
  }
  .header_sticky .header_sticky_inner {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #0066B2;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
  border: 0.1rem solid #A8DAFF;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: rgba(208, 245, 219, 0.95);
  padding: 0.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem 0.9rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #242424;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #242424;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #242424 !important;
  padding: 1rem 3rem 1rem 0.3rem;
  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: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "4";
  font-size: 1.6rem;
  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;
  color: #242424;
}
.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;
    width: 100%;
  }
  #nav .gnav {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  #nav .gnav > li {
    width: 100%;
    position: relative;
    border-left: 1px dashed #242424;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #nav .gnav > li:last-child {
    border-right: 1px dashed #242424;
  }
  #nav .gnav > li > a {
    display: flex;
    padding: 0.5rem 0.5rem;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  #nav .gnav > li .subnav {
    width: 20rem;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 1.6rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-top: 1px solid #fff;
    font-weight: normal;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: rgba(0, 102, 178, 0.91);
    padding: 0.5em;
    color: #fff;
    text-align: left;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #0066B2;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
}
.streetview {
  height: 20rem;
  padding-top: 3rem;
}

.overview {
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .overview_bg {
  background: url(../img/overview_bg.jpg) no-repeat center bottom/auto calc(100% - 5.2rem);
}
.overview .overview_bg > .wrap .overview_right {
  margin-top: 2rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  height: auto;
  width: 68%;
}
.overview .overview_bg > .wrap .tel_insta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.overview .overview_bg > .wrap .tel_insta .telephone {
  font-family: "Cabin", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.overview .overview_bg > .wrap .tel_insta .telephone > span,
.overview .overview_bg > .wrap .tel_insta .telephone a {
  display: inline-block;
  letter-spacing: 0.03em;
  color: #0066B2;
}
.overview .overview_bg > .wrap .tel_insta .telephone > span::before,
.overview .overview_bg > .wrap .tel_insta .telephone a::before {
  font-family: "fontello";
  content: "\e80a";
  color: #0066B2;
  padding-right: 0.17em;
  font-weight: normal;
  font-size: 1.58rem;
}
.overview .overview_bg > .wrap .tel_insta .instagram {
  margin-left: 1.5rem;
}
.overview .overview_bg > .wrap .tel_insta .instagram img {
  width: 2.5rem;
}
.overview .overview_bg > .wrap .list_overview {
  margin: 0 0 0.6rem;
  font-size: 1.3rem;
}
.overview .overview_bg > .wrap .list_overview dt {
  color: #fff;
  background: #1F946F;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  width: 7em;
  border-radius: 10rem;
}
.overview .overview_bg > .wrap .list_overview dt:first-child {
  margin-top: 0;
}
.overview .overview_bg > .wrap .list_overview dd {
  margin: 0;
}
.overview .overview_bg > .wrap .list_overview dd.access > div {
  margin-top: 0.5em;
}
.overview .overview_bg > .wrap .list_overview dd.access > div:first-child {
  margin-top: 0;
}
.overview .overview_bg > .wrap .list_overview dd.access .tit {
  color: #0066B2;
  font-weight: bold;
}
.overview .overview_bg > .wrap .list_overview dd.access .time {
  font-weight: bold;
  color: #1F946F;
}
.overview .overview_bg > .wrap .list_overview dd ul.link_list li {
  margin-top: 0.4em;
}
.overview .overview_bg > .wrap .list_overview dd ul.link_list li a {
  text-decoration: underline;
}
.overview .overview_bg > .wrap .tbl_time {
  margin: 0;
}
.overview .overview_bg > .wrap .cashless {
  margin-top: 1.5rem;
}
.overview .overview_bg > .wrap .cashless .tit {
  font-weight: bold;
}
.overview .overview_bg > .wrap .cashless .tit::before {
  content: "●";
  color: #1F946F;
}
.overview .overview_bg > .wrap .cashless .image {
  text-align: center;
  margin-top: 0.5rem;
}

.gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .streetview {
    max-width: 1180px;
    margin: 0 auto;
    height: 40rem;
    padding-top: 9rem;
  }
  .overview {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .overview .overview_bg {
    background: url(../img/overview_bg.jpg) no-repeat center bottom/auto calc(100% - 10rem);
  }
  .overview .overview_bg > .wrap {
    padding: 4rem 0 6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 5rem;
    width: 1180px;
  }
  .overview .overview_bg > .wrap > div.overview_left {
    width: calc(50% - 3rem);
  }
  .overview .overview_bg > .wrap > div.overview_right {
    width: calc(50% - 3rem);
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 3.5rem;
    text-align: center;
    width: 100%;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    max-width: 54.3rem;
    height: auto;
    width: auto;
  }
  .overview .overview_bg > .wrap .tel_insta {
    width: 100%;
    justify-content: center;
    margin-bottom: 3.8rem;
  }
  .overview .overview_bg > .wrap .tel_insta .telephone {
    font-size: 4rem;
  }
  .overview .overview_bg > .wrap .tel_insta .telephone > span::before,
  .overview .overview_bg > .wrap .tel_insta .telephone a::before {
    font-size: 1.05em;
  }
  .overview .overview_bg > .wrap .tel_insta .instagram {
    margin: 0 3.5rem;
  }
  .overview .overview_bg > .wrap .tel_insta .instagram img {
    width: 4.9rem;
  }
  .overview .overview_bg > .wrap .list_overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .overview .overview_bg > .wrap .list_overview dt,
  .overview .overview_bg > .wrap .list_overview dd {
    margin: 2rem 0 0;
    padding: 0.1em 0;
  }
  .overview .overview_bg > .wrap .list_overview dt:first-of-type,
  .overview .overview_bg > .wrap .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .list_overview dt {
    font-size: 1.8rem;
    width: 22%;
  }
  .overview .overview_bg > .wrap .list_overview dd {
    font-size: 1.8rem;
    width: 75%;
  }
  .overview .overview_bg > .wrap .tbl_time {
    margin: 0;
    position: relative;
  }
  .overview .overview_bg > .wrap .cashless {
    margin-top: 3rem;
  }
  .overview .overview_bg > .wrap .cashless .image {
    margin-top: 1.8rem;
  }
  .gmap {
    margin: 0;
    height: 54rem;
    width: 100%;
  }
}
@media screen and (min-width: 48em), print {
  body.index .overview .overview_bg {
    background: url(../img/overview_bg.jpg) no-repeat center bottom/auto calc(100% - 16rem);
  }
  body.index .overview .overview_bg > .wrap {
    padding: 9rem 0 6rem;
  }
}
.tel_up {
  width: 100%;
  background: #D4E9E3;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.3rem;
  padding: 0.5rem 4.7rem 0.5rem 0.7rem;
  display: flex;
  justify-content: center;
}
.tel_up .telephone {
  display: block;
  width: 41%;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0.6rem 0.5rem;
  background: #0066B2;
  color: #fff;
  display: flex;
  border-radius: 10rem;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  font-family: "fontello";
  content: "\e80a";
  position: relative;
  padding-right: 0.4em;
  font-weight: normal;
  font-size: 80%;
  font-size: 1.5rem;
}
.tel_up .tel_up_gmap {
  width: 58%;
  margin: 0 0 0 0.8rem;
}
.tel_up .tel_up_gmap a {
  background: #1F946F;
  color: #fff;
  display: inline-block;
  border-radius: 10rem;
  padding: 0.5rem 0.5rem;
  width: 100%;
  text-align: center;
}
.tel_up .tel_up_gmap a::before {
  font-family: "fontello";
  content: "\e80b";
  position: relative;
  padding-right: 0.4em;
  font-weight: normal;
  font-size: 1.5rem;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.4rem 0.9rem;
  background: url(../img/pagetop.svg) no-repeat center center/cover;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0.1rem solid #C1E5D9;
}

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

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4.5rem 0 1.5rem;
    background: #0066B2;
  }
  .footer .copy {
    font-size: 1.2rem;
    margin-top: 7.5rem;
  }
  .footer ul {
    color: #fff;
    display: block;
    text-align: left;
    margin: 0 auto 3rem;
    font-size: 1.8rem;
    width: 1180px;
    position: relative;
  }
  .footer ul.subnav:last-of-type, .footer ul.subnav2:last-of-type {
    margin: 0 auto 8.5rem;
  }
  .footer ul li {
    display: inline-block;
    margin-right: 1em;
    margin: 0.3em;
  }
  .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;
  }
  .footer ul.gnav li::before {
    content: "―";
    padding-right: 0.1em;
  }
  .footer ul.subnav, .footer ul.subnav2 {
    padding-left: 6em;
  }
  .footer ul.subnav::before, .footer ul.subnav2::before {
    content: "診療内容";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0.3em;
  }
  .footer ul.subnav li::before, .footer ul.subnav2 li::before {
    content: "▪";
    padding-right: 0.1em;
  }
  .footer ul.subnav2::before {
    content: "日帰り手術";
  }
}
.index main .wrap {
  padding: 3rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 7.5rem 0;
  }
}
.tit_02_index {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  color: #0066B2;
  font-weight: bold;
}
.tit_02_index::before {
  content: "";
  display: block;
  line-height: 1;
  margin: 0 auto 0.22em;
  height: 2.5em;
  width: 2.5em;
  background: url(../img/icon_clinic.svg) no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    margin-bottom: 3.5rem;
    font-size: 2.8rem;
  }
}
.index .wrapper_keyvsl {
  margin-top: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
}
.index .wrapper_keyvsl #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 19.2rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_text {
  position: absolute;
  bottom: 2.5rem;
  right: 0.7rem;
  color: #fff;
}
.index .wrapper_keyvsl .keyvsl_text .keyvsl_catch {
  font-weight: bold;
  font-size: 1.55rem;
  margin: 0;
  text-shadow: 0 0 0.42em #0066B2, 0 0 0.42em #0066B2;
  letter-spacing: 0.05em;
}
.index .wrapper_keyvsl .keyvsl_text .keyvsl_open_nairan .date_open {
  margin-top: 0.2em;
  font-size: 1.15rem;
  text-shadow: 0 0 0.42em #0066B2, 0 0 0.42em #0066B2;
  letter-spacing: 0.1em;
}

@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: 62.2rem;
  }
  .index .wrapper_keyvsl .keyvsl_text {
    top: calc(50% + 3rem);
    transform: translateY(-50%);
    right: calc(50% - 59rem);
    bottom: auto;
  }
  .index .wrapper_keyvsl .keyvsl_text .keyvsl_catch {
    font-size: 3.6rem;
  }
  .index .wrapper_keyvsl .keyvsl_text .keyvsl_open_nairan .date_open {
    font-size: 2.2rem;
  }
}
main .wrapper_news .wrap .tit_02_news {
  text-align: center;
  font-weight: bold;
  color: #0066B2;
  margin-bottom: 2rem;
  position: relative;
  font-size: 1.6rem;
}
main .wrapper_news .wrap .tit_02_news::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  border-top: 0.3rem dotted #1F946F;
  transform: translateY(-0.15rem);
}
main .wrapper_news .wrap .tit_02_news > span {
  display: inline-block;
  background: #fff;
  padding: 0 1.2em;
  position: relative;
}
main .wrapper_news .wrap .tit_02_news > span::before {
  font-family: "fontello";
  content: "\e80d";
  padding-right: 0.2em;
  font-size: 110%;
  display: inline-block;
}
main .wrapper_news .wrap dl {
  margin: 0;
  line-height: 1.4;
}
main .wrapper_news .wrap dl dt {
  padding-left: 1.3em;
  padding-right: 0.5em;
  margin: 2rem 0 0;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  color: #0066B2;
  font-weight: bold;
}
main .wrapper_news .wrap dl dt:first-child {
  border: none;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\e800";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  color: #1F946F;
}
main .wrapper_news .wrap dl dt.open::before {
  content: "\e803";
}
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;
}
main .wrapper_news .wrap .btn_link_news {
  text-align: center;
  position: relative;
  margin-top: 1.4rem;
}
main .wrapper_news .wrap .btn_link_news::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  border-top: 0.3rem dotted #1F946F;
  transform: translateY(-0.15rem);
}
main .wrapper_news .wrap .btn_link_news a {
  display: inline-block;
  background: #0066B2;
  color: #fff;
  padding: 0.2em 1.8em;
  border-radius: 10rem;
  position: relative;
  font-weight: bold;
  opacity: 1;
}
main .wrapper_news .wrap .btn_link_news a::after {
  font-family: "fontello";
  content: "\e80e";
  padding-left: 0.35em;
  display: inline-block;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    padding-top: 5.5rem;
  }
  main .wrapper_news .wrap .tit_02_news {
    font-size: 2.8rem;
  }
  main .wrapper_news .wrap dl {
    flex: auto;
    padding: 0;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 2.2rem;
    margin-top: 2rem;
    padding-left: 2.7rem;
  }
  main .wrapper_news .wrap dl dt::before {
    top: 0.17em;
    left: 0em;
  }
  main .wrapper_news .wrap dl dd {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 2.3rem;
  }
  main .wrapper_news .wrap .btn_link_news {
    margin-top: 2.5rem;
  }
  main .wrapper_news .wrap .btn_link_news a {
    font-size: 2.2rem;
    padding: 0.2em 4em;
  }
  main .wrapper_news .wrap .btn_link_news a:hover, main .wrapper_news .wrap .btn_link_news a:focus {
    background: #EC6685;
  }
}

body.index .wrapper_news .wrap dl dt:nth-of-type(n + 4) {
  display: none;
}
body.index .wrapper_news .wrap dl dd:nth-of-type(n + 4) {
  display: none;
}

main .wrapper_symptom {
  overflow: hidden;
}
main .wrapper_symptom .wrap {
  padding-bottom: 0;
}
main .wrapper_symptom .wrap .flex_symptom {
  position: relative;
  padding-bottom: 3rem;
}
main .wrapper_symptom .wrap .flex_symptom::before {
  background: #C4F1D1;
  content: "";
  display: block;
  width: calc(100% + 2rem);
  height: calc(100% - 2.2rem);
  position: absolute;
  bottom: 0;
  left: -1rem;
}
main .wrapper_symptom .wrap .flex_symptom > div {
  margin-top: 4rem;
  position: relative;
}
main .wrapper_symptom .wrap .flex_symptom > div:first-child {
  margin-top: 0;
}
main .wrapper_symptom .wrap .flex_symptom > div:first-child .tit > span > span::before {
  font-family: "fontello";
  content: "\e811";
  padding-right: 0.35em;
  display: inline-block;
  font-weight: normal;
  font-size: 140%;
}
main .wrapper_symptom .wrap .flex_symptom > div .tit {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.6rem;
  padding-left: 1.9em;
  position: relative;
  overflow: hidden;
}
main .wrapper_symptom .wrap .flex_symptom > div .tit > span {
  display: block;
  background: #0066B2;
  color: #fff;
  padding: 0.26em 0.2em;
  position: relative;
}
main .wrapper_symptom .wrap .flex_symptom > div .tit > span::before, main .wrapper_symptom .wrap .flex_symptom > div .tit > span::after {
  content: "";
  border: transparent solid 1.5em;
  border-right-color: #0066B2;
  border-left: none;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
main .wrapper_symptom .wrap .flex_symptom > div .tit > span::before {
  border-width: 1.8em;
  border-right-color: #9EC5E2;
  border-left: none;
}
main .wrapper_symptom .wrap .flex_symptom > div .tit > span > span {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
main .wrapper_symptom .wrap .flex_symptom > div .box_symptom {
  background: #fff;
  padding: 0.8rem;
  position: relative;
  margin-right: 2rem;
  border-radius: 0.6rem;
}
main .wrapper_symptom .wrap .flex_symptom > div .box_symptom::before {
  background: url(../img/symptom_01.png) no-repeat left center/cover;
  content: "";
  display: block;
  width: 9.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -3rem;
}
main .wrapper_symptom .wrap .flex_symptom > div .box_symptom .list_symptom > li {
  position: relative;
  padding-left: 1.2em;
  margin-top: 0.15em;
}
main .wrapper_symptom .wrap .flex_symptom > div .box_symptom .list_symptom > li:first-child {
  margin-top: 0;
}
main .wrapper_symptom .wrap .flex_symptom > div .box_symptom .list_symptom > li::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/icon_check.svg) no-repeat center center/contain;
  position: absolute;
  top: 0.2em;
  left: 0;
}
main .wrapper_symptom .wrap .flex_symptom > div:nth-child(2) .tit {
  padding-right: 1.9em;
  padding-left: 0;
}
main .wrapper_symptom .wrap .flex_symptom > div:nth-child(2) .tit > span {
  background: #1F946F;
}
main .wrapper_symptom .wrap .flex_symptom > div:nth-child(2) .tit > span::before, main .wrapper_symptom .wrap .flex_symptom > div:nth-child(2) .tit > span::after {
  left: 100%;
  right: auto;
}
main .wrapper_symptom .wrap .flex_symptom > div:nth-child(2) .tit > span::after {
  border-left: #1F946F solid 1.5em;
  border-right: none;
}
main .wrapper_symptom .wrap .flex_symptom > div:nth-child(2) .tit > span::before {
  border-left: #76BBA5 solid 1.8em;
  border-right: none;
}
main .wrapper_symptom .wrap .flex_symptom > div:nth-child(2) .tit > span > span::after {
  font-family: "fontello";
  content: "\e812";
  padding-left: 0.35em;
  display: inline-block;
  font-weight: normal;
  font-size: 140%;
}
main .wrapper_symptom .wrap .flex_symptom > div:nth-child(2) .box_symptom::before {
  background-image: url(../img/symptom_02.png);
}
main .wrapper_symptom .wrap .flex_symptom .btn_link_symptom {
  text-align: center;
  margin-top: 1.4rem;
}
main .wrapper_symptom .wrap .flex_symptom .btn_link_symptom a {
  display: inline-block;
  background: #0066B2;
  color: #fff;
  padding: 0.2em 1.8em;
  border-radius: 10rem;
  position: relative;
  font-weight: bold;
  opacity: 1;
}
main .wrapper_symptom .wrap .flex_symptom .btn_link_symptom a::after {
  font-family: "fontello";
  content: "\e80e";
  padding-left: 0.35em;
  display: inline-block;
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  main .wrapper_symptom {
    position: relative;
  }
  main .wrapper_symptom::before {
    background: #C4F1D1;
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 19.5rem);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main .wrapper_symptom .wrap {
    position: relative;
    padding-top: 0;
    padding-bottom: 7rem;
  }
  main .wrapper_symptom .wrap .flex_symptom {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
  main .wrapper_symptom .wrap .flex_symptom::before {
    display: none;
  }
  main .wrapper_symptom .wrap .flex_symptom > div {
    width: 50%;
    margin: 0;
  }
  main .wrapper_symptom .wrap .flex_symptom > div .tit {
    font-size: 2.6rem;
  }
  main .wrapper_symptom .wrap .flex_symptom > div .box_symptom {
    margin: 0 1.2rem 0 8.3rem;
    padding-right: 2rem;
    height: 36rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 1rem;
  }
  main .wrapper_symptom .wrap .flex_symptom > div .box_symptom::before {
    background-position: center center;
    content: "";
    display: block;
    width: 36rem;
    height: 36rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 31.2rem;
  }
  main .wrapper_symptom .wrap .flex_symptom > div .box_symptom .list_symptom > li {
    font-size: 2rem;
  }
  main .wrapper_symptom .wrap .flex_symptom > div:nth-child(2) .box_symptom {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 3.4rem;
    margin: 0 8.3rem 0 1.2rem;
  }
  main .wrapper_symptom .wrap .flex_symptom > div:nth-child(2) .box_symptom::before {
    left: 31.2rem;
    right: auto;
  }
  main .wrapper_symptom .wrap .flex_symptom .btn_link_symptom {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: auto;
    font-size: 2.2rem;
  }
  main .wrapper_symptom .wrap .flex_symptom .btn_link_symptom a:hover, main .wrapper_symptom .wrap .flex_symptom .btn_link_symptom a:focus {
    background: #EC6685;
  }
}

.only_index_treatment_sp {
  display: none;
}

main .wrapper_treatment {
  position: relative;
}
main .wrapper_treatment .wrap {
  position: relative;
}
main .wrapper_treatment .wrap .list_treatment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
main .wrapper_treatment .wrap .list_treatment > li {
  width: 13rem;
  margin-top: 2.4rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s, transform 1s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2n) {
  margin-right: 1rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2n+1) {
  margin-left: 1rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2) {
  transition: opacity 1s 0.1s, transform 1s 0.1s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(3) {
  transition: opacity 1s 0.2s, transform 1s 0.2s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(4) {
  transition: opacity 1s 0.3s, transform 1s 0.3s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5) {
  transition: opacity 1s 0.4s, transform 1s 0.4s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(6) {
  transition: opacity 1s 0.5s, transform 1s 0.5s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(7) {
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(8) {
  transition: opacity 1s 0.7s, transform 1s 0.7s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(9) {
  transition: opacity 1s 0.8s, transform 1s 0.8s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(10) {
  transition: opacity 1s 0.9s, transform 1s 0.9s;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 1.3rem;
  height: 100%;
  letter-spacing: 0.06em;
  font-weight: bold;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  display: block;
  content: "";
  width: 7.6rem;
  height: 7.6rem;
  background: url(../img/treatment_ophthalmology.png) no-repeat center center/contain;
  margin: 0 auto 0.6rem;
}
main .wrapper_treatment .wrap .list_treatment > li a .only_index_treatment_sp {
  display: block;
}
main .wrapper_treatment .wrap .list_treatment > li.ophthalmology a::before {
  background-image: url(../img/treatment_ophthalmology.png);
}
main .wrapper_treatment .wrap .list_treatment > li.dry_eye a::before {
  background-image: url(../img/treatment_dry_eye.png);
}
main .wrapper_treatment .wrap .list_treatment > li.pediatric_ophthalmology a::before {
  background-image: url(../img/treatment_pediatric_ophthalmology.png);
}
main .wrapper_treatment .wrap .list_treatment > li.cataract a::before {
  background-image: url(../img/treatment_cataract.png);
}
main .wrapper_treatment .wrap .list_treatment > li.glaucoma a::before {
  background-image: url(../img/treatment_glaucoma.png);
}
main .wrapper_treatment .wrap .list_treatment > li.age_related a::before {
  background-image: url(../img/treatment_age_related.png);
}
main .wrapper_treatment .wrap .list_treatment > li.diabetic a::before {
  background-image: url(../img/treatment_diabetic.png);
}
main .wrapper_treatment .wrap .list_treatment > li.obstruction a::before {
  background-image: url(../img/treatment_obstruction.png);
}
main .wrapper_treatment .wrap .list_treatment > li.eye_tumor a::before {
  background-image: url(../img/treatment_eye_tumor.png);
}
main .wrapper_treatment .wrap .list_treatment > li.glasses a::before {
  background-image: url(../img/treatment_glasses.png);
}
main .wrapper_treatment .wrap .list_treatment.is_trigger_on > li {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment .wrap {
    padding-bottom: 11.5rem;
  }
  main .wrapper_treatment .wrap .list_treatment {
    justify-content: space-between;
    margin: 0 auto;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) {
    width: 15.7rem;
    margin: 5.5rem 0 0 7rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a {
    font-size: 2rem;
    line-height: 1.4;
    transition: 0.3s;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a::before {
    height: 15.7rem;
    width: 15.7rem;
    transition: top 0.3s, transform 0.3s;
    margin-bottom: 0.9rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a:focus, main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a:hover {
    opacity: 1;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a .only_index_treatment_sp {
    display: none;
  }
  main .wrapper_treatment .wrap .list_treatment > li:first-child {
    margin-left: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+5) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(5n+1) {
    margin-left: 0;
  }
}
main .wrapper_surgery {
  position: relative;
  background: #A8DAFF;
}
main .wrapper_surgery::before {
  content: "";
  display: block;
  background: url(../img/surgery_bg.png) no-repeat center bottom/contain;
  width: 34.5rem;
  height: 40rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
main .wrapper_surgery .wrap {
  position: relative;
  padding-bottom: 24rem;
}
main .wrapper_surgery .wrap .tit_02_index::before {
  background-image: url(../img/icon_clinic_02.svg);
}
main .wrapper_surgery .wrap .catch_surgery {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
main .wrapper_surgery .wrap .list_surgery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
main .wrapper_surgery .wrap .list_surgery > li {
  width: 13rem;
  margin-top: 2.4rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s, transform 1s;
}
main .wrapper_surgery .wrap .list_surgery > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_surgery .wrap .list_surgery > li:nth-child(2n) {
  margin-right: 1rem;
}
main .wrapper_surgery .wrap .list_surgery > li:nth-child(2n+1) {
  margin-left: 1rem;
}
main .wrapper_surgery .wrap .list_surgery > li:nth-child(2) {
  transition: opacity 1s 0.1s, transform 1s 0.1s;
}
main .wrapper_surgery .wrap .list_surgery > li:nth-child(3) {
  transition: opacity 1s 0.2s, transform 1s 0.2s;
}
main .wrapper_surgery .wrap .list_surgery > li:nth-child(4) {
  transition: opacity 1s 0.3s, transform 1s 0.3s;
}
main .wrapper_surgery .wrap .list_surgery > li a {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 1.3rem;
  height: 100%;
  letter-spacing: 0.06em;
  font-weight: bold;
}
main .wrapper_surgery .wrap .list_surgery > li a::before {
  display: block;
  content: "";
  width: 11rem;
  height: 11rem;
  background: url(../img/surgery_cataract_surgery.png) no-repeat center center/contain;
  margin: 0 auto 0.6rem;
}
main .wrapper_surgery .wrap .list_surgery > li.cataract_surgery a::before {
  background-image: url(../img/surgery_cataract_surgery.png);
}
main .wrapper_surgery .wrap .list_surgery > li.glaucoma_surgery a::before {
  background-image: url(../img/surgery_glaucoma_surgery.png);
}
main .wrapper_surgery .wrap .list_surgery > li.others_surgery a::before {
  background-image: url(../img/surgery_others_surgery.png);
}
main .wrapper_surgery .wrap .list_surgery.is_trigger_on > li {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_surgery::before {
    background: url(../img/surgery_bg.png) no-repeat left bottom/auto 100%;
    right: auto;
    left: calc(50% + 7rem);
    width: calc(50% - 7rem);
    height: 100%;
    top: 0;
  }
  main .wrapper_surgery .wrap {
    padding-bottom: 10rem;
  }
  main .wrapper_surgery .wrap .catch_surgery {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 4rem;
  }
  main .wrapper_surgery .wrap .list_surgery {
    justify-content: center;
    margin: 0 auto;
    width: 105.2rem;
  }
  main .wrapper_surgery .wrap .list_surgery > li:nth-child(n) {
    width: 26.3rem;
    margin: 0;
  }
  main .wrapper_surgery .wrap .list_surgery > li:nth-child(n) a {
    font-size: 2rem;
    line-height: 1.4;
    transition: 0.3s;
  }
  main .wrapper_surgery .wrap .list_surgery > li:nth-child(n) a::before {
    height: 15.7rem;
    width: 15.7rem;
    transition: top 0.3s, transform 0.3s;
    margin-bottom: 0.9rem;
  }
  main .wrapper_surgery .wrap .list_surgery > li:nth-child(n) a:focus, main .wrapper_surgery .wrap .list_surgery > li:nth-child(n) a:hover {
    opacity: 1;
  }
}
main .wrapper_myopia {
  background: #DAF2F6;
  position: relative;
}
main .wrapper_myopia::before {
  content: "";
  display: block;
  background: url(../img/top_myopia_bg.svg) no-repeat top left/cover;
  width: 24rem;
  height: 23rem;
  position: absolute;
  right: 0;
  top: 0;
}
main .wrapper_myopia::after {
  content: "";
  display: block;
  background: url(../img/top_myopia_bg2.svg) no-repeat top right/cover;
  width: 24rem;
  height: 23rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
main .wrapper_myopia .wrap {
  position: relative;
  z-index: 1;
}
main .wrapper_myopia .wrap .card {
  position: relative;
  display: block;
  background: #EEF5F9;
  padding: 20rem 1.5rem 1.5rem;
  border-radius: 0.8rem 0.8rem 4rem 0.8rem;
  margin-bottom: 3rem;
  box-shadow: 4px 4px 0px #99D1F1;
  overflow: hidden;
}
main .wrapper_myopia .wrap .card:nth-of-type(1)::before {
  background: url(../img/top_myopia_01.jpg) no-repeat center/cover;
}
main .wrapper_myopia .wrap .card:nth-of-type(2)::before {
  background: url(../img/top_myopia_02.jpg) no-repeat center/cover;
}
main .wrapper_myopia .wrap .card:nth-of-type(3)::before {
  background: url(../img/top_myopia_03.jpg) no-repeat center/cover;
}
main .wrapper_myopia .wrap .card::before {
  display: block;
  position: absolute;
  inset: 0 0 auto;
  margin: auto;
  content: "";
  aspect-ratio: 525/332;
  width: 100%;
  height: auto;
}
main .wrapper_myopia .wrap .card h3 {
  text-align: center;
  border-bottom: 0.3rem dotted #0066B2;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: block;
  width: fit-content;
  margin: 0 auto 1.6rem;
}
main .wrapper_myopia .wrap .card P {
  font-size: 1.4rem;
  line-height: 1.666;
  margin: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_myopia::before {
    background: url(../img/top_myopia_bg.svg) no-repeat top left/cover;
    height: 75.9rem;
    left: calc(50% + 7rem);
    width: calc(50% - 7rem);
  }
  main .wrapper_myopia::after {
    background: url(../img/top_myopia_bg2.svg) no-repeat bottom right/cover;
    height: 75.9rem;
    right: calc(50% + 7rem);
    width: calc(50% - 7rem);
  }
  main .wrapper_myopia .wrap {
    padding-bottom: 10rem;
  }
  main .wrapper_myopia .wrap .card {
    padding: 7.8rem 6.8rem 5rem 59rem;
    margin-bottom: 10rem;
    box-shadow: 8px 8px 0px #99D1F1;
    height: 32rem;
  }
  main .wrapper_myopia .wrap .card:hover {
    opacity: 1;
    box-shadow: none;
    bottom: -4px;
    right: -4px;
    transition: all 0.5s 1s sase-in-out;
  }
  main .wrapper_myopia .wrap .card::before {
    inset: 0 auto auto 0;
    margin: 0;
    width: 52rem;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  }
  main .wrapper_myopia .wrap .card h3 {
    border-bottom: 0.4rem dotted #0066B2;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 1.8rem;
    letter-spacing: 0.06em;
  }
  main .wrapper_myopia .wrap .card P {
    font-size: 1.8rem;
    line-height: 1.666;
    margin: 0;
  }
}
main .wrapper_feature {
  position: relative;
}
main .wrapper_feature::before {
  content: "";
  display: block;
  background: url(../img/feature_bg.svg) no-repeat bottom right/cover;
  width: 24rem;
  height: 23rem;
  position: absolute;
  left: 0;
  top: 0;
}
main .wrapper_feature .wrap {
  position: relative;
}
main .wrapper_feature .wrap .catch_feature {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
main .wrapper_feature .wrap .list_feature > li {
  margin-top: 2.5rem;
}
main .wrapper_feature .wrap .list_feature > li:first-child {
  margin-top: 0;
}
main .wrapper_feature .wrap .list_feature > li .img_catch {
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem 0.4rem 2rem 0.4rem;
  box-shadow: 0.4rem 0.4rem 0 #D4E9E3;
  margin-right: 0.4rem;
}
main .wrapper_feature .wrap .list_feature > li .img_catch::before {
  content: "";
  display: block;
  background: url(../img/feature_01.jpg) no-repeat center center/cover;
  width: 100%;
  height: 17rem;
}
main .wrapper_feature .wrap .list_feature > li .img_catch .catch {
  color: #fff;
  font-weight: bold;
  background: #1F946F;
  padding: 0.5em 0.8em;
  font-size: 1.5rem;
}
main .wrapper_feature .wrap .list_feature > li .text {
  margin-top: 0.85em;
  font-size: 1.4rem;
  line-height: 1.666;
}
main .wrapper_feature .wrap .list_feature > li:nth-child(2) .img_catch::before {
  background-image: url(../img/feature_02.jpg);
}
main .wrapper_feature .wrap .list_feature > li:nth-child(3) .img_catch::before {
  background-image: url(../img/feature_03.jpg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_feature::before {
    content: "";
    display: block;
    background: url(../img/feature_bg.svg) no-repeat bottom right/cover;
    height: 75.9rem;
    position: absolute;
    left: auto;
    right: calc(50% + 7rem);
    width: calc(50% - 7rem);
    top: 0;
  }
  main .wrapper_feature .wrap {
    padding-bottom: 10rem;
  }
  main .wrapper_feature .wrap .catch_feature {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 4rem;
  }
  main .wrapper_feature .wrap .list_feature {
    display: flex;
    justify-content: space-between;
  }
  main .wrapper_feature .wrap .list_feature > li {
    width: 36.3rem;
    margin: 0;
  }
  main .wrapper_feature .wrap .list_feature > li .img_catch {
    border-radius: 0.8rem 0.8rem 4rem 0.8rem;
    box-shadow: 0.8rem 0.8rem 0 #D4E9E3;
  }
  main .wrapper_feature .wrap .list_feature > li .img_catch::before {
    height: 20rem;
  }
  main .wrapper_feature .wrap .list_feature > li .img_catch .catch {
    font-size: 2rem;
  }
  main .wrapper_feature .wrap .list_feature > li .text {
    font-size: 1.8rem;
  }
}
main .index_slide {
  position: relative;
}
main .index_slide .index_slide_inner {
  width: 100%;
  overflow: hidden;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
main .index_slide .index_slide_inner .swiper-wrapper {
  transition-timing-function: linear;
}
main .index_slide .index_slide_inner .swiper-slide img {
  height: auto;
  width: 100%;
}
main .index_slide .clinicslide_link {
  display: block;
  position: absolute;
  bottom: -5rem;
  right: 1rem;
  z-index: 1;
}
main .index_slide .clinicslide_link img {
  width: 8rem;
}
@media screen and (min-width: 48em), print {
  main .index_slide .clinicslide_link {
    bottom: -3rem;
    right: calc(50% - 59rem);
  }
  main .index_slide .clinicslide_link:hover, main .index_slide .clinicslide_link:focus {
    opacity: 0.8;
    right: calc(50% - 60rem);
  }
  main .index_slide .clinicslide_link img {
    width: 17.7rem;
  }
}

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

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding: 6.5rem 0rem 4rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
@media screen and (min-width: 48em), print {
  body.doctor .imgtxt .imgtxt_image {
    max-width: 33rem;
  }
}
#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;
}

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

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

.bread_list {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem;
}
.bread_list > li {
  display: inline-block;
}
.bread_list > li:not(:first-child)::before {
  content: "＞";
  padding: 0 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: 1180px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}
body.contactlenses .contactlenses_wrap .contactlenses_box:last-of-type {
  border-bottom: 1px solid #1F946F;
}
body.contactlenses .contactlenses_wrap .contactlenses_box dl {
  border-top: 1px solid #1F946F;
  border-right: 1px solid #1F946F;
  border-left: 1px solid #1F946F;
  margin: 0;
}
body.contactlenses .contactlenses_wrap .contactlenses_box dl dt, body.contactlenses .contactlenses_wrap .contactlenses_box dl dd {
  margin: 0;
  padding: 0.6rem;
  text-align: center;
}
body.contactlenses .contactlenses_wrap .contactlenses_box dl dt {
  background: #E7FCF5;
  font-weight: bold;
}
body.contactlenses .contactlenses_wrap .contactlenses_box dl dd img {
  display: block;
  margin: 0 auto 0.25em;
}
@media screen and (min-width: 48em), print {
  body.contactlenses .contactlenses_wrap .contactlenses_box {
    display: flex;
    flex-wrap: wrap;
  }
  body.contactlenses .contactlenses_wrap .contactlenses_box:last-of-type {
    border-bottom: none;
  }
  body.contactlenses .contactlenses_wrap .contactlenses_box:not(:first-of-type) {
    margin-top: 1.5rem;
  }
  body.contactlenses .contactlenses_wrap .contactlenses_box dl {
    width: 32%;
    width: calc(33.3333333333% - 1rem);
    border-top: 1px solid #1F946F;
    border-right: 1px solid #1F946F;
    border-bottom: 1px solid #1F946F;
    border-left: 1px solid #1F946F;
  }
  body.contactlenses .contactlenses_wrap .contactlenses_box dl:not(:first-of-type) {
    margin-left: 1.5rem;
  }
  body.contactlenses .contactlenses_wrap .contactlenses_box dl dt, body.contactlenses .contactlenses_wrap .contactlenses_box dl dd {
    padding: 1rem;
  }
}/*# sourceMappingURL=style.css.map */