@charset "utf-8";

/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  color: #333839;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}


a {
  color: #65ABFF;
  text-decoration: none;
}

a:hover {
  color: #69CEC1;
  background-position: 100% 100%;
  background-size: 0% 1px;
}

::selection {
  background-color: #65ABFF;
  color: #fff;
}

::-moz-selection {
  background-color: #65ABFF;
  color: #fff;
}

.kv_inner {
  min-width: 128rem;
  max-width: 170rem;
  padding: 0 4rem;
}

.kv {
  min-width: 128rem;
  overflow: hidden;
}

.sp_navi {
  display: none;
}


/*============================================================================

	header

============================================================================*/

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-logo {
  width: 18.5rem;
  height: 3.5rem;
  vertical-align: bottom;
  padding-bottom: 0.2rem;

}


header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 128rem;
  height: 9.0rem;
  background-color: #ffffff;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  transition-property: height, box-shadow, background-color;
  z-index: 99999;
}

@media all and (-ms-high-contrast: none) {
  header {
    position: fixed;
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
  height: inherit;
  padding: 0 10rem;

}

header h1 {
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

header h1 a {
  transition: 0.15s ease-in-out;
}

header h1 a:hover {
  opacity: 0.5;
}

header h1 svg {
  position: relative;
  width: 21rem;
  height: 6.5rem;
  vertical-align: bottom;
  top: -0.1rem;
}

header h1 .st0 {
  fill: #1A1311;
}

header h1 .st1 {
  fill: #003970;
}



header.fixed {
  height: 6.4rem;
  box-shadow: 0 54px 34px 0 rgb(0 5 30 / 10%);
  background-color: #fff;
}


header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, .4);
  transition-duration: 0.16s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  opacity: 0;
  z-index: -1;
}

header.nav_dropdown_header::after {
  opacity: 1;
  z-index: 1;
}



.header_btn {
  display: none !important;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 1.1rem;
  margin: auto;
  height: 16.6rem;
  z-index: 999;
}

.header_btn_list_time,
.header_btn_list_reserve {
  margin-bottom: 1rem;
}

.header_btn_list_time a,
.header_btn_list_reserve a {
  display: block;
  width: 7.8rem;
  height: 7.8rem;
  border: 1px solid #DCE7F5;
  border-radius: 100%;
  background-color: #ffffff;
}

.header_btn_list_time a {
  padding-top: 0.6rem;
}

.header_btn_list_reserve a {
  padding-top: 0.8rem;
}

.header_btn_icon {
  margin-bottom: 0.2rem;
  text-align: center;
}

.header_btn_title {
  color: #333839;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
}





/*============================================================================

	nav

============================================================================*/

nav {
  right: 0;
  height: inherit;
}

nav>ul {



  display: flex;
  justify-content: flex-end;
  text-align: center;
  height: inherit;
}

nav ul>li {
  height: inherit;
}

nav ul>li>a {
  display: table-cell;
  position: relative;
  height: inherit;
  padding: 0.1rem 1.4rem 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  transition-property: background-color;
  cursor: pointer;
}

.nav_text-zh {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333839;
  transition: 0.2s ease-in-out;
}

.nav_slidebtm .nav_text-zh {
  padding-right: 8px;
}

.nav_slidebtm .nav_text-zh::after {
  position: relative;
  top: -0.4rem;
  right: -0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(135deg);
  border-right: 1px solid #333839;
  border-top: 1px solid #333839;
  content: "";
  bottom: 0;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  display: inline-block;
}

.nav_slidebtm {
  transform: none;
  z-index: 10;
}

.nav_contact a {
  padding: 0.1rem 1.4rem;
  letter-spacing: 0.09em;
}

nav li.nav-open a .nav_text-zh,
nav li.nav-open a:hover .nav_text-zh {
  color: #fff;
}

nav li.nav-open a .nav_text-zh::after,
nav li a:hover .nav_text-zh::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.nav_border_hover {
  position: relative;
}

