.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 790px;
  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: 1;
}
.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(243, 236, 216, 0.2);
}
.home_page .key::after {
  background-color: rgba(123, 72, 45, 0.15);
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
  padding-left: 11em;
  padding-top: 3.3em;
  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%;
  width: 100%;
  font-size: 10px;
  max-width: 1920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.home_page .key .key_text .item {
  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;
  -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;
}
.home_page .key h2 {
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 1.08em;
  font-weight: bold;
  font-size: 5em;
  line-height: 1.68;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.home_page .key .key_info .b_item {
  max-width: 28em;
  width: calc((100% - 1.5em) / 2);
  margin-right: 1.5em;
  position: relative;
  border-radius: 20px;
  background-color: #ffffff;
  z-index: 0;
  text-align: center;
  padding: 3.1em 2em 3.3em;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_page .key .key_info .b_item::before {
  content: "";
  position: absolute;
  inset: 1.4em;
  border-radius: 10px;
  z-index: -1;
}
.home_page .key .key_info .b_item.it01::before {
  background-color: #F7FAF4;
}
.home_page .key .key_info .b_item.it01 .b_title {
  color: #7CA55D;
}
.home_page .key .key_info .b_item.it01 figure img {
  max-width: 4.5em;
}
.home_page .key .key_info .b_item.it02::before {
  background-color: #FCF9F0;
}
.home_page .key .key_info .b_item.it02 .b_title {
  color: #f0844b;
}
.home_page .key .key_info .b_item.it02 figure img {
  max-width: 4.5em;
  position: relative;
  top: 0.7em;
}
.home_page .key .key_info figure {
  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;
  margin: 0 auto 1em;
  height: 4.8em;
}
.home_page .key .key_info .b_title {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.611111;
  letter-spacing: 0.05em;
  min-height: 3.2222222222em;
  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;
}
.home_page .topic_path {
  display: none;
}

.bnr_opening {
  border-radius: 50%;
  width: 21.6em;
  height: 21.6em;
  -webkit-filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.16));
  background-color: #4c3524;
  position: absolute;
  top: 8em;
  right: 100px;
  z-index: 16;
  font-size: 10px;
}
.bnr_opening::before {
  content: "";
  position: absolute;
  inset: 0.9em;
  background: url(../images/circle_dot.svg) no-repeat center/contain;
}
.bnr_opening .box_in {
  width: 100%;
  height: 100%;
  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;
  color: #ffffff;
  padding-top: 1.1em;
}
.bnr_opening .openting_tl {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-align: center;
}
.bnr_opening .openting_tl span {
  letter-spacing: 0.05em;
}
.bnr_opening .openting_tl span:nth-child(2) {
  margin-left: 0.1em;
  margin-right: 0.0303030303em;
}
.bnr_opening .openting_tl .tt01 {
  font-size: 1.65em;
  line-height: 1;
  margin-right: 0.0303030303em;
}
.bnr_opening .openting_tl .tt02 {
  font-size: 1.1em;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 28vw;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .home_page .key {
    --min-height: 525px;
    --max-height: calc(100vh - 11em);
  }
  .home_page .key .key_text {
    font-size: min(10px, 1vmin);
  }
  .bnr_opening {
    font-size: min(10px, 1vmin);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px), (min-width: 769px) and (max-height: 650px) {
  .home_page .key .key_text {
    padding-top: 0;
    padding-bottom: 2.5em;
    font-size: min(10px, 1.2vmin);
    padding-bottom: 7.5em;
  }
  .home_page .key h2 {
    margin-bottom: 0.7em;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .home_page .key {
    --min-height: 590px;
  }
  .home_page .key .key_text {
    font-size: min(10px, 1vmin);
    padding-left: 6em;
  }
  .bnr_opening {
    font-size: min(8px, 0.8vw);
    right: 50px;
  }
}
.h3_st01 {
  text-align: center;
  color: var(--main-color);
}
.h3_st01 h3 {
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.h3_st01 h3::before {
  content: "";
  position: relative;
  display: block;
  margin: 0 auto 15px;
  width: 78px;
  height: 78px;
  background: url(../images/ic_h3.svg) no-repeat center/contain;
}
.h3_st01 .h_en {
  font-family: var(--f-en);
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 6px;
}
.h3_st01.tl_white {
  color: #ffffff;
}
.h3_st01.tl_orange h3::before {
  background-image: url(../images/ic_h3_02.svg);
}

.idx01 {
  padding: 0px 0px 183px;
  background-color: #F3ECD8;
}
.idx01 .news_title {
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  display: table;
  max-width: 417px;
  width: 100%;
  padding: 27px 10px 10px;
  margin: 0 auto;
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
}
.idx01 h3 {
  color: var(--main-color);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.idx01 .p_title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.82;
}
.idx01 .p_title .tt_orange {
  color: var(--main-color);
}
.idx01 .p_title .tt_bg {
  background-color: rgba(255, 255, 255, 0.53);
  border-radius: 4px;
  padding: 0.1428571429em 0.2142857143em 0.1785714286em 0.3928571429em;
  margin-top: 0.1785714286em;
  margin-right: 0.3214285714em;
  display: inline;
  line-height: 1.6;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.idx01 .p_title .txt {
  position: relative;
  top: 4px;
}
.idx01 .block_news {
  background-color: #ffffff;
  padding: 60px 70px 29px 60px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  margin-top: -61px;
  margin-bottom: 68px;
}
.idx01 .tab_btn {
  width: 21%;
  max-width: 240px;
}
.idx01 .tab_btn .tab {
  border-radius: 40px;
  padding: 15px 20px 15px;
  background-color: #F7FAF4;
  text-align: center;
  color: #7CA55D;
  font-weight: 700;
  max-width: 240px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
}
.idx01 .tab_btn .tab.active {
  background-color: #94B77A;
  color: #fff;
}
.idx01 .tab_btn .tab p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.idx01 .tab_content {
  width: 74%;
  max-width: 850px;
  margin-top: -8px;
}
.idx01 .tab_content > .content {
  position: relative;
  background-color: #ffffff;
}
.idx01 .tab_content > .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding-bottom: 10px;
}
.idx01 .tab_content > .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.idx01 .btn_news {
  display: table;
  margin-left: auto;
}
.idx01 .btn_news a {
  position: relative;
  text-decoration: none;
  color: var(--clr1);
  padding-left: 37px;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx01 .btn_news a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 27px;
  height: 27px;
  background: var(--clr1) url(../images/ic_arr.svg) no-repeat center/100% auto;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx01 .btn_news a:hover {
  opacity: 1;
}
.idx01 .post_list {
  margin-bottom: 19px;
}
.idx01 .post_list li {
  border-bottom: 1px solid #E5E5E5;
}
.idx01 .post_list a {
  text-decoration: none;
  color: #675330;
  font-weight: 500;
  padding: 19px 0px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  white-space: nowrap;
}
.idx01 .post_list a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 23px;
  background: #94B77A url(../images/ic_arr.svg) no-repeat center/100% auto;
  border-radius: 50%;
}
.idx01 .post_list .date {
  color: #C9C9C9;
  letter-spacing: 0.05em;
  width: 80px;
  font-size: 14px;
}
.idx01 .post_list .title {
  width: calc(100% - 80px);
  position: relative;
  text-overflow: ellipsis;
  letter-spacing: 0.025em;
  top: -1px;
  overflow: hidden;
  display: block;
  padding-right: 22px;
  padding-left: 11px;
  white-space: nowrap;
}

.idx02 {
  padding: 58px 0 85px;
  position: relative;
  z-index: 0;
  background-color: #B4CF9E;
}
.idx02::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(180, 207, 158, 0.49);
  mix-blend-mode: multiply;
  z-index: -1;
}
.idx02 .h3_st01 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 42px;
  margin-bottom: 36px;
}
.idx02 .doctor_name {
  background-color: #ffffff;
  border-radius: 2em;
  padding: 1em 2.7em 2.4em 2.6em;
  position: absolute;
  bottom: 3.6em;
  left: 3.6em;
  font-size: 10px;
}
.idx02 .doctor_name p {
  font-size: 1.9em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}
.idx02 .doctor_name p span {
  font-size: 1.4210526316em;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
}
.idx02 .doctor_cont {
  text-align: center;
}
.idx02 .doctor_cont p {
  color: #ffffff;
  letter-spacing: 0.05em;
}
.idx02 .doctor_img {
  position: relative;
}
.idx02 .doctor_img img {
  border-radius: 30px;
}

.idx03 {
  padding: 90px 0 94px;
  background: url(../images/idx03_bg.jpg) no-repeat center/cover;
}
.idx03 .h3_st01 {
  margin-bottom: 47px;
}
.idx03 .tbl_info {
  border-collapse: separate;
  border-spacing: 0 5px;
  overflow: hidden;
}
.idx03 .tbl_info th, .idx03 .tbl_info td {
  line-height: 1.58;
  letter-spacing: 0.05em;
  border: 0;
}
.idx03 .tbl_info th {
  color: #ffffff;
  background-color: #A5C68A;
  width: 150px;
  padding: 13px 20px 12px;
  font-weight: 500;
}
.idx03 .tbl_info td {
  background-color: #ffffff;
  padding: 14px 20px 11px;
}
.idx03 .tbl_info tr:first-child th {
  border-top-left-radius: 10px;
}
.idx03 .tbl_info tr:first-child td {
  border-top-right-radius: 10px;
}
.idx03 .tbl_info tr:last-child th {
  border-bottom-left-radius: 10px;
}
.idx03 .tbl_info tr:last-child td {
  border-bottom-right-radius: 10px;
}
.idx03 .time_sheet {
  margin-top: 5px;
}
.idx03 .note{
  margin-top: 10px;
  font-size: 14px;
}
.idx_map {
  height: 440px;
  width: 100%;
}
.idx_map iframe {
  height: 101%;
}

.idx04 {
  padding: 152px 0 115px;
  background: url(../images/idx04_bg.jpg) no-repeat center/cover;
}
.idx04 .h3_st01 {
  margin-top: -62px;
  margin-bottom: 52px;
}
.idx04 h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  color: var(--main-color);
  letter-spacing: 0.05em;
  margin-bottom: 21px;
}
.idx04 p {
  letter-spacing: 0.05em;
}
.idx04 .contact_title {
  display: table;
  font-size: 23px;
  color: #74A24F;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0 auto;
  padding: 0px 45px;
  margin-bottom: 19px;
  line-height: 1.5;
}
.idx04 .contact_title::before, .idx04 .contact_title::after {
  content: "";
  position: absolute;
  top: 0px;
  background-color: #74A24F;
  width: 2px;
  height: 41px;
}
.idx04 .contact_title::before {
  left: 0;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}
.idx04 .contact_title::after {
  right: 0;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.idx04 .block_recruit {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 25px;
  text-align: center;
}
.idx04 .box_contact {
  background-color: rgba(209, 229, 192, 0.51);
  padding: 41px 40px 30px;
  border-radius: 20px;
  margin-top: 57px;
}
.idx04 .box_contact .bnr_it {
  max-width: 370px;
  width: calc(50% - 20px);
  height: 10em;
  margin: 10px;
  border-radius: 55px;
  color: #ffffff;
  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: relative;
  font-size: 10px;
}
.idx04 .box_contact .bnr_it.bnr_tel {
  background-color: #75A250;
}
.idx04 .box_contact .bnr_it.bnr_tel .bnr_tl {
  padding-left: 1.9444444444em;
}
.idx04 .box_contact .bnr_it.bnr_tel .bnr_tl::before {
  background-image: url(../images/ic_tel.svg);
  width: 1.4444444444em;
  height: 1.4444444444em;
  top: -0.0555555556em;
  left: 0px;
}
.idx04 .box_contact .bnr_it.bnr_mail {
  background-color: #4c3524;
  padding-bottom: 0.2em;
}
.idx04 .box_contact .bnr_it.bnr_mail .bnr_tl {
  padding-left: 2.333333333em;
}
.idx04 .box_contact .bnr_it.bnr_mail .bnr_tl::before {
  background-image: url(../images/ic_mail.svg);
  width: 1.5555555556em;
  height: 1.1666666667em;
  top: 0.1666666667em;
  left: 0.0555555556em;
}
.idx04 .box_contact .bnr_tl {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
.idx04 .box_contact .bnr_tl::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
  .idx01 .post_list a:hover .date, .idx01 .post_list a:hover .title {
    color: #94B77A;
  }
  .idx01 .tab_btn .tab:hover {
    background-color: #94B77A;
    color: #fff;
  }
  .idx01 .btn_news a:hover {
    padding-left: 30px;
    color: var(--main-color);
  }
  .idx01 .btn_news a:hover::before {
    background-color: var(--main-color);
  }
  .idx02 .block_doctor {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 52% calc(48% - 69px);
    grid-template-columns: 52% calc(48% - 69px);
  }
  .idx02 .doctor_cont, .idx02 .h3_st01 {
    max-width: 491px;
    width: 100%;
  }
  .idx02 .doctor_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    margin-top: -148px;
    align-self: flex-start;
  }
  .idx03 .fblock {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx03 .fblock .b_info {
    max-width: 540px;
    width: 50%;
  }
  .idx03 .fblock .b_right {
    max-width: 530px;
    width: 49%;
  }
  .idx04 .box_contact .bnr_it.bnr_mail:hover {
    background-color: #632f0e;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .h3_st01 h3 {
    font-size: 34px;
  }
  .h3_st01 h3::before {
    width: 65px;
    height: 65px;
    margin-bottom: 5px;
  }
  .h3_st01 .h_en {
    font-size: 17px;
    margin-top: 3px;
  }
  .idx01 {
    padding-bottom: 110px;
  }
  .idx01 .block_news {
    padding: 50px 50px 29px 40px;
    margin-bottom: 50px;
  }
  .idx01 .p_title {
    font-size: min(26px, 2.9vw);
  }
  .idx02 {
    padding: 40px 0 55px;
  }
  .idx02 .h3_st01 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .idx02 .block_doctor {
    -ms-grid-columns: 52% 45%;
    grid-template-columns: 52% 45%;
  }
  .idx02 .doctor_img {
    margin-top: -92px;
  }
  .idx02 .doctor_name {
    font-size: min(10px, 1vw);
    bottom: 2.6em;
    left: 2.6em;
  }
  .idx03 {
    padding: 80px 0 70px;
  }
  .idx03 .h3_st01 {
    margin-bottom: 30px;
  }
  .idx03 .tbl_info th {
    width: 30%;
  }
  .idx03 .fblock .b_info {
    width: 49%;
  }
  .idx03 .fblock .b_right {
    width: 48%;
  }
  .idx04 {
    padding: 110px 0 70px;
  }
  .idx04 .h3_st01 {
    margin-bottom: 25px;
  }
  .idx04 h4 {
    font-size: 26px;
  }
  .idx04 .contact_title {
    font-size: 20px;
    padding: 0px 20px;
  }
  .idx04 .box_contact .bnr_it {
    height: 7.5em;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx01 .btn_news a::before {
    top: -2px;
  }
  .idx03 .tbl_info th, .idx03 .tbl_info td {
    padding: 14px 20px 15px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx03 .tbl_info th, .idx03 .tbl_info td {
    padding: 11px 18px 11px;
  }
}