@charset "UTF-8";
/* ---------------------
  - *共通設定
  - *メインビジュアル
  - *スマホのみのエリア
  - *お知らせ・ブログ
  - *医院概要
  - *ループスライダー
  - *ご挨拶
  - *特徴
  - *診療案内
--------------------- */
/*==================================================================================================================================

  *共通設定

==================================================================================================================================*/
main br.sp + br,
main br.pc + br {
  display: inline;
}

/*----------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%;
  }
}

/*----------btn01----------*/
main .btn01 a,
main .btn01 > span {
  margin-top: 0;
  margin-bottom: 0;
}

/*----------タイトル----------*/
.home_tit {
  margin-bottom: 30px;
}
.home_tit_en {
  font-size: 72px;
  color: #0eabdd;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
}
.home_tit_en::before {
  content: attr(data-tit-en);
  display: block;
  font-size: 150px;
  letter-spacing: 0.06em;
  opacity: 0.17;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home_tit_jp {
  font-size: 22px;
  font-family: "iroha-26tubaki-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .home_tit_en {
    font-size: clamp(30px, 14.4vw, 54px);
  }
  .home_tit_en:before {
    font-size: 148%;
    bottom: 10px;
  }
  .home_tit_jp {
    font-size: 20px;
  }
}

/*----------アニメ----------*/
@media not print {
  .inView {
    transition-property: opacity, transform;
    transition-timing-function: ease;
    transition-duration: 1s;
    opacity: 0;
    transform: translateY(80px);
  }
  .inView.inView-on {
    opacity: 1;
    transform: none;
  }
}

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

  *メインビジュアル

==================================================================================================================================*/
.home_mv,
.slider-fade .slick-slide img {
  height: 980px;
}

.home_mv {
  position: relative;
}

/*　スライダー */
.slider-fade .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home_mv_main > * {
  z-index: 1;
}

/*　キャッチコピー　*/
.home_mv_catch {
  position: absolute;
  left: 0;
  top: 285px;
}

.home_mv_catch_text {
  font-size: 48px;
  color: #fff;
  font-family: "iroha-26tubaki-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.home_mv_open {
  width: 100%;
  max-width: 300px;
}

.home_mv_feature {
  display: flex;
  gap: 46px;
  padding-bottom: 8px;
}
.home_mv_feature a {
  width: 202px;
  min-height: 144px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-family: "iroha-26tubaki-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  background-color: rgb(0 169 224 / 0.73);
  outline: 8px solid rgb(51 160 183 / 0.74);
  border: 1px solid #fff;
  padding: 10px;
}
@media (hover: hover) {
  .home_mv_feature a:hover {
    background-color: rgb(0 169 224);
    outline-color: rgb(51 160 183);
  }
}
.home_mv_feature_icon {
  line-height: 1;
}
.home_mv_feature_icon img {
  max-height: 32px;
  width: auto;
}
.home_mv_feature_text_fsS {
  font-size: 71%;
}
.home_mv_feature_text_fsL {
  font-size: 142%;
  line-height: 1;
}

/*　RIBONバナー　*/
.home_mv .mv_ribon {
  position: absolute;
  bottom: 150px;
  left: 0;
}

/*　バナー　*/
.home_mv .mv_banner {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.home_mv .mv_banner:not(.mv_banner-btn) {
  width: 550px;
  height: 110px;
}

.home_mv .mv_banner:not(.mv_banner-btn) img {
  max-height: 100%;
  width: auto;
}

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

.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_main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    width: 1200px;
    padding-top: 154px;
  }
  .home_mv_open {
    position: absolute;
    bottom: -35px;
    right: 46px;
  }
  .home_mv_feature {
    position: absolute;
    bottom: 12px;
    left: 8px;
  }
}

