@-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: 450px;
  --max-height: 970px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  /* background: url(../images/idx_mv.jpg) no-repeat center/cover; */
  z-index: 0;
}
.home_page .key::before, .home_page .key::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home_page .key::before {
  background-color: rgba(52, 71, 75, 0.3);
}
.home_page .key::after {
  background-color: rgba(158, 213, 226, 0.3);
}
.home_page .key .inner {
  position: relative;
  max-width: 1480px;
  padding: 0 1.5em;
  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;
  font-size: 0.5555555556em;
}
.home_page .key .key_text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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-bottom: 5.8em;
}
.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;
}
.home_page .key .catch h2 {
  margin-bottom: 0.45em;
  font-size: 6em;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: 0.14em;
}
.home_page .key .catch > p {
  font-size: 2.8em;
  letter-spacing: 0.18em;
  line-height: 1.6428571;
  font-weight: 400;
}
.home_page .key .key_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-animation: fadeInDown 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeInDown 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  position: absolute;
  bottom: 9.8em;
  left: -0.7em;
  color: #ffffff;
  width: 100%;
}
.home_page .key .key_list_item {
  max-width: 20em;
  width: calc((100% - 2.6em) / 3);
  height: 20em;
  margin-right: 1.3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 0;
  text-align: center;
}
.home_page .key .key_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(65, 78, 81, 0.58);
  opacity: 0.8;
  z-index: -2;
}
.home_page .key .key_list_item:last-child {
  margin-right: 0;
}
.home_page .key .key_list_img img {
  max-height: 6.3em;
}
.home_page .key .key_list_tl {
  font-size: 1.8em;
  letter-spacing: 0.14em;
  line-height: 1.66667;
  margin-top: 0.5555555556em;
}
.home_page .topic_path {
  display: none;
}
.home_page .key .key_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.home_page .key .key_video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 37vw;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .key {
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: pixelated;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(100vh - var(--wrapper) - 10px);
  }
  .home_page .key .key_text {
    font-size: min(0.5555555556em, 0.95vmin);
    padding-left: 7%;
  }
  .home_page .key .key_text .item {
    padding-bottom: 9.8em;
  }
  .home_page .key .key_list {
    bottom: 5.8em;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key .key_text .item {
    padding-bottom: 10.8em;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .home_page .key .key_text {
    font-size: min(0.5555555556em, 0.8vmin);
  }
}
#mainContent {
  position: relative;
}

.h3_tl {
  font-size: 36px;
  line-height: 1.19;
  letter-spacing: 0.1em;
  color: var(--clr1);
  font-weight: 500;
  text-align: center;
  display: table;
  position: relative;
  padding: 0 1.9166666667em;
  margin-left: auto;
  margin-right: auto;
}
.h3_tl::before, .h3_tl::after {
  content: "";
  position: absolute;
  top: 0.1388888889em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3055555556em;
  height: 2.2777777778em;
}
.h3_tl::before {
  background-image: url(../images/h3_bf01.png);
  left: -0.0555555556em;
}
.h3_tl::after {
  background-image: url(../images/h3_bf02.png);
  right: 0.0555555556em;
}
.h3_tl .en {
  display: block;
  color: var(--main-color);
  line-height: 1;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.6666666667em;
}
.h3_tl .en.cl_green {
  color: #8fc43c;
}
.h3_tl.tl_white {
  color: #ffffff;
}
.h3_tl.tl_white .en {
  color: #ffffff;
}

