@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-5.8em);
            transform: translateY(-5.8em);
  }
  100% {
    -webkit-transform: translateY(250%);
            transform: translateY(250%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-5.8em);
            transform: translateY(-5.8em);
  }
  100% {
    -webkit-transform: translateY(250%);
            transform: translateY(250%);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 950px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  background-color: var(--main-color);
  z-index: 1;
}
.home_page .key::before, .home_page .key::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  font-size: 10px;
}
.home_page .key::before {
  left: 0;
  max-width: 88.8em;
  width: 47%;
  background-image: url(../images/idx_key_left.jpg);
}
.home_page .key::after {
  right: 0;
  max-width: 126.1em;
  width: 74%;
  background-image: url(../images/idx_key_right.jpg);
  clip-path: polygon(16.78% 0%, 100% 0, 100% 100%, 0% 100%);
}
.home_page .key .inner {
  position: relative;
  max-width: 1436px;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
  max-width: 180em;
  margin: 0 auto;
}
.home_page .key .key_text::before {
  content: "";
  position: absolute;
  bottom: 2.4em;
  left: 51.7em;
  background: url(../images/key_img.png) no-repeat center/contain;
  width: 33.1em;
  height: 57.2em;
  -webkit-filter: drop-shadow(-33px 11px 11px rgba(62, 88, 96, 0.14));
          filter: drop-shadow(-33px 11px 11px rgba(62, 88, 96, 0.14));
}
.home_page .key .key_text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10.4em;
}
.home_page .key .catch {
  -webkit-animation: fadeInDown 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeInDown 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.home_page .key .catch h2,
.home_page .key .catch p {
  color: #fff;
  letter-spacing: 0.2em;
  font-family: var(--f-en);
}
.home_page .key .catch h2 {
  font-size: 3.6em;
  line-height: 1.95;
  margin-left: 0.4166666667em;
  font-weight: 500;
}
.home_page .key .catch h2 span {
  border-left: 1px solid #ffffff;
  padding-left: 0.2222222222em;
}
.home_page .key .catch p {
  font-size: 2em;
  line-height: 2.5;
  letter-spacing: 0.2em;
  margin-top: 1.6em;
  font-weight: 200;
}
.home_page .topic_path {
  display: none;
}

.key_scroll {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.key_scroll a {
  font-family: var(--f-zenkaku);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}
.key_scroll a:hover {
  color: #ffffff;
}
.key_scroll a .txt {
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.key_scroll a .line {
  width: 100%;
  height: 14em;
  margin-top: 1.7em;
  display: block;
  overflow: hidden;
  position: relative;
}
.key_scroll a .line::before, .key_scroll a .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1em;
  right: 0;
  margin: auto;
  width: 1px;
  background-color: #ffffff;
}
.key_scroll a .line::before {
  opacity: 0.2;
  height: 100%;
}
.key_scroll a .line::after {
  height: 5.8em;
  -webkit-animation: scroll 1.5s infinite ease-in;
          animation: scroll 1.5s infinite ease-in;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 33vw;
  }
  .home_page .key::before, .home_page .key::after {
    max-width: 100%;
  }
  .home_page .key::before {
    width: 53%;
  }
  .home_page .key::after {
    width: 59%;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    font-size: min(0.625em, 1.2vmin);
    --max-height: 100vh;
  }
  .home_page .key::after {
    width: 64%;
  }
  .home_page .key .key_text {
    max-width: 170em;
  }
  .home_page .key .key_text .item {
    padding-left: 18em;
  }
  .home_page .key .catch p {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key .key_text {
    max-width: 180em;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .home_page .key .key_text::before {
    left: 57.7em;
    font-size: 7px;
  }
  .home_page .key .key_text .item {
    padding-left: 12em;
  }
  .key_scroll a {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .home_page .key {
    --height: 66vw;
    font-size: min(0.625em, 0.9vmin);
  }
  .home_page .key .key_text::before {
    font-size: min(6px, 0.7vw);
    left: 49.7em;
  }
  .home_page .key .key_text .item {
    padding-left: 10em;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .home_page .key::before {
    width: 54%;
  }
  .home_page .key::after {
    width: 57%;
  }
  .home_page .key .key_text .item {
    padding-left: 8em;
  }
}
#mainContent p {
  font-weight: 500;
}

.tl_h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--clr3);
  letter-spacing: 0.14em;
  position: relative;
  text-align: center;
}
.tl_h3::after {
  content: "";
  position: relative;
  display: block;
  background-color: var(--main-color);
  width: 140px;
  height: 1px;
  margin: 10px auto 0;
}
.tl_h3 .en {
  font-size: 17px;
  font-weight: 400;
  color: var(--main-color);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 6px;
}
.tl_h3.tl_sm {
  font-size: 36px;
}
.tl_h3.tl_sm::after {
  margin-top: 11px;
}
.tl_h3.tl_sm .en {
  margin-bottom: 11px;
}
.tl_h3.tl_w {
  color: #ffffff;
}
.tl_h3.tl_w::after {
  background-color: #ffffff;
}
.tl_h3.tl_w .en {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .tl_h3.tl_left {
    text-align: left;
    margin-left: -4px;
  }
  .tl_h3.tl_left::after {
    margin-left: 4px;
    margin-right: 0;
  }
  .tl_h3.tl_left .en {
    margin-left: 4px;
  }
}

.idx_intro {
  padding: 120px 0 190px;
  background: url(../images/idx_intro_bg.jpg) no-repeat center/cover;
}
.idx_intro .b_intro {
  height: 25em;
  background: url(../images/idx_intro_bnr_bg.jpg) no-repeat center/cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-shadow: -5px 7px 9px 2px rgba(0, 58, 87, 0.08);
          box-shadow: -5px 7px 9px 2px rgba(0, 58, 87, 0.08);
  padding: 1.25em 1.25em 1.75em 1.25em;
}
.idx_intro .b_intro::before {
  content: "";
  position: absolute;
  top: -0.75em;
  left: 0.75em;
  width: 100%;
  height: 100%;
  border: 1px solid var(--clr3);
}
.idx_intro .intro_img {
  position: absolute;
  bottom: -1.5625em;
  left: 1.5625em;
}
.idx_intro .intro_img img {
  max-width: 25.0625em;
}
.idx_intro .intro_title {
  text-align: center;
  max-width: 57.75em;
  width: 100%;
  margin-left: auto;
}
.idx_intro .intro_title p {
  margin-left: auto;
  margin-right: auto;
  display: table;
  line-height: 1.5;
}
.idx_intro .intro_title .tt01 {
  font-size: 1.4375em;
  color: var(--clr3);
  position: relative;
  padding: 0 1.7391304348em;
  margin-bottom: 0.7826086957em;
}
.idx_intro .intro_title .tt01::before, .idx_intro .intro_title .tt01::after {
  content: "";
  position: absolute;
  top: 0.5652173913em;
  background: url(../images/line.svg) no-repeat center/contain;
  height: 1.9130434783em;
  width: 1.7826086957em;
}
.idx_intro .intro_title .tt01::before {
  left: -0.0434782609em;
}
.idx_intro .intro_title .tt01::after {
  right: -0.0434782609em;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.idx_intro .intro_title .tt_l, .idx_intro .intro_title .tt_r {
  position: relative;
  color: transparent;
}
.idx_intro .intro_title .tt_l::before, .idx_intro .intro_title .tt_r::before {
  content: '"';
  position: absolute;
  top: 0.1304347826em;
  left: 0;
  font-size: inherit;
  color: var(--clr3);
}
.idx_intro .intro_title .tt_3dot {
  position: relative;
  top: 0.3571428571em;
  left: -0.0357142857em;
  font-size: 1.2173913043em;
}
.idx_intro .intro_title .txt_lg {
  font-size: 1.2608695652em;
  font-weight: bold;
}
.idx_intro .intro_title .dot {
  position: relative;
}
.idx_intro .intro_title .dot:before {
  content: "";
  position: absolute;
  top: -0.4347826087em;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.2413793103em;
  height: 0.2413793103em;
  border-radius: 50%;
  background-color: var(--main-color);
}
.idx_intro .intro_title .tt02 {
  font-size: 2.25em;
  font-weight: 500;
}
.idx_intro .intro_title .txt_shadow {
  font-size: 1.5555555556em;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: var(--main-color);
  position: relative;
  top: 0.1964285714em;
  line-height: 1;
  margin: 0 0.375em 0 0.625em;
}
.idx_intro .intro_title .txt_shadow::before {
  content: "";
  position: absolute;
  top: 0.2321428571em;
  left: 0.0178571429em;
  width: 7.5535714286em;
  height: 0.9285714286em;
  opacity: 0.75;
  background: url(../images/txt_troke.svg) no-repeat center/contain;
}
.idx_intro .cm_btn {
  margin: 2.5em auto 0;
  left: -1.125em;
  position: relative;
  max-width: 20.375em;
}

.idx01 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.idx01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 92%;
  max-width: 1761px;
  height: calc(100% - 22px);
  background: url(../images/idx01_bg.jpg) no-repeat bottom center/contain;
  z-index: -1;
}
.idx01 .inner_big {
  position: relative;
  padding-bottom: 72px;
}
.idx01 .inner_big::before {
  content: "";
  position: absolute;
  bottom: -2.5625em;
  right: -6.625em;
  width: 15.625em;
  height: 14.125em;
  background: url(../images/ic_logo.png) no-repeat center/contain;
  opacity: 0.6;
}
.idx01 .tl_h3 {
  margin-bottom: 48px;
  margin-top: 97px;
}
.idx01 .tl_h3::after {
  margin-top: 9px;
}
.idx01 .tl_h3 .en {
  margin-bottom: 3px;
}
.idx01 .tl_h3 .line_dot {
  position: relative;
  top: 0.3454545455em;
  font-size: 1.375em;
  line-height: 1;
}
.idx01 .miradry_img {
  position: relative;
}
.idx01 .miradry_img .img01 {
  position: relative;
  z-index: 0;
  padding-top: 14px;
}
.idx01 .miradry_img .img01::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  width: 900px;
  height: 46em;
  background: url(../images/idx01_img01_bf.jpg) no-repeat center/cover;
  z-index: -1;
}
.idx01 .miradry_img .img01 img {
  -webkit-filter: drop-shadow(-16px 34px 15px rgba(62, 88, 96, 0.1));
          filter: drop-shadow(-16px 34px 15px rgba(62, 88, 96, 0.1));
  margin-left: -1.125em;
  max-width: 26.6875em;
}
.idx01 .miradry_img .img02 {
  position: absolute;
  bottom: 1.25em;
  right: -20.0625em;
  -webkit-box-shadow: -5px 7px 9px 2px rgba(0, 58, 87, 0.08);
          box-shadow: -5px 7px 9px 2px rgba(0, 58, 87, 0.08);
  z-index: 1;
  max-width: 25.6875em;
  width: 71%;
}
.idx01 .miradry_img .img02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
}
.idx01 .miradry_cont p {
  letter-spacing: 0.14em;
}
.idx01 .cm_btn {
  margin-left: auto;
  margin-top: 51px;
  max-width: 280px;
}
.idx01 .cm_btn a {
  padding: 1.375em 1.25em 1.5em 1.5em;
}
.idx01 .cm_btn a::after {
  top: -0.5625em;
}