@media screen and (max-width: 640px) {
  .home_mv {
    height: auto;
  }
  .slider-fade .slick-slide img,
.home_mv_catch {
    height: 400px;
  }
  .home_mv_main {
    padding-inline: 5%;
    margin-top: calc(-15.6% - 20px);
  }

  /*　キャッチコピー　*/
  .home_mv_catch {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding: 0 5% 15.6%;
    top: 0;
    background: url(../images/home/mv_catch_bg_sp.png) left bottom/100% auto no-repeat;
  }
  .home_mv_catch_text {
    font-size: clamp(18px, 6.9vw, 26px);
  }
  .home_mv_open {
    position: relative;
    margin: 0 auto 20px;
  }
  .home_mv_feature {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    padding-bottom: 4px;
    position: relative;
  }
  .home_mv_feature a {
    max-width: 202px;
    width: calc((100% - 18px) / 2);
    min-height: auto;
    font-size: clamp(16px, 4.8vw, 24px);
    outline-width: 4px;
  }
}

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

  *スマホのみのエリア

==================================================================================================================================*/
@media screen and (max-width: 640px) {
  .top_sp_only {
    padding: 20px 5% 0;
  }
  .top_sp_only .mv_banner,
.top_sp_only .mv_ribon {
    text-align: center;
  }
}

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

  *お知らせ・ブログ

