@charset "UTF-8";
/* ---------------------
  - *共通設定
  - *メインビジュアル
  - *お知らせ～医院概要の背景
  - *お知らせ
  - *医院概要
  - *ご挨拶
  - *当院の特徴
  - *診療案内
  - *医療コラム
  - *ループスライダー
--------------------- */
/*==================================================================================================================================

  *共通設定

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

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

/*----------ボタン----------*/
main .btn01 a {
  margin: 0;
  box-shadow: none;
}

/*----------タイトル----------*/
.home_tit {
  font-family: "Puhu Pokke";
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
.home_tit::before {
  display: block;
  content: "";
  height: 60px;
  background: url(../images/home/tit_dec.png) center top/auto 100% no-repeat;
  margin-bottom: 22px;
}
.home_tit_jp {
  font-size: 50px;
  letter-spacing: 0.1em;
}
.home_tit_en {
  color: #4ca33c;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-top: 12px;
}

@media screen and (max-width: 640px) {
  .home_tit::before {
    height: 40px;
    margin-bottom: 20px;
  }
  .home_tit_jp {
    font-size: clamp(22px, 7.2vw, 40px);
  }
  .home_tit_en {
    font-size: clamp(14px, 5.3vw, 22px);
  }
}

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

  *メインビジュアル

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

/*　スライダー */
.home_mv_slider img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.home_mv_slider div {
  vertical-align: top;
}

.home_mv_catch {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.home_mv_feature {
  display: flex;
  align-items: flex-end;
  gap: 0 15px;
}
.home_mv_feature > li {
  width: 188px;
}
.home_mv_feature > li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #fff;
  aspect-ratio: 1;
  line-height: 1.5;
  text-align: center;
  background: url(../images/home/mv_feature2_bg.png) center/100% auto no-repeat;
  padding: 0 10px;
}
@media (hover: hover) {
  .home_mv_feature > li a:hover {
    opacity: 0.8;
  }
}
.home_mv_feature_tit {
  width: 83%;
  color: #1c6127;
  font-family: "Puhu Pokke";
  letter-spacing: 0.04em;
  background: #fff;
  padding: 3px 5px;
  border-radius: 15px;
  margin: 0 auto 10px;
}
.home_mv_feature_text {
  font-size: 113%;
  font-family: "Shuei MaruGo B";
}
.home_mv_feature_fsS {
  display: inline-block;
  font-size: 83%;
}
.home_mv_feature_fsS span {
  font-size: 160%;
  line-height: 1.2;
}
.home_mv_feature > li:nth-child(odd) a {
  background-image: url(../images/home/mv_feature3_bg.png);
}
.home_mv_feature > li:nth-child(odd) a .home_mv_feature_tit {
  color: #d4740f;
}
.home_mv_feature > li:nth-child(1) {
  width: 258px;
}
.home_mv_feature > li:nth-child(1) a {
  justify-content: flex-end;
  aspect-ratio: 516/664;
  background-image: url(../images/home/mv_feature1_bg.png);
  padding: 0;
}
.home_mv_feature > li:nth-child(1) a .home_mv_feature_text {
  color: #7f5266;
  aspect-ratio: 258/100;
  padding-top: 5.8%;
}

.home_mv_banner:not(.home_mv_banner-btn) a:hover {
  opacity: 0.8;
}

.home_mv_banner .btn01 a {
  font-size: 120%;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 641px) {
  .home_mv,
  .home_mv_slider img {
    height: 1000px;
  }
  .home_mv {
    max-width: 1920px;
    margin-inline: auto;
  }
  .home_mv_slider::after {
    display: block;
    content: "";
    width: 100%;
    height: 352px;
    background: url(../images/home/mv_dec.png) center top no-repeat;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  .home_mv_catch {
    padding-bottom: 30px;
  }
  .home_mv_main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    width: 1200px;
  }
  .home_mv_ribon {
    position: absolute;
    bottom: 150px;
    left: 0;
  }
  .home_mv_banner {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  .home_mv_banner:not(.home_mv_banner-btn) {
    width: 550px;
    height: 110px;
  }
  .home_mv_banner:not(.home_mv_banner-btn) img {
    max-height: 100%;
    width: auto;
  }
  .home_mv_feature {
    position: absolute;
    left: 0;
    bottom: 70px;
  }
}

@media screen and (max-width: 640px) {
  .home_mv_slider img,
  .home_mv_catch {
    height: 200px;
  }
  .home_mv_catch {
    padding: 8% 5% 0;
  }
  .home_mv_catch p {
    width: 80%;
    max-width: 292px;
  }
  .home_mv_main,
  .home_mv_main::before {
    background-size: 441px auto;
    background-image: url(../images/home/info_bg.jpg);
  }
  .home_mv_main {
    padding-inline: 5%;
    background-position: left top;
    position: relative;
  }
  .home_mv_main::before {
    display: block;
    content: "";
    width: 100%;
    aspect-ratio: 768/28;
    background-position: left bottom;
    -webkit-mask-image: url(../images/home/top_mask_sp.png);
            mask-image: url(../images/home/top_mask_sp.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -3.4%;
  }
  h1 {
    padding-inline: 0;
  }
  .home_mv_feature {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
  }
  .home_mv_feature > li {
    max-width: 188px;
    width: calc((100% - 10px) / 2);
  }
  .home_mv_feature > li a {
    font-size: clamp(12px, 3.7vw, 16px);
  }
  .home_mv_feature > li:nth-child(1) {
    width: 100%;
    max-width: none;
  }
  .home_mv_feature > li:nth-child(1) a {
    max-width: 258px;
    width: 66%;
    margin-inline: auto;
  }
  .home_mv_ribon,
  .home_mv_banner {
    text-align: center;
    margin-top: 10px;
  }
}

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

  *お知らせ～医院概要の背景

==================================================================================================================================*/
.home_news_info {
  background: url(../images/home/news_bg_l.png) left top 100px no-repeat, url(../images/home/news_bg_r.png) right top 60px no-repeat, url(../images/home/news_bg_b.png) center bottom no-repeat, url(../images/home/info_bg.jpg) left top 2px;
  padding-top: 80px;
  padding-bottom: 175px;
  position: relative;
}

@media print, screen and (min-width: 641px) {
  .home_loopSlider::before {
    display: block;
    content: "";
    width: 100%;
    height: 60px;
    background: url(../images/home/info_bg.jpg) left bottom;
    -webkit-mask-image: url(../images/home/top_mask.png);
            mask-image: url(../images/home/top_mask.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: -58px;
  }
}

@media screen and (max-width: 640px) {
  .home_news_info {
    padding-top: 50px;
    padding-bottom: 31%;
    background-image: url(../images/home/news_bg_l.png), url(../images/home/news_bg_r.png), url(../images/home/news_bg_b_sp.png), url(../images/home/info_bg.jpg);
    background-size: 34% auto, 19% auto, 100% auto, 441px auto;
    background-position: left top 30px, right top 10px, center bottom, left top;
  }
}

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

  *お知らせ

==================================================================================================================================*/
.home_news_head {
  line-height: 1.2;
  text-align: center;
}
.home_news_en, .home_news_tit {
  font-family: "Puhu Pokke";
  letter-spacing: 0.1em;
}
.home_news_en {
  color: #4ca33c;
  font-size: 20px;
  margin-bottom: 20px;
}
.home_news_tit {
  font-size: 30px;
}
.home_news .btn01 {
  text-align: center;
  margin-top: 50px;
}
.home_news_list > li:not(:last-child) {
  margin-bottom: 25px;
}
.home_news_list > li a {
  display: flex;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  padding: 23px 100px 23px 50px;
  color: var(--text-color);
  line-height: 1.6;
}
@media (hover: hover) {
  .home_news_list > li a:hover {
    box-shadow: 0 2px 6px rgba(88, 110, 90, 0.3);
  }
}
.home_news_list > li a > span,
.home_news_list > li a > em {
  display: block;
  flex-shrink: 0;
  font-size: 94%;
  letter-spacing: 0.1em;
}
.home_news_list > li a > span {
  font-weight: bold;
}
.home_news_list > li a > em {
  text-align: center;
  padding: 5px 26px;
  font-style: normal;
  border-radius: 20px;
}
.home_news_list > li a > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media print, screen and (min-width: 641px) {
  .home_news .home_inner {
    display: flex;
    justify-content: space-between;
  }
  .home_news_list {
    width: 850px;
  }
  .home_news_list > li a > em {
    margin-left: 20px;
  }
  .home_news_list > li a > p {
    margin-left: 35px;
  }
}

@media screen and (max-width: 640px) {
  .home_news_head {
    margin-bottom: 30px;
  }
  .home_news_en {
    font-size: clamp(18px, 5.3vw, 20px);
  }
  .home_news_tit {
    font-size: clamp(26px, 8vw, 30px);
  }
  .home_news .btn01 {
    margin-top: 25px;
  }
  .home_news_list > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .home_news_list > li a {
    flex-wrap: wrap;
    gap: 10px 15px;
    padding: 15px 6%;
    border-radius: 30px;
  }
  .home_news_list > li a > em {
    padding: 5px 15px;
  }
  .home_news_list > li a > p {
    width: 100%;
  }
}

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

  *医院概要

==================================================================================================================================*/
.home_info {
  padding-top: 60px;
  background: url(../images/home/info_bg_r.png) right top 10px no-repeat;
}

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

.home_info_left,
.home_info_right {
  width: 570px;
  background: #fff;
  border-radius: 30px;
}

/* 左側 */
.home_info_left {
  padding: 50px 40px 35px;
}

.home_info_logo {
  max-width: 350px;
  text-align: center;
  margin: 0 auto 35px;
}

.home_info_logo img {
  width: auto;
  max-height: 200px;
}

.home_info_add {
  font-family: "Shuei MaruGo B";
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
}

.home_info_add span {
  padding-right: 1em;
}

.home_info_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  color: #4ca33c;
  font-family: "Puhu Pokke";
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.home_info_tel_tit {
  display: block;
  width: 150px;
  font-size: 50%;
  color: #fff;
  font-family: "Shuei MaruGo B";
  line-height: 1.4;
  text-align: center;
  background: url(../images/tel_tit_bg.jpg) right center;
  padding: 8px 10px;
  border-radius: 5px;
}

.home_info_free {
  margin-top: 10px;
}

.home_info_schedule {
  margin-top: 40px;
}

.home_info_schedule .hours:not(:last-child) {
  margin-bottom: 30px;
}

/* 右側 */
.home_info_right {
  padding: 25px 25px 35px;
}

.home_access_map {
  text-align: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.home_access_map iframe {
  width: 100%;
  height: 365px;
}

.home_access_btn {
  padding-right: 20px;
  margin-top: -50px;
}

.home_access_btn a {
  width: 200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  aspect-ratio: 400/160;
  color: #fff;
  font-size: 106%;
  font-family: "Puhu Pokke";
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  background: url(../images/access_btn_bg.png) center/100% auto no-repeat;
  margin-left: auto;
  position: relative;
}

@media (hover: hover) {
  .home_access_btn a:hover {
    color: var(--sub-color);
  }
}
.home_access_guide {
  font-size: 94%;
  font-family: "Shuei MaruGo B";
  line-height: 1.9;
  margin-top: -0.45em;
  margin-bottom: 40px;
}

.home_access_guide li {
  padding-left: 1em;
  text-indent: -1em;
}

.home_access_guide li::before {
  content: "・";
  color: var(--main-color);
}

.google_calendar {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .home_info {
    background-size: 40% auto;
  }
  .home_info .home_inner {
    display: block;
  }
  .home_info_left,
  .home_info_right {
    width: 100%;
    padding: 30px 6%;
  }

  /* 左側 */
  .home_info_left {
    margin-bottom: 40px;
  }
  .home_info_logo {
    width: 80%;
    margin-bottom: 25px;
  }
  .home_info_add span {
    display: block;
    padding-right: 0;
  }
  .home_info_tel {
    display: block;
    font-size: clamp(24px, 8.5vw, 32px);
    text-align: center;
  }
  .home_info_tel_tit {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    background-size: 265px auto;
    margin: 0 auto 5px;
  }
  .home_info_schedule {
    margin-top: 30px;
  }

  /* 右側 */
  .home_info_right {
    padding-top: 6%;
  }
  .home_access_btn {
    padding-right: 0;
    margin-top: -30px;
  }
  .home_access_guide {
    margin-top: 10px;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.home_greeting {
  padding-top: 60px;
  padding-bottom: 250px;
  background: url(../images/home/greeting_head_bg_l.png) left 80px top 60px no-repeat, url(../images/home/greeting_head_bg_r.png) right 80px top 60px no-repeat, url(../images/home/greeting_bg.png) center top 218px no-repeat, url(../images/home/greeting_bg_b.png) center bottom no-repeat, url(../images/home/greeting_bg.jpg);
  position: relative;
}
.home_greeting::before {
  display: block;
  content: "";
  width: 100%;
  background: url(../images/home/greeting_bg.jpg);
  -webkit-mask-image: url(../images/home/greeting_top_mask.png);
          mask-image: url(../images/home/greeting_top_mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -58px;
}
.home_greeting_img {
  padding-top: 15px;
  padding-right: 20px;
  background: url(../images/home/greeting_img_bg.png) right top/calc(100% - 20px) auto no-repeat;
  margin-bottom: 40px;
}
.home_greeting_img img {
  -webkit-mask-image: url(../images/home/greeting_img_mask.png);
          mask-image: url(../images/home/greeting_img_mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.home_greeting_name {
  font-size: 33px;
  font-family: "Puhu Pokke";
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
}
.home_greeting_name > *:not(:last-child) {
  margin-bottom: 10px;
}
.home_greeting .btn01 {
  text-align: center;
  margin-top: 40px;
}
.home_greeting_flex_text p {
  font-family: "Shuei MaruGo L";
}
.home_greeting_flex_text p:not(:last-child) {
  margin-bottom: 2em;
}
.home_greeting_catch {
  font-size: 33px;
  font-family: "Puhu Pokke";
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
  -webkit-text-stroke: 0.3em #fff;
  paint-order: stroke fill;
  margin-bottom: 50px;
}
.home_greeting_catch span {
  font-size: 130%;
}
.home_greeting_catch span:nth-child(1) {
  color: var(--main-color);
}
.home_greeting_catch span:nth-child(2) {
  color: var(--sub-color);
}

@media print, screen and (min-width: 641px) {
  .home_greeting {
    max-width: 1920px;
    margin-inline: auto;
  }
  .home_greeting::before {
    height: 60px;
  }
  .home_greeting .home_tit {
    margin-bottom: 75px;
  }
  .home_greeting_flex {
    display: flex;
/*     flex-direction: row-reverse; */
    gap: 0 60px;
  }
  .home_greeting_flex_img {
    width: 540px;
  }
  .home_greeting .btn01 a {
    min-width: 300px;
    text-align: right;
  }
  .home_greeting_flex_text {
    flex: 1;
    padding-top: 20px;
  }
  .home_greeting_flex_text p {
    line-height: 2.2;
  }
}

@media screen and (max-width: 640px) {
  .home_greeting {
    padding-top: 50px;
    padding-bottom: 31%;
    background: url(../images/home/greeting_head_bg_l.png) left top 30px/30% auto no-repeat, url(../images/home/greeting_head_bg_r.png) right top 30px/30% auto no-repeat, url(../images/home/greeting_bg_l.png) left top 140px/23% auto no-repeat, url(../images/home/greeting_bg_r.png) right top 100px/30% auto no-repeat, url(../images/home/greeting_bg_b_sp.png) center bottom/100% auto no-repeat, url(../images/home/greeting_bg.jpg) left top/250px auto;
  }
  .home_greeting::before {
    aspect-ratio: 768/36;
    -webkit-mask-image: url(../images/home/greeting_top_mask_sp.png);
            mask-image: url(../images/home/greeting_top_mask_sp.png);
    background-size: 250px auto;
    top: 0;
    margin-top: -4.2%;
  }
  .home_greeting_flex_img {
    margin-bottom: 40px;
  }
  .home_greeting_img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .home_greeting_name {
    font-size: clamp(20px, 6.4vw, 33px);
  }
  .home_greeting .btn01 {
    margin-top: 20px;
  }
  .home_greeting_flex_text p:not(:last-child) {
    margin-bottom: 1em;
  }
  .home_greeting_catch {
    font-size: clamp(20px, 6.4vw, 33px);
    margin-bottom: 20px;
  }
}

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

  *当院の特徴

==================================================================================================================================*/
.home_feature {
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/home/feature_bg_b_l.png) left bottom 188px no-repeat, url(../images/home/feature_bg_b_r.png) right bottom 52px no-repeat, url(../images/home/feature_bg_t_l.png) left top 112px no-repeat, url(../images/home/feature_bg_t_r.png) right top 146px no-repeat, url(../images/home/feature_bg.jpg) left bottom;
  position: relative;
  overflow: hidden;
}
.home_feature .home_tit {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.home_feature .home_tit_jp span {
  font-size: 160%;
  color: #be8568;
  line-height: 1;
}
.home_feature_inner {
  padding-top: 170px;
  padding-bottom: 120px;
  margin-top: -80px;
  position: relative;
}
.home_feature_inner::before {
  display: block;
  content: "";
  width: 1600px;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home_feature_flower::before, .home_feature_flower::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
}
.home_feature_flower::before {
  width: 108px;
  aspect-ratio: 216/224;
  background-image: url(../images/home/feature_flower.png);
  right: -174px;
  top: -34px;
}
.home_feature_flower::after {
  width: 144px;
  aspect-ratio: 288/368;
  background-image: url(../images/home/feature_flower2.png);
  left: -184px;
  bottom: -26px;
}
.home_feature_item {
  max-width: 380px;
  position: relative;
}
.home_feature_item_num {
  color: var(--main-color);
  font-family: "Puhu Pokke";
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1;
  transform: rotate(8deg);
  position: absolute;
  left: 40px;
  top: -0.2em;
}
.home_feature_item_img {
  text-align: center;
  margin-bottom: 35px;
}
.home_feature_item_img img {
  -webkit-mask-image: url(../images/home/feature_img_mask.png);
          mask-image: url(../images/home/feature_img_mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
.home_feature_item_tit {
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 3em;
  font-family: "Shuei MaruGo B";
  font-size: clamp(21px, 1.2vw, 22px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  background: url(../images/home/feature_tit_bg.png) center bottom 0.25em/auto 1.9em no-repeat;
  margin-bottom: 25px;
}
.home_feature_item_tit > span span {
  color: var(--main-color);
}
.home_feature_item_text {
  font-family: "Shuei MaruGo L";
}
.home_feature_item_btn {
  text-align: center;
}
.home_feature_item_btn a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-family: "Shuei MaruGo B";
  line-height: 1.7;
  text-align: center;
  background: url(../images/home/feature_btn_bg.jpg);
  padding: 10px 40px;
  border-radius: 30px;
  position: relative;
}
@media (hover: hover) {
  .home_feature_item_btn a:hover {
    background-image: url(../images/home/feature_btn_bg_green.jpg);
  }
}
.home_feature_item_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  font-size: 80%;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 641px) {
  .home_feature .home_inner {
    max-width: 1340px;
    padding-inline: 20px;
  }
  .home_feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 90px 6%;
  }
  .home_feature_item {
    display: flex;
    flex-flow: column;
    width: 29%;
  }
  .home_feature_item_box {
    flex: 1;
    display: flex;
    flex-flow: column;
  }
  .home_feature_item_text {
    margin-bottom: 35px;
  }
  .home_feature_item_btn {
    margin-top: auto;
  }
  .home_feature_item_btn a {
    min-width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .home_feature {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 20% auto, 30% auto, 30% auto, 30% auto, 441px auto;
    background-position: left bottom 60px, right bottom 30px, left top 20px, right top 30px, left bottom;
  }
  .home_feature_inner {
    padding: 90px 6% 50px;
    margin-top: -56px;
  }
  .home_feature_inner::before {
    width: 100%;
    border-radius: 30px;
  }
  .home_feature_flower::before {
    width: 54px;
    right: -6%;
    top: -18px;
  }
  .home_feature_flower::after {
    width: 72px;
    left: -6%;
    bottom: -14px;
  }
  .home_feature_item {
    margin-inline: auto;
  }
  .home_feature_item:not(:last-child) {
    margin-bottom: 35px;
  }
  .home_feature_item_num {
    font-size: clamp(44px, 13.3vw, 60px);
    left: 0;
  }
  .home_feature_item_img {
    margin-bottom: 15px;
  }
  .home_feature_item_tit {
    font-size: clamp(18px, 5.3vw, 22px);
    margin-bottom: 15px;
  }
  .home_feature_item_btn {
    margin-top: 20px;
  }
}

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

  *診療案内

==================================================================================================================================*/
.home_medical {
  padding-bottom: 210px;
  background-image: url(../images/home/medical_bg_b_l.png), url(../images/home/medical_bg_b_r.png), url(../images/home/medical_bg_t_l.png), url(../images/home/medical_bg_t_r.png), url(../images/home/medical_bg_b.png);
  background-position: left bottom 182px, right 46px bottom 590px, left top 155px, right top 110px, center bottom;
  background-repeat: no-repeat;
}
.home_medical::before {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background: url(../images/home/medical_wave.png) left bottom/auto 100% repeat-x, url(../images/home/feature_bg.jpg);
  pointer-events: none;
  margin-bottom: 125px;
}
.home_medical_item {
  max-width: 235px;
  font-family: "Shuei MaruGo B";
}
.home_medical_item a {
  color: var(--text-color);
}
.home_medical_item_img {
  max-width: 220px;
  width: 94%;
  background: url(../images/home/medical_img_bg1.png) center/100% auto no-repeat;
  text-align: center;
  margin: 0 auto 20px;
}
@media (hover: hover) {
  .home_medical_item_img img {
    transition: 0.3s;
  }
  .home_medical_item a:hover .home_medical_item_img img {
    transform: translateY(-8px);
  }
}
.home_medical_item_tit {
  font-size: clamp(20px, 1.1vw, 22px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  background: url(../images/home/medical_tit_dec1.png) center bottom/100% auto no-repeat;
  padding-bottom: 11%;
  margin-bottom: 30px;
}
.home_medical_item_text {
  font-size: 14px;
  font-weight: 400;
  background: #fff5f4;
  border-radius: 20px;
  padding: 22px 10px 22px 22px;
}
.home_medical_item_text li {
  padding-left: 1em;
  text-indent: -1em;
}
.home_medical_item_text li:not(:last-child) {
  margin-bottom: 8px;
}
.home_medical_item_text li:before {
  content: "・";
  color: #df7873;
}
.home_medical_item:nth-child(2) .home_medical_item_img {
  background-image: url(../images/home/medical_img_bg2.png);
}
.home_medical_item:nth-child(2) .home_medical_item_tit {
  background-image: url(../images/home/medical_tit_dec2.png);
}
.home_medical_item:nth-child(2) .home_medical_item_text {
  background: #fff7ef;
}
.home_medical_item:nth-child(2) .home_medical_item_text li:before {
  color: #dd8f4a;
}
.home_medical_item:nth-child(3) .home_medical_item_img {
  background-image: url(../images/home/medical_img_bg3.png);
}
.home_medical_item:nth-child(3) .home_medical_item_tit {
  background-image: url(../images/home/medical_tit_dec3.png);
}
.home_medical_item:nth-child(3) .home_medical_item_text {
  background: #fbf9ee;
}
.home_medical_item:nth-child(3) .home_medical_item_text li:before {
  color: #eccf30;
}
.home_medical_item:nth-child(4) .home_medical_item_img {
  background-image: url(../images/home/medical_img_bg4.png);
}
.home_medical_item:nth-child(4) .home_medical_item_tit {
  background-image: url(../images/home/medical_tit_dec4.png);
}
.home_medical_item:nth-child(4) .home_medical_item_text {
  background: #f6faf2;
}
.home_medical_item:nth-child(4) .home_medical_item_text li:before {
  color: #a7d17e;
}
.home_medical_item:nth-child(5) .home_medical_item_img {
  background-image: url(../images/home/medical_img_bg5.png);
}
.home_medical_item:nth-child(5) .home_medical_item_tit {
  background-image: url(../images/home/medical_tit_dec5.png);
}
.home_medical_item:nth-child(5) .home_medical_item_text {
  background: #f5faf5;
}
.home_medical_item:nth-child(5) .home_medical_item_text li:before {
  color: #4ca33c;
}
.home_medical_item:nth-child(6) .home_medical_item_img {
  background-image: url(../images/home/medical_img_bg6.png);
}
.home_medical_item:nth-child(6) .home_medical_item_tit {
  background-image: url(../images/home/medical_tit_dec6.png);
}
.home_medical_item:nth-child(6) .home_medical_item_text {
  background: #f3faf9;
}
.home_medical_item:nth-child(6) .home_medical_item_text li:before {
  color: #8bc6c0;
}
.home_medical_item:nth-child(7) .home_medical_item_img {
  background-image: url(../images/home/medical_img_bg7.png);
}
.home_medical_item:nth-child(7) .home_medical_item_tit {
  background-image: url(../images/home/medical_tit_dec7.png);
}
.home_medical_item:nth-child(7) .home_medical_item_text {
  background: #f4f8fa;
}
.home_medical_item:nth-child(7) .home_medical_item_text li:before {
  color: #7eafcc;
}
.home_medical_item:nth-child(8) .home_medical_item_img {
  background-image: url(../images/home/medical_img_bg8.png);
}
.home_medical_item:nth-child(8) .home_medical_item_tit {
  background-image: url(../images/home/medical_tit_dec8.png);
}
.home_medical_item:nth-child(8) .home_medical_item_text {
  background: #f2f3fb;
}
.home_medical_item:nth-child(8) .home_medical_item_text li:before {
  color: #8385b4;
}
.home_medical_item:nth-child(9) .home_medical_item_img {
  background-image: url(../images/home/medical_img_bg9.png);
}
.home_medical_item:nth-child(9) .home_medical_item_tit {
  background-image: url(../images/home/medical_tit_dec9.png);
}
.home_medical_item:nth-child(9) .home_medical_item_text {
  background: #f5f3f9;
}
.home_medical_item:nth-child(9) .home_medical_item_text li:before {
  color: #bbadd5;
}
.home_medical_item:nth-child(10) .home_medical_item_img {
  background-image: url(../images/home/medical_img_bg10.png);
}
.home_medical_item:nth-child(10) .home_medical_item_tit {
  background-image: url(../images/home/medical_tit_dec10.png);
}
.home_medical_item:nth-child(10) .home_medical_item_text {
  background: #f8f0f2;
}
.home_medical_item:nth-child(10) .home_medical_item_text li:before {
  color: #ca97a5;
}

@media print, screen and (min-width: 641px) {
  .home_medical .home_inner {
    max-width: 1340px;
    padding-inline: 20px;
  }
  .home_medical .home_tit {
    margin-bottom: 75px;
  }
  .home_medical_list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 2.5%;
  }
  .home_medical_item {
    width: 18%;
  }
}

@media screen and (max-width: 640px) {
  .home_medical {
    padding-bottom: 30%;
    background-image: url(../images/home/medical_bg_b_l.png), url(../images/home/medical_bg_b_r.png), url(../images/home/medical_bg_t_l.png), url(../images/home/medical_bg_t_r.png), url(../images/home/medical_bg_b_sp.png);
    background-size: 20% auto, 30% auto, 40% auto, 50% auto, 100% auto;
    background-position: left bottom 50px, right 10px bottom 200px, left top 12%, right -10% top 130px, center bottom;
  }
  .home_medical::before {
    margin-bottom: 45px;
  }
  .home_medical_item {
    margin-inline: auto;
  }
  .home_medical_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .home_medical_item_tit {
    font-size: clamp(20px, 5.9vw, 22px);
    margin-bottom: 20px;
  }
}

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

  *医療コラム

==================================================================================================================================*/
.home_column {
  padding-top: 130px;
  padding-bottom: 250px;
  background: url(../images/home/column_bg_l.png) left top 186px no-repeat, url(../images/home/column_bg_r.png) right top 144px no-repeat, url(../images/home/column_bg_b.png) center bottom no-repeat, url(../images/home/column_bg.jpg);
}
.home_column_owl {
  width: 100%;
  padding-left: 26px;
  margin-bottom: -30px;
  pointer-events: none;
  position: relative;
}
.home_column_owl img {
  width: 126px;
}
.home_column_list {
  font-family: "Shuei MaruGo B";
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.home_column_list dl {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
}
.home_column_list dt {
  background: url(../images/home/column_category_bg_green.jpg);
  color: #fff;
  font-size: 20px;
  padding: 18px 20px;
}
.home_column_list dl:nth-child(odd) dt {
  background-image: url(../images/home/column_category_bg_brown.jpg);
}
.home_column_list dd ul li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.home_column_list dd ul li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--text-color);
  padding: 28px 20px;
}
@media (hover: hover) {
  .home_column_list dd ul li a:hover {
    color: var(--sub-color);
  }
}
.home_column .btn01 {
  text-align: center;
  margin-top: 25px;
}

@media print, screen and (min-width: 641px) {
  .home_column .home_tit {
    margin-bottom: -15px;
  }
  .home_column_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 26px;
  }
  .home_column_list dl {
    width: 280px;
  }
}

@media screen and (max-width: 640px) {
  .home_column {
    padding-top: 50px;
    padding-bottom: 30%;
    background-image: url(../images/home/column_bg_l.png), url(../images/home/column_bg_r.png), url(../images/home/column_bg_b_sp.png), url(../images/home/column_bg.jpg);
    background-size: 28% auto, 48% auto, 100% auto, 176px auto;
    background-position: left top 60px, right top 30px, center bottom, left top;
  }
  .home_column_owl {
    padding-left: 15px;
    margin-bottom: -4px;
  }
  .home_column_list dl:not(:last-child) {
    margin-bottom: 30px;
  }
  .home_column_list dt {
    padding: 15px 6%;
    background-size: 176px auto;
  }
  .home_column_list dd ul li a {
    padding: 20px 6%;
  }
}

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
/*   overflow: hidden; */
/*   background: url(../images/footer_info_bg.jpg) left bottom; */
	background: url(../images/home/info_bg.jpg) left bottom;
	    position: relative;
    padding-top: 80px;
	    padding-bottom: 30px;
}

.home_loopSlider div {
  vertical-align: top;
}

.home_loopSlider .slick-slide {
  padding-inline: 5px;
}

.home_loopSlider img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .home_loopSlider {
    background-size: 250px auto;
  }
}