@charset "UTF-8";

/* ---------------------
  - *基本設定
  - *タイトル
  - *メインビジュアル
  - *バナーエリア
  - *医院概要
  - *ご挨拶
  - *当院の特徴
  - *病状・病名から探す
  - *診療案内
  - *医療コラム
  - *無限スライダー
--------------------- */
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
.front {
  overflow: hidden;
}

section .inner {
  padding: 100px 40px;
}

.text > *:not(:last-child) {
  margin-bottom: 2em;
}

/* ----- パララックス ----- */
.parallax {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
}

/* 切り抜く範囲 */
.parallax_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

/* 固定する画像 */
.parallax_img::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==============================================
  *SP 基本設定
============================================== */
@media screen and (max-width: 640px) {
  section .inner {
    padding: 70px 20px;
  }

  /* ----- パララックス ----- */
  .parallax {
    height: 300px;
  }
}

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

  *タイトル

================================================================================================================================== */
.top_title {
  margin-bottom: 50px;
  line-height: 1.5;
  text-align: center;
}

.top_title.title_left {
  text-align: start;
}

.top_title h2 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 200%;
  letter-spacing: 0.08em;
}

.top_title .eng {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--main-color);
  font-family: spectral, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 460%;
  letter-spacing: 0.05em;
  line-height: 1;
}

/* ==============================================
  *SP タイトル
============================================== */
@media screen and (max-width: 640px) {
  .top_title {
    margin-bottom: 40px;
  }

  .top_title h2 {
    margin: 5px 0 0;
    font-size: 20px;
  }

  .top_title .eng {
    font-size: 48px;
  }
}

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

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
  position: relative;
  z-index: 1;
  height: 840px;
  overflow: hidden;
}

.mainvisual::before{
  position: absolute;
  content: '';
  background: #ecf4f0;
  width: 100%;
  height: 140px;
  bottom: 0;
  left: 0;
  z-index: -1;
}


.mvSlider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* ----- スライダーのArrowボタン ----- */
.mvSlider .sliderBtn {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
}

.mvSlider .sliderBtn#mv_btnPrev {
  left: 20px;
}

.mvSlider .sliderBtn#mv_btnNext {
  right: 20px;
}

.mvSlider .sliderBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 50%;
  transition: background 0.2s;
}

.mvSlider .sliderBtn span:hover {
  background: var(--text-color);
}

.mvSlider .sliderBtn span::before {
  padding: 0 0 1px 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  font-size: 15px;
  transition: color 0.2s;
}

.mvSlider .sliderBtn#mv_btnPrev span::before {
  content: "\f053";
}

.mvSlider .sliderBtn#mv_btnNext span::before {
  content: "\f054";
}

/* 各スライダーのボタンは非表示に */
.mvSlider .splide__arrows {
  display: none;
}

/* ----- MVの画像 ----- */
.mvImg {
  width: 100%;
  height: 100%;
  padding-left: 400px;
}

.mvImg .splide__track {
  width: 100%;
  height: 100%;
}

.mvImg .splide__slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

/* フェードの専用スタイル */
.fade .mvImg .splide__slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: calc(100% + 50px);
  pointer-events: none;
}

/* アニメーションを実行 */
.fade.move .mvImg .splide__slide img {
  animation: hideTranslate 8s ease-out forwards;
}

.fade.move .mvImg .splide__slide.is-active img {
  animation: showTranslate 8s ease-out forwards;
}