.idx_news {
  max-width: 1920px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
}
.idx_news .box_news {
  max-width: 80em;
  width: 100%;
  margin-left: auto;
  height: 36.1em;
  position: absolute;
  right: 0;
  top: -26.2em;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_news h3 {
  font-size: 2.8em;
  color: var(--clr1);
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 1.2857142857em 0 1.2142857143em;
  position: relative;
}
.idx_news h3:before, .idx_news h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.7142857143em;
  width: 1px;
  background-color: var(--clr1);
}
.idx_news h3::before {
  top: 0;
}
.idx_news h3::after {
  bottom: 0;
}
.idx_news .news_tl {
  width: 16em;
  padding-bottom: 2.5em;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.idx_news .btn_news {
  margin-top: 2.2em;
}
.idx_news .btn_news a {
  width: 6em;
  height: 6em;
  background-color: #f4f4f4;
  background-image: url(../images/ic_btn_news.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx_news .btn_news.cl_green a {
  background-image: url(../images/ic_btn_news02.png);
}
.idx_news .tab_news {
  position: relative;
  width: 100%;
  height: 100%;
}
.idx_news .btn_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 16em);
  z-index: 2;
}
.idx_news .btn_tab > div {
  width: 50%;
  background-color: #f2f6f7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 1.5em 1em 1.4em;
  cursor: pointer;
}
.idx_news .btn_tab > div.tab_cl1 {
  --cl: #df6a82;
  border-bottom-left-radius: 5px;
}
.idx_news .btn_tab > div.tab_cl2 {
  --cl: #8fc43c;
}
.idx_news .btn_tab > div.active {
  background-color: var(--cl);
}
.idx_news .btn_tab > div.active .tt {
  color: #ffffff;
  font-weight: 400;
}
.idx_news .btn_tab .tt {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--cl);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
}
.idx_news .news_list {
  position: relative;
}
.idx_news .content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.idx_news .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 80px;
  padding-top: 2.3em;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_news .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.idx_news .content > div.tab_ct01 {
  --cl: #df6a82;
}
.idx_news .content > div.tab_ct02 {
  --cl: #8fc43c;
}
.idx_news .cl_green .list_post a::after {
  background-image: url(../images/ic_arr_green.png);
}
.idx_news .list_post {
  width: calc(100% - 16em);
  padding-top: 7.5em;
}
.idx_news .list_post a {
  color: var(--clr1);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.6em;
  --w: 133px;
  padding: 1.375em 0 1.4375em;
  border-bottom: 1px solid #eeeeee;
}
.idx_news .list_post a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  background: #f4f4f4 url(../images/ic_btn.png) no-repeat center/100% auto;
  margin: auto;
  border-radius: 50%;
}
.idx_news .list_post .date {
  color: #b0b0b0;
  width: var(--w);
  position: relative;
  letter-spacing: 0.14em;
}
.idx_news .list_post .date::after {
  content: "";
  position: absolute;
  top: 0.3125em;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1.1875em;
  background-color: #b0b0b0;
}
.idx_news .list_post .title {
  width: calc(100% - var(--w));
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 1.75em;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.idx01 {
  padding: 143px 0 120px;
  position: relative;
  z-index: 0;
}
.idx01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 115px);
  background-image: linear-gradient(-8deg, rgb(212, 234, 241) 0%, rgb(238, 244, 243) 100%);
  z-index: -1;
}
.idx01 .inner_max {
  max-width: 1700px;
}
.idx01 .idx_bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.idx01 .idx_bn .bn_it {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 820px;
  width: calc(50% - 10px);
  height: 42.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4em;
  -webkit-box-shadow: 0px 9px 31px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 9px 31px 1px rgba(0, 0, 0, 0.05);
  font-size: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx01 .idx_bn .bn_it.bn01 {
  background-image: url(../images/idx01_bn01.jpg);
  --cl: #df6a82;
  padding-top: 4.5em;
}
.idx01 .idx_bn .bn_it.bn02 {
  background-image: url(../images/idx01_bn02.jpg);
  --cl: #8fc43c;
  margin-top: 4em;
}
.idx01 .idx_bn .bn_ct {
  max-width: 60em;
  width: 100%;
  height: 20em;
  background-color: rgba(255, 255, 255, 0.8);
  border: 6px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 11em;
  padding-left: 7.3em;
  padding-top: 0.1em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx01 .idx_bn .bn_ct::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.9em;
  width: 6em;
  height: 6em;
  background-color: var(--cl);
  background-image: url(../images/idx01_arr.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: auto;
}
.idx01 .idx_bn .bn_tl {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.idx01 .idx_bn .bn_tl .en {
  text-transform: uppercase;
  font-size: 0.7272727273em;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  display: block;
  color: var(--cl);
  margin-bottom: 0.375em;
}

.txt_en {
  font-family: var(--f-barlow);
  font-weight: 100;
  letter-spacing: 0.145em;
  line-height: 1;
  color: #f7f7f7;
  text-transform: uppercase;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p_txtscroll {
  white-space: nowrap;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 8.888888889em;
  z-index: 1;
}
.p_txtscroll .gr_txt {
  -webkit-animation: marquee 85s linear infinite;
          animation: marquee 85s linear infinite;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_txtscroll .gr_txt .txt_en {
  margin: 0 0.1em;
}

.idx02 {
  position: relative;
  z-index: 0;
  padding: 154px 0 207px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.idx02::before, .idx02::after {
  content: "";
  position: absolute;
  width: calc(50% + 140px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.idx02::before {
  right: 0;
  top: 0;
  max-width: 1790px;
  width: 94%;
  height: calc(100% + 136px);
  max-height: 1228px;
  background-image: url(../images/idx02_bg02.png);
  background-size: auto;
  background-position: right bottom;
  background-color: #fff;
  border-top-left-radius: 5px;
}
.idx02::after {
  left: 0;
  bottom: 147px;
  max-width: 1151px;
  width: 80%;
  height: calc(100% - 257px);
  background-image: url(../images/idx02_bg01.jpg);
  background-position: right top;
}
.idx02 .h3_tl {
  margin-bottom: 59px;
}
.idx02 .h3_tl .en {
  margin-top: 12px;
}
.idx02 .block_greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.idx02 .block_greeting > div {
  width: 48%;
}
.idx02 .greeting_img {
  position: relative;
}
.idx02 .greeting_img .img_doctor {
  position: absolute;
  left: 15px;
  bottom: -102px;
}
.idx02 .greeting_ct {
  max-width: 575px;
  position: relative;
  z-index: 1;
}
.idx02 .greeting_ct p:not(:last-child) {
  margin-bottom: 5px;
}
.idx02 .p_txtscroll {
  bottom: 52px;
  left: -8px;
  z-index: 0;
}
.idx02 .p_txtscroll .txt_en {
  font-size: 160px;
}
.idx02 .box_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -5.7em;
  left: -0.1em;
  font-size: 10px;
}
.idx02 .box_name p {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.idx02 .box_name .tt01 {
  font-size: 2.4em;
  line-height: 1;
  padding-bottom: 1.125em;
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 0.14em;
}
.idx02 .box_name .tt01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.916666667em;
  height: 2px;
  background: url(../images/line_dot.png) repeat-x left center/auto 2px;
}
.idx02 .box_name .tt02 {
  font-size: 3.8em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.305em;
}
.idx02 .box_name .name_en {
  font-size: 1.8em;
  letter-spacing: 0.305em;
  font-family: var(--f-barlow);
  text-transform: uppercase;
  line-height: 1;
  margin-right: 1.111111111em;
  margin-top: -1.0555555556em;
}
.idx02 .gr_btn {
  margin-top: 33px;
}
.idx02 .gr_btn .cm_btn {
  margin: 18px 0;
  max-width: 320px;
}

.idx03 {
  padding: 87px 0 120px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(242, 246, 247)), color-stop(73%, rgb(249, 251, 251)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(242, 246, 247) 0%, rgb(249, 251, 251) 73%, rgb(255, 255, 255) 100%);
}
.idx03 .h3_tl {
  margin-bottom: 62px;
  padding: 0 2.7222222222em;
}
.idx03 .txt_center {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 31px;
  text-align: center;
}
.idx03 .txt_center p {
  line-height: 2;
}
.idx03 .block_medical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
}
.idx03 .block_medical .medical_it {
  width: calc((100% - 2em) / 2);
  height: 16em;
  margin-bottom: 2em;
  border: 1px solid #e0eaed;
  position: relative;
  border-radius: 5px;
  background-color: #f6f9fa;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx03 .block_medical .box_in {
  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: 100%;
  position: relative;
  padding: 1em 0.1em 1.3em;
}
.idx03 .block_medical .box_in::after {
  content: "";
  position: absolute;
  bottom: 0.9em;
  right: 0.9em;
  width: 2.4em;
  height: 2.4em;
  background: var(--main-color) url(../images/ic_arr.png) no-repeat center/100% auto;
  border-radius: 50%;
}
.idx03 .block_medical .medical_img {
  position: relative;
  top: 0.1em;
  left: 0.1em;
  width: 17em;
  z-index: 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;
}
.idx03 .block_medical .medical_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26em;
  height: 26em;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
}
.idx03 .block_medical .medical_img img {
  max-height: 7.1em;
width: auto;
}
.idx03 .block_medical .medical_tl {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  width: calc(100% - 8.5em);
  padding-left: 0.95em;
}
.idx03 .block_medical .medical_tl .en {
  font-size: 0.7em;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--main-color);
  text-transform: uppercase;
  display: block;
  margin-top: 0.6428571429em;
}
.idx03 .block_lifestyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 10px;
  max-width: 1292px;
  margin: 0 auto 72px;
}
.idx03 .block_lifestyle .lifestyle_it {
  width: calc(25% - 1.2em);
  margin: 0.6em;
  max-width: 31.1em;
  text-align: center;
  background-color: #f6f9fa;
  border-radius: 5px;
  border: 1px solid #e0eaed;
  min-height: 24em;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx03 .block_lifestyle .lifestyle_it.it_col {
  max-width: 420px;
}
.idx03 .block_lifestyle .lifestyle_it.it_col .box_in {
  padding-top: 2.3em;
}
.idx03 .block_lifestyle .lifestyle_it.it_col:nth-child(7) .lifestyle_img img {
  max-height: 7.2em;
}
.idx03 .block_lifestyle .box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.9em 1em 4.2em;
}
.idx03 .block_lifestyle .box_in::after {
  content: "";
  position: absolute;
  bottom: 0.9em;
  right: 0.9em;
  width: 2.4em;
  height: 2.4em;
  background: var(--clr2) url(../images/ic_arr.png) no-repeat center/100% auto;
  border-radius: 50%;
}
.idx03 .block_lifestyle .lifestyle_img {
  margin-bottom: 2.6em;
}
.idx03 .block_lifestyle .lifestyle_img img {
  max-height: 7.1em;
}
.idx03 .block_lifestyle .it01 .lifestyle_img img {
  width: auto;
}
.idx03 .block_lifestyle .lifestyle_tl {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.idx03 .block_lifestyle .lifestyle_tl .en {
  font-size: 0.7em;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--clr2);
  text-transform: uppercase;
  display: block;
  margin-top: 0.6428571429em;
}
.idx03 .gr_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.idx03 .gr_btn .cm_btn {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  max-width: 410px;
}
.idx03 .gr_btn .cm_btn:last-child {
  margin-right: 0;
}

.idx04 {
  padding: 153px 0 120px;
}
.idx04 .h3_tl {
  margin-bottom: 74px;
}
.idx04 .block_sas .col_list::before {
  left: -140px;
  background-image: url(../images/idx04_bg.jpg);
  border-radius: 5px 0 0 5px;
}
.idx04 .block_sas .col_content {
  padding-top: 32px;
  padding-bottom: 50px;
}

.block_sas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_sas.b_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block_sas > div {
  width: 50%;
}
.block_sas .h4_detail {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
  margin-bottom: 16px;
}
.block_sas .h4_detail::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: var(--main-color);
  border-radius: 3px;
  width: 6px;
  height: calc(100% - 3px);
}
.block_sas .h4_detail.cl_green::before {
  background-color: #9dba38;
}
.block_sas .h4_list {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.4;
  margin-bottom: 28px;
}
.block_sas .sas_img img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(87, 112, 130, 0.16);
          box-shadow: 0px 5px 30px 0px rgba(87, 112, 130, 0.16);
}
.block_sas .cm_btn {
  margin-top: 60px;
  max-width: 300px;
}
.block_sas .cm_btn a {
  letter-spacing: 0.1em;
}
.block_sas .list_sas {
  max-width: 560px;
  width: 100%;
}
.block_sas .list_sas li a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 48px 24px 0;
  display: block;
  position: relative;
  margin-bottom: 8.5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.block_sas .list_sas li a::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 21px;
  width: 24px;
  height: 24px;
  background: #ffffff url(../images/ic_arr_pink.png) no-repeat center/100% auto;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.block_sas .list_sas.cl_green li a::after {
  background-image: url(../images/ic_arr_green.png);
}
.block_sas .col_content {
  position: relative;
  z-index: 1;
}
.block_sas .col_list {
  color: #fff;
  position: relative;
  z-index: 0;
  padding-left: 77px;
  padding-top: 86px;
}
.block_sas .col_list::before {
  content: "";
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 1100px;
  height: 100%;
}
.block_sas .sas_ct {
  max-width: 540px;
  margin-bottom: 52px;
}
.block_sas .sas_ct p {
  line-height: 2;
  letter-spacing: 0.1em;
  max-width: 490px;
}

