@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;
}

/*----------タイトル----------*/
.home_tit {
  text-align: center;
  margin-bottom: 30px;
}
.home_tit_en {
  color: #d57aa4;
  font-size: 65px;
  font-family: "goudy-old-style", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
}
.home_tit_jp {
  color: #5a4736;
  font-size: 20px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .home_tit_en {
    font-size: clamp(50px, 16vw, 65px);
  }
  .home_tit_jp {
    font-size: clamp(18px, 5.3vw, 20px);
  }
}

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

  *メインビジュアル

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

/*　スライダー */
.home_mv_slider div {
  vertical-align: top;
}

.home_mv_slider img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.home_mv_catch {
  color: #fff;
  font-size: 32px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-shadow: 0 0 6px rgba(51, 51, 51, 0.8), 0 0 8px rgba(51, 51, 51, 0.8);
  position: absolute;
  left: 0;
}

.home_mv_open {
  width: 410px;
  position: absolute;
  right: -22px;
  bottom: 112px;
}
@media (hover: hover) {
  .home_mv_open a:hover {
    opacity: 0.8;
  }
}

.home_mv_feature {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
}
.home_mv_feature li {
  width: 244px;
}
.home_mv_feature li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  aspect-ratio: 1;
  background: url(../images/home/mv_feature_bg1.png) center/100% auto no-repeat;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(80, 7, 51, 1);
}

.home_mv_feature li:first-child a span {
    font-size: 105%;
	margin-top: 10px;
}



@media (hover: hover) {
  .home_mv_feature li a:hover {
    opacity: 0.8;
  }
}
.home_mv_feature li a span {
  display: block;
  font-size: 83%;
  margin-top: 18px;
}
.home_mv_feature li:nth-child(2) a {
  line-height: 1.5;
  background-image: url(../images/home/mv_feature_bg2.png);
  text-shadow: 0px 0px 10px rgba(33, 5, 46, 1);
}
.home_mv_feature li:nth-child(2) a span {
  display: inline;
  font-size: 91%;
}

.home_mv_feature li:nth-child(3) a div .text-adj{
    display: inline-block;
    font-size: 120%;
	margin-top: inherit;
}

.home_mv_feature li:nth-child(3) a span{
	margin-top: 5px;
}