/* MVのアニメーション  */
@keyframes hideImg {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes showTranslate {
  0% {
    transform: translate3d(0, 0px, 0);
  }

  100% {
    transform: translate3d(0, -30px, 0);
  }
}
@keyframes hideTranslate {
  /* 下降 */
  0% {
    transform: translate3d(0, -30px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}

/* ----- キャッチコピー ----- */
.mvCatch {
  position: absolute !important;
  top: 90px;
  right: 100px;
  z-index: 3;
  width: fit-content;
  height: fit-content;
  writing-mode: vertical-rl;  
}

.mvCatch .inner {
  position: relative;
  z-index: 1;
  max-width: unset;
  padding: 20px;
}

.mvCatch p {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 180%;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff;
}

/* Firefoxのみ適用 */
@-moz-document url-prefix() {
  .mvCatch{
    width: auto;
  }
}


/* ----- コンテンツ ----- */
.mvContents {
  position: absolute !important;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.mvContents .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: unset;
  padding: 0 40px;
}

.mvContents .splide__track {
  width: 100%;
  height: 100%;
}

.open_bnr {
  position: absolute;
  bottom: 590px;
  left: 30px;
  z-index: 1;
  background-image: url(../images/open_bnr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 340px;
  height: 214px;
}

.open_bnr_inner{
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.open_bnr p {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.5;
  text-align: center;
  color: #515c61;
}

.open_bnr .date {
  color: var(--sub-color);
  font-family: spectral, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 170%;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 35px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  z-index: 0;
}

.open_bnr .date::before{
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: var(--sub-color);
  -webkit-mask: url(../images/frame_left.svg) no-repeat center / 20px 20px;
  mask: url(../images/frame_left.svg) no-repeat center / 20px 20px;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.open_bnr .date::after{
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: var(--sub-color);
  -webkit-mask: url(../images/frame_right.svg) no-repeat center / 20px 20px;
  mask: url(../images/frame_right.svg) no-repeat center / 20px 20px;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.open_bnr .open_text {
  margin: 0 0 10px;
  font-size: 150%;
}

.open_bnr .open_text span{
  font-size: 90%;
}

.open_bnr .nairankai_tit {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 3px 10px;
  background: #ffffff;
  border-radius: 300px;
  color: var(--sub-color);
  font-size: 94%;
  text-align: center;
}

/* サブカラー */
.open_bnr.subcolor > * {
  background: var(--sub-color);
}

.open_bnr.subcolor > * .nairankai_tit {
  color: var(--sub-color);
}

/* ----- MV左側（大き目）のバナー ----- */
.mv_bnr_large{
  position: absolute;
  bottom: 320px;
  padding: 30px 20px 30px 30px;
  background: rgb(61, 148, 103, 1);
}

.mv_bnr_large p{
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 110%;
  color: #fff;
}

.mv_bnr_large p.main_text{
  font-size: 180%;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.5em;
	text-align:center;
}
.mv_bnr_large p span.rsv{
	padding: 5px 15px;
	background:white;
	color: var(--main-color);
}
.mv_bnr_large .color_yellow{
  color: #e3de5e;
  padding: 0 3px;
}

/* ----- MV左側（小さめ3つ）のバナー ----- */
.mv_bnr {
  position: absolute;
  bottom: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.mv_bnr div a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 212px;
  height: 212px;
  background: rgb(255, 255, 255, 0.95);
  background: #E1F0E2;
  background: linear-gradient(135deg, rgba(225, 240, 226, 1) 0%, rgba(219, 236, 245, 1) 100%);
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120%;
  line-height: 1.6;
  padding: 10px;
  position: relative;
  z-index: 0;
  transition: 0.3s;
  overflow: hidden;
}

.mv_bnr a:hover{
  opacity: 0.8;
  transform: translateY(-10px);
}

.mv_bnr a::before {
  position: absolute;
  content: '';
  background-image: url(../images/logo_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  width: 100px;
  height: 100px;
  bottom: -10px;
  right: -50px;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.15;
}

.mv_bnr a::after{
  position: absolute;
  content: '';
  border: solid 1px rgb(61, 148, 103, 0.5);
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.mv_bnr div a .small{
	font-size:70%;
}
.mv_bnr div a .viewmore{
  display: block;
  margin-top: 7px;
  padding: 3px 13px;
  background: #509f76;
  color: #fff;
  font-size: 68%;
  border-radius: 30px;
}


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

.sp_only {
  display: none;
}

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
  .mainvisual {
    height: 430px;
  }

  .mvImg{
    padding-left: 0;
  }

  /* ----- スライダーのArrowボタン ----- */
  .mvSlider .sliderBtn {
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 12px;
  }

  .mvSlider .sliderBtn#mv_btnPrev {
    left: 10px;
  }

  .mvSlider .sliderBtn#mv_btnNext {
    right: 10px;
  }

  .mvSlider .sliderBtn span::before {
    font-size: 11px;
  }

  .mvCatch {
    top: auto;
    bottom: 30px;
    right: unset;
    left: 0;
    transform: translateY(0);
    display: none;
    writing-mode: unset;
  }

  .mvCatch.is-active {
    display: block;
  }

  .mvCatch .inner{
    padding: 0 20px;
  }

  .mvCatch p {
    font-size: 125%;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .mvContents {
    display: none;
  }

  .sp_only {
    display: block;
    background: none !important;
  }

  .sp_only .inner {
    padding: 0 20px 40px;
  }

  .sp_only_contents {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
  }

  .open_bnr {
    position: static;
    width: 100%;
    /* height: auto; */
    max-width: 350px;
  }

  .open_bnr > * {
    width: 100%;
    /* height: auto;
    padding: 15px 20px; */
  }

  .open_bnr .date{
    position: relative;
    font-size: 120%;
  }

  .open_bnr .date::before{
    width: 18px;
    height: 18px;
    -webkit-mask: url(../images/frame_left.svg) no-repeat center / 18px 18px;
    mask: url(../images/frame_left.svg) no-repeat center / 18px 18px;
  }

  .open_bnr .date::after{
    width: 18px;
    height: 18px;
    -webkit-mask: url(../images/frame_right.svg) no-repeat center / 18px 18px;
    mask: url(../images/frame_right.svg) no-repeat center / 18px 18px;
  }
  
  .open_bnr_inner{
    height: auto;
    top: 30px;
    justify-content: flex-start;
  }

  .mv_bnr_large{
    position: unset;
    padding: 20px;
  }

  .mv_bnr_large p.main_text{
    font-size: 115%;
    margin-bottom: 15px;
  }

  .mv_bnr_large p{
    font-size: 85%;
    line-height: 1.5;
  }

  .mv_bnr{
    position: unset;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }

  .mv_bnr div{
    width: calc((100% - 15px) / 2);
  }

  .mv_bnr div a{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 30px 20px;
    font-size: 80%;
  }
}

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

  *バナーエリア

================================================================================================================================== */
/* ----- 共通設定 ----- */
.top_banner{
  background: #ecf4f0;
  position: relative;
  z-index: 0;
}


.top_banner .banner_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--text-color);
}

/* 画像のみのバナー */
.top_banner .onlyimg .banner_slide {
  height: fit-content;
  padding: 0;
}

.top_banner .onlyimg .banner_slide img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s;
}

.top_banner .onlyimg a.banner_slide:hover img {
  opacity: 0.5;
}

/* インプットバナー */
.top_banner .input .banner_slide {
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: var(--bg02-color);
}

.top_banner .input .banner_slide .slide_img {
  flex-shrink: 0;
  width: calc(30% - 10px);
  height: 100%;
}

.top_banner .input a.banner_slide:hover {
  background: #f5f5f5;
}

.top_banner .input .slide_img {
  flex-shrink: 0;
  width: calc(30% - 10px);
  height: 100%;
}

.top_banner .input .banner_slide .slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_banner .input .slide_inner {
  width: 100%;
  height: 100%;
  padding: 0 0 10px;
}

.top_banner .input .slide_title {
  margin: 0 auto 10px;
  padding: 5px;
  border-bottom: 1px solid var(--line-color);
  color: var(--main-color);
  font-size: 110%;
  line-height: 1.5;
}

.top_banner .input .slide_content {
  font-size: 90%;
}

/* ----- グリッドバナー ----- */
.banner_grid ul {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.banner_grid li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 13.3333333333px);
}

/* ----- スライダーバナー ----- */
#bannerSlider .splide {
  position: relative;
  z-index: 1;
}

#bannerSlider .splide__inner {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

/* スライドの設定  */
#bannerSlider .splide__slide {
  display: flex;
  align-items: center;
  min-height: 200px;
}

/* スライダーのArrowボタン */
#bannerSlider .bannerSlider_arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
}