.idx05 {
  padding: 154px 0 120px;
  background: url(../images/idx05_bg.jpg) no-repeat center/cover;
}
.idx05 .h3_tl {
  margin-bottom: 74px;
}
.idx05 .about-st02 {
  background-image: url(../images/idx05_box_bg.jpg);
  background-position: left top;
  margin-top: -43px;
}
.idx05 .cm_btn {
  max-width: 434px;
}
.h4_tl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.4;
  margin-bottom: 36px;
}
.h4_tl::after {
  content: "";
  position: relative;
  display: block;
  width: 175px;
  height: 2px;
  background-color: var(--main-color);
  margin-top: 21px;
}
.h4_tl.cl_green::after {
  background-color: #9dba38;
}

.about-st01 {
  position: relative;
  z-index: 1;
}
.about-st01::before {
  content: "";
  position: absolute;
  z-index: -1;
  font-size: 10px;
}
.about-st01.box_right::before {
  top: -20.3em;
  left: -25em;
  width: 45.5em;
  height: 40.6em;
  -webkit-transform: rotate(-28.24deg);
          transform: rotate(-28.24deg);
  background: url(../images/ic_logo.svg) no-repeat center/contain;
  opacity: 0.05;
}
.about-st01.box_left::before {
  top: -18em;
  right: -25.5em;
  width: 42.8em;
  height: 40.6em;
  -webkit-transform: scaleX(-1) rotate(-28.24deg);
          transform: scaleX(-1) rotate(-28.24deg);
  mask-image: url(../images/ic_logo.svg);
  -webkit-mask-image: url(../images/ic_logo.svg);
  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;
  opacity: 0.4;
}
.about-st01_img img {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(87, 112, 130, 0.16);
          box-shadow: 0px 5px 30px 0px rgba(87, 112, 130, 0.16);
  border-radius: 5px;
}
.about-st01_ct {
  max-width: 500px;
  position: relative;
  z-index: 1;
}
.about-st01_ct p {
  line-height: 2;
}
.about-st01 .cm_btn {
  margin-top: 38px;
}