.idx02 {
  padding: 105px 0 270px;
  position: relative;
  z-index: 0;
}
.idx02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 166px);
  background: url(../images/idx02_bg.jpg) no-repeat center top/cover;
  z-index: -1;
}
.idx02 .tl_h3 {
  margin-bottom: 59px;
}
.idx02 .b_flex .b_img {
  max-width: 560px;
  position: relative;
  z-index: 1;
}
.idx02 .b_flex .b_img img {
  -webkit-box-shadow: -4px 6px 13px 4px rgba(0, 58, 87, 0.08);
          box-shadow: -4px 6px 13px 4px rgba(0, 58, 87, 0.08);
}
.idx02 .b_flex .b_ct {
  position: relative;
  z-index: 0;
  padding-top: 34px;
}
.idx02 .b_flex .b_ct::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -120px;
  width: calc(100% + 170px);
  height: calc(100% + 100px);
  background-color: #f8f8f8;
  z-index: -1;
}
.idx02 .b_flex .b_ct p {
  color: var(--clr4);
  letter-spacing: 0.14em;
}
.idx02 .b_flex .gr_btn {
  margin-top: 30px;
}
.idx02 .b_flex .gr_btn .cm_btn {
  margin-bottom: 16px;
}
.idx02 .b_flex .gr_btn .cm_btn a::after {
  right: -2em;
}
.idx02 .b_flex .gr_btn .cm_btn:last-child {
  margin-bottom: 0;
}