#bannerSlider .bannerSlider_arrow i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 1px 0;
  background: var(--main-color);
  border-radius: 50%;
  font-size: 80%;
  transition: background 0.2s;
}

#bannerSlider .bannerSlider_arrow:hover i {
  background: var(--text-color);
}

#bannerSlider .bannerSlider_arrow_prev {
  left: 0;
}

#bannerSlider .bannerSlider_arrow_next {
  right: 0;
}

/* ページネーション */
#bannerSlider .bannerSlider_pagination {
  z-index: 1;
  display: flex;
  gap: 15px;
  margin: 30px auto 0;
}

#bannerSlider .bannerSlider_page {
  width: 10px;
  height: 10px;
  background-color: #e8e8e8;
  border-radius: 50%;
  transition: background 0.2s;
}

#bannerSlider .bannerSlider_page.is-active {
  background: var(--main-color);
}

/* ==============================================
  *SP バナーエリア（追加コンテンツ）
============================================== */
@media screen and (max-width: 640px) {
  .top_banner .inner{
    padding: 10px 20px 30px;
  }

  /* ----- グリッドバナー ----- */
  .banner_grid li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  /* ----- スライダーバナー ----- */
  #bannerSlider .splide__inner {
    position: relative;
    z-index: 1;
    padding: 0 15px;
  }

  /* スライダーのArrowボタン */
  #bannerSlider .bannerSlider_arrow {
    width: 40px;
    height: 40px;
  }

  #bannerSlider .bannerSlider_arrow i {
    padding: 0 0 1px 0;
  }

  /* ページネーション */
  #bannerSlider .bannerSlider_pagination {
    gap: 12px;
    margin: 20px auto 0;
  }

  #bannerSlider .bannerSlider_page {
    width: 8px;
    height: 8px;
  }
}

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

  *医院概要（パターン02）

==================================================================================================================================*/
.clinic {
  position: relative;
  z-index: 1;
}

.clinic::before{
  position: absolute;
  content: '';
  background: url(../images/bg_maru.png) no-repeat center / contain;
  width: calc(800px * 0.5);
  height: calc(785px * 0.5);
  right: -180px;
  top: 450px;
  z-index: -1;
  opacity: 0.1;
}

/* ----- お知らせ ----- */
.clinic .news {
  position: relative;
  z-index: 1;
}

.clinic .news::before{
  position: absolute;
  content: '';
  background: #ecf4f0;
  width: 100%;
  height: 40%;
  top: 0;
  left: 0;
  z-index: -1;
}

.clinic .news .inner {
  max-width: 1300px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  padding: 80px 80px 70px;
  background: #fff;
}

.clinic .news .news_left {
  flex-shrink: 0;
}

.clinic .news .top_title {
  margin: 0 0 30px;
}

.clinic .news .btn01 {
  margin-top: 30px;
  text-align: center;
}

.clinic .news .btn01 a{
  min-width: unset;
}

/* ----- 医院概要 ----- */
.clinic .info .inner {
  max-width: 1300px;
  display: flex;
  gap: 40px;
  padding: 30px 80px 80px;
}