.about-st02 {
  max-width: 1660px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.about-st02 .box_in {
  width: 100%;
  max-width: 640px;
}
.about-st02 .b_ct {
  width: 50%;
  padding: 152px 50px 100px 0;
}
.about-st02 .b_ct p {
  line-height: 2;
}
.about-st02 .cm_btn {
  margin-top: 50px;
}
.about-st02.box_left .b_ct {
  margin-left: auto;
}

.listcheck {
  margin-bottom: 6px;
}
.listcheck li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 6px;
  line-height: 2;
  font-weight: 300;
}
.listcheck li:last-child {
  margin-bottom: 0;
}
.listcheck li::before {
  content: "";
  position: absolute;
  top: 0.5555555556em;
  left: 1px;
  width: 1.1111111111em;
  height: 1.1111111111em;
  background: url(../images/ic_checklist.svg) no-repeat center/100% auto;
}

.idx06 {
  padding: 128px 0 123px;
  background: #86bdcf url(../images/idx06_bg.jpg) no-repeat top left/cover;
  position: relative;
}
.idx06 .h3_tl {
  padding: 0;
}
.idx06 .h3_tl::before, .idx06 .h3_tl::after {
  display: none;
}
.idx06 .inner_max {
  max-width: 1725px;
}
.idx06 .block_checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.idx06 .checklist_ct {
  color: #ffffff;
}
.idx06 .checklist_ct p {
  line-height: 2;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.idx06 .checklist_ct p:last-child {
  margin-bottom: 0;
}
.idx06 .txt_en {
  position: absolute;
  font-size: 120px;
  width: 50%;
  right: 0.2833333333em;
  top: -0.55em;
  color: #bbdce7;
  letter-spacing: 0.053em;
  mix-blend-mode: overlay;
}
.idx06 .cm_btn {
  margin-top: 52px;
}

.idx07 {
  padding: 154px 0 45px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.idx07 .h3_tl {
  margin-bottom: 73px;
  padding: 0 62px;
}
.idx07 .h4_tl:after {
  margin-top: 22px;
}
.idx07 .block_diseases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.idx07 .diseases_img img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(87, 112, 130, 0.16);
          box-shadow: 0px 5px 30px 0px rgba(87, 112, 130, 0.16);
}
.idx07 .diseases_ct {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 74px 0px 75px 80px;
  margin-top: 76px;
}
.idx07 .diseases_ct::before {
  content: "";
  position: absolute;
  top: -37.6em;
  right: -31em;
  background: url(../images/idx07_bf.png) no-repeat center/contain;
  width: 84em;
  height: 67em;
  font-size: 10px;
}
.idx07 .diseases_ct p {
  line-height: 2;
}
.idx07 .cm_btn {
  margin-top: 42px;
}
.idx07 .cm_btn a {
  padding: 6px 39px 10px;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.75;
}
.idx07 .cm_btn a::after {
  top: 0px;
}

.idx08 {
  padding: 154px 0 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 246, 247)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(180deg, rgb(242, 246, 247) 0%, rgb(255, 255, 255) 100%);
}
.idx08 .h3_tl {
  margin-bottom: 72px;
}
.idx08 .block_sas .col_list {
  padding-left: 81px;
}
.idx08 .block_sas .col_list::before {
  background-image: url(../images/idx08_bg.jpg);
  right: -140px;
  border-radius: 0 5px 5px 0;
}
.idx08 .block_sas .sas_ct {
  margin-left: auto;
  max-width: 518px;
  padding-top: 32px;
  margin-bottom: 41px;
}
.idx08 .block_sas .sas_ct p {
  max-width: 100%;
}
.idx08 .block_sas .cm_btn {
  margin-left: auto;
}

.idx09 {
  padding: 154px 0 120px;
  background-image: linear-gradient(37deg, rgb(212, 234, 241) 12%, rgb(241, 251, 246) 99%);
}
.idx09 .h3_tl {
  margin-bottom: 73px;
}
.idx09 .h4_tl:after {
  margin-top: 22px;
}
.idx09 .about-st01 .cm_btn {
  max-width: 300px;
}
.idx09 .about-st02 {
  background-image: url(../images/idx09_box_bg.jpg);
  background-position: right top;
  margin-top: 80px;
}
.idx09 .about-st02 .b_ct {
  padding: 102px 0 110px 50px;
}
.idx09 .about-st02 .box_in {
  margin-left: auto;
}