.idx03 {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx03 .idx_wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
.idx03 .idx_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  max-width: 1826px;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
}
.idx03 .tl_h3 {
  margin-bottom: 48px;
}
.idx03_title {
  position: relative;
  z-index: 0;
  text-align: center;
  color: #ffffff;
  padding: 127px 0 150px;
  margin-top: -151px;
}
.idx03_title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1780px;
  width: 94%;
  height: 100%;
  background: url(../images/idx03_bg.jpg) no-repeat center/cover;
  z-index: -1;
}
.idx03_title p {
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.14em;
}
.idx03_title .inner_big {
  position: relative;
}
.idx03_title .inner_big::before {
  content: "";
  position: absolute;
  bottom: -4.4375em;
  right: -1.875em;
  background: url(../images/ic_logo.svg) no-repeat center/contain;
  width: 19.5em;
  height: 17.6875em;
  opacity: 0.2;
}
.idx03 .b_oh {
  margin-top: -119px;
}
.idx03 .tbl_difference {
  position: relative;
  margin-bottom: 2.0625em;
}
.idx03 .ic_plus {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25em;
  z-index: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.97);
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx03 .ic_plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(74, 175, 207, 0.2);
}
.idx03 .ic_plus:hover {
  background-color: rgb(224, 248, 255);
}
.idx03 .ic_plus span {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  display: block;
  margin: 0 auto;
}
.idx03 .ic_plus span:before, .idx03 .ic_plus span::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--main-color);
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx03 .ic_plus span::before {
  width: 100%;
  height: 0.25em;
}
.idx03 .ic_plus span::after {
  height: 100%;
  width: 0.25em;
}
.idx03 .ic_plus.active > span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.idx03 .idx_tbl {
  position: relative;
}
.idx03 .idx_tbl td, .idx03 .idx_tbl th {
  text-align: center;
}
.idx03 .idx_tbl td:nth-child(1), .idx03 .idx_tbl th:nth-child(1) {
  width: 23.45%;
}
.idx03 .idx_tbl td:nth-child(2), .idx03 .idx_tbl th:nth-child(2) {
  width: 23.55%;
}
.idx03 .idx_tbl td:nth-child(3), .idx03 .idx_tbl th:nth-child(3) {
  width: 11.8%;
}
.idx03 .idx_tbl td:nth-child(4), .idx03 .idx_tbl th:nth-child(4) {
  width: 20.6%;
}
.idx03 .idx_tbl th {
  color: #ffffff;
  font-size: 1.375em;
  font-weight: 500;
  border: 1px solid #ffffff;
  background-color: var(--main-color);
  padding: 1.8636363636em 0.4545454545em 2em;
}
.idx03 .idx_tbl th:not(:nth-child(1), :last-child) {
  border-color: #e9e9e9;
}
.idx03 .idx_tbl td {
  color: var(--clr3);
  background-color: #f7f7f7;
  border: 1px solid #e9e9e9;
  padding: 1.1875em 0.625em 1.125em;
  font-weight: 600;
}
.idx03 .idx_tbl td .clr1 {
  display: block;
  color: #1b96b3;
  font-size: 0.75em;
}
.idx03 .idx_tbl .bg01 td {
  background-color: #c6dfe7;
}
.idx03 .idx_tbl .bg02 td {
  background-color: #ffffff;
}
.idx03 .cm_btn {
  max-width: 280px;
  margin: 59px auto 0;
}
.idx03 .cm_btn a {
  padding: 1.375em 1.25em 1.5em;
}
.idx03 .cm_btn a::after {
  top: -0.5625em;
  right: -2em;
}
.idx03_bnr {
  margin-top: 60px;
}
.idx03_bnr .bnr_it {
  background-color: var(--main-color);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
  position: relative;
  max-width: 630px;
  height: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25em 3.1875em 0.75em;
}
.idx03_bnr .bnr_it.bnr_treatment {
  background-image: url(../images/idx03_bnr01.png);
}
.idx03_bnr .bnr_it.bnr_fee {
  background-image: url(../images/idx03_bnr02.png);
}
.idx03_bnr .bnr_tl {
  color: #ffffff;
  font-size: 1.375em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.idx03_bnr .bnr_tl::after {
  content: "";
  position: relative;
  display: block;
  mask-image: url(../images/ic_arrow.png);
  -webkit-mask-image: url(../images/ic_arrow.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #ffffff;
  width: 3.3636363636em;
  height: 0.2272727273em;
  margin-top: 1em;
}
.idx03_bnr .bnr_tl .en {
  display: block;
  line-height: 1;
  font-family: var(--f-cormorant);
  font-size: 0.6363636364em;
  text-transform: uppercase;
  letter-spacing: 0.085em;
  margin-top: -0.1428571429em;
}

.idx04 {
  padding: 128px 0 80px;
  position: relative;
  z-index: 0;
}
.idx04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 279px);
  background: url(../images/idx04_bg.jpg) no-repeat center/cover;
  z-index: -1;
}
.idx04 .inner_max {
  max-width: 1712px;
}
.idx04 .tl_h3 {
  margin-bottom: 58px;
}
.idx04 h4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.6428;
  color: var(--clr3);
  letter-spacing: 0.14em;
  margin-bottom: 0.8214285714em;
}
.idx04 p {
  letter-spacing: 0.14em;
}
.idx04 .cm_btn {
  margin: 101px auto 0;
  max-width: 280px;
}
.idx04 .cm_btn a {
  padding: 1.375em 1.25em 1.5em;
}
.idx04 .cm_btn a::after {
  top: -0.5625em;
  right: -2em;
}
.idx04 .b_feature .feature_it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}
.idx04 .b_feature .feature_num {
  font-size: 8.75em;
  font-family: var(--f-cormorant);
  font-weight: 400;
  color: var(--main-color);
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: -0.3785714286em;
  right: 0.2857142857em;
}
.idx04 .b_feature .feature_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.idx04 .b_feature .feature_ct {
  position: relative;
  padding: 1.375em 1.9375em 1.5em 2.6875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx05 {
  position: relative;
  z-index: 0;
}
.idx05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 101px);
  background: url(../images/idx05_bg.jpg) no-repeat center/cover;
  z-index: -1;
}
.idx05 .tl_h3 {
  margin-bottom: 33px;
}
.idx05_title {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.idx05 p {
  font-weight: 300;
  line-height: 1.875;
  margin-bottom: 5px;
  font-weight: 300 !important;
}
.idx05 p:last-child {
  margin-bottom: 0;
}
.idx05 .inner_big {
  position: relative;
  padding-top: 73px;
}
.idx05 .inner_big::before {
  content: "";
  position: absolute;
  top: -8.4375em;
  left: 0.625em;
  background: url(../images/txt_circle.png) no-repeat center/contain;
  width: 15.8125em;
  height: 16.125em;
  -webkit-animation: rotate 8.5s linear infinite both;
          animation: rotate 8.5s linear infinite both;
}
.idx05 .b_contact {
  background-color: #ffffff;
  padding: 3.75em 3.0625em 3.75em 5.0625em;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(122, 68, 38, 0.18);
          box-shadow: 0px 0px 27px 0px rgba(122, 68, 38, 0.18);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.idx05 .b_contact .btn_it {
  max-width: 21.875em;
  width: 31%;
  height: 5.625em;
  color: #ffffff;
  margin-right: 2.0625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1.25em 4.125em 1.5em 1.25em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.idx05 .b_contact .btn_tl {
  position: relative;
  font-size: 1.5em;
  font-weight: 400;
  padding-left: 2.25em;
  line-height: 1;
}
.idx05 .b_contact .btn_tl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.idx05 .b_contact .btn_web {
  background-color: var(--main-color);
}
.idx05 .b_contact .btn_web .btn_tl::before {
  background-image: url(../images/ic_web.png);
  width: 1em;
  height: 1.0416666667em;
}
.idx05 .b_contact .btn_mail {
  background-color: var(--clr2);
  padding-right: 3.125em;
}
.idx05 .b_contact .btn_mail .btn_tl {
  padding-left: 2.1666666667em;
}
.idx05 .b_contact .btn_mail .btn_tl::before {
  background-image: url(../images/ic_mail02.svg);
  width: 0.9583333333em;
  height: 1em;
  top: 0.0416666667em;
}
.idx05 .b_contact .btn_tel a {
  color: var(--main-color);
  position: relative;
  padding-left: 1.4285714286em;
  line-height: 1;
  font-size: 2.625em;
  letter-spacing: 0.05em;
}
.idx05 .b_contact .btn_tel a::before {
  content: "";
  position: absolute;
  top: 0.2857142857em;
  left: -0.0238095238em;
  width: 1.1904761905em;
  height: 1.1904761905em;
  background: url(../images/ic_tel.svg) no-repeat center/contain;
}
.idx05 .b_contact .btn_tel a .txt_sm {
  display: block;
  color: var(--clr1);
  font-size: 0.380952381em;
  margin-bottom: 0.25em;
  margin-left: 0.125em;
  margin-top: 0.125em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.idx05 .b_contact .btn_tel a .en {
  font-weight: bold;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.idx06 {
  padding: 113px 0px 83px;
  background: url(../images/idx_flow_bg.jpg) no-repeat center bottom/cover;
}
.idx06 .tl_h3 {
  margin-bottom: 24px;
}
.idx06 .inner_max {
  overflow: hidden;
  max-width: 1774px;
  width: 95%;
  margin-right: 0;
  padding: 0 0 0 20px;
}
.idx06 .flow_wrap {
  overflow: hidden;
  padding: 0 0 0 2.8125em;
  margin-left: -6.5em;
}
.idx06 .slider_flow {
  width: 35.625em;
  margin: 0 auto;
  height: 37.5em;
}
.idx06 .slider_flow:not(.slick-slider) {
  opacity: 0;
}
.idx06 .slider_flow .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125em 0;
}
.idx06 .slider_flow .slick-list {
  overflow: visible;
}
.idx06 .slider_flow h4 {
  color: var(--clr3);
  font-weight: 500;
  font-size: 1.75em;
  margin-bottom: 0.25em;
}
.idx06 .slider_flow p {
  color: #4b5b63;
}
.idx06 .slider_flow .flow_ct_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.idx06 .slider_flow .flow_img {
  width: calc(100% - 6.25em);
  margin-left: auto;
}
.idx06 .slider_flow .flow_num {
  font-family: var(--f-en);
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0.14em;
  color: var(--main-color);
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.1428571429em;
}
.idx06 .slider_flow .flow_num::after {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 11.6428571429em;
  background-color: #4b5b63;
  margin: 1.9285714286em auto 0;
}
.idx06 .slider_flow .flow_num span {
  display: block;
  font-size: 4.2857142857em;
  line-height: 1;
  letter-spacing: 0;
}
.idx06 .slider_flow .flow_ct {
  padding: 1.9375em 1.875em 1.875em 6.1875em;
}
.idx06 .slider_flow .item {
  --scale: scale(0.856);
  --sideX: var(--scale) translateX(-4.1875em);
  width: 31.25em !important;
  margin: 0 2.8125em 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
  position: relative;
}
.idx06 .slider_flow .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 6.25em);
  background-color: #ffffff;
  -webkit-box-shadow: -6px 7px 10px 0px rgba(0, 58, 87, 0.08);
          box-shadow: -6px 7px 10px 0px rgba(0, 58, 87, 0.08);
  z-index: -1;
}
.idx06 .slider_flow .slick-slide:not(.slick-current) {
  -webkit-transform: var(--scale);
          transform: var(--scale);
}
.idx06 .slider_flow .slick-current + .slick-slide + .slick-slide {
  -webkit-transform: var(--sideX);
          transform: var(--sideX);
}
.idx06 .slider_flow .slick-slide,
.idx06 .slider_flow .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.idx06 .slick-arrow {
  background-color: #d1b683;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 3.75em;
  height: 3.75em;
  border-radius: 50%;
  top: 50%;
}
.idx06 .slick-next, .idx06 .slick-prev {
  z-index: 5;
}
.idx06 .slick-next {
  right: 2.5em;
  background-image: url(../images/ic_next.svg);
}
.idx06 .slick-prev {
  left: -1.875em;
  background-image: url(../images/ic_prev.svg);
}
.idx06 .cm_btn {
  margin: 29px auto 0;
  max-width: 280px;
}
.idx06 .cm_btn a {
  padding: 1.375em 1.25em 1.5em;
}
.idx06 .cm_btn a::after {
  top: -0.5625em;
  right: -2em;
}

.idx07 {
  background: url(../images/idx07_bg.jpg) no-repeat center/cover;
  padding: 95px 0;
}
.idx07_title {
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.idx07 .tl_h3 {
  line-height: 1.25;
}
.idx07 .tl_h3::after {
  margin-top: 23px;
}
.idx07 .tl_h3 .en {
  margin-bottom: 11px;
}
.idx07 .b_about .about_it {
  max-width: 26.25em;
  width: 35%;
  background-color: #ffffff;
  padding: 1.875em 1.1875em 1.875em 1.8125em;
  margin-right: 7.5em;
  margin-bottom: 1.5625em;
  margin-top: 1.5625em;
  position: relative;
}
.idx07 .b_about .about_it::after {
  content: "";
  position: absolute;
  bottom: 0.9375em;
  right: 1.4375em;
  mask-image: url(../images/ic_arr_blue.png);
  -webkit-mask-image: url(../images/ic_arr_blue.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #99cdde;
  width: 2em;
  height: 0.25em;
}
.idx07 .b_about .about_it:nth-child(2n+2) {
  margin-right: 0;
}
.idx07 .b_about .box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx07 .b_about .about_img {
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  background-image: linear-gradient(-55deg, rgb(47, 175, 205) 37%, rgb(111, 215, 239) 100%);
}
.idx07 .b_about .about_img img {
  max-width: 100%;
}
.idx07 .b_about .about_tl {
  font-size: 1.375em;
  color: #072048;
  font-weight: 500;
  line-height: 1.4545455;
  width: calc(100% - 5.9090909091em);
  margin-left: 0.5em;
}

.idx_bg {
  background: url(../images/idx_bg.jpg) no-repeat center/cover;
}

.idx08 {
  padding: 100px 0 98px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.idx08 p {
  color: var(--clr4);
  line-height: 1.875;
  margin-bottom: 10px;
}
.idx08 p:last-child {
  margin-bottom: 0;
}
.idx08 .txt_en {
  color: #ffffff;
  font-size: 160px;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: -0.20625em;
  right: 0.0875em;
}
.idx08 .txt_name {
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid var(--main-color);
  margin-top: 27px;
  padding-top: 24px;
}
.idx08 .txt_name .jp {
  font-size: 24px;
  letter-spacing: 0.24em;
  margin: 0 15px 0;
  position: relative;
  top: 3px;
  line-height: 1;
}
.idx08 .txt_name .en {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: var(--main-color);
  letter-spacing: 0.1em;
}
.idx08 .b_greeting {
  padding: 0 80px;
  position: relative;
  z-index: 0;
}
.idx08 .b_greeting::before {
  content: "";
  position: absolute;
  top: -47.5em;
  right: -21.5em;
  background: url(../images/idx08_pattern.png) no-repeat center/contain;
  width: 159.1em;
  height: 160.6em;
  z-index: -1;
  font-size: 10px;
}
.idx08 .greeting_img {
  position: relative;
  padding-top: 8.75em;
  z-index: 0;
}
.idx08 .greeting_img::before, .idx08 .greeting_img::after {
  content: "";
  position: absolute;
}
.idx08 .greeting_img::before {
  top: 12.4375em;
  left: -6.9375em;
  width: 18.875em;
  height: 17.0625em;
  background: url(../images/ic_logo.svg) no-repeat center/contain;
  z-index: 1;
  opacity: 0.6;
}
.idx08 .greeting_img::after {
  bottom: -9.375em;
  left: -14.6875em;
  width: 52.75em;
  height: 61.5625em;
  background: url(../images/idx08_img01_at.png) no-repeat center/contain;
  z-index: -1;
}
.idx08 .greeting_img .img01 {
  width: 35.5em;
  height: 35.5em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.idx08 .greeting_img .img01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(325deg, rgb(47, 175, 205) 60%, rgb(90, 202, 228) 89%);
  border-radius: 50%;
  z-index: -1;
}
.idx08 .greeting_img .img02 {
  position: absolute;
  top: 0.1875em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.idx08 .greeting_img .img02 img {
  max-width: 35.5em;
}
.idx08 .greeting_img .img_name {
  position: absolute;
  bottom: -1.4375em;
  left: -3.1875em;
}
.idx08 .greeting_img .img_name img {
  max-width: 21.9375em;
}
.idx08 .greeting_ct {
  position: relative;
  z-index: 0;
}
.idx08 .gr_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 43px;
}
.idx08 .gr_btn .cm_btn {
  max-width: 280px;
  width: calc((100% - 48px) / 2);
  margin-right: 48px;
}
.idx08 .gr_btn .cm_btn:last-child {
  margin-right: 0;
}
.idx08 .gr_btn .cm_btn a {
  padding: 1.4375em 1.25em 1.4375em 1.5em;
}
.idx08 .gr_btn .cm_btn a::after {
  right: -2em;
  top: -0.5625em;
}

.idx09 {
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}
.idx09 .inner_max {
  max-width: 1772px;
  position: relative;
  z-index: 0;
}
.idx09 .inner_max::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -80px;
  width: 100%;
  height: calc(100% + 50px);
  background-color: #ffffff;
  z-index: -1;
  max-width: 1686px;
}
.idx09 .idx_logo {
  margin-bottom: 22px;
}
.idx09 .idx_logo a {
  display: table;
}
.idx09 .idx_logo a:hover {
  opacity: 1;
}
.idx09 .des {
  margin-left: -3px;
  margin-bottom: 11px;
}
.idx09 .des .txt_ml {
  margin-left: 10px;
}
.idx09 .time_sheet {
  margin-top: 39px;
}
.idx09 .txt_en {
  color: rgba(208, 216, 220, 0.2);
  line-height: 1;
  font-weight: 400;
  font-size: 160px;
  text-transform: uppercase;
  position: absolute;
  top: 172px;
  left: 33px;
  white-space: nowrap;
}
.idx09 .b_clinic {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.idx09 .clinic_img figure {
  max-width: 816px;
  width: 95%;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.idx09 .clinic_img figure::before {
  content: "";
  position: absolute;
  top: -26.8125em;
  right: -20.4375em;
  width: 52.75em;
  height: 61.5625em;
  background: url(../images/pattern.png) no-repeat center/contain;
  z-index: -1;
}
.idx09 .clinic_img figure img {
  -webkit-box-shadow: -5px 8px 18px 2px rgba(0, 58, 87, 0.08);
          box-shadow: -5px 8px 18px 2px rgba(0, 58, 87, 0.08);
}
.idx09 .gr_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
  margin-left: -33px;
}
.idx09 .gr_btn .cm_btn {
  margin: 10px 30px;
  max-width: 280px;
}
.idx09 .gr_btn .cm_btn a {
  padding: 1.4375em 1.25em 1.4375em 1.5em;
}
.idx09 .gr_btn .cm_btn a::after {
  right: -2em;
  top: -0.5625em;
}

.idx_map {
  height: 299px;
  max-width: 640px;
  width: 80%;
  margin-top: -172px;
  position: relative;
  z-index: 1;
}

.idx10 {
  padding: 90px 0 80px;
  position: relative;
  z-index: 0;
}
.idx10::before {
  content: "";
  position: absolute;
  bottom: -271px;
  left: -335px;
  width: 844px;
  height: 985px;
  background: url(../images/pattern.png) no-repeat center/contain;
  z-index: -1;
}
.idx10 .tl_h3 {
  font-size: 24px;
}
.idx10 .tl_h3::after {
  display: none;
}
.idx10 .tl_h3 .en {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 1px;
  margin-left: -1px;
}
.idx10 .b_blog {
  background-color: #ffffff;
  padding: 39px 41px 40px;
}
.idx10 .b_blog-news .cm_btn a {
  background-color: var(--main-color);
}
.idx10 .b_blog-column .tl_h3 .jp {
  margin-top: -5px;
}
.idx10 .b_blog-column .tl_h3 .en {
  color: var(--clr2);
}
.idx10 .b_blog-column .cm_btn a {
  background-color: var(--clr2);
}
.idx10 .list_post li {
  border-bottom: 1px solid #e1e1e1;
}
.idx10 .list_post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 22px 0px 24px;
  --w: 7em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr4);
  font-weight: 500;
  position: relative;
}
.idx10 .list_post a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 8px;
  height: 11px;
  background: url(../images/ic_arr_news.png) no-repeat center/contain;
  margin: auto;
}
.idx10 .list_post a span {
  display: inline-block;
}
.idx10 .list_post a .date {
  width: var(--w);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.idx10 .list_post a .title {
  width: calc(100% - var(--w));
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx10 .cm_btn {
  max-width: 120px;
  width: 100%;
}
.idx10 .cm_btn a {
  font-size: 14px;
  padding: 0.5714285714em 1.4285714286em 0.7857142857em;
}
.idx10 .cm_btn a::after {
  width: 2.6428571429em;
  height: 0.3571428571em;
  background-size: 5.2857142857em auto;
  background-position: right center;
  right: -1.2857142857em;
}

.idx_banner {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 65px 0 67px;
}
.idx_banner .flex-center {
  margin: 0 -11px;
}
.idx_banner .bnr_item {
  width: calc(50% - 22px);
  margin: 11px;
}
.idx_banner .bnr_item.bnr_sm {
  width: calc(33.3333333333% - 22px);
}

@media only screen and (min-width: 1921px) {
  .idx06 .inner_max {
    max-width: 167.875em;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 .b_miradry {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45.3% 55%;
    grid-template-columns: 45.3% 55%;
  }
  .idx01 .miradry_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    max-width: 900px;
    align-self: flex-start;
  }
  .idx01 .tl_h3, .idx01 .miradry_cont {
    padding-left: 117px;
  }
  .idx02 .b_flex .b_img {
    width: 50%;
  }
  .idx02 .b_flex .b_ct {
    width: 50%;
    padding-left: 60px;
  }
  .idx02 .TabContainer .TabContent .content {
    height: 620px;
  }
  .idx03_bnr .bnr_it {
    width: calc((100% - 1.25em) / 2);
    margin-right: 1.25em;
    z-index: 0;
  }
  .idx03_bnr .bnr_it:nth-child(2n+2), .idx03_bnr .bnr_it:last-child {
    margin-right: 0;
  }
  .idx03_bnr .bnr_it::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c93af;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .idx03_bnr .bnr_it:hover::before {
    opacity: 0.5;
  }
  .idx04 .b_feature .feature_it {
    width: 50%;
  }
  .idx04 .b_feature .feature_it:nth-child(1), .idx04 .b_feature .feature_it:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .idx04 .b_feature .feature_it:nth-child(3) .feature_num, .idx04 .b_feature .feature_it:nth-child(4) .feature_num {
    bottom: -0.4857142857em;
    right: 0.2571428571em;
    top: unset;
  }
  .idx04 .b_feature .feature_it:nth-child(2) .feature_ct {
    padding-bottom: 4.375em;
  }
  .idx04 .b_feature .feature_it:nth-child(3) .feature_ct {
    padding-bottom: 1.8125em;
    padding-right: 1.8125em;
  }
  .idx04 .b_feature .feature_it:nth-child(3) .feature_num {
    bottom: -0.4714285714em;
    right: 0.2714285714em;
  }
  .idx04 .b_feature .feature_img {
    width: 50%;
  }
  .idx04 .b_feature .feature_ct {
    width: 50%;
  }
  .idx05 .b_contact .btn_mail:hover {
    background-color: #b5975d;
  }
  .idx06 .inner_max {
    font-size: min(16px, 1vw);
  }
  .idx06 .slick-arrow {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .idx06 .slick-arrow:hover {
    background-color: #b5975d;
  }
  .idx07 .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .idx07 .b_about .about_it {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 0;
  }
  .idx07 .b_about .about_it::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(182, 238, 255, 0.3);
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
  }
  .idx07 .b_about .about_it:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  .idx07 .b_about .about_it:hover::before {
    opacity: 1;
  }
  .idx08 .tl_h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 11px;
    margin-top: 49px;
    margin-bottom: 52px;
  }
  .idx08 .tl_h3 .jp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-indent: -5px;
  }
  .idx08 .tl_h3 .en {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 17px;
    margin-top: 6px;
  }
  .idx08 .tl_h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .idx08 .b_greeting {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% 50%;
    grid-template-columns: 45% 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .idx08 .greeting_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    align-self: flex-start;
    font-size: min(16px, 1.05vw);
  }
  .idx09 .clinic_img {
    width: 50%;
  }
  .idx09 .clinic_ct {
    width: calc(50% - 50px);
    margin-right: 50px;
    padding-left: 160px;
    margin-top: 181px;
  }
  .idx09 .box_in {
    margin-left: auto;
    width: 100%;
    max-width: 590px;
  }
  .idx10 .tl_h3 {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-align: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    margin-left: 4px;
    letter-spacing: 0.19em;
    min-height: 129px;
  }
  .idx10 .b_blog {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22% 64.5%;
    grid-template-columns: 22% 64.5%;
    width: calc(50% - 2px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .idx10 .list_post {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    -ms-grid-column: 2;
        grid-column-start: 2;
    margin-top: -8px;
  }
  .idx10 .list_post a:hover {
    opacity: 1;
    color: var(--main-color);
  }
  .idx10 .b_blog-news .cm_btn a::before {
    background-color: var(--clr2);
  }
  .idx10 .cm_btn a:hover::after {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .idx01 .inner_big {
    width: 90%;
  }
  .idx01 .miradry_img {
    font-size: min(14px, 1vw);
  }
  .idx01 .miradry_img .img02 {
    width: 50%;
    right: -10.0625em;
  }
  .idx03 .inner_big::before {
    font-size: min(16px, 1.15vw);
  }
  .idx03_title {
    padding-left: 40px;
    padding-right: 40px;
  }
  .idx03_title::before {
    width: calc(100% - 20px);
  }
  .idx03 .b_oh {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx03_bnr {
    font-size: min(16px, 1.1vw);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx03 .idx_wrap::before {
    width: calc(100% - 20px);
  }
  .idx04 .inner_max {
    width: 95%;
  }
  .idx05 .b_contact {
    font-size: min(16px, 1.2vw);
  }
  .idx06 .slider_flow {
    width: 31.625em;
    height: 34.5em;
  }
  .idx06 .slider_flow p {
    font-size: 1.11111em;
  }
  .idx06 .slider_flow .flow_num::after {
    margin-top: 0.928571em;
    height: 8.8em;
  }
  .idx06 .slider_flow .flow_ct {
    padding-right: 0.875em;
  }
  .idx06 .slider_flow .item {
    width: 27.25em !important;
    --sideX: var(--scale) translateX(-2.1875em);
  }
  .idx06 .slider_flow .slick-center, .idx06 .slider_flow .slick-slide,
  .idx06 .slider_flow .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
    margin: 0 1.8125em 0 0;
  }
  .idx06 .slider_flow .slick-current.slick-active {
    margin: 0 1.8125em 0 0;
  }
  .idx06 .br_pc {
    display: none;
  }
  .idx08 .b_greeting::before {
    font-size: min(7px, 1.1vw);
  }
  .idx09 .txt_en {
    left: 1.2vw;
    line-height: 0.8;
  }
  .idx09 .clinic_img {
    width: calc(50% - 50px);
  }
  .idx09 .clinic_img figure:before {
    font-size: min(14px, 0.7vw);
  }
  .idx09 .clinic_ct {
    width: 50%;
  }
  .idx09 .time_sheet table td:first-child .clr1 {
    letter-spacing: 0.02em;
  }
  .idx09 .time_sheet table th, .idx09 .time_sheet table td {
    width: 8.3%;
  }
  .idx09 .time_sheet table th:first-child, .idx09 .time_sheet table td:first-child {
    width: auto;
  }
  .idx09 .time_sheet table th:last-child, .idx09 .time_sheet table td:last-child {
    width: 11%;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 769px) {
  .idx04 p {
    font-size: 1.1em;
  }
  .idx04 .b_feature {
    background-color: #ffffff;
    font-size: min(16px, 1vw);
  }
  .idx04 .b_feature .feature_num {
    right: 0.1em;
    font-size: 8em;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx_intro .b_intro {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    font-size: min(14px, 1.1vw);
  }
  .idx01::before {
    width: 96%;
  }
  .idx01 .tl_h3, .idx01 .miradry_cont {
    padding-left: 8%;
  }
  .idx01 .tl_h3 {
    margin-bottom: 20px;
  }
  .idx05 .inner_big::before {
    font-size: min(14px, 1vw);
    left: 1em;
  }
  .idx06 .slider_flow .slick-track {
    padding: 1em 0 0;
  }
  .idx07_title {
    top: 2px;
  }
  .idx07 .b_about {
    font-size: min(16px, 1.1vw);
  }
  .idx07 .b_about .about_it {
    padding: 1.875em 1.1575em 1.875em 1.2125em;
  }
  .idx08 .txt_en {
    font-size: min(160px, 11vw);
    letter-spacing: 0.05em;
  }
  .idx08 .greeting_img::before {
    left: -5.9375em;
  }
  .idx09 .txt_en {
    font-size: min(160px, 11vw);
    letter-spacing: 0.05em;
    left: 0.0533333333em;
  }
  .idx09 .clinic_ct {
    padding-left: 10vw;
  }
  .idx10 .inner_big {
    width: 90%;
  }
  .idx10 .b_blog {
    padding: 30px 15px 30px;
  }
  .idx_banner .flex-center {
    max-width: 1180px;
    width: 92%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .tl_h3 {
    font-size: 34px;
  }
  .tl_h3 .en {
    font-size: 15px;
  }
  .tl_h3.tl_sm {
    font-size: 30px;
  }
  .idx_intro {
    padding-bottom: 145px;
  }
  .idx_intro .b_intro {
    font-size: min(15px, 1.1vw);
  }
  .idx_intro .intro_title {
    max-width: 53.75em;
  }
  .idx_intro .cm_btn {
    font-size: 1.2em;
  }
  .idx01 .tl_h3 {
    margin-top: 60px;
    letter-spacing: 0;
  }
  .idx01 .inner_big::before {
    font-size: min(15px, 1vw);
    right: 0;
  }
  .idx01 .miradry_img .img01::before {
    top: -60px;
  }
  .idx02 {
    padding-bottom: 220px;
    padding-top: 70px;
  }
  .idx02 .tl_h3 {
    margin-bottom: 38px;
  }
  .idx02 .b_flex .b_ct {
    padding-left: 30px;
    padding-top: 0;
  }
  .idx02 .b_flex .b_ct::before {
    top: -20px;
    left: -45px;
    width: calc(100% + 50px);
    height: calc(100% + 45px);
  }
  .idx02 .cm_btn {
    max-width: 250px;
  }
  .idx03 .tl_h3 {
    margin-bottom: 26px;
  }
  .idx03_title {
    margin-top: -130px;
    padding-top: 85px;
    padding-bottom: 115px;
  }
  .idx03 .b_oh {
    margin-top: -70px;
  }
  .idx03 .idx_wrap {
    padding-bottom: 80px;
  }
  .idx04 {
    padding-top: 80px;
  }
  .idx04 .tl_h3 {
    margin-bottom: 43px;
  }
  .idx04 .cm_btn {
    margin-top: 70px;
  }
  .idx06 {
    padding-top: 90px;
  }
  .idx06 .slider_flow .item::before {
    height: calc(100% - 6.8em);
  }
  .idx07 {
    padding: 60px 0;
  }
  .idx08 {
    padding-top: 70px;
  }
  .idx08 .tl_h3 {
    margin-bottom: 20px;
  }
  .idx09 {
    padding-bottom: 70px;
  }
  .idx09 .inner_max::before {
    height: calc(100% + 20px);
  }
  .idx09 .des .txt_ml {
    display: block;
    margin-left: 0;
  }
  .idx09 .time_sheet table td:first-child .clr1 {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx01 .b_miradry {
    -ms-grid-columns: 43% 57%;
    grid-template-columns: 43% 57%;
  }
  .idx04 .b_feature .feature_it:nth-child(3) .feature_num, .idx04 .b_feature .feature_it:nth-child(4) .feature_num {
    bottom: -0.5714em;
  }
  .idx05::before {
    height: calc(100% - 60px);
  }
  .idx05 .b_contact .btn_it {
    max-width: 20.875em;
    margin-right: 2.0625em;
  }
  .idx05 .b_contact .btn_tl {
    font-size: 1.8em;
  }
  .idx05 .b_contact .btn_tel a::before {
    top: 0.3857142857em;
  }
  .idx05 .b_contact .btn_tel a .txt_sm {
    font-size: 0.5em;
  }
  .idx06 .slider_flow p {
    font-size: 1.11111em;
  }
  .idx06 .slider_flow .item {
    --scale: scale(0.8);
  }
  .idx06 .br_pc {
    display: none;
  }
  .idx08 .b_greeting {
    padding: 0 38px;
  }
  .idx08 .greeting_img::before {
    font-size: 8px;
  }
  .idx09 .idx_logo {
    margin-bottom: 13px;
  }
  .idx09 .inner_max::before {
    left: -25px;
  }
  .idx09 .txt_en {
    font-size: 9vw;
    left: -0.09em;
  }
  .idx09 .clinic_ct {
    width: 51%;
    margin-top: 120px;
    padding-left: 7vw;
    margin-right: 40px;
  }
  .idx09 .clinic_img {
    width: calc(49% - 40px);
  }
  .idx09 .des {
    line-height: 1.7;
  }
  .idx09 .time_sheet {
    margin-top: 20px;
  }
  .idx09 .time_sheet .note p {
    letter-spacing: 0.02em;
  }
  .idx09 .time_sheet table td:first-child .clr1 {
    letter-spacing: 0;
  }
  .idx09 .time_sheet table th, .idx09 .time_sheet table td {
    width: 8%;
  }
  .idx09 .time_sheet table th:first-child, .idx09 .time_sheet table td:first-child {
    width: auto;
  }
  .idx09 .time_sheet table th:last-child, .idx09 .time_sheet table td:last-child {
    width: 8%;
    padding-left: 0.2em;
  }
  .idx09 .gr_btn {
    margin-left: -10px;
    margin-top: 35px;
  }
  .idx09 .gr_btn .cm_btn {
    margin: 10px 20px;
    max-width: 260px;
  }
  .idx_map {
    width: 94%;
    margin-top: -48px;
  }
  .idx10 .b_blog {
    padding: 30px 20px 30px;
    -ms-grid-columns: 22% 71.5%;
    grid-template-columns: 22% 71.5%;
  }
  .idx10 .cm_btn a {
    padding: 8px 20px 11px 9px;
    font-size: 12px;
  }
  .idx10 .list_post a {
    --w: 5.5em;
  }
  .idx10 .list_post a .title {
    padding-right: 1em;
  }
  .idx10 .list_post a .date {
    letter-spacing: 0;
  }
  .idx10 .cm_btn {
    max-width: 65px;
  }
  .idx10 .cm_btn a {
    font-size: 10px;
    padding: 8px 14px 11px 5px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx_intro {
    padding-top: 85px;
    padding-bottom: 120px;
  }
  .idx01 .tl_h3 {
    font-size: min(36px, 3.5vw);
  }
  .idx01 .miradry_img {
    font-size: min(14px, 0.8vw);
  }
  .idx01 .miradry_img .img01 {
    padding-top: 161px;
  }
  .idx01 .miradry_img .img01::before {
    height: 76em;
  }
  .idx01 .miradry_img .img01 img {
    margin-left: -4.125em;
  }
  .idx01 .miradry_img .img02 {
    right: -2.0625em;
  }
  .idx03 .idx_tbl th {
    font-size: 18px;
  }
  .idx04 h4 {
    margin-bottom: 0.4em;
    letter-spacing: 0.05em;
    font-size: 1.95em;
  }
  .idx04 p {
    font-size: 1.4em;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .idx04 .b_feature {
    font-size: min(16px, 1.1vw);
  }
  .idx04 .b_feature .feature_it:nth-child(2) .feature_ct {
    padding-bottom: 1.375em;
    padding-top: 3em;
  }
  .idx04 .b_feature .feature_it:nth-child(3) .feature_ct {
    padding-bottom: 2.8125em;
  }
  .idx04 .b_feature .feature_it:nth-child(3) .feature_num, .idx04 .b_feature .feature_it:nth-child(4) .feature_num {
    bottom: -0.7714em;
  }
  .idx04 .b_feature .feature_ct {
    padding: 1.375em 1.375em 1.5em 1.6875em;
  }
  .idx06 .inner_max {
    font-size: min(16px, 1.5vw);
    width: 100%;
    padding: 0;
  }
  .idx06 .flow_wrap {
    padding: 0;
    margin-left: 0;
  }
  .idx06 .slider_flow {
    margin-left: auto;
    margin-right: auto;
    min-height: 33.5em;
  }
  .idx06 .slider_flow .flow_num::after {
    margin-top: 0.928571em;
    height: 9.642857em;
  }
  .idx06 .slider_flow .item::before {
    height: calc(100% - 5.8em);
  }
  .idx06 .slick-prev {
    left: 0.125em;
  }
  .idx06 .slick-next {
    right: -0.5em;
  }
  .idx07 .tl_h3 {
    font-size: min(36px, 3.5vw);
    letter-spacing: 0.05em;
  }
  .idx07 .tl_h3::after {
    margin-top: 14px;
  }
  .idx07 .b_about .about_it {
    margin-bottom: 1.8em;
    margin-top: 1.8em;
  }
  .idx07 .b_about .about_tl {
    letter-spacing: 0.05em;
    width: calc(100% - 4.909091em);
  }
  .idx08 {
    padding-bottom: 60px;
  }
  .idx08 .gr_btn .cm_btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}