.clinic .info .inner > * {
  width: calc(50% - 20px);
}

.clinic .info address > * {
  position: relative;
  z-index: 1;
  min-height: 40px;
}

.clinic .info address > *::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  /* width: 70px; */
  min-width: 125px;
  height: 40px;
  padding: 10px 30px;
  background: var(--bg-color);
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--main-color);
}

.clinic .info address .location {
  padding: 0 0 0 145px;
}

.clinic .info address .location::before {
  content: "住所";
}

.clinic .info address .location .zipcode {
  margin-right: 10px;
}

.clinic .info address .tel {
  margin-top: 20px;
  padding: 5px 0 5px 145px;
  font-family: spectral, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.clinic .info address .tel::before {
  content: "Tel";
}

.clinic .info address .tel a{
  color: var(--text-color);
}

.clinic .info address .fax {
  margin-top: 10px;
  padding: 5px 0 5px 145px;
  font-family: spectral, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.clinic .info address .fax::before {
  content: "Fax";
}

.clinic .info address .note {
  min-height: unset;
  margin-top: 10px;
  font-size: 90%;
  line-height: 1.6;
  color: #ab3000;
}

.clinic .info .speciality {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px auto 0;
}

.clinic .info .speciality .title {
  flex-shrink: 0;
  width: fit-content;
  padding: 10px 30px;
  background: var(--bg-color);
  color: var(--main-color);
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.clinic .info .office_hour:first-child {
  margin-top: 30px;
}

.clinic .info .list_access {
  margin-top: 10px;
}

.clinic .info .calendar_text {
  margin-top: 20px;
}

.clinic .info .btn01 {
  margin-top: 30px;
  text-align: center;
}

.clinic .info .btn01 a{
  width: 70%;
}

.clinic .info .googlemap iframe {
  height: 430px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .clinic .news .inner {
    flex-flow: column;
    gap: 0;
    padding: 60px 20px;
  }

  .clinic .news .btn01{
    width: 100%;
  }

  .clinic .news .btn01 a{
    width: 80%;
  }

  .clinic .info .inner {
    flex-flow: column;
    padding: 0 20px 70px;
  }

  .clinic .info .inner > * {
    width: 100%;
  }

  .clinic .info address > *::before{
    min-width: unset;
    width: 100%;
  }

  .clinic .info address .location,
  .clinic .info address .tel{
    padding: 50px 0 0;
  }

  .clinic .info address .tel{
    margin-top: 10px;
    text-align: center;
  }

  .clinic .info .speciality {
    flex-flow: column;
    gap: 10px;
  }

  .clinic .info .speciality .title {
    width: 100%;
  }

  .clinic .info .googlemap iframe{
    height: 300px;
  }

}


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

  *ご挨拶

================================================================================================================================== */
.greeting{
  position: relative;
  z-index: 0;
}

.greeting::before{
  position: absolute;
  content: '';
  background: url(../images/shape.svg);
  width: calc(163px * 10);
  height: calc(150px * 10);
  -webkit-mask: url(../images/shape.svg) no-repeat center / calc(163px * 10) calc(150px * 10);
  mask: url(../images/shape.svg) no-repeat center / calc(163px * 10) calc(150px * 10);
  background: url(../images/bg_texture.png) repeat, #bde8ed;
  background-size: 200px 200px, auto;
  top: 310px;
  right: -420px;
  z-index: -1;
  opacity: 0.25;
}

.greeting::after{
  position: absolute;
  content: '';
  background: url(../images/bg_maru.png) no-repeat center / contain;
  width: calc(800px * 0.8);
  height: calc(785px * 0.8);
  left: -200px;
  top: -60px;
  z-index: -1;
  opacity: 0.15;
}

.greeting .inner{
  padding-top: 80px;
}

.greeting_box {
  position: relative;
  z-index: 1;
}

.greeting_flex {
  display: flex;
  gap: 70px;
}

.greeting_box:not(:last-child) {
  margin-bottom: 70px;
}

.greeting_left {
  flex-shrink: 0;
  width: 57%;
}

.greeting_text > *:not(:last-child) {
  margin-bottom: 1.8em;
}

.greeting_text p{
  font-size: 15.3px;
  letter-spacing: 0.08em;
  line-height: 2.2;
}

.greeting_text h3{
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 130%;
}

.greeting_profile {
  margin-top: 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  text-align: center;
}

.greeting_profile .position {
  font-size: 130%;
}

.greeting_profile .name {
  font-size: 150%;
}

.greeting_btn {
  margin-top: 20px;
  text-align: center;
}

.greeting_btn a{
  width: 80%;
}

.bg_clinic{
  background: linear-gradient(180deg, rgb(144, 161, 163, 0.4) 0%, rgba(144, 161, 163, 0.4) 100%), url(../images/bg_clinic.jpg) no-repeat center / cover;
  height: 460px;
}

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 640px) {
  .greeting::before{
    width: calc(163px * 9);
    height: calc(150px * 9);
    -webkit-mask: url(../images/shape.svg) no-repeat center / calc(163px * 9) calc(150px * 9);
    mask: url(../images/shape.svg) no-repeat center / calc(163px * 9) calc(150px * 9);
    top: unset;
    bottom: 0;
    right: -650px;
  }

  .greeting::after{
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }

  .greeting_flex {
    flex-flow: column-reverse;
    gap: 25px;
  }

  .greeting_left {
    width: 100%;
  }

  .greeting_text > *:not(:last-child){
    margin-bottom: 1.2em;
  }

  .greeting_text h3{
    font-size: 110%;
  }

  .greeting_img{
    width: 75%;
    margin: 0 auto;
  }

  .greeting_profile .position{
    font-size: 100%;
  }

  .greeting_profile .name{
    font-size: 120%;
  }

  .greeting_btn {
    margin-top: 40px;
  }

  .bg_clinic{
    background: linear-gradient(180deg, rgb(144, 161, 163, 0.4) 0%, rgba(144, 161, 163, 0.4) 100%), url(../images/bg_clinic_sp.jpg) no-repeat center / cover;
    height: 220px;
  }
}

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

  *当院の特徴（パターン01）

================================================================================================================================== */
.feature {
  position: relative;
  z-index: 2;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/bg_feature.jpg) no-repeat top/cover !important;
}

.feature_list {
  display: flex;
  flex-flow: wrap;
  gap: 50px 30px;
}

.feature_item {
  display: flex;
  flex-flow: column;
  width: calc((100% - 30px) / 2);
  height: auto;
}

.feature_img{
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.feature_inner {
  display: flex;
  flex-flow: column;
  height: 100%;
  margin-top: -40px;
  padding: 80px 50px 40px;
  background: #ffffff;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
}

.feature_inner > *:not(:last-child) {
  margin-bottom: 30px;
  line-height: 1.75;
}

.feature_num {
  position: absolute;
  content: '';
  right: -20px;
  bottom: -20px;
  z-index: -1;
  margin: 0 0 0 !important;
  font-family: spectral, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 200px;
  letter-spacing: 0.02em;
  line-height: 1!important;
  filter: drop-shadow(0 0 5px #fff);
  opacity: 0.06;
}

.feature_title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 70px;
  margin-bottom: 30px !important;
}

.feature_title h3 {
  color: var(--main-color);
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150%;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.feature_title .small{
	font-size:70%;
}
.feature_item .btn01 {
  margin-top: auto;
  text-align: center;
}

.feature_item .btn01 a{
  width: 100%;
}

/* ---- 横並びボタン ----- */
.btnflex_feature {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}

.btnflex_feature .btn01 {
  width: calc(50% - 2.5px);
}

.btnflex_feature .btn01 > * {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .feature {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/bg_feature_sp.jpg) no-repeat top/cover !important;
  }
  .feature_list {
    gap: 30px;
  }

  .feature_item {
    width: 100%;
  }

  .feature_img{
    width: calc(100% - 40px);
  }

  .feature_inner{
    padding: 60px 20px 20px;
    overflow: hidden;
  }

  .feature_inner > *:not(:last-child){
    line-height: 1.9;
  }

  .feature_num{
    font-size: 170px;
    right: -20px;
    bottom: -15px;
  }

  .feature_title {
    min-height: auto;
    margin-bottom: 15px !important;
  }

  .feature_title h3{
    font-size: 110%;
  }

  /* ---- 横並びボタン ----- */
  .btnflex_feature .btn01 {
    width: 100%;
  }
}

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

  *病状、症状から探す

================================================================================================================================== */
.search {
  position: relative;
  z-index: 1;
}

.medical::before{
  position: absolute;
  content: '';
  background: url(../images/shape.svg);
  width: calc(163px * 10.4);
  height: calc(150px * 10.4);
  -webkit-mask: url(../images/shape.svg) no-repeat center / calc(163px * 10.4) calc(150px * 10.4);
  mask: url(../images/shape.svg) no-repeat center / calc(163px * 10.4) calc(150px * 10.4);
  background: url(../images/bg_texture.png) repeat, #bde8ed;
  background-size: 200px 200px, auto;
  top: -450px;
  left: -470px;
  z-index: -1;
  opacity: 0.5;
}

.madical::after{
  position: absolute;
  content: '';
  background: url(../images/bg_maru.png) no-repeat center / contain;
  width: 800px;
  height: 785px;
  right: -180px;
  bottom: -240px;
  z-index: -1;
  opacity: 0.15;
}

.search .top_title{
  text-align: left;
}

.search .tab_list {
  gap: 10px;
  margin: 0 20px;
}

.search .tab_list .tab {
  padding: 13px 20px;
  font-size: 135%;
}

.search .tab_list .tab.tab1.active{
  background: #309CA9;
  background: linear-gradient(90deg, rgba(48, 156, 169, 1) 0%, rgba(125, 193, 201, 1) 100%);
}

.search .tab_list .tab.tab2.active{
  background: #62A757;
  background: linear-gradient(90deg, rgba(98, 167, 87, 1) 0%, rgba(141, 191, 133, 1) 100%);
}

.search .tab_list .tab.tab3.active{
  background: #3D9467;
  background: linear-gradient(90deg, rgba(61, 148, 103, 1) 0%, rgba(98, 169, 132, 1) 100%);
}

.search .panel {
  position: relative;
  z-index: 1;
  padding: 25px;
  background: var(--bg02-color);
}

/* .search .panel.panel1{
  background: #eaf5f6;
}

.search .panel.panel2{
  background: #eff6ee;
}

.search .panel.panel3{
  background: #ecf4f0;
} */

.search_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  height: fit-content;
}

.search_list li {
  width: calc(33.3333333333% - 13.3333333333px);
  height: auto;
}

/* ----- リンクボタン ----- */
.search .panel_wrap{
  box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
}
.search_list li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 10px 30px 10px 65px;
  color: var(--text-color);
  border-bottom: solid 1px #dde3e4;
  font-size: 102%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
}