.idx10 {
  padding: 60px 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(183, 218, 228)), to(rgb(106, 175, 194)));
  background-image: linear-gradient(-90deg, rgb(183, 218, 228) 0%, rgb(106, 175, 194) 100%);
  position: relative;
  z-index: 1;
}
.idx10 .h3_tl {
  padding: 0;
  margin-bottom: 31px;
}
.idx10 .h3_tl::before, .idx10 .h3_tl::after {
  display: none;
}
.idx10 .txt_en {
  position: absolute;
  font-size: 120px;
  top: -57px;
  left: 11px;
  letter-spacing: 0.05em;
  opacity: 0.4;
}
.idx10 .idx_wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.idx10 .inner_max {
  max-width: 1800px;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding-top: 159px;
  padding-bottom: 80px;
  z-index: 0;
}
.idx10 .block_workers {
  max-width: 670px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.idx10 .block_workers p {
  line-height: 2;
  font-weight: 300;
}
.idx10 .workers_tl {
  position: relative;
  z-index: 1;
}
.idx10 .cm_btn {
  margin: 38px auto 0;
  max-width: 380px;
}
.idx10 .workers_img {
  mix-blend-mode: darken;
}
.idx10 .workers_img .w_img01, .idx10 .workers_img .w_img02 {
  position: absolute;
  z-index: -1;
  max-width: 580px;
}
.idx10 .workers_img .w_img01 {
  bottom: -131px;
  left: 0;
  width: 31%;
}
.idx10 .workers_img .w_img01 img {
  border-radius: 0 5px 5px 0;
}
.idx10 .workers_img .w_img02 {
  top: 0px;
  right: 0;
  width: 31%;
}
.idx10 .workers_img .w_img02 img {
  border-radius: 5px 0 0 5px;
}
.idx10 .workers_message {
  width: 23em;
  height: 21.6em;
  border: 0.7em solid #ffffff;
  border-radius: 50%;
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -19.3em;
  right: -17em;
  padding-top: 0.3em;
  font-size: 10px;
}
.idx10 .workers_message::before {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: -0.4em;
  background: url(../images/workers_message_bf.svg) no-repeat center/contain;
  width: 8em;
  height: 4em;
}
.idx10 .workers_message p {
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 0.5416666667em;
  text-decoration-thickness: 1px;
}

.idx11 {
  padding: 154px 0 80px;
  background-color: #f2f6f7;
  position: relative;
  z-index: 0;
}
.idx11::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  background: url(../images/idx11_bg.jpg) no-repeat top right/100% auto;
  z-index: -1;
}
.idx11 .h3_tl {
  margin-bottom: 73px;
}
.idx11 .block_feature .feature_it {
  margin-bottom: 3px;
  max-width: 600px;
}
.idx11 .block_feature .feature_it:nth-child(1) .txt_num, .idx11 .block_feature .feature_it:nth-child(4) .txt_num {
  color: var(--main-color);
}
.idx11 .block_feature .feature_it:nth-child(2) .txt_num, .idx11 .block_feature .feature_it:nth-child(3) .txt_num {
  color: var(--clr2);
}
.idx11 .block_feature .feature_it:nth-child(2) {
  margin-top: 60px;
}
.idx11 .block_feature .feature_it:nth-child(4) {
  margin-top: 69px;
}
.idx11 .block_feature h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.14em;
  margin-bottom: 19px;
}
.idx11 .block_feature p {
  line-height: 2;
}
.idx11 .block_feature .txt_num {
  font-size: 120px;
  line-height: 1;
  font-family: var(--f-barlow);
  font-weight: 100;
  letter-spacing: 0;
  position: absolute;
  top: -0.4666666667em;
  right: 0.333333333em;
}
.idx11 .block_feature .feature_img {
  max-width: 540px;
  width: calc(100% - 60px);
  margin-left: auto;
}
.idx11 .block_feature .feature_img img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(87, 112, 130, 0.16);
          box-shadow: 0px 5px 30px 0px rgba(87, 112, 130, 0.16);
}
.idx11 .block_feature .feature_ct {
  width: calc(100% - 40px);
  max-width: 560px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 53px 54px 47px;
  margin-top: -113px;
  position: relative;
}
.idx11 .cm_btn {
  margin: 57px auto 0;
  max-width: 300px;
}
.idx11 .p_txtscroll {
  left: -15px;
  bottom: -16px;
  z-index: -1;
}
.idx11 .p_txtscroll .gr_txt {
  -webkit-animation: marquee 95s linear infinite;
          animation: marquee 95s linear infinite;
}
.idx11 .txt_en {
  font-size: 160px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.6);
}

.idx12 {
  padding: 157px 0 119px;
  background: url(../images/idx12_bg.jpg) no-repeat center/cover;
}
.idx12 .bed_tl {
  max-width: 741px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  padding: 2.5em 2em 2.6em;
  position: absolute;
  top: -3.7em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-filter: drop-shadow(2px 8px 16px rgba(87, 112, 130, 0.16));
          filter: drop-shadow(2px 8px 16px rgba(87, 112, 130, 0.16));
  font-size: 10px;
}
.idx12 .bed_tl::before {
  content: "";
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.4em;
  height: 3em;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.idx12 .bed_tl h3 {
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.idx12 .bed_tl h3 .txt_spec {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--main-color);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0.4166666667em 0 0.2777777778em;
}
.idx12 .block_bed {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 101px 80px 77px;
  position: relative;
}
.idx12 .block_bed .box_in {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.idx12 .block_bed p {
  line-height: 2;
}
.idx12 .block_bed .cm_btn {
  margin: 46px auto 0;
}

.idx13 {
  padding: 134px 0 0;
  position: relative;
  z-index: 0;
  background-color: #e9f1f4;
}
.idx13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 791px;
  background: url(../images/idx13_bg.jpg) no-repeat center/cover;
  z-index: -1;
}
.idx13 .h3_tl {
  margin-bottom: 93px;
}
.idx13 .idx_logo {
  margin-bottom: 31px;
}
.idx13 .idx_logo a {
  display: table;
  max-width: 452px;
}
.idx13 .idx_logo a:hover {
  opacity: 1;
}
.idx13 .clinic_img {
  width: calc(100% + 12.5vw);
  max-width: 909px;
  height: 718px;
  margin-right: -12.5vw;
  margin-top: -203px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 8px 5px 30px 0px rgba(87, 112, 130, 0.16);
          box-shadow: 8px 5px 30px 0px rgba(87, 112, 130, 0.16);
}
.idx13 .clinic_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  height: 100%;
}
.idx13 .block_clinic {
  border-radius: 5px;
  padding: 87px 0 80px 80px;
  position: relative;
  z-index: 0;
}
.idx13 .block_clinic::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  z-index: -1;
}
.idx13 .idx_map {
  border-radius: 0 5px 5px 5px;
  overflow: hidden;
  height: 340px;
  margin-top: -118px;
}
.idx13 .txt_address::before {
  background-color: #fafafa;
}
.idx13 .txt_address {
  margin-bottom: 16px;
  padding-left: 3.333333333em;
}
.idx13 .txt_tel a {
  padding-left: 3.333333333em;
}
.idx13 .txt_tel span {
  color: var(--main-color);
}
.idx13 .time_sheet {
  margin-top: 24px;
}
.idx13 .cm_btn {
  max-width: 300px;
  margin-top: 30px;
}