.home_mv_banner:not(.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: 822px;
  }
  .home_mv_main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    width: 1200px;
  }
  .home_mv_main > * {
    z-index: 1;
  }
  .home_mv_catch {
    padding-bottom: 200px;
    top: 50%;
    transform: translateY(-50%);
  }
  .home_mv_feature {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .home_mv_ribon {
    position: absolute;
    bottom: 150px;
    left: 0;
  }
  .home_mv_banner {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  .home_mv_banner:not(.mv_banner-btn) {
    width: 550px;
    height: 110px;
  }
  .home_mv_banner:not(.mv_banner-btn) img {
    max-height: 100%;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .home_mv_slider img,
  .home_mv_catch {
    height: 400px;
  }
  .home_mv_main {
    padding: 20px 5%;
  }
  .home_mv_catch {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    font-size: clamp(16px, 4.8vw, 20px);
    padding: 0 5% 210px;
    top: 0;
  }
  .home_mv_open {
    width: 220px;
    right: 0;
    bottom: auto;
    top: 395px;
    transform: translateY(-100%);
  }
  .home_mv_feature {
    gap: 5px;
  }
  .home_mv_feature li {
    width: calc((100% - 10px) / 3);
  }
  .home_mv_feature li a {
    font-size: clamp(10px, 2.9vw, 19px);
    letter-spacing: 0;
  }
  .home_mv_feature li a span {
    margin-top: 5px;
  }
  .home_mv_banner,
  .home_mv_ribon {
    text-align: center;
    margin-top: 20px;
  }
  .home_mv_feature li:first-child a span {
	margin-top: inherit;
}
.home_mv_feature li:nth-child(3) a div .text-adj {
    font-size: 115%;
}
}

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

  *お知らせ～医院概要

==================================================================================================================================*/
.home_news_info {
  background: url(../images/home/info_bg_t_l.png) center top no-repeat, url(../images/home/info_bg_b_r.png) center bottom no-repeat, url(../images/home/info_bg_b.jpg) center bottom no-repeat;
  position: relative;
}
.home_news_info::before {
  display: block;
  content: "";
  width: 100%;
  height: 104px;
  background: url(../images/home/mv_btm.png) center top/auto 100% no-repeat;
  pointer-events: none;
  position: absolute;
  top: -102px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .home_news_info {
    background: none;
    margin-top: 50px;
  }
  .home_news_info::before {
    height: 52px;
    top: -50px;
  }
}

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

  *お知らせ

==================================================================================================================================*/
.home_news {
  padding-top: 150px;
}
.home_news .home_tit {
  margin-bottom: 0;
}
.home_news .btn01 {
  text-align: center;
  margin-top: 45px;
}
.home_news_list li {
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding: 0 10px 30px;
  border-bottom: 1px dotted #ccc;
  line-height: 1.6;
}
.home_news_list li,
.home_news_list li a {
  color: #745e34;
}
.home_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.home_news_list li > * {
  display: block;
}
.home_news_list li > span,
.home_news_list li > em {
  font-size: 88%;
}
.home_news_list li > em {
  text-align: center;
  padding: 2px 10px;
  font-style: normal;
  border-radius: 30px;
  letter-spacing: 0.02em;
}
.home_news_list li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (hover: hover) {
  .home_news_list li a:hover {
    color: var(--main-color);
  }
}

@media print, screen and (min-width: 641px) {
  .home_news .home_inner {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
  }
  .home_news .btn01 a {
    font-size: 15px;
  }
  .home_news_list {
    width: 867px;
    flex-shrink: 0;
  }
  .home_news_list li > em {
    min-width: 110px;
  }
}

@media screen and (max-width: 640px) {
  .home_news {
    padding-top: 40px;
    background: url(../images/home/info_bg_t_l_sp.png) left top/30% auto no-repeat;
  }
  .home_news_head {
    margin-bottom: 30px;
  }
  .home_news .btn01 {
    margin-top: 20px;
  }
  .home_news_list li {
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 0 0 15px;
  }
  .home_news_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .home_news_list li a {
    width: 100%;
  }
}

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

  *医院概要

==================================================================================================================================*/
.home_info {
  padding-top: 90px;
  padding-bottom: 165px;
}

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

.home_info_left,
.home_info_right {
  width: 564px;
}

.home_info address dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
}

.home_info address dt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 74px;
  aspect-ratio: 1;
  background: url(../images/info_address_tit_bg1.png) center/100% auto no-repeat;
  color: #fff;
  font-size: 16px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
}

.home_info address dt:nth-child(4n-1) {
  background-image: url(../images/info_address_tit_bg2.png);
}

.home_info address dd {
  width: calc(100% - 94px);
}

.home_info_add {
  letter-spacing: 0.08em;
}

.home_info_tel {
  font-size: 31px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1;
}

.home_info_tel a,
.home_info_tel a:hover {
  color: #997bac;
}

.home_info_free {
  margin-top: 10px;
}

.home_info_schedule {
  max-width: 515px;
  margin-top: 20px;
}

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

/* 右側 */
.home_access_map {
  text-align: center;
  position: relative;
}

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

.home_access_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.home_access_guide {
  width: 358px;
}

.home_access_guide li {
  font-size: 15px;
  padding-left: 25px;
  border-bottom: 1px solid #997bac;
  background: url(../images/icon_map.png) left top 0.2em/auto 1.7em no-repeat;
}

.home_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}

.home_access .btn01 {
  width: 198px;
  text-align: center;
}

.home_access .btn01 a {
  width: 100%;
  font-size: 113%;
  font-family: "goudy-old-style", serif;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .home_info {
    background: url(../images/home/info_bg_b_r_sp.png) right bottom/50% auto no-repeat, url(../images/home/info_bg_t_sp.png) center top/100% auto no-repeat, url(../images/home/info_bg_sp.jpg) center top/100% auto repeat-y;
    padding-top: 50px;
    padding-bottom: 25%;
  }
  .home_info .home_inner {
    display: block;
  }
  .home_info_left,
  .home_info_right {
    width: 100%;
  }
  .home_info_left {
    margin-bottom: 40px;
  }
  .home_info_tel {
    font-size: clamp(24px, 7.5vw, 31px);
  }
  .home_access_flex {
    display: block;
    margin-top: 20px;
  }
  .home_access_guide,
  .home_access .btn01 {
    width: 100%;
  }
  .home_access .btn01 {
    margin-top: 20px;
  }
  .home_access .btn01 a {
    width: auto;
  }
}

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

  *当院の特徴