.search_list li a:hover{
  color: var(--sub-color);
  border-bottom: solid 1px var(--sub-color);
}

.panel.panel2 .search_list li a:hover{
  color: var(--sub02-color);
  border-bottom: solid 1px var(--sub02-color);
}

.panel.panel3 .search_list li a:hover{
  color: var(--main-color);
  border-bottom: solid 1px var(--main-color);
}

.search_list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 2;
  display: block;
  width: calc(125px * 0.14);
  height: calc(150px * 0.14);
  background: var(--sub-color);
  -webkit-mask: url(../images/search_icon.svg) no-repeat center/calc(125px * 0.14) calc(150px * 0.14);
  mask: url(../images/search_icon.svg) no-repeat center/calc(125px * 0.14) calc(150px * 0.14);
  transform: translateY(-50%);
  transition: background 0.2s;
}

.panel2 .search_list li a::before{
  background: var(--sub02-color);
}

.panel3 .search_list li a::before{
  background: var(--main-color);
}

/* .search_list li a:hover::before {
  background: var(--main-color);
} */

/* ----- 画像あり ----- */
.panel_flex.active {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.search_img {
  width: calc(30% - 10px);
  margin: 0 !important;
}

.panel_flex .search_list {
  width: calc(70% - 10px);
}

.panel_flex .search_list li {
  width: calc(50% - 15px);
}

/* ==============================================
  *SP 病状、症状から探す
============================================== */
@media screen and (max-width: 640px) {
  .medical::before{
    width: calc(163px * 5.4);
    height: calc(150px * 5.4);
    -webkit-mask: url(../images/shape.svg) no-repeat center / calc(163px * 5.4) calc(150px * 5.4);
    mask: url(../images/shape.svg) no-repeat center / calc(163px * 5.4) calc(150px * 5.4);
    top: 100px;
    left: -470px;
  }

  .medical::after{
    width: calc(800px * 0.5);
    height: calc(785px * 0.5);
    right: -180px;
    bottom: -100px;
  }

  .search .tab_list {
    flex-flow: row;
    gap: 7px;
    margin: 0;
  }

  .search .tab_list .tab {
    width: 100%;
    min-height: auto;
    padding: 10px !important;
    font-size: 90%;
    line-height: 1.5;
    transform: translate(0, 0) !important;
  }

  .search .panel {
    padding: 20px 15px;
  }

  .search_list {
    gap: 8px;
  }

  .search_list li {
    width: 100%;
  }

  .search_list li a {
    min-height: auto;
    padding: 10px 30px 10px 45px;
    font-size: 93%;
  }

  .search_list li a::before{
    left: 15px;
    width: calc(125px * 0.10);
    height: calc(150px * 0.10);
    -webkit-mask: url(../images/search_icon.svg) no-repeat center / calc(125px * 0.10) calc(150px * 0.10);
    mask: url(../images/search_icon.svg) no-repeat center / calc(125px * 0.10) calc(150px * 0.10);
  }

  /* ----- 画像あり ----- */
  .search .panel_flex.active {
    gap: 10px;
  }

  .search_img {
    width: 70%;
    margin: 0 auto!important;
  }

  .panel_flex .search_list {
    width: 100%;
  }

  .panel_flex .search_list li {
    width: 100%;
  }
}


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

  *診療案内

================================================================================================================================== */
.medical {
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
}

.search::before{
  position: absolute;
  content: '';
  background: url(../images/shape.svg);
  width: calc(163px * 7);
  height: calc(150px * 7);
  background: var(--sub-color);
  -webkit-mask: url(../images/shape.svg) no-repeat center / calc(163px * 7) calc(150px * 7);
  mask: url(../images/shape.svg) no-repeat center / calc(163px * 7) calc(150px * 7);
  background: url(../images/bg_texture.png) repeat, #bde8ed;
  background-size: 200px 200px, auto;
  bottom: -350px;
  right: -320px;
  transform: rotate(37deg);
  z-index: -1;
  opacity: 0.5;
}

.search::after{
  position: absolute;
  content: '';
  background: url(../images/bg_maru.png) no-repeat center / contain;
  width: calc(800px * 0.7);
  height: calc(785px * 0.7);
  left: -130px;
  bottom: -290px;
  z-index: -1;
  opacity: 0.15;
}

.search .inner{
  padding: 20px 40px 100px;
}

.medical .top_title{
  text-align: left;
}

.medical .tab_wrap{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.medical .tab_list {
  width: 20%;
  height: fit-content;
  flex-flow: column;
  gap: 10px;
}

.medical .tab_list .tab {
  width: 100%;
  padding: 15px 10px 15px 47px;
  background: none;
  color: var(--text-color);
  border-bottom: solid 1px var(--line-color);
  align-items: flex-start;
  position: relative;
  z-index: 0;
}

.medical .tab_list .tab:first-of-type{
  padding-top: 10px;
}

.medical .tab_list .tab.active{
  color: var(--main-color);
  border-bottom: solid 1px var(--main-color);
}

.medical .tab_list .tab::before{
  position: absolute;
  content: '';
  background: none;
  border: 1px solid var(--main-color);
  width: 10px;
  height: 10px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.medical .tab_list .tab.active::before{
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.medical .panel_wrap{
  width: 75%;
  position: relative;
  z-index: 0;
}

.medical .panel_wrap::before{
  position: absolute;
  content: '';
  background: var(--bg02-color);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 7px;
  width: 100%;
  height: calc(100% - 80px);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.medical .panel {
  position: relative;
  z-index: 1;
  padding: 25px;
  background: none;
}

.medical_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  height: fit-content;
}

.medical_list li {
  width: calc(33.3333333333% - 13.3333333333px);
  height: auto;
}

/* ----- リンクボタン ----- */
.medical_list li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 65px;
  padding: 10px 30px 10px 60px;
  border-bottom: solid 1px #d8e1dc;
  color: var(--text-color);
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 104%;
}

.medical_list li a:hover{
  color: var(--main-color);
  border-bottom: solid 1px #64a985;
}

.medical_list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  z-index: 2;
  display: block;
  width: calc(44px * 0.28);
  height: calc(23px * 0.28);
  background: var(--main-color);
  -webkit-mask: url(../images/btn_arrow.png) no-repeat center/calc(44px * 0.28) calc(23px * 0.28);
  mask: url(../images/btn_arrow.png) no-repeat center/calc(44px * 0.28) calc(23px * 0.28);
  transform: translateY(-50%);
  transition: background 0.2s;
}

.medical_list li a:hover::before {
  background: var(--main-color);
}

/* 矢印の背景 */
.medical_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  display: block;
  width: 25px;
  height: 15px;
  border: 1px solid var(--main-color);
  border-radius: 3px;
  transform: translateY(-50%);
  transition: background 0.2s;
}

.medical_list li a:hover::after {
  background: #ffffff;
}

/* ----- 画像あり ----- */
.medical .panel_flex.active {
  display: flex;
  flex-flow: column;
  gap: 15px;
  padding: 0;
}

.medical .medical_img {
  width: calc(100% - 40px);
  margin: 0 auto !important;
}

.medical .panel_flex .medical_list {
  width: 100%;
  padding: 0 40px 40px;
}

.medical .panel_flex .medical_list li {
  width: calc(50% - 15px);
}

/* ==============================================
  *SP 診療案内
============================================== */
@media screen and (max-width: 640px) {
  .search::before{
    width: calc(163px * 4);
    height: calc(150px * 4);
    -webkit-mask: url(../images/shape.svg) no-repeat center / calc(163px * 4) calc(150px * 4);
    mask: url(../images/shape.svg) no-repeat center / calc(163px * 4) calc(150px * 4);
    background: url(../images/bg_texture.png) repeat, #bde8ed;
    background-size: 200px 200px, auto;
    bottom: -280px;
    right: -140px;
  }

  .search::after{
    width: calc(800px * 0.4);
    height: calc(785px * 0.4);
    left: -130px;
    bottom: 140px;
  }

  .search .inner{
    padding: 0 20px 70px;
  }

  .medical .tab_wrap{
    flex-direction: column;
  }

  .medical .tab_list {
    width: 100%;
    flex-flow: wrap;
    gap: 7px;
    margin: 0 0 15px;
  }

  .medical .tab_list .tab {
    flex: auto;
    width: calc((100% - 7px) / 2);
    min-height: auto;
    padding: 10px 10px 10px 30px !important;
    font-size: 100%;
    line-height: 1.5;
    transform: translate(0, 0) !important;
  }

  .medical .tab_list .tab::before{
    left: 10px;
  }

  .medical .panel_wrap{
    width: 100%;
  }

  .medical .panel_wrap::before{
    height: calc(100% - 50px);
  }

  .medical .panel {
    padding: 20px;
  }

  .medical_list {
    gap: 8px;
  }

  .medical_list li {
    width: 100%;
  }

  .medical_list li a {
    min-height: auto;
    padding: 10px 10px 10px 55px;
    font-size: 93%;
    line-height: 1.5;
  }

  /* ----- 画像あり ----- */
  .medical .panel_flex.active {
    gap: 10px;
  }

  .medical_img {
    width: 100%;
  }

  .medical .panel_flex .medical_list {
    width: 100%;
    padding: 0 15px 20px;
  }

  .medical .panel_flex .medical_list li {
    width: 100%;
  }
}


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

  *医療コラム（パターン03）

==================================================================================================================================*/
#columnSlider {
  background: var(--bg-color);
  position: relative;
  z-index: 1;
}