.nav_border_hover::before {
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  bottom: -4px;
  height: 0.1rem;
  background-color: #333839;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}

nav li a:hover .nav_border_hover::before,
nav li.nav-open .nav_border_hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

nav li.nav-open .nav_border_hover::before {
  background-color: #fff;
}

nav.fixed {}

/* dropdown */
/* nav ul li .nav_dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 54px 34px 0 rgb(0 5 30 / 10%);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  z-index: -1;
  opacity: 0;
  pointer-events: none;

}

nav ul li .nav_dropdown.nav_open {
  top: 100%;
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.nav_dropdown_inner {
  display: flex;
  justify-content: space-between;
  max-width: 170rem;
  min-width: 128rem;
  padding: 4.2rem 10rem 5.2rem;
  margin: auto;
} */


.nav_dropdown_inner_l_title {
  display: flex;
  align-items: baseline;

  padding-bottom: 1.4rem;
  font-weight: bold;

  font-size: 1.7rem;
  text-align: left;
  letter-spacing: 0.075em;
}

.nav_dropdown_inner_l_title_text {
  margin-right: 2.0rem;
}

.nav_dropdown_inner_l_title_index {
  position: relative;
  right: 0;
  top: 0.1rem;
  padding-bottom: 0rem;
  z-index: 10;
  line-height: 1;
  margin-left: 1.6em;
  padding-bottom: 2rem;
  margin-bottom: -2rem;
}

.nav_dropdown_inner_l_title_index a {
  position: relative;
  vertical-align: top;
  background-image: linear-gradient(#65ABFF, #65ABFF);
  transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
}


.nav_dropdown_inner_r {
  width: 50%;
}

.nav_dropdown_clinic_list {
  position: relative;
}

.nav_dropdown_clinic_list li {
  position: absolute;
  width: 100%;
  height: 35.4rem;
  transition: 0.2s ease-in-out;
}

.nav_dropdown_clinic_list li div {
  position: relative;
  width: inherit;
  height: inherit;
  transition: 0.2s ease-in-out;
  background-size: cover;
  background-position: center;
}

.nav_dropdown_clinic_list_img01 {
  background-image: url(/static/enstyle/images/kv-feature_img.jpg);
  z-index: 1;
}

.nav_dropdown_clinic_list_img02 {
  background-image: url("/static/enstyle/images/kv-infection_img.jpg");
}

.nav_dropdown_clinic_list_img03 {
  background-image: url("/static/enstyle/images/kv-staff-img.webp");
}

.nav_dropdown_clinic_list_img04 {
  background-image: url("/static/enstyle/images/kv-yukenkai_img.jpg");
}

.nav_dropdown_clinic_list_img05 {
  background-image: url("/static/enstyle/images/kv-introduction_img.jpg");
}

.nav_dropdown_clinic_list01_img.active .nav_dropdown_clinic_list_img01,
.nav_dropdown_clinic_list02_img.active .nav_dropdown_clinic_list_img02,
.nav_dropdown_clinic_list03_img.active .nav_dropdown_clinic_list_img03,
.nav_dropdown_clinic_list04_img.active .nav_dropdown_clinic_list_img04,
.nav_dropdown_clinic_list05_img.active .nav_dropdown_clinic_list_img05 {
  z-index: 9;
}

.nav_dropdown_medical_list_img01 {
  background-image: url("/static/enstyle/images/treatment/treatment01_img01.jpg");
  z-index: 1;
}

.nav_dropdown_medical_list_img02 {
  background-image: url("/static/enstyle/images/treatment/treatment02_img01.jpg");
}

.nav_dropdown_medical_list_img03 {
  background-image: url("/static/enstyle/images/treatment/treatment03_img01.jpg");
}

.nav_dropdown_medical_list_img04 {
  background-image: url("/static/enstyle/images/treatment/treatment04_img01.jpg");
}

.nav_dropdown_medical_list_img05 {
  background-image: url("/static/enstyle/images/treatment/treatment05_img01.jpg");
}

.nav_dropdown_medical_list_img06 {
  background-image: url("/static/enstyle/images/treatment/treatment06_img01.jpg");
}

.nav_dropdown_medical_list_img07 {
  background-image: url("/static/enstyle/images/treatment/treatment07_img01.jpg");
}

.nav_dropdown_medical_list_img08 {
  background-image: url("/static/enstyle/images/treatment/treatment08_img01.jpg");
}

.nav_dropdown_medical_list_img09 {
  background-image: url("/static/enstyle/images/treatment/treatment09_img01.jpg");
}

.nav_dropdown_medical_list_img10 {
  background-image: url("/static/enstyle/images/treatment/treatment10_img01.jpg");
}

.nav_dropdown_medical_list_img11 {
  background-image: url("/static/enstyle/images/treatment/treatment11_img01.jpg");
}

.nav_dropdown_medical_list_img12 {
  background-image: url("/static/enstyle/images/treatment/treatment12_img01.jpg");
}

.nav_dropdown_medical_list_img13 {
  background-image: url("/static/enstyle/images/treatment/treatment13_img01.jpg");
}

.nav_dropdown_medical_list_img14 {
  background-image: url("/static/enstyle/images/treatment/treatment08_img01.jpg");
}

.nav_dropdown_medical_list01_img.active .nav_dropdown_medical_list_img01,
.nav_dropdown_medical_list02_img.active .nav_dropdown_medical_list_img02,
.nav_dropdown_medical_list03_img.active .nav_dropdown_medical_list_img03,
.nav_dropdown_medical_list04_img.active .nav_dropdown_medical_list_img04,
.nav_dropdown_medical_list05_img.active .nav_dropdown_medical_list_img05,
.nav_dropdown_medical_list06_img.active .nav_dropdown_medical_list_img06,
.nav_dropdown_medical_list07_img.active .nav_dropdown_medical_list_img07,
.nav_dropdown_medical_list08_img.active .nav_dropdown_medical_list_img08,
.nav_dropdown_medical_list09_img.active .nav_dropdown_medical_list_img09,
.nav_dropdown_medical_list10_img.active .nav_dropdown_medical_list_img10,
.nav_dropdown_medical_list11_img.active .nav_dropdown_medical_list_img11,
.nav_dropdown_medical_list12_img.active .nav_dropdown_medical_list_img12,
.nav_dropdown_medical_list13_img.active .nav_dropdown_medical_list_img13,
.nav_dropdown_medical_list14_img.active .nav_dropdown_medical_list_img14 {
  z-index: 9;
}


.nav_dropdown_title_clinic {
  border-right: 1px solid #DCE7F5;
}

.nav_dropdown_title_inner {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.6rem;
  line-height: 1;
}

.nav_dropdown_title_ja {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 3rem;
  margin-left: 0.3rem;
}

.nav_dropdown_title_text {
  font-size: 1.3rem;
}


.nav_dropdown_title .btn-01 a {
  padding: 0 0 0.8rem 0;
  font-size: 1.4rem;
}

.nav_dropdown_medical_list {
  width: 100%;
  display: flex;

  flex-wrap: wrap;
  position: relative;
  border: 1px solid #DCE7F5;
}

/* .nav_dropdown_medical_list::before,.nav_dropdown_medical_list::after {
  position: absolute;
  right: 0;
  margin: auto;
  background-color: #DCE7F5;
  width: 100%;
  height: 1px;
  content: "";
} */
.nav_dropdown_medical_list::before {
  top: 14.6rem;
}

.nav_dropdown_medical_list::after {
  bottom: 14.6rem;
}

.nav_dropdown_medical_list li {

  position: relative;
  width: calc(100% / 6);
  border-bottom: 1px solid #DCE7F5;

}

.nav_dropdown_medical_list li:nth-child(n+13) {
  border-bottom: none;

}

.nav_dropdown_medical_list li::before {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #DCE7F5;
  width: 1px;
  height: 100%;
  content: "";
}

.nav_dropdown_medical_list li:nth-child(6n)::before {
  display: none;
}

.nav_dropdown_medical_list li a {
  width: 100%;
  display: block;
  /*   display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 14.8rem; */

  padding: 2rem 2rem 1.4rem;

  line-height: 1.5;
  color: #333;

}

.nav_dropdown_medical_list li:last-child {
  margin-right: 0;
}

.nav_dropdown_medical_list_text {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  background-image: linear-gradient(#333, #333);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-property: background-size, color;
  transition-duration: .25s;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
}

.nav_dropdown_medical_list li a:hover .nav_dropdown_medical_list_text {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}



.nav_dropdown_medical_list_img {
  text-align: center;
  height: 8rem;
  margin: 0 auto 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  background-color: #F0F3FC;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.nav_dropdown_medical_list_img img {
  height: auto;
  transform: scale(0.7);
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);

}

.nav_dropdown_medical_list li a:hover .nav_dropdown_medical_list_text {
  color: rgba(101, 171, 255, 1);
  background-image: linear-gradient(rgba(101, 171, 255, 1), rgba(101, 171, 255, 1));
}




.top_treatments_l_box a:hover::before {
  opacity: 1;
  box-shadow: 0 3.3rem 3.6rem rgba(217, 200, 173, .2);
  transform: scale(1);
}

.nav_dropdown_medical_list li a:hover .nav_dropdown_medical_list_img img {
  transform: scale(0.95);

}

.nav_dropdown_medical_list li a:hover .nav_dropdown_medical_list_img {
  transform: scale(0.85);

}


.nav_nav_clinic_index_link {
  width: 100%;
}

.nav_index_link_title {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 2.4rem;
}

.nav_index_link_title_ja {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  margin-right: 2.4rem;
}

.nav_index_link_title_en {
  padding-left: 2.2rem;
  color: #65ABFF;
  font-size: 1.1rem;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  position: relative;
  top: 0.3rem;
}

.nav_index_link_all {
  position: relative;
  right: 0;
  top: -0.2rem;
  padding-bottom: 0rem;
  z-index: 10;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: -2rem;

}

.nav_index_link_all a {
  position: relative;


  transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
}

.nav_index_link_all a:hover {
  background-position: 100% 100%;
  background-size: 0% 1px;
  color: #65ABFF;
}

.nav_index_link_all a::before,
.nav_index_link_all a::after {
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(101, 171, 255, 0.5);
}

.nav_index_link_all a:hover::before {
  animation-name: btn01_border_01;
  animation-duration: .46s;
  animation-timing-function: cubic-bezier(.166, .74, .49, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes btn01_border_01 {
  from {
    width: 100%;
  }

  100% {
    width: 0%;
    left: 100%;
  }
}

.nav_index_link_all a:hover::after {
  animation-name: btn01_border_02;
  animation-duration: .46s;
  animation-timing-function: cubic-bezier(.166, .74, .49, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: .16s;
}

@keyframes btn01_border_02 {
  from {
    width: 0;
    left: 0;
  }

  100% {
    width: 100%;
    left: 0;
  }
}




.nav_index_link_all_off {
  position: relative;
  white-space: nowrap;
}

.nav_index_link_all_off span {
  position: relative;
  display: inline-block;
}


.nav_index_link_all_on {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.nav_index_link_all_on span {
  display: inline-block;
  transform: translateY(1.2rem);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-property: transform, opacity;
}


.nav_index_link_all a:hover .nav_index_link_all_off span {


  animation-name: nav_index_link_all_off;
  animation-duration: .25s;
  animation-timing-function: cubic-bezier(.166, .74, .49, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;

}



.nav_index_link_all a:hover .nav_index_link_all_off span:nth-child(1) {
  animation-delay: 0s;
}

.nav_index_link_all a:hover .nav_index_link_all_off span:nth-child(2) {
  animation-delay: 0.02s;
}

.nav_index_link_all a:hover .nav_index_link_all_off span:nth-child(3) {
  animation-delay: 0.04s;
}

.nav_index_link_all a:hover .nav_index_link_all_off span:nth-child(4) {
  animation-delay: 0.06s;
}

.nav_index_link_all a:hover .nav_index_link_all_off span:nth-child(5) {
  animation-delay: 0.08s;
}

.nav_index_link_all a:hover .nav_index_link_all_off span:nth-child(6) {
  animation-delay: 0.1s;
}

.nav_index_link_all a:hover .nav_index_link_all_off span:nth-child(7) {
  animation-delay: 0.12s;
}

.nav_index_link_all a:hover .nav_index_link_all_off span:nth-child(8) {
  animation-delay: 0.14s;
}

.nav_index_link_all a:hover .nav_index_link_all_off span:nth-child(9) {
  animation-delay: 0.16s;
}

.nav_index_link_all a:hover .nav_index_link_all_off span:nth-child(10) {
  animation-delay: 0.18s;
}


@keyframes nav_index_link_all_off {
  from {}

  20% {
    opacity: 1;
  }

  100% {
    transform: translateY(-1.2rem);
    opacity: 0;
  }
}

.nav_index_link_all_on {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.nav_index_link_all_on span {
  display: inline-block;
  transform: translateY(1.2rem);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-property: transform, opacity;
}

.nav_index_link_all a:hover .nav_index_link_all_on span {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.nav_index_link_all a:hover .nav_index_link_all_on span:nth-child(1) {
  transition-delay: 0.25s;
}

.nav_index_link_all a:hover .nav_index_link_all_on span:nth-child(2) {
  transition-delay: 0.27s;
}

.nav_index_link_all a:hover .nav_index_link_all_on span:nth-child(3) {
  transition-delay: 0.29s;
}

.nav_index_link_all a:hover .nav_index_link_all_on span:nth-child(4) {
  transition-delay: 0.31s;
}

.nav_index_link_all a:hover .nav_index_link_all_on span:nth-child(5) {
  transition-delay: 0.32s;
}

.nav_index_link_all a:hover .nav_index_link_all_on span:nth-child(6) {
  transition-delay: 0.33s;
}

.nav_index_link_all a:hover .nav_index_link_all_on span:nth-child(7) {
  transition-delay: 0.35s;
}

.nav_index_link_all a:hover .nav_index_link_all_on span:nth-child(8) {
  transition-delay: 0.37s;
}

.nav_index_link_all a:hover .nav_index_link_all_on span:nth-child(9) {
  transition-delay: 0.39s;
}

.nav_index_link_all a:hover .nav_index_link_all_on span:nth-child(10) {
  transition-delay: 0.41s;
}














.nav_clinic_index_link_inner {
  display: flex;
  justify-content: space-between;
}

.nav_clinic_index_link_box {
  position: relative;
  width: calc(100% / 5);
  margin-right: 0.5rem;
}

.nav_clinic_index_link_box:hover {
  z-index: 10;
}

.nav_clinic_index_link_box a {
  display: block;
}

.nav_clinic_index_link_box:last-child {
  margin-right: 0;
}

.nav_clinic_index_link_box_img_outer {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
}

.nav_clinic_index_link_box_img_outer::before {
  width: 100%;
  height: calc(11.5rem + 0.5rem + (1.4rem * 1.88));
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.nav_clinic_index_link_box_img {
  height: 11.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
  transition-duration: .25s;
  background-size: 100%;
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  /*     transition-timing-function: ease-in-out; */
}

.nav_clinic_index_link_box.is-current .nav_clinic_index_link_box_img {
  border: 1px solid #65ABFF;
}

.nav_clinic_index_link_box a:hover .nav_clinic_index_link_box_img {
  box-shadow: 0 3.3rem 3.6rem rgb(0 5 30 / 10%);
}

.nav_clinic_index_link_box_img.clinic_index_feature {
  background-image: url("/static/enstyle/images/kv-feature_img.jpg");
}

.nav_clinic_index_link_box_img.clinic_index_staff {
  background-image: url("/static/enstyle/images/nav_clinic_img.jpg");
}

.nav_clinic_index_link_box_img.clinic_index_clinic {
  background-image: url("/static/enstyle/images/kv-introduction_img.jpg");
}

.nav_clinic_index_link_box_img.clinic_index_yukenkai {
  background-image: url("/static/enstyle/images/kv-yukenkai_img.jpg");
}

.nav_clinic_index_link_box_img.clinic_index_infection {
  background-image: url("/static/enstyle/images/kv-infection_img.jpg");
}

.nav_clinic_index_link_box_img::after {
  position: absolute;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.095em;
  transition-duration: .25s;
  transition-property: transform, opacity, font-size;
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  content: "詳しく見る";
  opacity: 0;
  z-index: 10;
  transform: translateZ(5rem) scale(1);
}

.nav_clinic_index_link_box a:hover .nav_clinic_index_link_box_img::after {
  opacity: 1;
  transform: translateZ(5rem) scale(1.0);
  font-size: 1.4rem;
}

.nav_clinic_index_link_box_img:before {
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: "";
  z-index: 1;
  transition-duration: .25s;

  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
}

.nav_clinic_index_link_box a:hover .nav_clinic_index_link_box_img:before {
  background: rgba(0, 0, 0, .25);
}

.nav_clinic_index_link_box_img img {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
}

.nav_clinic_index_link_box_title {
  padding-bottom: 0rem;
  color: #333839;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
}

.nav_clinic_index_link_box_title_inner {
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  transition-property: background-size;
  background-image: linear-gradient(#65ABFF, #65ABFF);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
}

.nav_clinic_index_link_box a:hover .nav_clinic_index_link_box_title_inner {
  color: #65ABFF;
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.nav_clinic_index_link_box.is-current .nav_clinic_index_link_box_title_inner {
  color: #65ABFF;
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.nav_clinic_index_link_box.is-current a {
  pointer-events: none;
}

.nav_clinic_index_link_box a:hover .nav_clinic_index_link_box_img {
  background-size: 130%;
  transform: scale(0.9);
}





















.nav_dropdown_list_l {
  position: relative;
  width: 100%;
  height: 9.4rem;
  margin-bottom: 0.6rem;
  overflow: hidden;
  background-position: center;
  background-size: 113%;
  background-repeat: no-repeat;
  transition: 0.28s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}

.nav_dropdown_list_l::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #C7D3E2;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  opacity: 0;
  z-index: 10;
}

.nav_dropdown_list_l::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 1.9rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  content: "Learn More";
  opacity: 0;
  z-index: 10;
  transform: scale(1, 1);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}

.nav_dropdown_list li a:hover .nav_dropdown_list_l {
  background-size: 100%;
}

.nav_dropdown_list li a:hover .nav_dropdown_list_l::before {
  opacity: 1;
  transform: scale(1, 1);
}

.nav_dropdown_list li a:hover .nav_dropdown_list_l::after {
  opacity: 1;
  transform: scale(.8, .8);
}

.nav_dropdown_list li a:hover .nav_dropdown_list_l {
  box-shadow: 0 3.3rem 3.6rem rgba(217, 200, 173, .2);
}

.nav_dropdown_list_text {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
}

.nav_dropdown_list_en {
  margin-left: 0.1rem;
  font-size: 1.2rem;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  color: #ADB6BF;
}

.nav_dropdown_list_l .btn-01 {
  font-size: 1.3rem;
  font-family: din-2014, sans-serif;
  font-weight: 300;
}

.nav_dropdown_list_l .btn-01 {
  position: relative;
}

.nav_dropdown_list_l .btn-01 span {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-bottom: 1rem;
  color: #64CCBF;
}

.nav_dropdown_list_l .btn-01 span::after {
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #64CCBF;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}

.nav_dropdown_list li:hover .nav_dropdown_list_l .btn-01::after {
  width: 0;
  right: 0;
  left: auto;
}

.nav_dropdown_list_text,
.nav_dropdown_list_en,
.nav_dropdown_list_l {
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}

.nav_dropdown_list li:hover .nav_dropdown_list_text,
.nav_dropdown_list li:hover .nav_dropdown_list_en,
.nav_dropdown_list li:hover .nav_dropdown_list_l,
.nav_dropdown_list li:hover .nav_dropdown_list_text {}

.nav_dropdown_list_text {
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.6rem;
}

.nav_dropdown_list_text::after {
  position: absolute;
  right: 0;
  left: auto;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.2s ease-out;
  content: "";
  z-index: 1;
}

nav ul li .nav_dropdown a:hover {}

nav ul li .nav_dropdown a:hover .nav_dropdown_list_text::after {
  width: 100%;
  right: auto;
  left: 0;
}

nav ul li .nav_dropdown a:hover::before {
  right: 20px;
}

nav ul li .nav_dropdown_list.nav_dropdown_list-02 li {
  display: block;
  position: relative;
}

.nav_dropdown_treat_inner {
  max-width: 140rem;
  min-width: 128rem;
  padding: 6.4rem 4rem 7.2rem;
  margin: auto;
  display: block;

}

.nav_dropdown_treat_title_clinic {

  padding-right: 8rem;
  border-right: 1px solid #E1EBF3;
}

.nav_dropdown_treat_title_inner {
  display: flex;
  text-align: left;
  align-items: baseline;
  margin-bottom: 1.6rem;
  line-height: 1;
}

.nav_dropdown_title_ja {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 3rem;
  margin-left: 0.3rem;
}

.nav_dropdown_title_s {
  font-size: 1.3rem;
}

.nav_dropdown_treat_list_outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #C7D3E2;
  border-bottom: 1px solid #C7D3E2;
}

.nav_dropdown_treat_list_b {
  position: relative;
  width: 15%;
  display: flex;
}

.nav_dropdown_treat_list_b::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #C7D3E2;
  width: 1px;
  height: calc(100% - 4rem);
  content: "";
}

.nav_dropdown_treat_list_b a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  line-height: 1.5;
}

.nav_dropdown_treat_list_b_l {
  height: 7.2rem;
  margin-bottom: 3rem;
  margin-top: -2rem;
  position: relative;
}

.nav_dropdown_treat_list {
  position: relative;
  width: 85%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav_dropdown_treat_list::before {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #C7D3E2;
  width: calc(100% - 5.6rem);
  height: 1px;
  content: "";
}

.nav_dropdown_treat_list li {
  position: relative;
  width: calc(100% / 6);
}

.nav_dropdown_treat_list li a {
  display: flex;
  min-height: 14.8rem;
  padding: 0.1rem 0.4rem 0;
  justify-content: center;
  line-height: 1.5;
  align-items: center;
}

.nav_dropdown_treat_list_b a::before,
.nav_dropdown_treat_list li a::before,
.nav_dropdown_treat_list_category a::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #fff;
  box-shadow: 0 0rem 0rem rgba(217, 200, 173, .2);
  content: "";
  opacity: 0;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.nav_dropdown_treat_list_b a:hover::before,
.nav_dropdown_treat_list li a:hover::before,
.nav_dropdown_treat_list_category a:hover::before {
  opacity: 1;
  box-shadow: 0 3.3rem 3.6rem rgba(217, 200, 173, .2);
}

.nav_dropdown_treat_list li::before {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #C7D3E2;
  width: 1px;
  height: calc(100% - 5.2rem);
  content: "";
}

.nav_dropdown_treat_list li:nth-child(6n)::before {
  display: none;
}

.nav_dropdown_treat_list_l {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.nav_dropdown_treat_list_l {
  height: 6.2rem;
  position: relative;
}

.nav_dropdown_treat_list_l img {
  transform: scale(0.8);
}

.nav_dropdown_treat_list_r {}

.nav_dropdown_treat_list_text {
  display: inline;
  padding-bottom: 0.2rem;
  position: relative;
  font-size: 1.3rem;
  color: #333839;
  font-weight: bold;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .nav_dropdown_treat_list_text {
    display: inline-block;
  }

  .nav_dropdown_treat_list_l {
    padding-top: 3rem;
  }

  .nav_dropdown_list li a {
    display: block;
  }
}

.nav_dropdown_list_text,
.nav_dropdown_treat_list_text,
.nav_dropdown_treat_list_category_text {
  background-image: linear-gradient(#333839, #333839);
  transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
}

.nav_dropdown_list a:hover .nav_dropdown_list_text,
.nav_dropdown_treat_list_category a:hover .nav_dropdown_treat_list_category_text,
.nav_dropdown_treat_list li a:hover .nav_dropdown_treat_list_text,
.nav_dropdown_treat_list_b a:hover .nav_dropdown_treat_list_text {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.nav_dropdown_treat_list_category {
  width: 100%;
  border-top: 1px solid #C7D3E2;
}

.nav_dropdown_treat_list_category a {
  position: relative;
  display: block;
  padding: 1.6rem 0;
  font-size: 1.3rem;
  color: #333839;
  font-weight: bold;
  text-align: center;
}

.nav_dropdown_treat_list_category a::before {}

.nav_dropdown_treat_list_category_text {
  position: relative;
  padding-bottom: 0.2rem;
}

.nav_dropdown_treat_list li a .nav_dropdown_treat_list_text::before,
.nav_dropdown_treat_list_b a .nav_dropdown_treat_list_text::before {}

.nav_dropdown_treat_list li a:hover .nav_dropdown_treat_list_text::before,
.nav_dropdown_treat_list_b a:hover .nav_dropdown_treat_list_text::before {
  right: auto;
  left: 0;
  width: 100%;
}

.sp_resv {
  display: none;
}









/*============================================================================

	#mainvisual

============================================================================*/

.kv {
  position: relative;
  height: 43.8rem;
  margin-top: 9rem;
  background-position: center;
  background-repeat: no-repeat;


}

.kv_under_img {
  height: unset;

}

.kv-treatments {
  height: 34.1rem;
}

.kv-feature {
  height: 94.15rem;
}

.kv_v {
  position: relative;
  overflow: hidden;
}

.kv_v:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
}


.kv_open {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  margin-left: 0.2rem;
  margin-bottom: 1.6rem;
  color: #ffffff;
}

.kv_open_en {
  margin-right: 0.9rem;
  padding: 0 0.1rem;
  font-size: 1.5rem;
  font-family: 'Heebo', sans-serif;
  letter-spacing: 0.06rem;
  line-height: 1.75;
}

.kv_open_text {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.9;
}


.kv_catch {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: inherit;
  height: inherit;

  /*    max-width: 170rem;
    min-width: 128rem;*/
  padding: 0 10rem;
  margin: auto;
  color: #fff;
  z-index: 9;
}

.kv_catch_inner {
  padding-bottom: 7.2rem;


}

.kv_catch_t {
  position: relative;
  left: -0.2rem;
  font-size: 4.6rem;
  line-height: 1.38;
  margin-bottom: 2.8rem;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;

}

.kv_catch_t_MaruGo {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kv_catch_sub {
  position: relative;


  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
}

.kv_info {
  position: absolute;
  width: 49.3rem;
  height: 25.8rem;
  bottom: -12.9rem;
  right: 0;
  padding: 4.9rem 6.7rem;
  background-color: #fff;

  z-index: 10;
  white-space: nowrap;
}

.kv_info .schedule {}

.schedule_caution {
  color: #333839;
  position: absolute;
  font-size: 1.0rem;
  font-weight: bold;
}


.kv_note {
  display: flex;
  justify-content: initial;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}


.note_tit {
  padding-right: 1.2rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

.kv_tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tel_tit {
  padding-right: 1.2rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

.tel_num {
  position: relative;

  color: #65ABFF;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0.096em;
}

.tel_num span {
  position: relative;
  top: -0.1rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.tel_num a {
  margin-left: 0.2rem;
  color: #65ABFF;
  font-size: 2.3rem;
  font-family: dinosaur, sans-serif;
}

.kv .inner {
  position: relative;
  max-width: 170rem;
  min-width: 128rem;
  padding: 0 10rem;
  margin: 7.5rem auto 2.4rem;
  z-index: 20;
}

.kv-treatments .inner {
  margin: 17.3rem auto 4.4rem;
}

.kv-treatments .kv_inner_title_sub {

  font-size: 1.7rem;
}



.kv_inner_content {
  position: relative;
  margin-top: auto;
}

.kv_inner_title {
  position: relative;
  min-width: inherit;
  max-width: inherit;
  margin: auto;
}

.kv_inner_title_sub {
  position: absolute;
  top: 1.0rem;

  color: #333839;
  z-index: 11;
  font-size: 1.5rem;
}

.kv_inner_title_l {
  position: relative;

  display: inline-block;
  padding: 5rem 0 3rem;
  font-size: 4.45rem;
  font-weight: bold;
  line-height: 1;

  z-index: 10;
}

.kv-treatments .kv_inner_title_l {
  padding: 5.4rem 0 2rem;
  margin-left: -0.2rem;
}

.kv_inner_title_en {
  position: absolute;
  top: -6.7rem;
  left: 50%;
  color: #003970;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 30rem;
  letter-spacing: -0.08em;
  white-space: nowrap;
  opacity: 0.15;
  z-index: 1;
  line-height: 1;
}

.kv-treatments .kv_inner_title_en {
  top: -10.5rem;
}

.kv_inner_title_text {
  position: absolute;
  right: 0;
  width: 45%;
  top: 0;
  z-index: 10;
}

.kv_inner_title_l img {
  height: 6.6rem;
  width: auto;
}

/*.kv_img{
	width: calc(100% - 10rem);
	height: 60rem;
	background-repeat: no-repeat;
	background-position: center;
}*/
.kv_img {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 10rem);
  height: 60vh;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;


}

.kv-access_img .kv_img_inner {
  background-image: url("/static/enstyle/images/kv-access-img.webp");
}

.kv-yukenkai_img .kv_img_inner {
  background-image: url("/static/enstyle/images/kv-yukenkai_img.jpg");
}

.kv-introduction_img .kv_img_inner {
  background-image: url("/static/enstyle/images/kv-introduction_img.jpg");
}

.kv-infection_img .kv_img_inner {
  background-image: url("/static/enstyle/images/kv-infection_img.jpg");
}

.kv-staff_img {}

.kv-price_img .kv_img_inner {
  background-image: url("/static/enstyle/images/kv-price-img.webp");
}

.kv-feature_img {
  top: 0;
  background-image: url(/static/enstyle/images/kv-feature_img.jpg);
}

.breadcrumbs.kv-feature_breadcrumbs {
  height: 0;
  top: -14rem;
}




.kv_img_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}



.kv-staff_img .kv_img_inner {
  background-image: url("/static/enstyle/images/kv-staff-img.webp");

}

.kv_img.kv-feature_img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background-position: 60%;
}

.kv.kv-feature {
  margin-top: 6.4rem;
  height: 54rem;

}

.kv.kv-feature .inner {
  height: inherit;
  margin: 0 auto;
  display: flex;

}

.kv.kv-feature .kv_inner_title {

  margin: unset;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 6rem; */
  text-align: center;
  color: #fff;
}

.kv.kv-feature .kv_inner_title_sub {
  position: relative;
  color: #fff;
}

.kv.kv-feature .kv_inner_title_l {
  align-items: flex-start;
  margin: unset;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: end;
  padding: 2.6rem 0 3rem;
}

.kv.kv-feature .kv_inner_lead {
  font-size: 1.6rem;
}

.kv.kv-feature .kv_inner_title_en {
  position: absolute;
  top: auto;
  color: #003970;
  opacity: 0;
  line-height: 1;
  bottom: -6rem;

}


.kv.kv-feature::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 85%;
  margin: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background-repeat: repeat-x;
  opacity: 0.5;
  content: "";
  z-index: 1;
}


.kv_catch_t>span {
  display: inline-block;
  perspective: 190px;
  perspective-origin: 0;

}

.kv_catch_t>span>span {
  position: relative;
  transform: translate(-1rem, 0) rotateY(-65deg) scale(1.3);
  display: inline-block;
  opacity: 0;
  letter-spacing: 0.25em;

  transform-origin: 0 left;
  transition-duration: 1.35s;
  transition-delay: 0.25s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  transition-property: opacity, transform, letter-spacing, filter;
}

.kv_catch_t.is-active>span>span {
  transform: translate(0, 0) rotateY(0) scale(1);
  filter: blur(0);
  opacity: 1;
  letter-spacing: 0.055em;


}

.kv_catch_t span:nth-child(1)>span {
  transition-delay: 0.25s;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}

.kv_catch_t span:nth-child(2)>span {
  transition-delay: 0.3s;
}

.kv_catch_t span:nth-child(3)>span {
  transition-delay: 0.35s;
  margin-left: -0.2rem;
  margin-right: 0.1rem;

}

.kv_catch_t span:nth-child(4)>span {
  transition-delay: 0.4s;
}

.kv_catch_t span:nth-child(5)>span {
  transition-delay: 0.45s;
}

.kv_catch_t span:nth-child(6)>span {
  transition-delay: 0.55s;
  margin-left: -0.6rem;

}

.kv_catch_t span:nth-child(7)>span {
  transition-delay: 0.4s;
}

.kv_catch_t span:nth-child(8)>span {
  transition-delay: 0.45s;
}

.kv_catch_t span:nth-child(9)>span {
  transition-delay: 0.5s;

}

.kv_catch_t span:nth-child(10)>span {
  transition-delay: 0.55s;
  margin-right: -0.1rem;
  margin-right: -0.1rem;
}

.kv_catch_t span:nth-child(11)>span {
  transition-delay: 0.6s;
}

.kv_catch_t span:nth-child(12)>span {
  transition-delay: 0.65s;
}

.kv_catch_t span:nth-child(13)>span {
  transition-delay: 0.7s;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}

.kv_catch_t span:nth-child(14)>span {
  transition-delay: 0.75s;
}

.kv_catch_t span:nth-child(15)>span {
  transition-delay: 0.8s;
  margin-left: -0.4rem;
}

.kv_catch_t span:nth-child(16) {}

.kv_catch_t span:nth-child(17) {}

.kv_catch_t span:nth-child(18) {}

.kv_catch_t span:nth-child(19) {}

.kv_catch_t span:nth-child(20) {}




.kv_catch_sub {
  transform: translate(0, 1rem);
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  opacity: 0;
  transition-delay: 0.99s;
  transition-property: opacity, transform;

}

.kv_catch_sub.is-active {
  transform: translate(0, 0);
  opacity: 1;
}






.kv_open .kv_open_en,
.kv_open .kv_open_text {
  transform: translate(0, 1rem);
  transition-duration: 1.22s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  opacity: 0;
  transition-property: opacity, transform;


}

.kv_open .kv_open_en {
  transition-delay: 1.0s;
}

.kv_open .kv_open_text {
  transition-delay: 1.16s;
}


.kv_open::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: #fff;
  content: "";

  transition-duration: 1.32s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  opacity: 0;
  transition-property: opacity, transform, width;
  transition-delay: 1.0s;
}

.kv_open.is-active .kv_open_en,
.kv_open.is-active .kv_open_text {
  opacity: 1;
  transform: translate(0, 0);
}

.kv_open.is-active::after {

  width: 100%;
  opacity: 1;

}











/*==================================================================

	$animation

==================================================================*/

.fadein01,
.fadein02,
.fadein03,
.fadein04,
.fadein05,
.fadein06,
.fadein07,
.fadein08,
.fadein09,
.fadein11,
.fadein12,
.fadein13 {
  opacity: 0;
  filter: blur(2.4rem) brightness(1.3);
  transform: scale(1.15);
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  transition-duration: .55s;
  transition-property: transform, filter, opacity;
}

.fadein01.is-active,
.fadein02.is-active,
.fadein03.is-active,
.fadein04.is-active,
.fadein05.is-active,
.fadein06.is-active,
.fadein07.is-active,
.fadein08.is-active,
.fadein09.is-active,
.fadein10.is-active,
.fadein11.is-active,
.fadein12.is-active,
.fadein13.is-active,
.fadein_feature04.is-active,
.fadein_text.is-active,
.fadein_title.is-active,
.treatment_box_img.is-active img {
  opacity: 1;
  filter: none;
  transform: scale(1);
  animation: fadein-object .55s 1 linear forwards;
}

.kv_inner_title_sub,
.kv_inner_title_l,
.kv_inner_lead {
  opacity: 0;
  transform: translate(0, 2rem);
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  transition-duration: .55s;
  transition-property: transform, filter, opacity;
}

.kv_inner_title_sub {}

.kv_inner_title_l {
  transition-delay: 0.1s;
}

.kv_inner_lead {
  transition-delay: 0.2s;
}

.kv_img .kv_img_inner {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  transition-duration: .55s;
  transition-property: transform, filter, opacity;
  transform: scale(1.1);
  filter: blur(2.4rem);
}

.kv-show .kv_img_inner {
  opacity: 1;
  transform: scale(1);
  filter: none;
}


.kv_inner_title_en {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  transition-duration: .65s;
  transition-property: transform, filter, opacity;
  transform: scale(1.1);

  transform: translate(4rem, 0);
  transition-delay: 0.2s;
}



.kv-feature .kv_img {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  transition-duration: .55s;
  transition-property: transform, filter, opacity;
  transform: scale(1.1);
  filter: blur(2.4rem);
}

.kv-feature .kv-show {
  opacity: 1;
  transform: scale(1);
  filter: none;
}




/*==================================================================

	.breadcrumb（ぱんくず）

==================================================================*/

.breadcrumbs {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  min-width: 128rem;
  max-width: 170rem;
  margin: 0rem auto 0;
  /* padding-left: 7.1%; */
  z-index: 10;
  padding: 0 10rem;
  margin: auto;

}

.kv-treatments .breadcrumbs {
  bottom: 3.5rem;
  left: 0;
  right: 0;
  margin: auto;

  opacity: 0;
  transform: translate(0, 0);
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  transition-duration: .65s;
  transition-property: transform, filter, opacity;
  transition-delay: 0.1s;

}

.blog_breadcrumbs {
  opacity: 0;
  transform: translate(0, 0);
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  transition-duration: .65s;
  transition-property: transform, filter, opacity;
  transition-delay: 0.1s;
}






.breadcrumbs:last-child {}

.breadcrumbs li:last-child::after {
  background-image: none;
}

.breadcrumbs i {
  margin-right: 5px;
}

.breadcrumbs li {
  margin-right: 1.1rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.breadcrumbs li a {
  color: #95A0B7;
  background-image: linear-gradient(#333, #333);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-property: background-size, color;
  transition-duration: .25s;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;

}

.breadcrumbs a:hover {
  color: rgba(101, 171, 255, 1);
  background-image: linear-gradient(rgba(101, 171, 255, 1), rgba(101, 171, 255, 1));
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.breadcrumbs li::after {
  margin-left: 1.0rem;
  padding-left: 0.2rem;
  background-size: 0.5rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  color: #95A0B7;
  content: "／";
}

.breadcrumbs li:last-child:after {
  content: "";
}

.breadcrumbs li:last-child a {
  color: #94969C;
}



/*==================================================================

	#contents

==================================================================*/
.tit01_sub {
  display: none;
}

main {
  display: block;
}

#container {
  max-width: 170rem;
  min-width: 128rem;
  margin: 15.7rem auto 0;

}

#contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 170rem;
  min-width: 128rem;
  margin: 15.7rem auto 0;
  padding: 0 10rem;
}

#contents_left {
  width: calc(100% - 25rem - 10%);
}

.side_contents {
  position: relative;
  width: 25rem;
}

.side_contents_box {
  position: sticky;
  top: 10rem;
  padding-bottom: 8.5rem;
}

.side_contents_box::before {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FAF8F5;
  /* 	content:""; */
}

.side_contents_title {
  position: relative;
  padding-top: 3.2rem;
  margin-bottom: 2.5rem;
  font-size: 2.1rem;
  font-weight: bold;
  border-top: 1px solid #CBD5E9;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.side_contents_list {
  font-size: 1.3rem;
}

.side_contents_list li {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 2rem;
}

.side_contents_list li::before,
.side_contents_list li::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2rem;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CBD5E9;
  border-radius: 100%;
  content: '';
}

.side_contents_list li::after {
  transition: transform, opacity .5s cubic-bezier(.165, .84, .44, 1);
  z-index: 10;
  opacity: 0;
  background-color: #333389;
}

.side_contents_list li a {
  position: relative;
  left: 0;
  color: #333839;
  transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  background: none;
}

.side_contents_list li a::after {
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  bottom: -0.2rem;
  height: 1px;
  background-color: rgba(106, 97, 69, 1);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}

.side_contents_list li a.is-current {
  font-weight: bold;
  pointer-events: none;
}

.side_contents_list li.is-active a::after,
.side_contents_list li a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.side_contents_list li a:hover {

  left: 0.6rem;
}

.side_contents_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1200px;
  margin: auto;
  height: 7.5rem;
}

.side_contents_bg::before {
  position: absolute;
  left: calc(1200px - 38rem);
  width: 50vw;
  height: inherit;
  background-color: #FAF8F5;
  content: "";
}

.side_contents_list li.is-active::after {
  transform: scale(1.4, 1.4);
  opacity: 1;
}

.side_contents_list li.is-active a {
  font-weight: bold;
  left: 0.6rem;
}



/*============================================================================

	$footer

============================================================================*/
footer {
  position: relative;
  min-width: 128rem;
  overflow: hidden;
  background-image: linear-gradient(to left bottom, #F7F9FF, #EAEEFA);
  background-attachment: fixed;
}


/*============================================================================

	.footer_info

============================================================================*/
/* 医院摘要 */
.footer_info {
  min-width: 128rem;
  max-width: 170rem;
  margin: auto;
  padding: 0 10rem;
}

.footer_info .inner {
  display: flex;
  justify-content: space-between;
  padding: 19.25rem 0% 9.75rem;
  border-bottom: 1px solid #CBD5E9;
}

.footer_info_overview {
  width: 60%;
  padding-top: 0.55rem;
}

.footer_info_overview_clinic,
.footer_info_overview_tel,
.footer_info_overview_ad,
.footer_info_overview_access,
.footer_info_overview_medical {
  margin-bottom: 2.2rem;
}

.footer_info_overview_clinic dl,
.footer_info_overview_tel dl,
.footer_info_overview_ad dl,
.footer_info_overview_access dl,
.footer_info_overview_medical dl {
  display: flex;
  justify-content: flex-start;
  line-height: 1.55;
}

.footer_info_overview_clinic dt,
.footer_info_overview_tel dt,
.footer_info_overview_ad dt,
.footer_info_overview_access dt,
.footer_info_overview_medical dt {
  min-width: 13rem;
  /*padding-right: 2rem;*/
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0;
}

.footer_info_overview_clinic dd,
.footer_info_overview_tel dd,
.footer_info_overview_ad dd,
.footer_info_overview_access dd,
.footer_info_overview_medical dd {
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-left: 1%;
}


/*电话*/
.footer_info_overview_tel {}

.footer_info2_overview_tel_num {
  color: #333839;
}

.footer_info_overview_ad {
  margin-bottom: 1.85rem;
}

.footer_info_overview_ad_google {
  display: block;
  position: relative;
  margin-left: 0.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footer_info_overview_ad_google a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.1rem;
  vertical-align: middle;
  background-image: linear-gradient(#65ABFF, #65ABFF);
  transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.footer_info_overview_ad_google a:hover {
  background-position: 100% 100%;
  background-size: 0% 1px;
  color: #69CEC1;
}


.footer_info_overview_access dt a {
  position: relative;
  background-image: linear-gradient(#65ABFF, #65ABFF);
  transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.footer_info_overview_inline-block {
  display: inline-block;
}

.footer_info_overview_access dt a:hover {
  background-position: 100% 100%;
  background-size: 0% 1px;
  color: #65ABFF;
}

.footer_info_overview_access_btn {
  padding-left: 1.3rem;
}



/*============================================================================

	.schedule

============================================================================*/
/* 诊疗时间 */
.footer_info_sche {
  width: calc(100% - (50% + (100% / 12)));
  margin-top: 0.4rem;
}

.schedule table {
  width: 100%;
}

.footer_info_sche .tb01 tr:first-child td {
  padding-top: 0.08rem;
  font-size: 1.6rem;
}

.footer_info_sche .tb01 tr:first-child th {
  padding: 0 2.7rem 1.2rem 0rem;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN","Meiryo", Osaka,"MS PGothic";
}

.footer_info_sche .tb01 th:first-child {
  padding: 1.2rem 2.5rem 1.2rem 0.05rem;
  letter-spacing: 0.05em;
}

.footer_info_sche .tb01 th:first-child {
  padding: 2rem 2.7rem 1em 0.05rem;
  font-size: 1.5rem;
  font-family: 'Heebo', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.footer_info_sche .tb01 td:last-child {
  padding-right: 0;
  text-align: right;
}

.footer_info_sche .tb01 td {
  font-size: 1.35rem;
  text-align: center;
}

.footer_info_sche .tb01 td,
.footer_info_sche .tb01 th {
  padding: 2.2rem 1.6rem 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  vertical-align: top;
}

.footer_info_sche_note {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
}

.footer_note_sat_asta {}

.footer_info_sche_note_sat {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.footer_info_sche_note_sat_num {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}

.footer_info_sche_note_sat_co {
  font-size: 1.4rem;
  padding: 0 0.7rem 0 0.6rem;
}

.footer_info_sche_note_sat_asta {
  color: #65ABFF;
  font-size: 1.5rem;
}



/*============================================================================

	.footer_navi

============================================================================*/

.footer_navi .inner {
  display: flex;
  justify-content: space-between;
  min-width: 128rem;
  max-width: 170rem;
  margin: 0 auto;
  padding: 11.75rem 10rem 6.5rem;
  overflow: hidden;
}

.footer_navi_list {
  display: flex;
  justify-content: flex-start;
}

.footer_navi ul {}

.footer_navi ul li {
  position: relative;
  font-size: 0;
}

.footer_navi ul.footer_navi_list01 li {
  margin-bottom: 1.8rem;
}


.footer_navi ul li a {
  color: #333839;
  font-size: 1.4rem;
  line-height: 1.8;
  transition-duration: 0.0s;
  transition-timing-function: cubic-bezier(0.18, 0.06, 0.23, 1);
}

.footer_navi ul.footer_navi_list01 li a,
.footer_navi ul li.footer_navi_list_tit a {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.footer_navi ul li a,
.footer_navi_list_sub a,
.footer_bottom_nav li a {
  background-image: linear-gradient(#333839, #333839);
  transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
}

.footer_navi ul li a:hover,
.footer_bottom_nav li a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.footer_navi_list_tit {
  margin-bottom: 1.6rem;
}

.footer_navi_list_tit a {}

.footer_navi_list_sub:first-child {
  padding-top: 0;
}

.footer_navi_list02 .footer_navi_list_sub:last-child,
.footer_navi_list04 .footer_navi_list_sub:last-child,
.footer_navi_list03 .footer_navi_list_sub:last-child {
  padding-bottom: 0;
}

.footer_navi_list_sub {
  margin-bottom: 0;
  padding-left: 0.2rem;
  padding: 0.3rem 0 0.3rem 1.6rem;
}

.footer_navi_list02_inner>div,
.footer_navi_list03_box,
.footer_navi_list04 {
  position: relative;
}

.footer_navi_list03_box::before,
.footer_navi_list02_inner>div::before,
.footer_navi_list04::before {
  position: absolute;
  content: '';
  border-left: 1px solid #CBD5E9;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 0.4em);
}

.footer_navi_list_sub a {

  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
}

.footer_navi_list ul {
  width: fit-content;
}

.footer_navi_list01,
.footer_navi_list02,
.footer_navi_list03,
.footer_navi_list04,
.footer_navi_list05 {
  margin-right: 4rem;
}

.footer_navi_list04 {
  margin-top: 3.9rem;
  height: fit-content;
  height: -moz-fit-content;
}

.footer_navi_list03 .footer_navi_list_tit {
  width: 100%;
}

.footer_navi_list03 .footer_navi_list_sub:first-child {
  padding-top: 0;
}

.footer_navi_list03 .footer_navi_list_sub {
  margin-bottom: 0 !important;
  padding-left: 0.1rem;
  padding: 0.3rem 0 0.3rem 1.6rem;
}

.footer_navi_list03 .footer_navi_list_sub a {}

.footer_navi_list ul li.footer_navi_list_sub:last-child a,
.footer_navi_list ul li.footer_navi_list_sub.footer_navi_list_sub_last a {
  padding-bottom: 0;
}

.footer_navi_list03_inner {
  display: none;
}

.footer_navi_reserv {
  width: calc(100% - (50% + (100% / 12)));
  margin-top: 0.2rem;
  padding: 4.4rem 4.8rem 5.5rem;
  background-color: #fff;
  background-size: 16.2rem;
  background-position: top 2.3rem right 2rem;
  background-repeat: no-repeat;
  font-size: 1.3rem;
  align-items: center;
}

.footer_navi_reserv.pc {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer_navi_reserv-pc {
  display: flex;
}

.footer_navi_reserv-sp {
  display: none;

}

.footer_navi_reserv h3.tit03 {
  display: table;
  margin-bottom: 2.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #C7D3E2;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
}

.footer_navi_reserv_txt {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

.footer_navi_reserv_btn {
  margin-top: 0.6rem;
}

.footer_navi_reserv_btn_tel {
  display: flex;
  align-items: baseline;
}

.footer_navi_reserv_btn_tel .tel_tit {
  margin-bottom: -0.5rem;
  padding-right: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.015em;
}

.footer_navi_reserv_btn_tel .tel_num {
  padding-left: 0.2rem;
  top: 0;
}

.footer_navi_reserv_btn_tel .tel_num a {
  font-size: 2.5rem;
  font-family: dinosaur, sans-serif;
}

.footer_navi_reserv_btn_web {
  margin-top: 0.6rem;
  width: 44.2%;
}

.footer_navi_reserv_btn_web a {
  display: block;
  position: relative;
  padding: 1.2rem 3rem;
  border-radius: 5.6rem;
  border: 1px solid #65ABFF;
  background-color: #65ABFF;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.footer_navi_reserv_btn_web a:hover {
  background-color: #ffffff;
  color: #65ABFF;
}

.footer_navi_reserv_btn_web a:hover span:before {
  background-image: url(/static/enstyle/images/icon_web_hover.svg);
}

.footer_navi_reserv_btn_web a span {
  display: block;
  position: relative;
  margin-left: 4rem;
  font-weight: bold;
  font-size: 1.4rem;
}

.footer_navi_reserv_btn_web a span:before {
  position: absolute;
  top: 0;
  left: -3rem;
  bottom: 0;
  width: 2.5rem;
  height: 2.4rem;
  margin: auto;
  background-image: url(/static/enstyle/images/icon_web.svg);
  background-size: 100%;
  content: "";
  transition-duration: 0.25s;
}

.footer_bottom {}

.footer_bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  min-width: 128rem;
  max-width: 170rem;
  padding: 3.6rem 10rem 18rem;
  margin: 0 auto;
}

.footer_bottom_nav {
  display: flex;
  justify-content: flex-start;
}

.footer_bottom_nav li {
  margin-right: 4rem;
}

.footer_bottom_nav li a {
  color: #333839;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0;
  display: inline-block;
}

.footer_navi_list_tit .ico_cross {
  display: none;
}

.copy {
  text-align: center;
  line-height: 1.3;

}

.copy small {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.pagetop {
  position: fixed;
  right: 4%;
  bottom: 4%;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

/* 背景色 */
.pagetop::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E2B68;
  content: "";
  transition: 0.1s ease-in-out;
}

.pagetop_inner,
.pagetop img {
  width: 20px;
  height: 11px;
  margin: auto;
}

.pagetop_inner {
  display: flex;
  justify-content: center;
  align-content: center;
  height: inherit;
  width: inherit;
}

.pagetop img {
  position: relative;
  top: -2px;
  vertical-align: top;
}

.pagetop:hover::before {
  opacity: 0.5;
}

/*==================================================================

	.top_about

==================================================================*/

.top_about {
  position: relative;
  background-color: #fff;
  padding: 8rem 0;
}


.top_about .h3_tit01_ja {
  font-size: 3rem;
}

.top_about_inner {
  height: 70rem;

}

.top_about .box01 {
  display: flex;
  position: relative;
  margin-bottom: 0;
  height: inherit;
  align-items: center;

}

.top_about_text_r {
  margin-left: auto;
  width: 75rem;
}

.top_about_img {
  width: calc(30% + 15rem);
  position: absolute;
  top: 18rem;
  left: 0;
  height: inherit;
  margin-bottom: 2.2rem;
  overflow: hidden;
}


.top_about_img_inner {
  width: 100%;
  height: inherit;
  background-image: url(/static/enstyle/images/top-about-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_about_img_inner_rotue {
  width: 100%;
  height: inherit;
  background-image: url(/static/enstyle/images/top-route.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/*==================================================================

	.top_feature

==================================================================*/

.top_feature {
  position: relative;
}

.top_feature_inner {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.top_feature_inner .box01 {
  margin-bottom: 0;
  z-index: 9;
}

.top_feature_text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.1rem;
  align-items: center;
}

.top_feature_text_l {
  width: 38%;
  min-width: 48rem;

  letter-spacing: 0.05em;
  margin-bottom: 7.2rem;
}

.top_feature_text_l .h3_tit01 {
  margin-bottom: 4.0rem;
}

.top_feature_text_l .h3_tit01_sub {}

.top_feature_text_l .h3_tit01_sub_ja {
  font-size: 1.4rem;
}

.top_feature_text_l .h3_tit01_ja {}

.top_feature_text_r {
  position: relative;
  width: 50%;
  margin-right: 0;
}

.top_feature01_img {
  position: relative;
  width: 100%;
  margin-bottom: 1.8rem;
  overflow: hidden;
}

.top_feature01_img .doctor_text {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0 ,0.5);
}

/*.top_feature01_img_inner {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url(/static/enstyle/images/feature01_img.jpg);*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*}*/

.swiper {
  width: 100%;
  height: 45rem;
}

.top_feature01_box_text {
  width: 81.2%;
}

.top_feature_list {
  padding-bottom: 9rem;
  border-bottom: 1px solid #CBD5E9;
}

.box_list03_inner:nth-child(4),
.box_list03_inner:nth-child(5),
.box_list03_inner:nth-child(6) {
  margin-bottom: 0;
}

.top_feature_inner .btn01 {
  margin-top: 4.5rem;
  padding-right: 6.8rem;
}

.box_list03_inner:nth-child(2) img {}

.box_list03_inner:nth-child(3) img {
  transition-delay: 0.1s;
  top: -20%;
}

.box_list03_inner:nth-child(4) img {
  transition-delay: 0.15s;
  top: 35%;
}

.box_list03_inner:nth-child(5) img {
  transition-delay: 0.2s;
}

.box_list03_inner:nth-child(6) img {
  transition-delay: 0.2s;
  top: 30%;
}

























/*==================================================================

	.top_treatments

==================================================================*/

.top_treatments {
  position: relative;
  padding-bottom: 1.8rem;
  background-color: #fff;
}

.top_treatments .box01 {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  padding-top: 20rem;
  margin-bottom: 18rem;





}

.top_treatments .text {
  width: calc(100% / 2);
  margin-bottom: 0;
  padding-bottom: 4rem;
}

.top_treatments .text_inner {
  position: sticky;
  width: 75%;
  margin-left: auto;
  top: 12rem;

}

.top_treatments .h3_tit01 {}

.top_treatments_text {
  margin-bottom: 4.4rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}


.top_treatments_img {
  position: relative;
  width: calc(50% + 29rem);
  height: 36rem;
  overflow: hidden;
  z-index: 5;
}


.top_treatments_link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% / 1);
  margin: auto;
  z-index: 9;
  border: 1px solid rgba(220, 231, 245, 1);
}

.top_treatments_l_box {
  position: relative;
  width: calc(100% / 4);
  padding-top: calc(100% / 4);
  background-color: #ffffff;
  border-right: 1px solid rgba(220, 231, 245, 1);
  border-bottom: 1px solid rgba(220, 231, 245, 1);
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.top_treatments_l_box:nth-child(4n) {
  border-right: none;
}

.top_treatments_l_box:nth-child(13),
.top_treatments_l_box:nth-child(14),
.top_treatments_l_box:nth-child(15),
.top_treatments_l_box:nth-child(16),
.top_treatments_l_box:nth-child(17),
.top_treatments_l_box:nth-child(18) {
  border-bottom: none;
}


@media all and (-ms-high-contrast: none) {
  .top_treatments_l_box {
    margin-right: -0.1rem;
  }
}

.top_treatments_l_box a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2rem 0 1rem;
  color: #333839;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.top_treatments_l_box a::after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(220, 231, 245, 1);
  content: "";
  z-index: -1;
}

.top_treatments_l_box:nth-child(4n) a::after {
  display: none;
}

.top_treatments_l_box a:hover {}

.top_treatments_l_box a dl {}

.top_treatments_l_box a dt {
  position: relative;
  width: calc(100% - 4rem);
  height: 0;
  padding-top: calc((100% - 4rem) * 0.855);
  background-color: #F0F3FC;
  margin: 0 auto 0.4rem;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.top_treatments_l_box a dt span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_treatments_l_box a dt span img {
  position: relative;
  height: auto;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.top_treatments_l_box_icon01 {
  top: 0.2rem;
  width: 39.75%;
}

.top_treatments_l_box_icon02 {
  width: 34.2%;
}

.top_treatments_l_box_icon03 {
  width: 45.25%;
}

.top_treatments_l_box_icon04 {
  width: 20%;

}

.top_treatments_l_box_icon05 {
  width: 39.75%;
}

.top_treatments_l_box_icon06 {
  width: 37.4%;
  right: -0.4rem;
  top: -0.1rem;
}

.top_treatments_l_box_icon07 {
  width: 44%;
}

.top_treatments_l_box_icon08 {
  right: -0.6rem;
  top: -0.4rem;
  width: 44.75%;
}

.top_treatments_l_box_icon09 {
  width: 39.75%;
}

.top_treatments_l_box_icon10 {

  width: 32.8%;
}

.top_treatments_l_box_icon11 {
  width: 26.25%;
}

.top_treatments_l_box_icon12 {
  width: 25.3%;
}

.top_treatments_l_box_icon13 {
  width: 28.3%;

}

.top_treatments_l_box_icon14 {
  width: 41.6%;
  right: -0.4rem;
  top: 0.2rem;

}

.top_treatments_l_box_icon15 {
  width: 31.2%;
  right: -0.6rem;
  top: -0.2rem;
}











.top_treatments_l_box a dd {
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.top_treatments_l_box a dd::before {
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  bottom: 0.3rem;
  height: 1px;
  background-color: #333839;
  transition: 0.16s cubic-bezier(.165, .84, .44, 1);
  content: "";
  z-index: 1;
}

.top_treatments_l_box::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #fff;
  box-shadow: 0 0rem 0rem rgb(173 205 217 / 20%);
  content: "";
  opacity: 0;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.top_treatments_l_box a::after {
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}



.top_treatments_l_box a:hover dd {
  color: rgba(101, 171, 255, 1);
}

.top_treatments_l_box a:hover dd::before {
  right: auto;
  left: 0;
  width: 100%;
  background-color: rgba(101, 171, 255, 1);
}

.top_treatments_l_box a:hover::after {
  opacity: 0;
}

.top_treatments_l_box a:hover {
  z-index: 10;
}

.top_treatments_l_box a:hover::before {
  opacity: 1;
  box-shadow: 0 3.3rem 3.6rem rgba(217, 200, 173, .2);
  transform: scale(1);
}

.top_treatments_l_box a:hover dt span img {
  transform: scale(1.4);

}

.top_treatments_l_box a:hover dt {
  transform: scale(0.85);

}



/*==================================================================

	.top_doctor

==================================================================*/

.top_doctor {
  padding-bottom: 0;
  position: relative;
}

.top_doctor .box01 {
  display: flex;
  justify-content: space-between;
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.top_doctor_inner {
  position: relative;
}

.top_doctor_inner_text {
  position: relative;
  width: 38%;
  min-width: 48rem;


  letter-spacing: 0.05em;
}

.top_doctor .text01 p {
  margin-bottom: 2.1rem;
  line-height: 1.92;
}

.top_doctor .h3_tit01 {

  white-space: nowrap;
}

.top_doctor_inner_text .btn01 {
  margin-top: 3.9rem;
}


.top_doctor_inner_text .btn01 a {}

.top_doctor_name {

  margin-top: 2.8rem;
  align-items: center;
}

.top_doctor_name_outer {
  display: flex;
  justify-content: flex-start;
  align-items: center;

}




.top_doctor_name_t {
  padding-right: 0.9rem;

  font-size: 1.4rem;
}

.top_doctor_name_t_dot {
  font-weight: bold;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  line-height: 1;


}

.top_doctor_name_t_position01 {}

.top_feature_text_r .box_list03_title {
  position: relative;
}

.top_doctor_name_ja {
  padding-right: 1.2rem;
  font-weight: bold;
}

.top_doctor_name_en {
  color: #94969C;
  font-size: 1.3rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;

  text-transform: uppercase;

  font-style: normal;

  letter-spacing: 0.085em;
  margin-left: 0.1rem;
  vertical-align: middle;
}


.top_doctor_inner_info {
  position: absolute;
  top: 0;
  width: 50%;
  height: 60rem;
  left: 50%;

}

.top_doctor_inner_img {
  position: absolute;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.top_doctor_img01 {
  position: absolute;
  width: inherit;
  height: inherit;
  background-image: url("/static/enstyle/images/top_doctor_img01.jpg");
  background-position: center;
  background-size: cover;
}






.top_doctor_inner_img li {
  position: absolute;
}

.top_doctor_inner_img li img {
  width: 100%;
  height: auto;
}



/*==================================================================

	.top_news

==================================================================*/

.top_news {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-color: #fff;
  overflow: hidden;
}

.top_news .box01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.top_news .text01 {
  width: calc(100% - (50% + (100% / 12)));
}

.top_news .h3_tit01_sub {
  margin-bottom: 0.4rem;

}

.top_news .h3_tit01 {}




.top_news .btn01 {
  margin-top: 4rem;

}

.top_news .btn01 a {}

.top_news_flame {
  position: relative;
  z-index: 15;
  width: calc(50%);
  height: calc(41.8rem + 1px);
  margin-top: 0.5rem;
  overflow: hidden;
}

.top_news_flame .archive_thumb {
  margin-right: 2rem;
}

.top_news_flame .archive_thumb .archive_meta {}



/*==================================================================

	.top_clinic_img

==================================================================*/
.top_clinic_img {
  position: relative;
  height: 36rem;
  background-image: url(/static/enstyle/images/top_clinic_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_clinic_img_en {
  position: absolute;
  top: -14.8rem;
  left: 3.1rem;
  font-size: 15.5rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.03em;
}

.top_clinic_img_en .top_clinic_img_en_pink {
  position: relative;
  top: 0.3rem;
  padding: 0 3.1rem 0 7rem;
  color: #65ABFF;
  font-size: 16rem;
}

.top_clinic_img_en span {}

.top_clinic_img_en_l {
  display: flex;
  justify-content: flex-start;
}

.top_clinic_img_en_l li {
  margin-right: 8rem;
}

.marquee {
  width: 100%;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 450s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes marquee {
  from {
    transform: translate(0%);
  }

  100%,
  to {
    transform: translate(-500%);
  }
}

/*==================================================================

	$clinic

==================================================================*/

.kv-clinicIndex,
.kv-treatmentsIndex {
  height: 34.1rem;

}

.kv-clinicIndex .inner,
.kv-treatmentsIndex .inner {

  margin: 17.3rem auto 0;

}

.kv-clinicIndex .kv_inner_title {
  width: 80rem;
  margin: auto;
  min-width: auto;
}

.kv-clinicIndex .kv_inner_title_l {
  padding: 5.4rem 0 3rem;
}

.kv-clinicIndex .kv_inner_title_en {
  top: -10.5rem;
}


.kv-clinicIndex .breadcrumbs {
  width: 100rem;
  margin: auto;
  min-width: auto;

}

.kv-treatmentsIndex .kv_inner_title_l {
  padding: 5.4rem 0 3rem;
}

.kv-treatmentsIndex .kv_inner_title_en {
  top: -10.5rem;
}


.kv-treatmentsIndex .breadcrumbs {

  margin: auto;
  min-width: auto;

}








#container.feature_all {
  margin: 0rem auto;
}

.clinic_contents {
  position: relative;
  margin: 0 auto;
  padding-top: 10rem;


}

.clinic_contents .box03 {}

.clinic_index_list {
  position: relative;
  width: 80rem;
  margin: auto;
  border-bottom: 1px solid #DCE7F5;
}

.clinic_index_list_box {
  position: relative;
}

.clinic_index_list_box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #DCE7F5;
}

.clinic_index_list_box a::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #fff;
  box-shadow: 0 0rem 0rem rgba(217, 200, 173, .2);
  content: "";
  opacity: 0;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.18, 0.06, 0.23, 1);
}

.clinic_index_list_box a {
  position: relative;
  display: block;
  padding: 8rem 2rem;


}

.clinic_index_list_box_title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}

.clinic_index_list_box_title span {
  background-image: linear-gradient(#333839, #333839);
  transition: background-size .25s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
}

.clinic_index_list_box_text {
  position: relative;
}

.clinic_index_list_box_title,
.clinic_index_list_box_text {
  color: #333839;
  pointer-events: none;
  transition: .25s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.clinic_index_list_box a:hover .clinic_index_list_box_title,
.clinic_index_list_box a:hover .clinic_index_list_box_text {
  color: #65ABFF;
}

.clinic_index_list_box a:hover .clinic_index_list_box_title span {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
  background-image: linear-gradient(#65ABFF, #65ABFF);
}

.clinic_index_img {
  position: sticky;
  margin-top: -10rem;
  margin-bottom: 10rem;
  margin-left: auto;
  top: 10rem;
  width: 50%;
  height: auto;
  padding-top: 50%;
  opacity: 1;
}

.clinic_index_img-bg01,
.clinic_index_img-bg02,
.clinic_index_img-bg03,
.clinic_index_img-bg04,
.clinic_index_img-bg05 {
  opacity: 0;
}

.clinic_index_img-bg00,
.clinic_index_img-bg01,
.clinic_index_img-bg02,
.clinic_index_img-bg03,
.clinic_index_img-bg04,
.clinic_index_img-bg05 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: .18s cubic-bezier(0.18, 0.06, 0.23, 1);
}

.clinic_index_img-bg01 {
  background-image: url(/static/enstyle/images/kv-feature_img.jpg);
}

.clinic_index_img-bg02 {
  background-image: url(/static/enstyle/images/kv-staff-img.webp);
}

.clinic_index_img-bg03 {
  background-image: url(/static/enstyle/images/kv-introduction_img.jpg);
}

.clinic_index_img-bg04 {
  background-image: url(/static/enstyle/images/kv-infection_img.jpg);
}

.clinic_index_img-bg05 {
  background-image: url(/static/enstyle/images/kv-yukenkai_img.jpg);
}

.clinic_index_img-bg01.is-active,
.clinic_index_img-bg02.is-active,
.clinic_index_img-bg03.is-active,
.clinic_index_img-bg04.is-active,
.clinic_index_img-bg05.is-active {
  opacity: 1;
}

.clinic_index_img.is-active .clinic_index_img-bg00 {
  opacity: 0;
}






.clinic_index_img {

  position: absolute;
  width: 42.4rem;
  height: 60rem;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: cubic-bezier(0.18, 0.06, 0.23, 1);
  transition-property: opacity, transform;
  transition-duration: .18s;
  z-index: -1;

}

#clinic_feature .clinic_index_img {
  background-image: url(/static/enstyle/images/kv-feature_img.jpg);
}

#clinic_staff .clinic_index_img {
  background-image: url(/static/enstyle/images/kv-staff-img.webp);
}

#clinic_clinicinfo .clinic_index_img {
  background-image: url(/static/enstyle/images/kv-introduction_img.jpg);
}

#clinic_infection .clinic_index_img {
  background-image: url(/static/enstyle/images/kv-infection_img.jpg);
}

#clinic_yukenkai .clinic_index_img {
  background-image: url(/static/enstyle/images/kv-yukenkai_img.jpg);
}





.clinic_index_img {
  opacity: 0;
  transform: scale(0.9) rotateY(-35deg);
  pointer-events: none;

}

.clinic_index_img.is-active {
  opacity: 0.75;
  transform: scale(1) rotateY(0);
}






/*==================================================================

	$feature

==================================================================*/

#container.feature_container {
  position: relative;
  max-width: 100%;
  min-width: 100%;
  margin: 15.7rem auto 0;
  padding: 0;
}

.feature_info {
  position: relative;
  background-color: #F2F8FF;
  margin-bottom: 29rem;
  padding-top: 5.5rem;
}

.feature_info:before {
  position: absolute;
  top: -50.2rem;
  left: 0;
  width: 100%;
  height: 70rem;
  margin: auto;
  background-color: #F2F8FF;
  content: "";
  z-index: -1;
}


.feature_info .box01 {
  position: relative;
}

.feature_info_text {
  position: absolute;
  left: 12.8%;
  min-height: 60rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 5;
}

.feature_info_text_p {
  height: 39rem;
  padding-right: 5.5rem;
  line-height: 1.9;
  text-align: justify;
}

.feature_info_img {
  position: relative;
  top: 9.1rem;
  padding-top: 46rem;
  text-align: center;
  background-image: url("/static/enstyle/images/clinic/feature_info_img.jpg");
  background-size: cover;
  background-position: center;
}


.feature_index {}

.feature_index .box01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13.8rem;
  padding: 0 10rem;
}

.feature_index_box {
  position: relative;
  width: calc((100% / 4) - 0.6rem);

  margin-right: 0.8rem;
  border-top: 1px solid #DCE7F5;
  border-bottom: 1px solid #DCE7F5;
}

.feature_index_box:nth-child(4n) {
  margin-right: 0;
}

.feature_index_box:nth-child(n+5) {
  border-top: none;

}

.feature_index_box a {
  display: flex;
  align-items: center;
  padding: 2.6rem 0.8rem;
}

.feature_index_box_num {
  position: relative;
  top: -0.15rem;
  margin-right: 1rem;
  font-family: dinosaur, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  mix-blend-mode: multiply;
  color: #65ABFF;
}

.feature_index_box_img {
  margin-bottom: 0.7rem;
  overflow: hidden;
}

.feature_index_box_img img {
  width: 100%;
}

.feature_index_box_title {
  display: inline;
  position: relative;
  line-height: 1.5;
  color: #333839;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0;
  background-image: linear-gradient(#333839, #333839);
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0% 1px;

}

.feature_index_box a:hover .feature_index_box_title {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.feature_index_box_title::after {
  position: absolute;
  top: 0.6rem;
  right: -1.4rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(135deg);
  border-right: 1px solid #333839;
  border-top: 1px solid #333839;
  content: "";
  bottom: 0;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  display: inline-block;
}

.feature_index_box a:hover .feature_index_box_title::after {
  top: 1rem;
}










.feature_box {}

.feature_box_inner {
  padding: 14.5rem 0 14.9rem;
}

.feature_box_inner:nth-child(odd) {
  background-image: linear-gradient(to left bottom, #F7F9FF, #EAEEFA);
}

.feature_box_inner:nth-child(3) {
  padding: 14.5rem 0 13.9rem;
}


.feature_box_inner:nth-child(even) {
  padding-bottom: 13.5rem;
}




.feature_box_inner .box01 {
  display: flex;
  justify-content: space-between;

  margin-bottom: 0;
}

.feature_box_inner:nth-child(even) .box01 {
  flex-flow: row-reverse;
}

.feature_box_text {
  width: 45.8%;



}

.feature_box_text .h3_tit01_sub_en::before {
  display: none;
  text-transform: uppercase;

}

.feature_box_text .h3_tit01_sub {
  align-items: baseline;
}




.feature03 .feature_box_text {
  width: 46.5%;
}

.feature_box_inner:nth-child(even) .feature_box_text {}

.feature_box_text .h3_tit01_sub_en {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding-top: 0.4rem;
}

.feature_box_text .h3_tit01_sub {
  margin-bottom: 0.6rem;
  line-height: 1;
}

.feature_box_text .h3_tit01_sub_num {
  position: relative;
  margin-right: 0.8rem;
  padding-right: 2.1rem;
  font-size: 1.6rem;
}

.feature_box_text .h3_tit01_sub_num:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.4rem;
  height: 1px;
  margin: auto;
  background-color: #65ABFF;
  content: "";
}

.feature_box_text p {
  margin-bottom: 1.8rem;
}


.feature_box_img {

  width: 45.8%;

}


.feature_box_img_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature_box_img_list li {
  margin-bottom: 0.6rem;
  background-size: cover;
  background-position: center;
}

.feature_box_img li {
  background-size: cover;
  background-position: center;
}

.feature_box_img_01,
.feature_box_img_03,
.feature_box_img_05 {
  width: 100%;
  height: 0;
  padding-top: 70.5%;
}




.feature_box2_img01,
.feature_box4_img01,
.feature_box6_img01 {
  width: 100%;
  height: 0;
  padding-top: 34.7%;
}

.feature_box2_img02,
.feature_box4_img02,
.feature_box6_img02 {
  width: 64.1%;
  height: 0;
  padding-top: 34.7%;
}

.feature_box2_img03,
.feature_box4_img03,
.feature_box6_img03 {
  width: 34.7%;
  ;
  height: 0;
  padding-top: 34.7%;
}

.feature_box7_img01 {
  width: calc(50% - 0.3rem);
  height: 0;
  padding-top: 70%;

}

.feature_box7_img02 {
  width: calc(50% - 0.3rem);
  height: 0;
  padding-top: 70%;
}

.feature_box_img_01 {
  background-image: url("/static/enstyle/images/clinic/feature_box1_img01.jpg");
}

.feature_box2_img01 {
  background-image: url("/static/enstyle/images/clinic/feature_box2_img01.jpg");
}

.feature_box2_img02 {
  background-image: url("/static/enstyle/images/clinic/feature_box2_img02.jpg");
}

.feature_box2_img03 {
  background-image: url("/static/enstyle/images/clinic/feature_box2_img03.jpg");
}

.feature_box_img_03 {
  background-image: url("/static/enstyle/images/clinic/staff03_img01.jpg");
}

.feature_box4_img01 {
  background-image: url("/static/enstyle/images/clinic/feature_box4_img01.jpg");
}

.feature_box4_img02 {
  background-image: url("/static/enstyle/images/clinic/feature_box4_img02.jpg");
}

.feature_box4_img03 {
  background-image: url("/static/enstyle/images/clinic/feature_box4_img03.jpg");
}

.feature_box_img_05 {
  background-image: url("/static/enstyle/images/clinic/feature_box5_img01.jpg");
}

.feature_box6_img01 {
  background-image: url("/static/enstyle/images/clinic/feature_box6_img01.jpg");
}

.feature_box6_img02 {
  background-image: url("/static/enstyle/images/clinic/feature_box6_img02.jpg");
}

.feature_box6_img03 {
  background-image: url("/static/enstyle/images/clinic/feature_box6_img03.jpg");
}

.feature_box7_img01 {
  background-image: url("/static/enstyle/images/clinic/feature_box7_img01.jpg");
}

.feature_box7_img02 {
  background-image: url("/static/enstyle/images/clinic/feature_box7_img02.jpg");
}


/*==================================================================

	$doctor

==================================================================*/



.p-doctor {
  overflow: hidden;
}

.p-doctor .box01 {
  clear: both;
}




.doctor_box {}

.doctor_box_l {
  width: 41.8%;
}

.doctor_box .h3_tit01_sub_ja::before {
  display: none;

}













.doctor_box_l_text {

  letter-spacing: 0.05em;
  line-height: 1.883;
}

.doctor_box_l_text p {
  margin-bottom: 1.8rem;
}

.doctor_box_doctor_name {
  margin-top: 3rem;
}

.doctor_name_area {
  margin-top: 0.8rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

.doctor_name_ja {}

.doctor_box_doctor_name .top_doctor_name_en {
  font-size: 1.2rem;
  margin-left: 1.3rem;
}

.doctor_box_doctor_info {
  margin-top: -1rem;
}

.doctor_box_doctor_info li {
  line-height: 1.75;
  font-size: 1.6rem;
}


.doctor_box_r {
  width: 50%;
  float: right;
  position: relative;
  display: flex;

  justify-content: space-between;
  flex-flow: row-reverse;
  flex-wrap: wrap;
}

.doctor_img_b {
  width: 100%;

}

.doctor_img_b img {
  width: 100%;
  height: auto;

}

.doctor_img_list {
  width: 100%;
}

.doctor_img_list {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.6rem;
}

.doctor_img_list li {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-right: 0.6rem;
}

.doctor_img_list li:first-child {
  position: relative;
  width: 34.1%;
  height: 0;
  padding-top: 34.1%;
}

.doctor_img_list li:first-child img {
  width: 100%;
  height: auto;
}

.doctor_img_list li:last-child {
  margin-right: 0;
  width: calc(100% - 34.1% - 0.6rem);
  height: 0;
  padding-top: 34.1%;
  overflow: hidden;
}

.doctor_img_list li:last-child img {
  width: 100%;
  height: auto;
}

.staff02 .doctor_img_list {
  flex-direction: row-reverse;
}

.staff02 .doctor_img_list {
  flex-direction: row-reverse;
}

.staff02 .doctor_img_list li {
  margin-right: 0;
  margin-left: 0.6rem;
}

.staff02 .doctor_img_list li:last-child {
  margin-left: 0;
}

.doctor_info_career {
  margin-top: 4rem;
}

.staff02 .doctor_info_career {
  margin-top: 4rem;
}

.doctor_info_img {
  padding-top: 7.4rem;
}

.staff02 .doctor_info_img {
  padding-top: 6.4rem;
}

.staff_b {}


.staff_s_box {
  position: relative;
  clear: both;
  margin: 0 auto 12.25rem;
  padding-top: 0.3rem;
}

.staff_s_box_text {
  position: relative;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.staff_s_box_text_inner {
  width: 47%;
}

.staff_s_box_name {
  margin-bottom: 2rem;
}


.staff_s_box_textarea {}

.staff_s_box_name_inner {
  display: flex;
  align-items: baseline;
  display: flex;
  align-items: center;
}

.staff_s_box_name_t {
  padding-right: 0.9rem;
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
}

.staff_s_box_name_ja {
  margin-top: 0.3rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  display: flex;
  align-items: center;

}

.staff_s_box_name_en {
  color: #94969C;
  font-size: 1.4rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.085em;
  margin-left: 0.1rem;
  vertical-align: middle;
  font-size: 1.5rem;
  margin-left: 1.3rem;
  margin-top: 0.4rem;
}

.staff_s_box_text p {
  margin-bottom: 3.5rem;
}


.staff_s_box_img {
  margin-bottom: 2rem;
}


.staff_s_box_img img {
  width: 40%;
  height: auto;
}

.staff_s_box_img_inner {

  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 4;
}

.staff_s_box_img_inner li {
  position: absolute;
}

.staff_s_box_img_inner li img {
  width: 100%;
  height: auto;
}


/*.doctor_img {
  width: calc(50% - 10rem);
}
.doctor_img_sp {
  display: none;
}
.doctor_img img {
  width: 100%;
  height: auto;
}
.tit_doctor_01 {
  position: relative;
  padding-bottom: 21.1rem;
}
.tit_doctor_01 img {
  position: absolute;
  top: -2rem;
  left: -1rem;
  width: 61.4rem;
  height: 17.4rem;
}
.doctor_box_text {
  width: 50%;
}
.doctor_staff_text {
  width: calc(50% - 10rem);
}
.doctor_staff_img {
  width: 50%;
}
.doctor_staff_img img {
  width: 100%;
  height: auto;
}
.doctor_info_list01 {
  width: 48%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.doctor_info_list01 dt {
  width: 23%;
}
.doctor_info_list01 dd {
  width: 77%;
}
.doctor_info_list02 {
  position: relative;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.doctor_info_list02 li {
  position: relative;
  width: 48%;
  margin-left: 1rem;
  padding-left: 1.2rem;
  line-height: 2;
  font-size: 1.5rem;
  
}
.doctor_info_list02 li::before {
  display: block;
  position: absolute;
  top: 1.17rem;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: rgba(106, 97, 89, 0.15);
  border-radius: 100%;
  content: '';
}
.doctor_staff_img {
  margin-top: 0rem;
}
.doctor_staff_license {
  padding-top: 2.0rem;
  font-size: 1.3rem;
  line-height: 1.85;
}*/


/*==================================================================

	$introduction

==================================================================*/

.introduction_info_t {
  display: flex;
  justify-content: space-between;
  margin-top: -0.4rem;
  margin-bottom: 7.6rem;
}

.introduction_info_t_box {
  width: 28%;
}

.introduction_info_t_access {
  width: 33.4%;
}

.introduction_info_t_box_title {
  margin-bottom: 2.1rem;
  font-weight: bold;
  letter-spacing: 0;
}

.introduction_info_t_box_text {
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 0.5rem;
}


.introduction_info_b {
  display: flex;
  justify-content: space-between;
}

.introduction_info_b_box {
  width: 47%;
}


.introduction_google {}

.introduction_google .h3_tit02 {
  margin-bottom: 4.8rem;
}



/*==================================================================

	$infection

==================================================================*/

.infection_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.infection_info_text {
  width: 50%;
  padding-top: 4.3rem;
  line-height: 1.95;
  text-align: left;
}




/*==================================================================

	$concept

==================================================================*/
.kv_inner_title_text-concept {
  padding-top: 4.2rem;
}

.concept_kv {
  position: relative;
  width: 100%;
  height: 28rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 19rem;
}

.concept_kv_slideshow {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  height: inherit;
}

.concept_kv_slideshow_content {
  height: inherit;
}

.concept_kv_slideshow_content img {
  height: inherit;
}

.text_2colum {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.text_2colum_box {
  width: calc(50% - 3rem);
}

.concept_imgarea {
  height: 36rem;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.concept_imgarea img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.concept_imgarea_img01 {
  background-image: url(/static/enstyle/images/clinic/concept_img01.jpg);
  background-size: cover;
  background-position: center;
}

.concept_imgarea_img02 {
  background-image: url(/static/enstyle/images/clinic/concept_img01_2.jpg);
  background-size: cover;
  background-position: center;
}

.concept_imgarea_img03 {
  background-image: url(/static/enstyle/images/clinic/concept_img03.jpg);
  background-size: cover;
  background-position: center;
}

.advantages_imgarea_img01 {
  background-image: url(/static/enstyle/images/clinic/advantages_img01.jpg);
  background-size: cover;
  background-position: center;
}

.advantages_imgarea_img02 {
  background-image: url(/static/enstyle/images/clinic/advantages_img02.jpg);
  background-size: cover;
  background-position: center;
}

.advantages_imgarea_img03 {
  background-image: url(/static/enstyle/images/clinic/advantages_img03.jpg);
  background-size: cover;
  background-position: center;
}

.advantages_imgarea_img04 {
  background-image: url(/static/enstyle/images/clinic/advantages_img04.jpg);
  background-size: cover;
  background-position: center;
}

.concept_kv_slideshow {
  display: flex;
  animation: loop-slide 30s infinite linear 0s both;
}

.p-concept .box02:first-child {
  padding-top: 22rem;
}

.p-concept .text {
  margin-bottom: 14rem;
}

.p-concept .concept_advice .text {
  margin-bottom: 10rem;
}

.concept_num_01 {
  position: absolute;
  top: -5rem;
  left: 2rem;
  line-height: 1;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  letter-spacing: -0.05em;
  font-size: 14rem;
  color: #65ABFF;
  opacity: 0.2;
}

.concept_titlearea {
  display: flex;
  position: relative;
  line-height: 1;
  margin-bottom: 4rem;
}

.concept_title_num {
  display: inline-block;
  margin-right: 1.2rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 200;
  font-size: 9rem;
}

.concept_title_text {
  position: relative;
  display: inline-flex;
  padding: 1.2rem 0;
}

.concept_title_text_inner {

  position: relative;
  display: flex;
  align-items: center;
}

.concept_title_text_inner::before,
.concept_title_text_inner::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(106, 97, 89, 0.15);
  content: "";
}

.concept_title_text_inner::before {
  top: 0;
}

.concept_title_text_inner::after {
  bottom: 0;
}

.concept_title_text_en {
  position: absolute;
  top: -0.5rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  background-color: #FAF8F5;
  padding-right: 0.8rem;
}

.concept_title_text_ja {
  position: relative;
  top: 0.2rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.concept_title3 {
  margin-bottom: 5rem;
}


.concept_advice {
  display: flex;
  justify-content: space-between;
}

.concept_advice_text {
  position: relative;
  width: 56%;
  margin-right: -6%;
  z-index: 10;
}

.concept_advice_img {
  position: sticky;
  right: 0;
  width: 56%;
  margin-left: -6%;
  height: calc(100vh - 10rem);
  top: 10rem;
}

.concept_advice_img_inner {
  position: absolute;
  width: 100%;
  background-image: url(/static/enstyle/images/clinic/concept_advice_img_01.jpg);
  height: 100%;
  background-size: cover;
  background-position: center;
}

/*==================================================================

	$feature

==================================================================*/
.feature_kv {
  position: relative;
  width: 100%;
  height: 33.7rem;
  overflow: hidden;
  background-image: url(/static/enstyle/images/clinic/feature_kv01.jpg);
  background-position: bottom;
  background-size: cover;
}

.p-advantages {}

.p-advantages .text {
  margin-bottom: 19rem;
}

.p-advantages .side_contents {
  position: absolute;
  width: 28rem;
  margin-top: -7.5rem;
  line-height: 2.66;

  right: 0;
  height: 100%;
}

.advantages_sec1 {}

.advantages_imgarea {
  position: relative;
  width: calc(100% + 6rem);
  margin-bottom: 5rem;
  margin-left: -6rem;
}

.advantages_imgarea::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100vw;
  height: 46rem;
  z-index: -1;
  right: -5.6rem;
  top: -22rem;
}

.advantages_imgarea img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}

.advantages_titlearea {
  display: flex;
  position: relative;
  line-height: 1;
  margin-bottom: 4rem;
}

.advantages_title_num {
  display: inline-block;
  margin-right: 1.2rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 200;
  font-size: 9rem;
}

.advantages_title_text {
  position: relative;
  display: inline-flex;
  padding: 1.2rem 0;
}

.advantages_title_text_inner {

  position: relative;
  display: flex;
  align-items: center;
}

.advantages_title_text_inner::before,
.advantages_title_text_inner::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(106, 97, 89, 0.15);
  content: "";
}

.advantages_title_text_inner::before {
  top: 0;
}

.advantages_title_text_inner::after {
  bottom: 0;
}

.advantages_title_text_en {
  position: absolute;
  top: -0.5rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  background-color: #fff;
  padding-right: 0.8rem;
}

.advantages_title_text_ja {
  position: relative;
  top: 0.2rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.advantages_list {
  margin-top: 3rem;
  margin-bottom: 4rem;
  border: 1px solid #DCE7F5;
  display: flex;
  justify-content: center;
}

.advantages_list .list10 {
  border: none;
  margin-top: 0;
  padding: 6.3rem 9rem 4.3rem;
  display: flex;
  justify-content: space-between;
  width: 100%;

}

.advantages_list .list10 dd {
  width: 100%;
  margin-bottom: 2.4rem;
}

.advantages_list .list10 dd:nth-child(even) {
  padding-right: 0;
}

.advantages_list .list10 dd:nth-child(odd) {
  margin-left: 0;
}


.advantages_04_imgarea {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.advantages_04_imgarea img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-advantages .advantages_04 .text {
  margin-bottom: 0;
}



/*==================================================================

	$yukenkai

==================================================================*/



#container.p-yukenkai {
  overflow: hidden;
  margin-top: 0;
  padding-top: 15.7rem;
}

.yukenkai_about .h4_tit01 {
  white-space: nowrap;
}

.yukenkai_about_box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.yukenkai_about_box_l {
  width: calc(50% - 10rem);
}

.yukenkai_about_box_r {
  position: relative;
  width: 50%;
  padding-top: 4.8rem;
  line-height: 1.9;
  text-align: left;
}

.yukenkai_about_box_r .text {
  position: relative;
}

.yukenkai_about_box_r:before {
  position: absolute;
  top: -6.1rem;
  right: -25rem;
  width: 58.4rem;
  height: 62.6rem;
  margin: auto;
  background-image: url(/static/enstyle/images/bg_kt.svg);
  background-repeat: no-repeat;
  background-size: 100%;

  content: "";
}


.yukenkai_about_box_r_img {
  position: absolute;
  top: -14rem;
  z-index: 20;
}

.yukenkai_about_box_r_img img {
  width: 100%;
  height: auto;
}

.yukenkai_about {
  margin-bottom: 0;
}


.yukenkai_group_logo {
  margin-bottom: 11.9rem;
}

.about_kenyukai_grouplist {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  background-image: linear-gradient(to left bottom, #F7F9FF, #EAEEFA);
}

.about_kenyukai_grouplist.linklist {
  margin-top: 0;
}

.about_kenyukai_grouplist li {
  width: calc(100% / 5);
  height: 0;
  padding-bottom: calc(100% / 5);
  margin-bottom: 0;
  font-size: 1.3rem;
  background-color: #fff;
  border-left: 1px solid #DCE7F5;
  border-top: 1px solid #DCE7F5;
}

.about_kenyukai_grouplist li:nth-child(1),
.about_kenyukai_grouplist li:nth-child(2),
.about_kenyukai_grouplist li:nth-child(3),
.about_kenyukai_grouplist li:nth-child(4),
.about_kenyukai_grouplist li:nth-child(5) {
  border-top: none;
}

.about_kenyukai_grouplist li:nth-child(5n+1) {
  border-left: none;
}

.about_kenyukai_grouplist li a {
  position: relative;
  display: block;
  padding-bottom: 100%;
}

.about_kenyukai_grouplist li .link_ttl {
  font-size: 1.5rem;
}

.about_kenyukai_grouplist li .link_ttl+* {
  margin-top: 1rem;
}

.about_kenyukai_grouplist li div {
  display: block;
}

.about_kenyukai_grouplist li a:hover {
  opacity: .5;
}

.about_kenyukai_grupitem {
  display: block;
  text-align: center;
}

.about_kenyukai_grupitem_title {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 1rem 2rem 0;
}

.about_kenyukai_grupitem_text {
  padding: 0 2rem;
}

.about_kenyukai_grouplist li img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: auto;
  padding: 0 2.5rem;
  max-height: 8.5rem;
  width: auto;
  max-width: 100%;
}

.about_kenyukai_grouplist li.about_kenyukai_grouplistrecruit img {
  padding: 0 2rem;
}

.about_kenyukai_grouplist li .about_kenyukai_grupitem-75 img {
  width: 75%;
}


.about_kenyukai_grouplist li .yukenkai_logo_togoshiginza img {
  padding: 0 5rem;
  max-height: 12rem;
}

.about_kenyukai_grouplist li .yukenkai_logo_kashiwakt {
  padding-top: 0.6rem;
}

.about_kenyukai_grouplist li .yukenkai_logo_kashiwaktkyousei {
  padding-top: 0.6rem;
}

.about_kenyukai_grouplist li .yukenkai_logo_kashiwaktkyousei img {
  padding: 0 3.5rem;
}

.about_kenyukai_grouplist li .yukenkai_logo_makuharijibika img {
  padding: 0 3rem;
  max-height: 9rem;
  width: 70%;
}





.yukenkai_about_link {
  display: flex;
  flex-wrap: wrap;
  background-image: linear-gradient(to left bottom, #F7F9FF, #EAEEFA);
  padding: 2rem;
}

.yukenkai_about_link_list {
  width: 50%;
  background-color: #fff;
  border-right: 1px solid #DCE7F5;
}

.yukenkai_about_link_list:nth-child(2n) {
  border-right: none;
}

.yukenkai_about_link_list a {
  position: relative;
  height: 20rem;
  display: flex;
  color: #333839;
}

.yukenkai_about_link_list a:hover {
  opacity: 0.5;
}

.yukenkai_about_link_img {
  width: 24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yukenkai_about_link_img img {}

.yukenkai_about_link_text {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 24rem);
  padding-left: 0.5rem;
  padding-right: 6.6rem;
}

.yukenkai_about_link_text::before {
  position: absolute;
  content: "";
  height: calc(100% - 4rem);
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.yukenkai_about_link_text_inner {}

.yukenkai_about_link_title {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.yukenkai_about_link_descrip {
  font-size: 1.5rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.yukenkai_about_link_img-photo {}

.yukenkai_about_link_img-photo img {
  padding: 2rem 3rem;
  width: 100%;
  height: auto;

}


/*==================================================================

	$price

==================================================================*/

.question_title {
  position: relative;
  display: table;
}

.question_box {
  position: absolute;
  top: 5.7rem;
  right: -4.3rem;
}

.question_box_inner {
  position: relative;
}

.question_box_inner_img {}

.question_box_inner_text {
  display: table;
  position: absolute;
  top: 0;
  /* right: 0; */
  bottom: 0;
  left: 5rem;
  min-width: 30rem;
  padding: 2rem 2.5rem 0;
  background-color: #eeeeee;
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.question_box:hover .question_box_inner_text {
  opacity: 1;
}


.price_box {}

.price_box .h3_tit02 {
  margin-bottom: 4.5rem;
}






.price_anker_01 {
  position: relative;
  z-index: 100;
  max-width: 140rem;
  min-width: 128rem;
  padding: 0 4rem 0;
  margin: auto;
  margin-bottom: 10rem;

}

.price_anker_01_list {
  display: flex;
  flex-wrap: wrap;
}

.price_anker_01_list li {
  position: relative;
  width: calc(100% / 3);
  margin-bottom: 2rem;
}

.price_anker_01_list li a {
  display: block;
  position: relative;
  margin-right: 3rem;
  line-height: 2.4;
  padding-left: 0.2rem;
  color: #333839;
}

.price_anker_01_list li:nth-child(3n) a {
  margin-right: 0;
}

.price_anker_01_list li a {
  border-bottom: 1px solid #C7D3E2;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}

.price_anker_01_list li a em {
  margin-right: 1.6rem;
  font-family: kiro, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.095em;
  color: rgba(106, 97, 69, 0.4);
}

.price_anker_01_list li a::before {
  position: absolute;
  top: 0rem;
  right: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  transform: rotate(135deg);
  border-right: 1px solid #333839;
  border-top: 1px solid #333839;
  content: "";
  bottom: 0;
  margin: auto;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  display: inline-block;
}

.price_anker_01_list li a::after {
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  bottom: -1px;
  height: 1px;
  background-color: rgba(106, 97, 69, 1);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}

.price_anker_01_list li a:hover {
  padding-left: 1.0rem;
}

.price_anker_01_list li a:hover::before {
  top: 1rem;
}

.price_anker_01_list li:hover a::after {
  right: auto;
  left: 0;
  width: 100%;
}

.price_note {
  padding-top: 2rem;
  font-size: 1.5rem;
}


/*==================================================================

	$access

==================================================================*/
.access_mainimg {
  position: relative;
  padding-top: 43.7rem;
}


.access_mainimg_box {
  width: 1200px;
  margin: auto;
  margin-bottom: 24rem;
  position: relative;
}

.access_mainimg_box figure {}

.access_mainimg_box p {}

.access_mainimg_img01_img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1200px) / 2 + 86.4rem);
  height: 43.7rem;
  background-image: url(/static/enstyle/images/access_img01.jpg);
  background-size: cover;
  background-position: center;
  content: "";
}

.access_mainimg_img01_img img {}

.access_mainimg_img01 {
  padding-top: 2rem;
}

.access_mainimg_img02 {
  width: 50rem;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: -23.6rem;
}

.access_mainimg_img02 figure {
  padding-bottom: 2rem;
}

.access_mainimg_img02 figure img {
  width: 100%;
  height: auto;
}

.access_googlemaps {}

.access_googlemaps iframe {
  width: 100%;
  margin-bottom: 1.6rem;
}

.access_guide {}

.access_guide_flow {
  display: flex;
  justify-content: space-between;
}

.access_guide_flow li {
  width: 46.6%;
}

.access_guide_flow figure {
  width: 100%;
  margin-bottom: 3rem
}

.access_guide_flow figure img {
  width: 100%;
  height: auto;
}


.access_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6.9rem;
}

.access_info_box {
  width: auto;
  margin-bottom: 5.5rem;
}

.access_info_box_title {
  margin-bottom: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
}

.access_info_box_text {
  margin-bottom: 7px;
  color: #333839;
  letter-spacing: 0.05em;
}



.flow_list {
  display: flex;
  justify-content: space-between;
}

.flow_list_box {
  position: relative;
  width: 48.2%;
}

.flow_list_img {
  position: relative;
  margin-bottom: 1.8rem;
}

.flow_list_img img {
  width: 100%;
}

.flow_list_box .flow_list_img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid #C7D3E2;
  transform: rotate(-90deg);
  content: "";
}

.flow_list_box:nth-child(2n) .flow_list_img:before {
  display: none;
}

.flow_list_title {
  margin-bottom: 0.5rem;
  font-size: 2.04rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.flow_list_text {
  width: 96.8%;
  letter-spacing: 0.075em;
}



.access_info_box_tel {
  display: flex;
  justify-content: flex-start;
  letter-spacing: 0.05em;
}

.access_info_box_tel_num {}

.access_info_box_tel_num a {
  color: #333839;
}

.access_info_box_tel_time {
  padding-left: 21px;
  color: #333839;
  font-size: 1.5rem;
  line-height: 2.1;
}

.access_time {
  min-height: 250px;
  margin-top: 35px;
}


.access_flow {
  margin-top: 9.5rem;
}

.access_car .h3_tit02 {
  margin-bottom: 7.6rem;
}

.access_car_map {
  margin-top: 7.2rem;
}

.access_car_map_link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.access_car_map_link_l {}

.access_car_map_link_l.btn_blank {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.access_car_map_link_l.btn_blank a {
  padding-bottom: 0.2rem;
}

.access_car_map_link_sub {
  position: relative;
  top: 0.2rem;
  padding-left: 0.7rem;
  font-size: 1.5rem;
}

.access_car_map_link_r {
  margin-top: 0.6rem;
}

.access_car_map_img {}

.access_car_map_img iframe {
  width: 100%;
  height: 32rem;
}



/*==================================================================

	$treatments

==================================================================*/

#sec1,
#sec2,
#sec3,
#sec4,
#sec5,
#sec6,
#sec7,
#sec8 {
  padding-top: 4rem;
  margin-top: -12rem;
}

.case_img {
  margin-bottom: 2rem;
}

.case_img img {
  width: 100%;
  height: auto;
}


#container.treatments_all {
  margin-top: 8rem;

}

.treatments_all {}


.treatments_all .top_treatments_l_box {
  width: calc(100% / 6);
  padding-top: calc(100% / 6);
}

.treatments_all .top_treatments_l_box:nth-child(4n) {
  border-right: 1px solid rgba(220, 231, 245, 1);
}

.treatments_all .top_treatments_l_box:nth-child(6n) {
  border-right: none;
}

.treatments_all .top_treatments .box01 {
  padding-top: 0;
  margin-bottom: 10rem;
  display: block;
}

.treatments_all_text {
  margin-bottom: 4rem;
}

.treatments_index_link_list {
  display: flex;
  flex-wrap: wrap;
}

.treatments_index_link_list_box {
  position: relative;
  border-bottom: 1px solid #DCE7F5;
  width: calc(100% / 4);

}

.treatments_index_link_list_box:nth-child(4n+2)::before,
.treatments_index_link_list_box:nth-child(4n+3)::before,
.treatments_index_link_list_box:nth-child(4n+4)::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 6rem);
  background-color: #DCE7F5;
  content: "";
}

.treatments_index_link_list_box:nth-child() {}

.treatments_index_link_list_box:nth-child() {}

.treatments_index_link_list_box:nth-child() {}

.treatments_index_link_list_box:nth-child() {}

.treatments_index_link_about {
  width: 100%;
  border-top: 1px solid #DCE7F5;
}

.treatments_index_link_list_box a {
  position: relative;
  display: block;
  z-index: 100;
}

.treatments_index_link_list_box a dl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
}

.treatments_index_link_list_box a dl dt {
  height: 12rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
}

.treatments_index_link_list_box a dl dd {
  color: #333839;
  font-weight: bold;
}

.treatments_index_link_list_box a dl dd span {
  background-image: linear-gradient(#333839, #333839);
  transition: background-size .5s cubic-bezier(.165, .84, .44, 1);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
}

.treatments_index_link_list_box a:hover dl dd span {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.treatments_index_title {}

.treatments_index_title .tit01_ja_big {
  left: 0;
}

.treatments_index_title_box {
  padding-bottom: 12rem;
}

.treatments_index_title_box_text {
  padding-top: 1rem;
  width: 50%;
  margin-left: auto;
}


/* hover */
.treatments_index_link_list_box::after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #fff;
  box-shadow: 0 0rem 0rem rgba(217, 200, 173, .2);
  content: "";
  opacity: 0;
  transition-duration: 0.18s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.treatments_index_link_list_box:hover {
  z-index: 10;
}

.treatments_index_link_list_box:hover::after {
  opacity: 1;
  box-shadow: 0 3.3rem 3.6rem rgba(217, 200, 173, .2);
  transform: scale(1);
}

.treatments_index_link_list_box a::after {
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.treatments_index_link_list_box:hover a::after {
  opacity: 0;
}

.treat_contents {
  position: relative;
  text-align: center;
  padding: 0;
  background-color: #fff;
}

/*.treat_contents {
  position: relative;
  text-align: center;
  padding: 10rem 4rem 0;
  min-width: 128rem;
  background-color: #fff;
  
}*/
.treat_contents a {
  position: inherit;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  min-width: 120rem;
}

.treat_contents_next {
  position: inherit;
  max-width: inherit;
  min-width: inherit;
  padding: 0 4rem;
  padding-top: 20%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.treat_contents_next_bg,
.treat_contents_next_bg-clinic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1, 1.1);
  background-size: cover;
  background-position: center;

}

.treat_contents_next_bg::before {
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
  transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}

.treat_contents_next_bg.bg_treat01 {
  background-image: url(/static/enstyle/images/treatment/treatment01_img01.jpg);
}

.treat_contents_next_bg.bg_treat02 {
  background-image: url(/static/enstyle/images/treatment/treatment02_img01.jpg);
}

.treat_contents_next_bg.bg_treat03 {
  background-image: url(/static/enstyle/images/treatment/treatment03_img01.jpg);
}

.treat_contents_next_bg.bg_treat04 {
  background-image: url(/static/enstyle/images/treatment/treatment04_img01.jpg);
}

.treat_contents_next_bg.bg_treat05 {
  background-image: url(/static/enstyle/images/treatment/treatment05_img01.jpg);
}

.treat_contents_next_bg.bg_treat06 {
  background-image: url(/static/enstyle/images/treatment/treatment06_img01.jpg);
}

.treat_contents_next_bg.bg_treat07 {
  background-image: url(/static/enstyle/images/treatment/treatment07_img01.jpg);
}

.treat_contents_next_bg.bg_treat08 {
  background-image: url(/static/enstyle/images/treatment/treatment08_img01.jpg);
}

.treat_contents_next_bg.bg_treat09 {
  background-image: url(/static/enstyle/images/treatment/treatment09_img01.jpg);
}

.treat_contents_next_bg.bg_treat10 {
  background-image: url(/static/enstyle/images/treatment/treatment10_img01.jpg);
}

.treat_contents_next_bg.bg_treat11 {
  background-image: url(/static/enstyle/images/treatment/treatment11_img01.jpg);
}

.treat_contents_next_bg.bg_treat12 {
  background-image: url(/static/enstyle/images/treatment/treatment12_img01.jpg);
}

.treat_contents_next_bg.bg_treat13 {
  background-image: url(/static/enstyle/images/treatment/treatment13_img01.jpg);
}

.treat_contents_next_bg.bg_treat14 {
  background-image: url(/static/enstyle/images/treatment/treatment14_img01.jpg);
}

.treat_contents_next_bg.bg_treat15 {
  background-image: url(/static/enstyle/images/treatment/treatment15_img01.jpg);
}

.treat_contents_next_bg.bg_price {
  background-image: url(/static/enstyle/images/bg_price.jpg);
}

.treat_contents .nav_dropdown_treat_list_outer {
  width: 120rem;
  margin: auto;
}

.treat_contents_next_inner {
  position: absolute;
  z-index: 10;
  height: 100%;
  padding: 0 6rem;
  margin: auto;
  margin-top: auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.treat_contents_next_inner_text {
  position: relative;
  padding-bottom: 1.5rem;
  z-index: 10;
  text-align: right;
}

.treat_contents_next-back {
  margin-right: auto;
  margin-left: 0;
}

.treat_contents_next-back .treat_contents_next_inner_text {
  text-align: left;
  transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}

.treat_contents_next_inner_text_next {
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  text-align: center;
  transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}

.treat_contents_next_inner_text_title {
  color: #fff;
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}

.treat_contents_next_inner_text_title img,
.treat_contents_next_inner_text_title svg {
  height: 4.6rem;
  width: auto;
}

.treat_contents_next_inner_text_title svg .st1 {
  fill: #fff;
}

.treat_contents_next_inner_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.treat_contents_next_inner_icon svg {
  width: inherit;
  height: inherit;
  opacity: 0.1;
}

.treat_contents a .treat_contents_next_inner_icon svg path {
  fill: #fff;
  stroke: #fff;
}

.treat_contents_next_inner_icon.icon_treat01 {
  width: 26rem;
  height: 23.7rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat01 img {}

.treat_contents_next_inner_icon.icon_treat02 {
  width: 22rem;
  height: 12.7rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat02 img {}

.treat_contents_next_inner_icon.icon_treat03 {
  width: 18.7rem;
  height: 25.0rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat03 img {}

.treat_contents_next_inner_icon.icon_treat05 {
  width: 28.7rem;
  height: 25.0rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat05 img {}

.treat_contents_next_inner_icon.icon_treat06 {
  width: 28.7rem;
  height: 24.0rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat06 img {}

.treat_contents_next_inner_icon.icon_treat07 {
  width: 28.7rem;
  height: 24.0rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat07 img {}

.treat_contents_next_inner_icon.icon_treat08 {
  width: 22.7rem;
  height: 24.0rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat08 img {}

.treat_contents_next_inner_icon.icon_treat09 {
  width: 22.7rem;
  height: 36rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat09 img {}

.treat_contents_next_inner_icon.icon_treat10 {
  width: 26.7rem;
  height: 16.1rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat10 img {}

.treat_contents_next_inner_icon.icon_treat11 {
  width: 22rem;
  height: 22.7rem;
}

.treat_contents_next_inner_icon.icon_treat1 img {}

.treat_contents_next_inner_icon.icon_treat12 {
  width: 22rem;
  height: 18.7rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat12 img {}

.treat_contents_next_inner_icon.icon_treat13 {
  width: 22rem;
  height: 22.7rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat13 img {}

.treat_contents_next_inner_icon.icon_treat14 {
  width: 22rem;
  height: 22.7rem;
  opacity: 0.2;
}

.treat_contents_next_inner_icon.icon_treat14 img {}

.treat_contents_next_inner_text_next_arrow {
  position: relative;
  left: 0;
  display: inline-block;
  opacity: 0;
}

.treat_contents_next_inner_text_next_arrow img {
  width: 2.3rem;
  height: 0.94rem;
  vertical-align: middle;
}

.treat_contents_next_inner_text_next_arrow path {
  stroke: #fff;
}

.treat_contents_next_inner_text_next_arrow svg {
  display: none;
}

.treat_contents_next_inner_text_next p,
.treat_contents_next_inner_text_next_arrow br {
  display: none;
}

.treat_contents_next_inner_text_next_arrow::after {
  display: inline-block;
  position: absolute;
  top: -0.6rem;
  bottom: 0;
  right: 1rem;
  width: 2.3rem;
  height: 1rem;
  margin: auto;
  background-image: url(/static/enstyle/images/arrow_white.svg);
  background-size: cover;
  transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
}

/* hover */
.treat_contents_next_inner_icon,
.treat_contents_next_bg,
.treat_contents_next_inner_icon svg path,
.treat_contents_next_inner_text_next_arrow svg path,
.treat_contents_next_inner_text_next_arrow,
.treat_contents_next_inner_text_next,
.treat_contents_next_inner_text_title svg .st1,
.treat_contents_next_bg::before,
.treat_contents_next_bg-clinic {
  transition: .32s cubic-bezier(.165, .84, .44, 1);
}

.treat_contents a:hover .treat_contents_next_bg::before,
.treat_contents a:hover .treat_contents_next_bg-clinic::before {
  opacity: 0.35;
}

.treat_contents a:hover .treat_contents_next_inner_text_next_arrow {}

.treat_contents a:hover .treat_contents_next_inner_text_next_arrow::after {}

.treat_contents a:hover .treat_contents_next_inner_text_title svg .st1 {
  fill: #fff;
}

.treat_contents a:hover .treat_contents_next_inner_text_next {
  color: #fff;
}

.treat_contents a:hover .treat_contents_next_inner_text_next_arrow path {
  stroke: #fff;
}

.treat_contents a:hover .treat_contents_next_inner_icon svg path {
  fill: #fff;
  stroke: #fff;
}

.treat_contents a:hover .treat_contents_next_inner_icon {}

.treat_contents a:hover .treat_contents_next_bg {
  transform: scale(1, 1);
}

.treat_contents_nav {
  padding: 8.7rem 0;
}


.treat_contents a:hover .treat_contents_next_bg-clinic::after {
  width: 0;
  right: 0;
  left: auto;
  opacity: 1;
}

.treat_contents_next_bg::after {

  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;

  transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}

.treat_contents a:hover .treat_contents_next_bg::after {

  opacity: 0;
}


.treat_contents a:hover .treat_contents_next_inner_text_title {
  color: #ffffff;

}

.pagebtm_index_inner {
  position: relative;
  min-width: 128rem;
  max-width: 170rem;
  margin: 0 auto;
  padding: 6rem 10rem;
}

.pagebtm_index_inner_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.2rem;
  margin-right: -2rem;
}

.pagebtm_index_inner_list li {
  width: calc(100% / 5);
  position: relative;

  padding-right: 2rem;
}

.pagebtm_index_inner_list li a {
  position: relative;
  display: block;
  margin-bottom: 3.2rem;
  padding: 1.2rem 0.4rem;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #333839;
}

.pagebtm_index_inner_list li a::before {
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  bottom: 0;
  height: 1px;
  background-color: #65ABFF;
  content: "";
  z-index: 2;
}

.pagebtm_index_inner_list li a::after {
  position: absolute;
  width: 100%;
  right: 0;
  left: auto;
  bottom: 0;
  height: 1px;
  background-color: #CBD5E9;
  content: "";
  z-index: 1;
}

.pagebtm_index_inner_list li.pagebtm_index_inner_list-treat01 a {
  letter-spacing: 0;
}

.pagebtm_index_inner_list_text {
  position: relative;
  left: 0;
}

/* active */
.pagebtm_index_inner_list li.is-active {
  font-weight: bold;
}

.pagebtm_index_inner_list li.is-active a::after {
  background-color: #333839;

}

.pagebtm_index_inner_list li.is-active a:hover::after {
  background-color: #333839;
}

.pagebtm_index_inner_list li.is-active a:hover .pagebtm_index_inner_list_text {
  left: inherit;
}

.pagebtm_index_inner_list li.is-active a:hover {
  color: inherit;
}

.pagebtm_index_inner_list li.is-active a {
  pointer-events: none;
}

/* hover */

.pagebtm_index_inner_list_text {
  transition: .25s cubic-bezier(.165, .84, .44, 1);
}

.pagebtm_index_inner_list li a,
.pagebtm_index_inner_list li a::before,
.pagebtm_index_inner_list li a::after {
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-duration: .3s;
  transition-property: color, left;
}

.pagebtm_index_inner_list li a:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.pagebtm_index_inner_list li a:hover {
  color: #65ABFF;
}

.pagebtm_index_inner_list li a:hover .pagebtm_index_inner_list_text {
  left: 1rem;
}

.pagebtm_index_inner_list li a:hover .pagebtm_index_inner_list li a::before {
  right: auto;
  left: 0;
  width: 100%;
}

.pagebtm_index_medical_list_img01 {
  background-image: url("/static/enstyle/images/treatment/treatment01_img01.jpg");
  z-index: 1;
}

.pagebtm_index_medical_list_img02 {
  background-image: url("/static/enstyle/images/treatment/treatment02_img01.jpg");
}

.pagebtm_index_medical_list_img03 {
  background-image: url("/static/enstyle/images/treatment/treatment03_img01.jpg");
}

.pagebtm_index_medical_list_img04 {
  background-image: url("/static/enstyle/images/treatment/treatment04_img01.jpg");
}

.pagebtm_index_medical_list_img05 {
  background-image: url("/static/enstyle/images/treatment/treatment05_img01.jpg");
}

.pagebtm_index_medical_list_img06 {
  background-image: url("/static/enstyle/images/treatment/treatment06_img01.jpg");
}

.pagebtm_index_medical_list_img07 {
  background-image: url("/static/enstyle/images/treatment/treatment07_img01.jpg");
}

.pagebtm_index_medical_list_img08 {
  background-image: url("/static/enstyle/images/treatment/treatment08_img01.jpg");
}

.pagebtm_index_medical_list_img09 {
  background-image: url("/static/enstyle/images/treatment/treatment09_img01.jpg");
}

.pagebtm_index_medical_list_img10 {
  background-image: url("/static/enstyle/images/treatment/treatment10_img01.jpg");
}

.pagebtm_index_medical_list_img11 {
  background-image: url("/static/enstyle/images/treatment/treatment11_img01.jpg");
}

.pagebtm_index_medical_list_img12 {
  background-image: url("/static/enstyle/images/treatment/treatment12_img01.jpg");
}

.pagebtm_index_medical_list_img13 {
  background-image: url("/static/enstyle/images/treatment/treatment13_img01.jpg");
}

.pagebtm_index_medical_list_img14 {
  background-image: url("/static/enstyle/images/treatment/treatment08_img01.jpg");
}

.pagebtm_index_medical_list01_img.active .pagebtm_index_medical_list_img01,
.pagebtm_index_medical_list02_img.active .pagebtm_index_medical_list_img02,
.pagebtm_index_medical_list03_img.active .pagebtm_index_medical_list_img03,
.pagebtm_index_medical_list04_img.active .pagebtm_index_medical_list_img04,
.pagebtm_index_medical_list05_img.active .pagebtm_index_medical_list_img05,
.pagebtm_index_medical_list06_img.active .pagebtm_index_medical_list_img06,
.pagebtm_index_medical_list07_img.active .pagebtm_index_medical_list_img07,
.pagebtm_index_medical_list08_img.active .pagebtm_index_medical_list_img08,
.pagebtm_index_medical_list09_img.active .pagebtm_index_medical_list_img09,
.pagebtm_index_medical_list10_img.active .pagebtm_index_medical_list_img10,
.pagebtm_index_medical_list11_img.active .pagebtm_index_medical_list_img11,
.pagebtm_index_medical_list12_img.active .pagebtm_index_medical_list_img12,
.pagebtm_index_medical_list13_img.active .pagebtm_index_medical_list_img13,
.pagebtm_index_medical_list14_img.active .pagebtm_index_medical_list_img14 {
  z-index: 9;
}


.pagebtm_index_medical_list {
  width: 100%;
  display: flex;

  flex-wrap: wrap;
  position: relative;
  border: 1px solid #DCE7F5;
}


.pagebtm_index_medical_list::before {
  top: 14.6rem;
}

.pagebtm_index_medical_list::after {
  bottom: 14.6rem;
}

.pagebtm_index_medical_list li {

  position: relative;
  width: calc(100% / 6);
  border-bottom: 1px solid #DCE7F5;

}

.pagebtm_index_medical_list li:nth-child(n+13) {
  border-bottom: none;

}

.pagebtm_index_medical_list li::before {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #DCE7F5;
  width: 1px;
  height: 100%;
  content: "";
}

.pagebtm_index_medical_list li:nth-child(6n)::before {
  display: none;
}

.pagebtm_index_medical_list li a {
  width: 100%;
  display: block;
  padding: 2rem 2rem 1.4rem;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

.pagebtm_index_medical_list li:last-child {
  margin-right: 0;
}

.pagebtm_index_medical_list_text {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  background-image: linear-gradient(#333, #333);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-property: background-size, color;
  transition-duration: .25s;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
}

.pagebtm_index_medical_list li a:hover .pagebtm_index_medical_list_text {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}



.pagebtm_index_medical_list_img {
  text-align: center;
  height: 8rem;
  margin: 0 auto 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  background-color: #F0F3FC;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.pagebtm_index_medical_list_img img {
  height: auto;
  transform: scale(0.7);
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);

}




.pagebtm_index_medical_list li a:hover .pagebtm_index_medical_list_text {
  color: rgba(101, 171, 255, 1);
  background-image: linear-gradient(rgba(101, 171, 255, 1), rgba(101, 171, 255, 1));
}




.top_treatments_l_box a:hover::before {
  opacity: 1;
  box-shadow: 0 3.3rem 3.6rem rgba(217, 200, 173, .2);
  transform: scale(1);
}

.pagebtm_index_medical_list li a:hover .pagebtm_index_medical_list_img img {
  transform: scale(0.95);

}

.pagebtm_index_medical_list li a:hover .pagebtm_index_medical_list_img {
  transform: scale(0.85);

}


.pagebtm_index_medical_list li.is-active .pagebtm_index_medical_list_text {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

/*clinic*/
.treat_contents_next_bg.bg_infection {
  background-image: url(/static/enstyle/images/kv-infection_img.jpg);
}

.treat_contents_next_bg.bg_staff {
  background-image: url("/static/enstyle/images/kv-staff-img.webp");
  background-position: center 40%;
}

.treat_contents_next_bg.bg_yukenkai {
  background-image: url("/static/enstyle/images/kv-yukenkai_img.jpg");
}

.treat_contents_next_bg.bg_yukenkai {
  background-image: url("/static/enstyle/images/kv-yukenkai_img.jpg");
}

.treat_contents_next_bg.bg_introduction {
  background-image: url("/static/enstyle/images/kv-introduction_img.jpg");
}

.treat_contents_next_bg.bg_feature {
  background-image: url("/static/enstyle/images/kv-feature_img.jpg");
}



.treat_text_s {
  font-size: 1.5rem;
}

.treatment_anker_02 {
  margin-bottom: 10rem;
}

.treatment_anker_02_list {
  display: flex;
  justify-content: space-between;
}

.treatment_anker_02_list li {
  position: relative;
  width: 47%;
}

.treatment_anker_02_list li a {
  display: block;
  position: relative;
  line-height: 2.4;
  color: #333839;
}

.treatment_anker_02_list li:first-child {}

.treatment_anker_02_list li a {
  border-bottom: 1px solid #C7D3E2;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}

.treatment_anker_02_list li a em {
  margin-right: 1.6rem;
  font-family: kiro, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.095em;
  color: rgba(106, 97, 69, 0.4);
}

.treatment_anker_02_list li a::before {
  position: absolute;
  top: 0rem;
  right: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  transform: rotate(135deg);
  border-right: 1px solid #333839;
  border-top: 1px solid #333839;
  content: "";
  bottom: 0;
  margin: auto;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  display: inline-block;
}

.treatment_anker_02_list li a::after {
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  bottom: -1px;
  height: 1px;
  background-color: rgba(106, 97, 69, 1);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}

.treatment_anker_02_list li a:hover {}

.treatment_anker_02_list li a:hover::before {
  top: 1rem;
}

.treatment_anker_02_list li:hover a::after {
  right: auto;
  left: 0;
  width: 100%;
}

.treatment_imgfl {
  float: left;
  width: 50%;
  margin-bottom: 1rem;
  margin-right: 4rem;
}

.treatment_imgfl_01 {}

.treatment_imgfl img {
  width: 100%;
  height: auto;
}

.treatment_box_img {
  margin-bottom: 4rem;
  text-align: center;
}

.treatment_box_img img {
  width: 100%;
}

.txt_sub {
  font-size: 1.3rem;
}

.text_inner_box {
  margin-bottom: 7rem;
}

.text_inner_box02 {
  padding: 0 3.5rem 5rem;
}

.treat05_box {
  margin-bottom: 4rem;
}

.treat05_box .layout09_inner_list li {
  padding: 0;
}

.list01 {
  margin: 0;
}

.list01 li {
  margin-bottom: 2rem;
}

.list03 li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.list03 li:before {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: rgba(106, 97, 89, 0.5);
  border: 1px solid rgba(106, 97, 89, 0.5);
  border-radius: 100%;
  content: '';
}

.list09 {}

.list09 li {
  display: flex;
  justify-content: start;
  position: relative;
  margin-bottom: 1rem;
}

.list09_num {
  position: relative;
  top: -0.6rem;
  padding-right: 2.2rem;
  font-size: 2.4rem;
  font-family: kiro, sans-serif;
  font-weight: 700;
  font-style: normal;
  align-items: baseline;
}

.sitemap {
  margin-top: -6rem;
}

.sitemap .page_bgttl {
  left: 0;
}

.sitemap_list .c_linkborder {
  color: #333839;
}

.sitemap_list .c_linkborder span::after {
  background: #65ABFF;
}

.sitemap_list .c_linkborder:hover {
  color: #65ABFF;
}

.sitemap_list_item {
  padding: 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap_list_item:not(:last-child) {
  border-bottom: 1px solid #DCE7F5;
}

.sitemap_list_parent {
  width: 33%;
  font-weight: bold;
}

.sitemap_list_child {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap_list_child ul {
  width: 50%;
}

.sitemap_list_child ul li+* {
  margin-top: 2rem;
}


.tablet {
  display: none;
}





























@media screen and (max-width: 1367px) {
  html {
    font-size: 56.25%;
  }

  .footer_navi_list ul {
    margin-right: 4.2rem;
  }

  .top_treatments_l_about {
    top: -22.6rem;
  }

  .kv .inner,
  #contents,
  .footer_info,
  .footer_navi .inner,
  .footer_bottom .inner,
  .header_inner,
  .breadcrumbs,
  .pagebtm_index_inner,
  .nav_dropdown_inner {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .kv_catch {
    padding-left: 8rem;
    padding-right: 8rem;

  }

  header h1 svg {
    width: 22rem;
    height: 4.2rem;
  }

  .top_treatments .text_inner {
    width: 78%;
  }


}



@media screen and (min-width: 1600px) {
  .top_about_img {
    width: calc(40% + 10rem);
  }
}

@media screen and (max-width: 1480px) {
  .top_about_img {
    width: calc(30% + 10rem);
  }
}

@media screen and (max-width: 1366px) {
  .top_about_img {
    width: calc(27% + 15rem);
  }
}


@media screen and (max-width: 1240px) {
  .top_about_img {
    width: calc(30% + 10rem);
  }
  
  .top_about_text_r {
    width: 64rem;
    }
}




@media screen and (min-width: 1921px) {
  html {
    font-size: 68.75%;
  }

  .top_treatments_l_about {
    top: -20.36rem;
  }
}