@media only screen and (min-width: 769px) {
  .idx_news .btn_tab > div:not(.active):hover {
    background-color: var(--cl);
  }
  .idx_news .btn_tab > div:not(.active):hover .tt {
    color: #ffffff;
  }
  .idx_news .list_post a:hover {
    color: var(--cl);
  }
  .idx_news .list_post a:hover .date {
    color: var(--cl);
  }
  .idx_news .btn_news a:hover {
    opacity: 1;
    background-color: var(--cl);
    background-image: url(../images/ic_btn_news_hover.png);
  }
  .idx01 {
    margin-top: -3px;
  }
  .idx01 .idx_bn .bn_it:hover .bn_ct {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .idx03 .block_medical .medical_it:hover {
    border-color: var(--main-color);
    -webkit-box-shadow: 5px 5px 10px rgba(87, 112, 130, 0.16);
            box-shadow: 5px 5px 10px rgba(87, 112, 130, 0.16);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .idx03 .block_lifestyle .lifestyle_it {
    width: calc(25% - 1.2em);
  }
  .idx03 .block_lifestyle .lifestyle_it:hover {
    border-color: var(--clr2);
    -webkit-box-shadow: 5px 5px 10px rgba(87, 112, 130, 0.16);
            box-shadow: 5px 5px 10px rgba(87, 112, 130, 0.16);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .idx03 .block_lifestyle .lifestyle_it.it_col {
    width: calc(33.3333333333% - 1.2em);
  }
  .block_sas .list_sas li a:hover::after {
    right: 15px;
  }
  .about-st01 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-st01.box_right {
    -ms-grid-columns: 43% 54.15%;
    grid-template-columns: 43% 54.15%;
  }
  .about-st01.box_right .about-st01_img {
    -ms-grid-column: 2;
        grid-column-start: 2;
    max-width: 693px;
  }
  .about-st01.box_left {
    -ms-grid-columns: 54.15% 39.65%;
    grid-template-columns: 54.15% 39.65%;
  }
  .about-st01.box_left .about-st01_img {
    max-width: 693px;
  }
  .about-st01_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
  .about-st01 .h4_tl {
    margin-top: 52px;
  }
  .idx06 .h3_tl {
    text-align: left;
  }
  .idx06 .h3_tl .en {
    margin-left: 3px;
    margin-top: 8px;
  }
  .idx06 .checklist_ttl {
    width: 45%;
  }
  .idx06 .checklist_ttl .h3_tl {
    max-width: 559px;
    width: 100%;
    margin-top: 6px;
    margin-right: 0;
    margin-left: auto;
  }
  .idx06 .checklist_ct {
    width: 51.5%;
  }
  .idx07 .diseases_img {
    width: calc(50% + 104px);
    margin-right: -104px;
  }
  .idx07 .diseases_ct {
    width: calc(50% + 105px);
    margin-left: -105px;
    position: relative;
    right: -10px;
  }
  .idx11 .block_feature .feature_it {
    width: 48%;
  }
  .idx13 .h3_tl {
    text-align: left;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .idx13 .h3_tl::before, .idx13 .h3_tl::after {
    display: none;
  }
  .idx13 .block_clinic .col_left {
    width: 48%;
    max-width: 610px;
  }
  .idx13 .block_clinic .col_right {
    width: 50.1%;
    max-width: 670px;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .idx_news {
    font-size: 9px;
  }
  .idx_news .box_news {
    width: 50%;
  }
  .idx_news .news_tl {
    width: 13em;
  }
  .idx_news .btn_tab, .idx_news .list_post {
    width: calc(100% - 13em);
  }
  .listcheck li {
    letter-spacing: 0.05em;
  }
  .about-st01::before {
    font-size: min(8px, 0.4vw);
  }
  .about-st01.box_right::before {
    left: -9em;
  }
  .about-st01.box_left::before {
    right: -8.5em;
  }
  .idx06 {
    background-size: auto 100%;
  }
  .idx06::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(3%, rgba(255, 255, 255, 0)), to(rgb(135, 189, 207)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3%, rgb(135, 189, 207) 100%);
    z-index: -1;
  }
  .idx06 .block_checklist {
    padding: 0 60px 0 30px;
  }
  .idx06 .checklist_ct {
    width: 54%;
  }
  .idx07 .diseases_ct::before {
    top: -47em;
    right: -15em;
    font-size: 8px;
  }
  .idx08 .block_sas .sas_ct {
    padding-right: 2%;
    padding-left: 2%;
  }
  .idx10 .inner_max {
    padding-top: 125px;
  }
  .idx10 .workers_message {
    font-size: 8px;
  }
  .idx10 .workers_img .w_img01, .idx10 .workers_img .w_img02 {
    width: 25%;
  }
  .idx10 .txt_en {
    left: 25px;
  }
  .idx11 .p_txtscroll {
    bottom: -13px;
  }
  .idx13 .clinic_img {
    width: calc(100% + 3.5vw);
    margin-right: -3.5vw;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx02 .block_greeting {
    padding-right: 50px;
  }
  .idx02 .p_txtscroll {
    bottom: 29px;
  }
  .idx02 .p_txtscroll .txt_en {
    font-size: min(140px, 11vw);
  }
  .idx03 .gr_btn .cm_btn a {
    letter-spacing: 0.05em;
  }
  .block_sas {
    padding: 0 50px;
  }
  .block_sas .h4_list {
    margin-bottom: 20px;
  }
  .block_sas .col_list {
    padding-left: 5%;
  }
  .block_sas .col_list::before {
    width: calc(100% + 152px);
  }
  .block_sas .sas_ct {
    width: calc(100% - 80px);
  }
  .h4_tl {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .h4_tl::after {
    width: 130px;
  }
  .h4_list {
    margin-bottom: 10px;
  }
  .about-st01::before {
    font-size: 5px;
  }
  .about-st01.box_left::before {
    right: -2.5em;
  }
  .about-st01.box_left .about-st01_ct {
    padding-right: 50px;
  }
  .about-st01.box_right::before {
    left: -4em;
  }
  .about-st02 .b_ct {
    padding: 98px 50px 80px 0;
  }
  .idx04 .block_sas .col_list:before {
    left: -55px;
  }
  .idx06 {
    padding: 100px 0 100px;
    z-index: 0;
  }
  .idx06 .block_checklist {
    padding-right: 50px;
  }
  .idx06 .checklist_ct {
    font-size: min(17px, 1.2222vw);
  }
  .idx07 .diseases_ct {
    padding-right: 50px;
  }
  .idx07 .diseases_ct::before {
    top: -47em;
    right: -9em;
    font-size: 8px;
  }
  .idx08 .h3_tl {
    margin-bottom: 40px;
  }
  .idx08 .block_sas .sas_ct {
    max-width: 460px;
    margin-bottom: 25px;
  }
  .idx08 .block_sas .col_list {
    padding-left: 0;
    padding-right: 3%;
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .idx08 .block_sas .col_list:before {
    right: -80px;
    background-position: left center;
  }
  .idx08 .block_sas .cm_btn {
    margin-top: 40px;
  }
  .idx11 .p_txtscroll {
    bottom: -31px;
  }
  .idx11 .p_txtscroll .txt_en {
    font-size: min(140px, 11vw);
  }
  .idx12 {
    padding: 130px 0 85px;
  }
  .idx12 .block_bed {
    padding: 97px 80px 65px;
  }
  .idx12 .block_bed .cm_btn {
    margin-top: 30px;
  }
  .idx13 .block_clinic .col_left {
    width: 47%;
  }
  .idx13 .block_clinic .col_right {
    width: 49%;
  }
  .idx13 .idx_map {
    height: 360px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .h3_tl {
    font-size: 28px;
    padding: 0 1.5em;
    letter-spacing: 0.05em;
  }
  .h3_tl::before, .h3_tl::after {
    width: 1.1em;
    height: 2.1em;
  }
  .h3_tl .en {
    font-size: 16px;
  }
  .idx_news {
    font-size: 8px;
  }
  .idx_news .box_news {
    top: -30.2em;
  }
  .idx_news .news_tl {
    width: 11em;
  }
  .idx_news .btn_tab, .idx_news .list_post {
    width: calc(100% - 11em);
  }
  .idx_news .list_post a {
    --w: 110px;
  }
  .idx_news .list_post .date::after {
    top: 0.125em;
  }
  .idx_news .list_post .title {
    padding-left: 1em;
  }
  .idx01 {
    padding: 80px 0;
  }
  .idx01 .idx_bn .bn_it {
    font-size: min(10px, 0.8vw);
    padding: 3em;
    height: 34.8em;
  }
  .idx01 .idx_bn .bn_ct {
    padding-right: 7em;
    padding-left: 4.3em;
    border-width: 4px;
  }
  .idx01 .idx_bn .bn_ct::after {
    right: 1.9em;
  }
  .idx02 {
    padding-bottom: 140px;
  }
  .idx02::before {
    background-size: 78% auto;
  }
  .idx02::after {
    height: calc(100% - 186px);
    bottom: 75px;
  }
  .idx02 .h3_tl {
    margin-bottom: 40px;
  }
  .idx02 .p_txtscroll {
    bottom: -35px;
  }
  .idx03 .h3_tl {
    padding: 0 1.5em;
  }
  .idx03 .block_medical {
    font-size: min(9.5px, 0.8vw);
  }
  .idx03 .block_lifestyle {
    font-size: min(9.5px, 0.9vw);
  }
  .idx03 .block_lifestyle {
    margin-bottom: 40px;
  }
  .block_sas .h4_detail {
    font-size: min(22px, 2.6vw);
  }
  .block_sas .h4_list {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about-st01.box_right::before {
    left: 0;
  }
  .about-st01.box_left {
    -ms-grid-columns: 53.15% 42.65%;
    grid-template-columns: 53.15% 42.65%;
  }
  .about-st01.box_left::before {
    right: 0;
  }
  .about-st01.box_left .h4_tl {
    margin-top: 0;
  }
  .idx04 .h3_tl {
    margin-bottom: 45px;
  }
  .idx05 .h3_tl {
    margin-bottom: 35px;
    padding: 0 1.6em;
  }
  .idx05 .about-st02 {
    background-position: left 25% top;
  }
  .idx06 {
    padding: 80px 0 70px;
  }
  .idx06 .checklist_ct {
    width: 55%;
  }
  .idx06 .checklist_ttl {
    width: 45%;
  }
  .idx06 .cm_btn {
    margin-top: 34px;
  }
  .idx06 .txt_en {
    font-size: min(120px, 8vw);
  }
  .idx07 {
    padding: 100px 0 40px;
  }
  .idx07 .h3_tl {
    margin-bottom: 50px;
    padding: 0 1.3em;
  }
  .idx07 .diseases_ct {
    padding: 55px 50px 60px 60px;
  }
  .idx07 .diseases_ct::before {
    right: -15em;
    top: -44em;
    font-size: 6.5px;
  }
  .idx08 {
    padding: 80px 0 80px;
  }
  .idx08 .h3_tl {
    margin-bottom: 40px;
  }
  .idx09 {
    padding: 80px 0 80px;
  }
  .idx09 .h3_tl {
    margin-bottom: 40px;
  }
  .idx09 .about-st02 {
    background-position: right 25% top;
  }
  .idx09 .about-st02 .b_ct {
    padding: 70px 0 80px 50px;
  }
  .idx11::before {
    background-size: 70% auto;
  }
  .idx12 .bed_tl {
    font-size: 8.75px;
  }
  .idx12 .block_bed {
    padding: 90px 60px 60px;
  }
  .idx12 .block_bed .cm_btn {
    margin-top: 25px;
  }
  .idx13::before {
    height: 50vw;
    max-height: 600px;
  }
  .idx13 .h3_tl {
    margin-bottom: 50px;
  }
  .idx13 .block_clinic {
    padding: 55px 0 71px 45px;
  }
  .idx13 .clinic_img {
    max-height: 700px;
    height: 42vw;
    margin-top: -12vw;
  }
  .idx13 .idx_map {
    height: 370px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx02 {
    padding: 88px 0 120px;
  }
  .idx02::before {
    background-size: 800px auto;
    height: calc(100% + 40px);
  }
  .idx02::after {
    bottom: 100px;
    height: calc(100% - 200px);
    width: 60%;
  }
  .idx02 .h3_tl {
    margin-bottom: 35px;
  }
  .idx02 .box_name {
    font-size: min(10px, 0.8vw);
  }
  .idx02 .p_txtscroll {
    bottom: -28px;
  }
  .idx02 .greeting_img .img_doctor {
    bottom: unset;
    top: -80px;
  }
  .idx03 {
    padding: 60px 0 80px;
  }
  .idx03 .block_medical .medical_it {
    height: 14em;
  }
  .idx03 .block_medical .medical_img {
    width: 12em;
  }
  .idx03 .block_medical .medical_tl {
    width: calc(100% - 6.7em);
  }
  .idx03 .gr_btn {
    margin-top: 25px;
  }
  .idx03 .gr_btn .cm_btn {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .idx03 .gr_btn .cm_btn:nth-child(2n+2) {
    margin-right: 0;
  }
  .block_sas {
    padding-left: 20px;
  }
  .block_sas .col_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block_sas .sas_ct {
    margin-bottom: 25px;
  }
  .block_sas .cm_btn {
    margin-top: 35px;
    max-width: 250px;
  }
  .idx04 {
    padding: 80px 0;
  }
  .idx04 .h3_tl {
    padding: 0 1.1em;
    letter-spacing: 0.05em;
  }
  .about-st01 .h4_tl {
    margin-top: 0;
  }
  .about-st01 .cm_btn {
    margin-top: 18px;
  }
  .about-st01 .cm_btn a {
    letter-spacing: 0.02em;
  }
  .block_sas .list_sas li a {
    padding: 15px 35px 15px 0;
    margin-bottom: 4px;
  }
  .block_sas .list_sas li a::after {
    right: 12px;
    width: 20px;
    height: 20px;
  }
  .about-st02 .cm_btn {
    margin-top: 33px;
  }
  .idx05 .about-st01 .cm_btn {
    max-width: 370px;
  }
  .idx05 .about-st02 .cm_btn {
    max-width: 350px;
  }
  .idx06 .cm_btn {
    max-width: 385px;
  }
  .idx06 .checklist_ct {
    font-size: 14px;
  }
  .idx07 .diseases_img {
    width: calc(40% + 104px);
  }
  .idx07 .diseases_ct {
    width: calc(60% + 105px);
  }
  .idx07 .diseases_ct::before {
    top: -43.4em;
    font-size: min(6.6px, 0.77vw);
  }
  .idx08 .block_sas .col_list:before {
    right: -40px;
  }
  .idx09 .about-st02 .cm_btn {
    max-width: 370px;
  }
  .idx10 .inner_max {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .idx10 .workers_message {
    font-size: min(8px, 0.7vw);
  }
  .idx10 .txt_en {
    font-size: min(120px, 9vw);
  }
  .idx10 .workers_img .w_img02 {
    top: 85px;
  }
  .idx10 .cm_btn {
    max-width: 345px;
  }
  .idx11 {
    padding-top: 100px;
  }
  .idx11 .block_feature .txt_num {
    font-size: 85px;
  }
  .idx11 .block_feature h4 {
    font-size: min(24px, 2.9vw);
    letter-spacing: 0.05em;
  }
  .idx11 .block_feature .feature_it {
    width: 48.5%;
  }
  .idx11 .block_feature .feature_img {
    width: calc(100% - 30px);
  }
  .idx11 .block_feature .feature_ct {
    width: calc(100% - 20px);
    padding: 45px 6% 40px;
  }
  .idx11 .p_txtscroll {
    bottom: -1.4em;
  }
  .idx12 {
    padding: 110px 0 70px;
  }
  .idx13 .idx_map {
    margin-top: -7vw;
    height: 299px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx_news {
    padding: 70px 0 70px;
    font-size: 8px;
    background-color: #f8f8f8;
  }
  .idx_news .content > div {
    padding-right: 40px;
  }
  .idx_news .box_news {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 80em;
    height: 36.1em;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .idx02::after {
    background-size: auto 100%;
    background-position: center bottom;
  }
  .idx02 .box_name {
    top: 18.3em;
  }
  .idx02 .greeting_img .img_doctor {
    top: unset;
    left: -5px;
    bottom: -33px;
    width: 124%;
  }
  .idx02 .p_txtscroll {
    bottom: 10px;
  }
  .idx03 {
    padding-top: 30px;
  }
  .about-st02 {
    position: relative;
    z-index: 0;
  }
  .about-st02 .b_ct {
    width: 100%;
    padding: 54vw 5% 50px;
  }
  .about-st02 .cm_btn {
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx05 .about-st02 {
    margin-top: 50px;
    background-image: url(../images/idx05_box_bg_sp.png);
    background-position: top center;
    background-size: 100% auto;
  }
  .idx06 {
    background-image: url(../images/idx06_bg_769.png);
    background-position: top center;
    background-size: 100% auto;
    padding-top: 36vw;
  }
  .idx06::before {
    display: none;
  }
  .idx06 .checklist_ttl, .idx06 .checklist_ct {
    width: 100%;
  }
  .idx06 .checklist_ttl {
    margin-bottom: 35px;
  }
  .idx06 .checklist_ttl .h3_tl {
    max-width: 100%;
    text-align: center;
  }
  .idx06 .txt_en {
    font-size: min(120px, 11vw);
    width: 100%;
    text-align: center;
  }
  .idx06 .cm_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx07 .diseases_ct {
    padding: 35px 62px 40px 30px;
    width: calc(60% + 40px);
    margin-left: -40px;
  }
  .idx07 .diseases_ct::before {
    top: -48.4em;
  }
  .about-st01.box_left {
    -ms-grid-columns: 50.15% 46.65%;
    grid-template-columns: 50.15% 46.65%;
  }
  .idx09 .about-st02 {
    background-image: url(../images/idx09_box_bg_sp.png);
    background-position: top center;
    background-size: 100% auto;
  }
  .idx09 .about-st02 .b_ct {
    padding: 54vw 5% 50px;
  }
  .idx10 .txt_en {
    top: -42px;
  }
  .idx10 .block_workers {
    width: 60%;
  }
  .idx10 .workers_message {
    top: -20.3em;
    right: -18em;
  }
  .idx10 .workers_img .w_img01 {
    width: 22%;
  }
  .idx10 .workers_img .w_img02 {
    width: 22%;
  }
  .idx11 .p_txtscroll {
    bottom: -3.4em;
  }
  .idx13 {
    padding-top: 80px;
  }
  .idx13 .txt_address {
    line-height: 1.6;
  }
  .idx13 .txt_address::before {
    top: -2px;
  }
  .idx13 .txt_address span {
    margin-left: 0;
    display: inline-block;
  }
  .idx13 .time_sheet table {
    font-size: min(14px, 1.7vw);
  }
}