@charset "UTF-8";
/*==================================================================

  *共通

==================================================================*/
/* ------ inner ------ */
.home_inner {
  max-width: 1200px;
  margin-inline: auto;
}

.home_inner2 {
  max-width: 1340px;
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (max-width: 640px) {
  .home_inner,
  .home_inner2 {
    padding-inline: 5%;
  }
}

/* ------ title ------ */
.home_tit {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
.home_tit::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 80px;
  background: #91cba1;
  margin-bottom: 35px;
}
.home_tit_en {
  color: #eba2b0;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.home_tit_jp {
  font-size: 32px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 640px) {
  .home_tit::before {
    height: 50px;
    margin-bottom: 10px;
  }
  .home_tit_jp {
    font-size: clamp(22px, 7.5vw, 32px);
  }
}

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

  *メインビジュアル

==================================================================*/
.home_mv {
  position: relative;
}

.home_mv .splide,
.home_mv .splide__track,
.home_mv .splide img {
  width: 100%;
  height: 100%;
}

.home_mv .splide::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 0) 40%, #189343 100%);
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.home_mv .splide__slide {
  overflow: hidden;
}

.home_mv .splide img {
  -o-object-fit: cover;
  object-fit: cover;
    object-position: left center;
}

.home_mv_main {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.home_mv_catch {
  display: flex;
  flex-flow: column;
/*   justify-content: center; */
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.025em;
  line-height: 1.8;
  text-shadow: 0 0 8px #404040, 0 0 8px #404040;
  padding-bottom: 70px;
  position: absolute;
  left: 0;
    top: 54%;
}

.home_mv_links {
  display: flex;
  gap: 0 2%;
}
.home_mv_links li {
  max-width: 220px;
  width: 32%;
}
.home_mv_links li a {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  color: var(--text-color);
  font-size: clamp(18px, 1.1vw, 20px);
  letter-spacing: 0.025em;
  line-height: 1.6;
  text-align: center;
}
.home_mv_links li a img {
  width: auto;
  max-height: 46px;
  margin-bottom: 15px;
}
.home_mv_links li a span {
  font-size: 75%;
}
@media (hover: hover) {
  .home_mv_links li a:hover {
    background: #edf8e7;
  }
}

.home_mv_btn {
  display: flex;
  justify-content: flex-end;
  gap: 0 2%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home_mv_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  width: 49%;
  color: #fff;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  background: #328249;
  border-radius: 10px;
  padding: 10px;
}
@media (hover: hover) {
  .home_mv_btn a:hover {
    background: var(--sub-color);
  }
}
.home_mv_btn a img {
  width: auto;
  height: 40px;
  flex-shrink: 0;
}

@media print, screen and (min-width: 641px) {
  .home_mv {
    height: 780px;
    overflow: hidden;
  }
  .home_mv_main {
    width: 100%;
    height: 100%;
    padding: 0 var(--header-padding) 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home_mv_main_inner {
    height: 100%;
    position: relative;
  }
  .home_mv_links {
    max-width: 680px;
    width: calc(50% - 20px);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .home_mv_links li a {
    min-height: 140px;
  }
  .home_mv_btn {
    max-width: 650px;
    width: calc(50% - 20px);
  }
  .home_mv_btn a {
    min-height: 70px;
  }
}

@media screen and (max-width: 640px) {
  .home_mv .splide,
  .home_mv_catch {
    height: 400px;
    top: 29%;
  }
  .home_mv .splide {
    overflow: hidden;
  }
  .home_mv h1 {
    margin-bottom: 0;
  }
  .home_mv_catch,
  .home_mv_main,
  .home_mv_btn {
    padding-inline: 5%;
  }
  .home_mv_main {
    padding: 10px 20px 20px;
    background: #f6f3eb;
  }
  .home_mv_catch {
    font-size: clamp(16px, 5.8vw, 24px);
    padding-bottom: 100px;
  }
  .home_mv_links li a {
    padding: 10px 3px;
    font-size: clamp(12px, 3.5vw, 18px);
  }
  .home_mv_links li a img {
    margin-bottom: 10px;
  }
  .home_mv_btn {
    width: 100%;
    justify-content: center;
    bottom: auto;
    top: 380px;
    transform: translateY(-100%);
  }
  .home_mv_btn a {
    gap: 0 10px;
    font-size: clamp(12px, 4vw, 18px);
    padding: 10px 3px;
  }
  .home_mv_btn a img {
    max-height: 40px;
    height: 1.3em;
  }
}

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

  *お知らせ～医院概要

==================================================================*/
.home_news_info {
  background: url(../images/home/news_bg.jpg) center top repeat-y;
  padding-top: 120px;
  padding-bottom: 110px;
}

@media screen and (max-width: 640px) {
  .home_news_info {
    background-image: url(../images/bg_sp.jpg);
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

  *home_news

==================================================================*/
.home_news_tit {
  display: flex;
  align-items: center;
  gap: 0 50px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
}
.home_news_tit::before {
  display: block;
  content: "";
  width: 2px;
  height: 170px;
  background: #91cba1;
}
.home_news_tit_en {
  color: #189343;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.home_news_tit_jp {
  font-size: 32px;
  letter-spacing: 0.075em;
}
.home_news .btn02 {
  margin-top: 35px;
}
.home_news_list li:not(:last-child) {
  margin-bottom: 10px;
}
.home_news_list li a {
  display: flex;
  align-items: center;
  gap: 0 28px;
  border-radius: 5px;
  background: rgb(255 255 255 / 0.7);
  padding: 19px 40px 19px 50px;
  color: var(--text-color);
  line-height: 1.4;
}
.home_news_list li a > * {
  display: block;
}
.home_news_list li a > span,
.home_news_list li a > em {
  flex-shrink: 0;
  text-align: center;
}
.home_news_list li a > span {
  color: #888;
  letter-spacing: 0.1em;
}
.home_news_list li a > em {
  border-radius: 3px;
  font-style: normal;
  padding: 10px;
}
.home_news_list li a > p {
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media print, screen and (min-width: 641px) {
  .home_news {
    overflow: hidden;
  }
  .home_news .home_inner {
    display: flex;
    align-items: flex-start;
  }
  .home_news_head {
    flex: 1;
    margin-left: -50px;
  }
  .home_news .btn02 a {
    padding-left: 50px;
    padding-right: 70px;
  }
  .home_news_list {
    width: 940px;
  }
  .home_news_list li a > em {
    min-width: 148px;
  }
}

@media screen and (max-width: 640px) {
  .home_news_head {
    margin-bottom: 30px;
  }
  .home_news_tit {
    align-items: normal;
    gap: 0 20px;
  }
  .home_news_tit::before {
    height: auto;
  }
  .home_news_tit > div {
    padding-block: 5px;
  }
  .home_news .btn02 {
    text-align: right;
    margin-top: 20px;
  }
  .home_news_list li a {
    flex-wrap: wrap;
    gap: 10px 15px;
    padding: 15px 20px;
  }
  .home_news_list li a > em {
    flex-shrink: 1;
    padding: 5px 10px;
  }
  .home_news_list li a > p {
    width: 100%;
  }
}

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

  *home_info

==================================================================*/
.home_info {
  margin-top: 120px;
}

.home_info_tit {
  display: flex;
  align-items: center;
  gap: 0 50px;
  color: #189343;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 60px;
}

.home_info_tit::before {
  display: block;
  content: "";
  width: 2px;
  height: 100px;
  background: #91cba1;
}

.home_info_address::before,
.home_info_tel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  letter-spacing: 0;
  margin-right: 10px;
}

.home_info_address {
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 18px;
}

.home_info_address::before {
  content: "\f3c5";
  font-size: 21px;
}

.home_info_address::before,
.home_info_tel {
  background: linear-gradient(to top, #359d52, #61ac76);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.home_info_tel {
  font-family: "bernhard-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 0.075em;
  line-height: 1;
}

.home_info_tel::before {
  content: "\f879";
  font-size: 60%;
}

.home_info_schedule {
  margin-top: 30px;
}

.home_info_access_map {
  border-radius: 5px;
  border: 1px solid #b2d5ac;
  overflow: hidden;
  text-align: center;
}

.home_info_access_map iframe {
  width: 100%;
  height: 480px;
}

.home_info_access .btn02 {
  text-align: right;
  margin-top: 25px;
}

@media print, screen and (min-width: 641px) {
  .home_info {
    overflow: hidden;
  }
  .home_info .home_inner {
    display: flex;
    justify-content: space-between;
  }
  .home_info_left {
    width: 600px;
  }
  .home_info_tit {
    margin-left: -50px;
  }
  .home_info_right {
    width: 530px;
  }
}

@media screen and (max-width: 640px) {
  .home_info {
    margin-top: 50px;
  }
  .home_info_left {
    margin-bottom: 30px;
  }
  .home_info_tit {
    align-items: normal;
    gap: 0 20px;
    font-size: 26px;
    margin-bottom: 30px;
  }
  .home_info_tit::before {
    height: auto;
  }
  .home_info_address {
    font-size: 18px;
    padding-left: calc(0.8em + 10px);
    text-indent: calc(-0.8em - 10px);
  }
  .home_info_address::before {
    font-size: 100%;
  }
  .home_info_tel {
    font-size: clamp(24px, 9.3vw, 35px);
  }
  .home_info_access_map iframe {
    height: 300px;
  }
  .home_info_access .btn02 {
    text-align: center;
  }
}

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

  *タブ

==================================================================*/
.tab_list li {
  padding: 0 10px;
  background: #83bb92;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}

.tab_list li:nth-child(even) {
  background: #e69bab;
}

.tab_list li.active {
  background: #439f5c !important;
}

.panel_wrap {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}
.panel_wrap::before {
  display: block;
  content: "";
  width: 1720px;
  height: 100%;
  background: #f6f3eb;
  border-radius: 30px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.panel {
  position: relative;
}

.panel_img img {
  border-radius: 10px;
}

.panel_list li a {
  background: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  color: var(--text-color);
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.panel_list li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #439f5c;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .panel_list li a::after {
    transition: color 0.2s;
  }
  .panel_list li a:hover,
  .panel_list li a:hover::after {
    color: #fff;
  }
  .panel_list li a:hover {
    background: #439f5c;
  }
}

@media print, screen and (min-width: 641px) {
  .home_about,
  .home_search {
    overflow: hidden;
  }
  .tab_list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: wrap;
    gap: 0 33px;
  }
  .tab_list li {
    flex: 1;
    min-height: 90px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    transition: min-height 0.2s;
  }
  .tab_list,
  .tab_list li.active {
    min-height: 100px;
  }
  .panel_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .panel_img {
    max-width: 550px;
    width: 43%;
  }
  .panel_list {
    width: 52%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  .panel_list li {
    width: calc(50% - 10px);
  }
  .panel_list li a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    min-height: 60px;
  }
}

@media screen and (max-width: 640px) {
  .tab_list li {
    padding: 12px;
    border-radius: 10px;
    font-size: 120%;
  }
  .tab_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .panel_wrap {
    padding: 20px;
    margin-top: 20px;
  }
  .panel_wrap::before {
    width: 100%;
    border-radius: 10px;
  }
  .panel_img {
    margin-bottom: 20px;
  }
  .panel_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .panel_list li a {
    display: block;
    padding: 10px 20px;
    font-size: 107%;
  }
  .panel_list li a::after {
    right: 12px;
  }
}

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

  *home_about

==================================================================*/
.home_about .tab_list li:nth-child(1) {
  background: #e69bab;
}
.home_about .tab_list li:nth-child(2) {
  background: #cf96b9;
}
.home_about .tab_list li:nth-child(4) {
  background: #9abd7a;
}
/* グロナビclone時、スマホ時アコーディオン用の扉ページリンクはこちらでは不要なので非表示 */
.home_about .panel_list li.sp {
  display: none !important;
}

@media print, screen and (min-width: 641px) {
  .home_about .home_tit {
    margin-bottom: 55px;
  }
}

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

  *home_about2

==================================================================*/
.home_about2 {
  background: url(../images/home/about2_bg_l.png) left bottom no-repeat, url(../images/home/about2_bg_r.png) right bottom no-repeat;
  padding-bottom: 115px;
}
.home_about2 .home_inner2 {
  max-width: 1360px;
}
.home_about2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2%;
}
.home_about2_item {
  width: 32%;
}
.home_about2_item a {
  color: var(--text-color);
}
.home_about2_item_img {
  max-width: 420px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.home_about2_item_img::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 0) 40%, #df778d 100%);
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.home_about2_item:nth-child(2) .home_about2_item_img::after {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 0) 40%, #dfb777 100%);
}
.home_about2_item:nth-child(3) .home_about2_item_img::after {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 0) 40%, #83c671 100%);
}
.home_about2_item:nth-child(4) .home_about2_item_img::after {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 0) 40%, #438952 100%);
}
.home_about2_item:nth-child(5) .home_about2_item_img::after {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 0) 40%, #67a9a1 100%);
}
.home_about2_item:nth-child(6) .home_about2_item_img::after {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 0) 40%, #b2714d 100%);
}
.home_about2_item_tit {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(18px, 1.1vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-right: 94px;
  position: relative;
}
.home_about2_item_tit::before, .home_about2_item_tit::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.35em;
}
.home_about2_item_tit::before {
  width: 8px;
  height: 1px;
  background: #359d52;
  transform: rotate(30deg);
  transform-origin: right bottom;
}
.home_about2_item_tit::after {
  width: 64px;
  height: 1px;
  background: linear-gradient(to right, #61ac76 0%, #359d52 100%);
}

@media (hover: hover) {
  .home_about2_item_img::after {
    transition: opacity 0.3s ease-in-out;
  }
  .home_about2_item a:hover .home_about2_item_img::after {
    opacity: 1;
  }
}

@media print, screen and (min-width: 641px) {
  .home_about2 .home_tit {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .home_about2 {
    background: url(../images/home/about2_bg_l.png) left bottom no-repeat, url(../images/home/about2_bg_r.png) right bottom no-repeat;
    background-size: 58% auto, 21% auto;
    padding-bottom: 50px;
  }
  .home_about2_list {
    gap: 20px 4%;
  }
  .home_about2_item {
    width: 48%;
  }
  .home_about2_item_tit {
    width: 100%;
    font-size: clamp(12px, 3.7vw, 20px);
    padding-right: 0;
    padding-bottom: 10px;
  }
  .home_about2_item_tit::after {
    width: 100%;
  }
}

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

  *無限スライダー

================================================================================================================================== */
#home_infinitySlider .splide__slide {
  width: 550px !important;
}

@media screen and (max-width: 640px) {
  #home_infinitySlider .splide__slide {
    width: 200px !important;
  }
}

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

  *home_search

==================================================================*/
.home_search {
  padding-bottom: 105px;
  position: relative;
}
.home_search::before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background: #f7f7f7;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home_search .panel_wrap::before {
  background: linear-gradient(to left, #bfdbaa 0%, #66b47c 100%);
}

@media print, screen and (min-width: 641px) {
  .home_search .home_tit {
    margin-bottom: 55px;
  }
  .home_search .tab_list {
    gap: 0 40px;
  }
  .home_search .tab_list li {
    max-width: 450px;
  }
}

@media screen and (max-width: 640px) {
  .home_search {
    padding-bottom: 50px;
  }
  .home_search::before {
    height: calc(100% - 25px);
  }
}