==================================================================================================================================*/
.home_feature {
  padding-top: 155px;
  background: url(../images/home/feature_bg_t.png) center top no-repeat;
  margin-top: -95px;
  position: relative;
  overflow: hidden;
}
.home_feature .home_tit {
  margin-bottom: 0;
}
.home_feature .home_tit_jp {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  background: linear-gradient(63deg, #aa3a99 0%, #aa3a99 50%, #6e3583 60%, #6e3583 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home_feature .home_tit_jp > span {
  display: block;
  font-size: 360%;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 5px;
}
.home_feature .home_tit_jp > span span {
  font-size: 67%;
}
.home_feature_inner {
  background-position: center top 2px;
  padding-top: 90px;
  padding-bottom: 160px;
  margin-top: 108px;
  position: relative;
}
.home_feature_inner, .home_feature_inner::before {
  background-image: url(../images/home/feature_bg.jpg);
  background-repeat: repeat-y;
}
.home_feature_inner::before {
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  background-position: center bottom;
  -webkit-mask-image: url(../images/home/feature_bg_mask.png);
          mask-image: url(../images/home/feature_bg_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%;
  position: absolute;
  left: 0;
  top: -58px;
}
.home_feature_item_num {
  padding-right: 10px;
  margin-bottom: -66px;
  position: relative;
  z-index: 1;
}
.home_feature_item_num p {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 112px;
  aspect-ratio: 1;
  background: url(../images/home/feature_num_bg.png) center/100% auto no-repeat;
  padding-bottom: 16px;
  margin-inline: auto;
}
.home_feature_item_num em {
  display: block;
  color: #fff;
  font-size: 78px;
  font-family: "gautreaux", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin-bottom: -0.6em;
}
.home_feature_item_img {
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.home_feature_item_img::before,
.home_feature_item_img img {
  border-radius: 40px;
}
.home_feature_item_img::before {
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: linear-gradient(30deg, #dda1ba 0%, #dda1ba 40%, #e8bfda 60%, #e8bfda 100%);
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home_feature_item_img::after {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  content: "Lead to\aresults";
  width: 140px;
  aspect-ratio: 1;
  color: #d09cb9;
  font-size: 25px;
  font-family: "gautreaux", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  white-space: pre;
  transform: rotate(-15deg);
  background: url(../images/home/feature_en_bg.png) center/100% auto no-repeat;
  padding-top: 1em;
  position: absolute;
  right: -22px;
  bottom: -20px;
}
.home_feature_item_img img {
  position: relative;
}
.home_feature_item_tit {
  width: calc(100% - 10px);
  color: #5a4736;
  font-size: 22px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 3;
  text-align: center;
  background-position: left top, right top;
  background-image: url(../images/home/feature_tit_bg_l.png), url(../images/home/feature_tit_bg_r.png);
  background-repeat: repeat-y;
  padding-inline: 1em;
}
.home_feature_item_tit,
.home_feature_item_tit span {
  background-size: auto 3em;
}
.home_feature_item_tit span {
  display: block;
  background-image: url(../images/home/feature_tit_bg.png);
  background-position: center top;
  background-repeat: repeat;
}
.home_feature_item_text {
  letter-spacing: 0.08em;
  margin-top: 15px;
}
.home_feature_item .btn01 {
  text-align: right;
  margin-top: 15px;
}
.home_feature_item:nth-child(2) .home_feature_item_img::after {
  content: "n-house\aprescription";
}
.home_feature_item:nth-child(3) .home_feature_item_img::after {
  content: "Convenient";
}
.home_feature_item:nth-child(4) .home_feature_item_img::after {
  content: "Smooth";
}
.home_feature_item:nth-child(5) .home_feature_item_img::after {
  content: "Consistent\aresponse";
}
.home_feature_item:nth-child(6) .home_feature_item_img::after {
  content: "be close to";
}

@media print, screen and (min-width: 641px) {
  .home_feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 110px 75px;
  }
  .home_feature_item {
    width: 350px;
  }
  .home_feature_item:nth-child(3n-1) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .home_feature {
    padding-top: calc(5% + 40px);
    background-size: 100% auto;
    margin-top: -5%;
  }
  .home_feature .home_tit_jp > span {
    font-size: 300%;
  }
  .home_feature_inner {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: calc(3% + 40px);
  }
  .home_feature_inner, .home_feature_inner::before {
    background-size: 100% auto;
  }
  .home_feature_inner::before {
    height: auto;
    aspect-ratio: 1920/60;
    top: 0;
    margin-top: -3%;
  }
  .home_feature_item {
    max-width: 350px;
    margin-inline: auto;
  }
  .home_feature_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .home_feature_item_img {
    margin-bottom: 25px;
  }
  .home_feature_item_tit {
    font-size: clamp(18px, 5.3vw, 22px);
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.home_greeting {
  padding-top: 155px;
  padding-bottom: 160px;
  background: url(../images/home/greeting_bg_t_l.png) left top no-repeat, url(../images/home/greeting_bg_b_r.png) right bottom no-repeat;
}
.home_greeting .home_tit_en {
  font-style: normal;
}
.home_greeting_img {
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}
.home_greeting_img::before,
.home_greeting_img img {
  border-radius: 20px;
}
.home_greeting_img::before {
  display: block;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: linear-gradient(30deg, #dda1ba 0%, #dda1ba 40%, #e8bfda 60%, #e8bfda 100%);
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home_greeting_img img {
  position: relative;
}
.home_greeting_name {
  font-size: 19px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
}
.home_greeting_name .name span {
  font-size: 132%;
}
.home_greeting_flex_text h3 {
  color: #5a4736;
  font-size: 25px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-shadow: 0 0 4px #fff, 0 0 8px #fff;
  margin-bottom: 50px;
}
.home_greeting_text {
  text-shadow: 0 0 4px #fff, 0 0 8px #fff;
}
.home_greeting_text p:not(:last-child) {
  margin-bottom: 2.2em;
}
.home_greeting .btn01 {
  margin-top: 40px;
}

@media print, screen and (min-width: 641px) {
  .home_greeting .home_tit {
    margin-bottom: 70px;
  }
  .home_greeting_flex {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 70px;
  }
  .home_greeting_flex_img {
    width: 400px;
    padding-top: 60px;
  }
  .home_greeting_name {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .home_greeting_flex_text {
    flex: 1;
  }
  .home_greeting_text {
    line-height: 2.4;
  }
}

@media screen and (max-width: 640px) {
  .home_greeting {
    padding-top: 50px;
    padding-bottom: 70px;
    background-size: 34% auto, 60% auto;
  }
  .home_greeting_img {
    max-width: 400px;
    width: 80%;
    margin-inline: auto;
  }
  .home_greeting_name {
    font-size: clamp(16px, 4.8vw, 19px);
    text-align: center;
  }
  .home_greeting_flex_text {
    margin-top: 25px;
  }
  .home_greeting_flex_text h3 {
    font-size: clamp(18px, 5.3vw, 25px);
    margin-bottom: 20px;
  }
  .home_greeting_text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .home_greeting .btn01 {
    margin-top: 20px;
  }
}
.home_greeting_btm {
  text-align: center;
}

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

  *診療案内

==================================================================================================================================*/
.home_medical {
  background: url(../images/home/medical_bg_t.png) center top no-repeat;
  padding-top: 205px;
  margin-top: -88px;
  position: relative;
}
.home_medical .home_tit {
  margin-bottom: 0;
}
.home_medical .home_tit_en {
  font-style: normal;
}
.home_medical_inner {
  background: url(../images/home/medical_bg.png) center top no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 90px, #f4ede7 90px, #f4ede7 100%);
  padding-top: 240px;
  padding-bottom: 160px;
}
.home_medical_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.home_medical_item {
  width: 270px;
}
.home_medical_item a {
  display: block;
  height: 100%;
  border-radius: 40px;
  background: #fff;
  padding: 18px 5px;
  color: #5a4736;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.home_medical_item a::before {
  display: block;
  content: "";
  width: 22%;
  aspect-ratio: 1;
  border-top-left-radius: 100%;
  background: url(../images/btn_arrow.png) right 42% bottom 42%/8px auto no-repeat, #d47fa6;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (hover: hover) {
  .home_medical_item a::before {
    transition: background-color 0.3s;
  }
  .home_medical_item a:hover {
    transform: translateY(10px);
  }
  .home_medical_item a:hover::before {
    background-color: var(--sub-color);
  }
}
.home_medical_item a > * {
  position: relative;
}
.home_medical_item_img {
  max-width: 230px;
  background: url(../images/home/medical_img_bg1.png) center/100% auto no-repeat;
  margin: 0 auto 25px;
}
.home_medical_item_img img {
  -webkit-mask-image: url(../images/home/medical_img_bg1.png);
          mask-image: url(../images/home/medical_img_bg1.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_medical_item:nth-child(8n-1) .home_medical_item_img, .home_medical_item:nth-child(8n-3) .home_medical_item_img, .home_medical_item:nth-child(8n-4) .home_medical_item_img, .home_medical_item:nth-child(8n-6) .home_medical_item_img {
  background-image: url(../images/home/medical_img_bg2.png);
}
.home_medical_item:nth-child(8n-1) .home_medical_item_img img, .home_medical_item:nth-child(8n-3) .home_medical_item_img img, .home_medical_item:nth-child(8n-4) .home_medical_item_img img, .home_medical_item:nth-child(8n-6) .home_medical_item_img img {
  -webkit-mask-image: url(../images/home/medical_img_bg2.png);
          mask-image: url(../images/home/medical_img_bg2.png);
}
.home_medical_item_tit {
  font-size: 20px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
}

@media print, screen and (min-width: 641px) {
  .home_medical_item_tit {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 2.5em;
  }
}

@media screen and (max-width: 640px) {
  .home_medical {
    background-size: 100% auto;
    padding-top: calc(5% + 50px);
    margin-top: -5%;
  }
  .home_medical_inner {
    background-size: 100% auto;
    padding-top: calc(5% + 50px);
    padding-bottom: 50px;
  }
  .home_medical_list {
    gap: 20px 6%;
  }
  .home_medical_item {
    width: 47%;
  }
  .home_medical_item a {
    border-radius: 30px;
  }
  .home_medical_item_img {
    margin-bottom: 15px;
  }
  .home_medical_item_tit {
    font-size: clamp(14px, 4vw, 20px);
  }
}

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

  *医療コラム

==================================================================================================================================*/
/*.sec_top_column {
  padding-top: 80px;
  padding-bottom: 80px;
}
.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 32px;
}
.column_list_flex dl {
  width: 276px;
  margin-bottom: 20px;
}
.column_list_flex dt {
  background: var(--main-color);
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}
.column_list_flex dd {
  padding: 10px;
}
.column_list_flex dd ul li {
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
}
.column_list_flex dd ul li::before {
  content: "\f054";
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 90%;
  margin-right: 5px;
}
.column_list_flex dd ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--text-color);
}
@media (hover: hover) {
  .column_list_flex dd ul li a:hover {
    color: var(--sub-color);
  }
}

@media screen and (max-width: 640px) {
  .column_list_flex{
    gap: 0;
  }
  .column_list_flex dl {
    width: 100%;
  }
}*/

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
  background: url(../images/home/slider_bg.jpg) center top repeat-y;
  padding-block: 130px;
}

.home_loopSlider div {
  vertical-align: top;
}

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

.home_loopSlider img {
  width: 100%;
  border-radius: 40px;
}

@media screen and (max-width: 640px) {
  .home_loopSlider {
    padding-block: 40px;
  }
  .home_loopSlider .slick-slide {
    padding-inline: 10px;
  }
  .home_loopSlider img {
    border-radius: 30px;
  }
}