#columnSlider::before{
  position: absolute;
  content: '';
  background: url(../images/logo_line.svg) no-repeat center / contain;
  width: calc(178px * 3.5);
  height: calc(150px * 3.5);
  top: -10px;
  left: -130px;
  z-index: -1;
  opacity: 0.5;
}

#columnSlider .inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 130px;
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 100px 50px;
}

#columnSlider .top_title {
  flex-shrink: 0;
}

#columnSlider .top_title h2::before, #columnSlider .top_title h2::after {
  display: none;
}

/* ----- コラムスライダー設定 ----- */
#columnSlider .splide {
  width: 100%;
  padding-top: 75px;
  overflow: hidden;
}

#columnSlider .splide__list {
  align-items: flex-start;
  width: 100%;
}

/* スライダーのArrowボタン */
#columnSlider .splide__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 45px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transform: translateZ(0);
  transition: background 0.2s , color 0.2s;
}

#columnSlider .splide__arrow:hover {
  background: #ffffff;
  color: var(--main-color);
}

#columnSlider .splide__arrow span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background 0.2s;
}

#columnSlider .splide__arrow span::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

#columnSlider .splide__arrow--prev {
  right: 70px;
}

#columnSlider .splide__arrow--prev span::before {
  content: "\f104";
}

#columnSlider .splide__arrow--next {
  right: 0;
}