==================================================================================================================================*/
.home_topics {
  max-width: 1920px;
  margin-inline: auto;
  padding-top: 255px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
  background: url(../images/home/topics_bg_t_r.png) right top no-repeat;
}
.home_topics::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/blog_bg.jpg) #fff right top/50% auto repeat-y;
  -webkit-mask-image: url(../images/home/topics_bg_mask.png), linear-gradient(#000, #000);
          mask-image: url(../images/home/topics_bg_mask.png), linear-gradient(#000, #000);
  -webkit-mask-repeat: no-repeat, repeat-y;
          mask-repeat: no-repeat, repeat-y;
  -webkit-mask-position: center top, center bottom;
          mask-position: center top, center bottom;
  -webkit-mask-size: auto, 100%;
          mask-size: auto, 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.home_topics .home_inner {
  position: relative;
}
.home_topics_head {
  margin-bottom: 30px;
  position: relative;
}
.home_topics_tit_en {
  font-size: 72px;
  color: #0eabdd;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 5px;
}
.home_topics_tit_jp {
  font-size: 22px;
  font-family: "iroha-26tubaki-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.home_topics_btn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text-color);
  line-height: 1.5;
  border-bottom: 1px solid #c0a276;
  padding: 8px 45px 8px 0;
  position: relative;
}
.home_topics_btn a::before, .home_topics_btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home_topics_btn a::before {
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(180 151 107 / 0.24);
  right: 0;
}
.home_topics_btn a::after {
  width: 30px;
  height: 14px;
  background: url(../images/home/topics_link_arrow.png) right center/100% auto no-repeat;
  right: 4px;
}
@media (hover: hover) {
  .home_topics_btn a:hover {
    color: #c0a276;
  }
  .home_topics_btn a::before {
    transition: 0.3s ease;
  }
  .home_topics_btn a:hover::before {
    width: 24px;
  }
}

/* お知らせ */
.home_news_list li {
  display: flex;
  gap: 10px 15px;
  padding: 30px 5px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.home_news_list li:first-child {
  border-top: 1px solid #ccc;
}

.home_news_list li > * {
  display: block;
}

.home_news_list li em {
  min-width: 112px;
  text-align: center;
  padding: 3px 10px;
  font-style: normal;
}

.home_news_list li a {
  color: var(--text-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home_news_list li a:hover {
  color: var(--main-color);
}

/* ブログ */
.home_blog_list li {
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.home_blog_list li:first-child {
  border-top: 1px solid #ccc;
}

.home_blog_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--text-color);
  padding-top: 28px;
  padding-bottom: 28px;
}

.home_blog_thum {
  flex-shrink: 0;
  width: 132px;
  aspect-ratio: 132/82;
  margin-right: 20px;
  overflow: hidden;
}

.home_blog_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home_blog_info {
  width: calc(100% - 152px);
}

.home_blog_date {
  margin-bottom: 6px;
}

.home_blog_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (hover: hover) {
  .home_blog_list li a:hover {
    color: var(--main-color);
  }
  .home_blog_thum img {
    transition: transform 0.2s;
  }
  .home_blog_list li a:hover .home_blog_thum img {
    transform: scale(1.1);
  }
}

@media print, screen and (min-width: 641px) {
  .home_topics {
    margin-top: -145px;
    position: relative;
  }
  .home_topics .home_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 80px;
  }
  .home_topics .home_inner > * {
    width: calc((100% - 80px) / 2);
  }
  .home_topics_btn {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .home_topics_btn a {
    min-width: 148px;
  }
}

@media screen and (max-width: 640px) {
  .home_topics {
    padding-top: 50px;
    padding-bottom: 0;
    background: none;
  }
  .home_topics::before {
    display: none;
  }
  .home_topics .home_inner {
    padding: 0;
  }
  .home_topics .home_inner > * {
    padding-inline: 5%;
  }
  .home_topics .home_inner > *:not(:last-child) {
    margin-bottom: 50px;
  }
  .home_topics_tit_en {
    font-size: clamp(30px, 14.4vw, 54px);
  }
  .home_topics_btn {
    margin-top: 20px;
  }
  .home_topics_btn a {
    margin-left: auto;
  }

  /* お知らせ */
  .home_news_list li {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .home_news_list li a {
    width: 100%;
  }

  /* ブログ */
  .home_blog {
    background: url(../images/home/blog_bg_sp.jpg) left top/100% auto repeat-y;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home_blog_list li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home_blog_thum {
    width: 100px;
    aspect-ratio: 100/82;
  }
  .home_blog_info {
    width: calc(100% - 120px);
  }
}

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

  *医院概要

==================================================================================================================================*/
.home_clinic {
  background: url(../images/home/clinic_bg.jpg) right top no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.home_clinic .home_inner {
  display: flex;
}

.home_clinic .home_inner > * {
  position: relative;
}

.home_clinic .home_inner > *::before {
  display: block;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* 左側 */
.home_info {
  width: 600px;
  padding: 130px 90px 130px 0;
  margin-top: 70px;
  margin-bottom: 135px;
}

.home_info::before {
  width: calc(100% + 300px + 360px);
  background: #f0fafd;
  left: -360px;
}

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

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

.home_info address > * {
  display: flex;
  align-items: center;
  gap: 0 25px;
}

.home_info address > *:not(:last-child) {
  margin-bottom: 22px;
}

.home_info address > *::before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 52px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto 53.8%;
  background-position: center;
  background-color: #0eabdd;
}

.home_info_add {
  line-height: 1.75;
}

.home_info_add::before {
  background-image: url(../images/icon_map.png);
}

.home_info_tel a,
.home_info_tel a:hover {
  color: var(--text-color);
}

.home_info_tel a {
  display: block;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.home_info_tel::before {
  background-image: url(../images/icon_tel_white.png);
}

.home_info_tel span {
  font-size: 39%;
  letter-spacing: 0.08em;
  padding-right: 6px;
}

.home_info_schedule {
  margin-top: 30px;
}

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

/* 右側 */
.home_access {
  width: 600px;
  padding: 80px 0 135px 80px;
  margin-top: 200px;
}

.home_access::before {
  width: calc(100% + 360px);
  background: #fff;
  right: -360px;
}

.home_access_map {
  text-align: center;
  position: relative;
}

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

.home_access_guideWrap {
  display: flex;
  align-items: flex-end;
  background: #f6f6f6;
  padding: 18px 20px;
  margin-top: 20px;
}

.home_access_guide {
  flex: 1;
  font-size: 14px;
}

.home_access_guideWrap .btn01 {
  width: 200px;
  flex-shrink: 0;
}

.home_access_guideWrap .btn01 a {
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-right: 45px;
}

.home_access_guideWrap .btn01 a::before {
  display: none;
}

.home_access_guideWrap .btn01 a::after {
  width: 20px;
  aspect-ratio: 40/12;
  background-image: url(../images/btn01_arrow2.png);
}

@media screen and (max-width: 640px) {
  .home_clinic {
    background-size: 84% auto;
  }
  .home_clinic .home_inner {
    display: block;
    padding: 50px 0 0;
  }
  .home_info,
.home_access {
    width: 100%;
    padding: 50px 5%;
    margin: 0;
  }

  /* 左側 */
  .home_info::before {
    width: 100%;
    left: 0;
  }
  .home_info address > * {
    gap: 0 15px;
  }
  .home_info address > *::before {
    width: 3.1em;
  }
  .home_info_tel a {
    font-size: clamp(22px, 8.5vw, 36px);
  }

  /* 右側 */
  .home_access::before {
    width: 100%;
    right: 0;
  }
  .home_access_guideWrap {
    display: block;
  }
  .home_access_guide {
    margin-bottom: 20px;
  }
  .home_access_guideWrap .btn01 {
    width: auto;
  }
}

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
  background: #f6f6f6;
  padding-top: 85px;
  padding-bottom: 250px;
}

#loop_slider {
  max-height: 370px;
  overflow: hidden;
}

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

@media screen and (max-width: 640px) {
  .home_loopSlider {
    padding-top: 50px;
  }
  #loop_slider {
    max-height: 123px;
  }
  .home_loopSlider img {
    width: 180px;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.home_greeting {
  padding: 320px 0 115px;
  background: url(../images/home/greeting_bg.png) center top no-repeat;
  overflow: hidden;
  margin-top: -250px;
}

.home_greeting_img {
  position: relative;
  z-index: 0;
}

.home_greeting_img::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #9ad7e9;
  pointer-events: none;
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}

.home_greeting_name {
  font-family: "iroha-26tubaki-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-left: 30px;
  margin-top: 65px;
}

.home_greeting_name .carr {
  margin-bottom: 15px;
}

.home_greeting_name .name span {
  font-size: 133%;
  padding-left: 1em;
}

.home_greeting_flex_img .btn01 {
  margin-top: 45px;
}
.home_greeting_flex_img .btn01 a {
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.home_greeting_catch {
  font-family: "iroha-26tubaki-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 65px;
}

.home_greeting_catch span {
  font-size: 117%;
  color: var(--main-color);
}

.home_greeting_flex_text p:not(:last-child) {
  margin-bottom: 2em;
}

@media print, screen and (min-width: 641px) {
  .home_greeting .home_tit {
    margin-bottom: -65px;
  }
  .home_greeting_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 0 70px;
  }
  .home_greeting_flex_img {
    width: 440px;
  }
  .home_greeting_flex_img .btn01 {
    text-align: right;
  }
  .home_greeting_flex_text {
    flex: 1;
    padding-top: 120px;
  }
}

@media screen and (max-width: 640px) {
  .home_greeting {
    padding: calc(15.6% + 50px) 0 50px;
    background-image: url(../images/home/greeting_bg_sp.png);
    background-size: 100% auto;
    position: relative;
    z-index: 0;
  }
  .home_greeting::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    margin-top: 15.4%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .home_greeting_flex_img {
    text-align: center;
    margin-bottom: 40px;
  }
  .home_greeting_img {
    width: 71.7%;
    margin-inline: auto;
  }
  .home_greeting_img::before {
    right: -20px;
    bottom: -20px;
  }
  .home_greeting_name {
    padding-left: 0;
    margin-top: 40px;
  }
  .home_greeting_name .carr {
    margin-bottom: 5px;
  }
  .home_greeting_flex_img .btn01 {
    margin-top: 10px;
  }
  .home_greeting_flex_text {
    position: relative;
    padding-inline: 5%;
    margin-inline: -6%;
  }
  .home_greeting_flex_text::before, .home_greeting_flex_text::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 16%;
    z-index: -1;
  }
  .home_greeting_flex_text::before {
    background: #edf7fb;
    margin-top: 15.4%;
  }
  .home_greeting_flex_text::after {
    background: url(../images/home/greeting_bg2_sp.png) center top/100% auto no-repeat;
  }
  .home_greeting_catch {
    font-size: 114%;
    margin-bottom: 25px;
  }
}

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

  *特徴

==================================================================================================================================*/
.home_feature {
  max-width: 1920px;
  margin-inline: auto;
  background: url(../images/home/feature_bg.jpg) rgb(192 162 118 / 0.36) center top no-repeat;
  padding-top: 200px;
  overflow: hidden;
}
.home_feature_head {
  text-align: center;
}
.home_feature .home_tit_en::before {
  color: #fff;
  opacity: 0.7;
}
.home_feature_inner {
  position: relative;
  padding-top: 170px;
  padding-bottom: 280px;
}
.home_feature_bg {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
}
.home_feature_bg::before, .home_feature_bg::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home_feature_bg::before {
  background: #fff;
  margin-top: 158px;
}
.home_feature_bg::after {
  background: url(../images/home/feature_bg.png) center top no-repeat;
}
.home_feature_item_num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 92px;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: calc(-0.2em - 18px);
  position: relative;
  background: linear-gradient(345deg, #66bad4 0%, #66bad4 42%, #0f93bc 42%, #0f93bc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.home_feature_item_img {
  width: calc(100% - 20px);
  position: relative;
}
.home_feature_item_img::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #65caea;
  pointer-events: none;
  position: absolute;
  right: -10px;
  top: 10px;
}
.home_feature_item_box {
  width: calc(100% - 40px);
  margin-top: -40px;
  margin-left: auto;
  position: relative;
}
.home_feature_item_tit {
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: calc(3.4em + 24px);
  color: #fff;
  font-family: "iroha-26tubaki-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  background: rgb(14 171 221 / 0.91);
  padding: 12px 20px 12px 40px;
  margin-bottom: 30px;
}
.home_feature_item_text {
  line-height: 2.1;
}
.home_feature_item .btn01 {
  text-align: right;
  margin-top: 30px;
}

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

@media screen and (max-width: 640px) {
  .home_feature {
    background-size: 960px auto;
    padding-top: 60px;
  }
  .home_feature_inner {
    padding-top: 15.6%;
    padding-bottom: calc(10% + 50px);
  }
  .home_feature_bg::before {
    margin-top: 15.4%;
  }
  .home_feature_bg::after {
    background-image: url(../images/home/feature_bg_sp.png);
    background-size: 100% auto;
  }
  .home_feature_item {
    max-width: 360px;
    margin-inline: auto;
  }
  .home_feature_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .home_feature_item_box {
    width: calc(100% - 20px);
    margin-top: -30px;
  }
  .home_feature_item_tit {
    font-size: clamp(18px, 5.3vw, 20px);
    margin-bottom: 20px;
  }
  .home_feature_item .btn01 {
    margin-top: 20px;
  }
}

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

  *診療案内

==================================================================================================================================*/
.home_medical {
  max-width: 1920px;
  margin-inline: auto;
  padding-top: 335px;
  padding-bottom: 130px;
  background: url(../images/home/medical_bg2.png) center top no-repeat;
  margin-top: -150px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home_medical::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(14 171 221 / 0.04), rgb(14 171 221 / 0.04)), url(../images/home/medical_bg_dmy.jpg) center top/cover no-repeat;
  -webkit-mask-image: url(../images/home/medical_bg_mask.png), linear-gradient(#000, #000);
          mask-image: url(../images/home/medical_bg_mask.png), linear-gradient(#000, #000);
  -webkit-mask-repeat: no-repeat, repeat-y;
          mask-repeat: no-repeat, repeat-y;
  -webkit-mask-position: center top, center bottom;
          mask-position: center top, center bottom;
  -webkit-mask-size: auto, 100%;
          mask-size: auto, 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.home_medical .home_tit {
  text-align: center;
}
.home_medical .home_tit_en::before {
  color: #fff;
  opacity: 0.42;
  left: 50%;
  transform: translateX(-50%);
}
.home_medical_list {
  display: flex;
  flex-wrap: wrap;
}
.home_medical_item {
  width: 300px;
  text-align: center;
}
.home_medical_item a {
  display: flex;
  flex-flow: column;
  height: 100%;
  color: var(--text-color);
  padding: 28px 0 40px;
  position: relative;
}
.home_medical_item a::before, .home_medical_item a::after {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
}
.home_medical_item a::before {
  width: 1px;
  height: calc(100% - 10px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home_medical_item a::after {
  width: calc(100% - 10px);
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.home_medical_item_img {
  margin-bottom: 5px;
}
.home_medical_item_img img {
  width: auto;
  max-height: 72px;
}
.home_medical_item_tit {
  font-family: "iroha-26tubaki-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.home_medical_item_tit span {
  font-size: 75%;
}
.home_medical_item_en {
  color: #0eabdd;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 5px;
}
.home_medical_item ul {
  font-size: 15px;
  margin-bottom: 20px;
}
.home_medical_item .btn01 {
  margin-top: auto;
}
.home_medical_item .btn01 > span {
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 7px 45px 7px 20px;
}
.home_medical_item .btn01 > span::before {
  right: 8px;
}
.home_medical_item .btn01 > span::after {
  right: 12px;
}

@media (hover: hover) {
  .home_medical_item .home_medical_item_img img {
    transition: transform 0.3s ease-in-out;
  }
  .home_medical_item a:hover .home_medical_item_img img {
    transform: translateY(-10px);
  }
  .home_medical_item .btn01 > span::before {
    transition: 0.3s ease;
  }
  .home_medical_item a:hover .btn01 > span::before {
    width: 24px;
    right: 4px;
  }
  .home_medical_item .btn01 > span::after {
    transition: right 0.3s ease;
  }
  .home_medical_item a:hover .btn01 > span::after {
    right: 10px;
  }
}

@media print, screen and (min-width: 641px) {
  .home_medical .home_tit {
    margin-bottom: 60px;
  }
  .home_medical_item:nth-child(4n) a::before {
    display: none;
  }
  .home_medical_item .btn01 > span {
    min-width: 180px;
  }
}

@media screen and (max-width: 640px) {
  .home_medical {
    padding-top: calc(10% + 70px);
    padding-bottom: 50px;
    background-image: url(../images/home/medical_bg2_sp.png);
    background-size: 100% auto;
    margin-top: -10%;
  }
  .home_medical::before {
    background: linear-gradient(rgb(14 171 221 / 0.04), rgb(14 171 221 / 0.04)), url(../images/home/medical_bg_sp_dmy.jpg) center/cover no-repeat;
    -webkit-mask-image: url(../images/home/medical_bg_mask_sp.png), linear-gradient(#000, #000);
            mask-image: url(../images/home/medical_bg_mask_sp.png), linear-gradient(#000, #000);
    -webkit-mask-size: 100% auto, 100%;
            mask-size: 100% auto, 100%;
  }
  .home_medical_item {
    width: 50%;
  }
  .home_medical_item a {
    padding: 20px 10px 25px;
  }
  .home_medical_item:nth-child(2n) a::before {
    display: none;
  }
  .home_medical_item_img img {
    max-height: 60px;
  }
  .home_medical_item_tit {
    font-size: clamp(14px, 4.2vw, 16px);
  }
  .home_medical_item_tit span {
    font-size: 94%;
  }
  .home_medical_item ul {
    font-size: 100%;
  }
  .home_medical_item .btn01 > span {
    font-size: clamp(12px, 3.4vw, 14px);
  }
}