#columnSlider .splide__arrow--next span::before {
  content: "\f105";
}

#columnSlider .splide__slide {
  display: flex;
  align-items: center;
  min-height: 200px;
  padding: 20px;
  background: #fff;
}

/* ----- ページネーション ----- */
#columnSlider .splide__pagination {
  position: absolute;
  top: 17px;
  right: 190px;
  z-index: 1;
  display: flex;
  gap: 15px;
}

#columnSlider .columnSlider-page {
  width: 10px;
  height: 10px;
  background-color: #e8e8e8;
  border-radius: 50%;
  transition: background 0.2s;
}

#columnSlider .columnSlider-page.is-active {
  background: var(--main-color);
}

/* ----- コラム個別 ----- */
#columnSlider .column_item a {
  width: 100%;
}

#columnSlider .column_item_thum {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0 0 15px;
  overflow: hidden;
}

#columnSlider .column_item_thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;

  aspect-ratio: 13 / 9;
}

#columnSlider .column_item a:hover .column_item_thum img {
  transform: scale(1.1);
}

#columnSlider .column_item:first-child .column_item_thum::before {
  content: "New";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-self: center;
  width: 90px;
  height: 90px;
  padding: 10px 35px 0 0;
  background: var(--sub-color);
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.075em;
  opacity: 0.9;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

#columnSlider .column_info {
  display: flex;
  flex-flow: wrap;
  gap: 15px;
  margin: 0 0 15px;
  color: #747474;
  font-size: 90%;
}

#columnSlider .column_date {
  flex-shrink: 0;
}

#columnSlider .column_info ul {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

#columnSlider .column_info ul li {
  min-width: 80px;
  padding: 2px 10px;
  background: var(--sub03-color);
  color: #ffffff;
  font-size: 90%;
  text-align: center;
}

#columnSlider .column_title {
  color: var(--text-color);
  font-size: 105%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}

#columnSlider .column_item a:hover .column_title {
  color: var(--main-color);
}

/*==============================================
  *SP　医療コラム
==============================================*/
@media screen and (max-width: 640px) {
  #columnSlider::before{
    width: calc(178px * 1.8);
    height: calc(150px * 1.8);
    top: 50px;
    left: -20px;
  }
  
  #columnSlider .inner {
    flex-flow: column;
    gap: 0;
    width: 100%;
    margin: 0 auto;
    padding: 70px 20px;
  }

  #columnSlider .top_title {
    margin: 0 auto 50px;
  }

  #columnSlider .splide {
    margin-right: -40px;
  }

  #columnSlider .splide__arrow {
    width: 50px;
    height: 40px;
  }

  #columnSlider .splide__arrow--next {
    right: 20px;
  }

  #columnSlider .splide__arrow--prev {
    right: 80px;
  }

  #columnSlider .splide__pagination {
    top: 13px;
    right: auto;
    left: 0;
    justify-content: flex-end;
    gap: 13px;
    transform: translate(0);
  }

  #columnSlider .columnSlider-page {
    width: 8px;
    height: 8px;
  }

  #columnSlider .splide__slide:first-child .column_item_thum::before {
    width: 80px;
    height: 80px;
    padding: 13px 25px 0 0;
  }
}

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

  *無限スライダー

================================================================================================================================== */
#infinitySlider {
  padding: 10px;
  position:relative;
  z-index: 1;
}

#infinitySlider .splide__list {
  gap: 10px;
}

#infinitySlider .splide__slide {
  width: 400px !important;
}

/* ==============================================
  *SP 無限スライダー
============================================== */
@media screen and (max-width: 640px) {
  #infinitySlider .splide__slide {
    width: 300px !important;
  }
}
