@charset "UTF-8";

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

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

  *基本設定

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

section .inner {
  padding: 100px 0;
}

.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: var(--font-jp);
	font-weight: var(--weight-jp);
	font-style: normal;
	font-size: 180%;
	letter-spacing: 0.1em;
}
.top_title {
	position: relative;
}
.top_title::before {
	position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 20px);
    width: 26%;
    height: 1px;
    background: linear-gradient(90deg, rgba(207, 207, 207, 0), rgba(207, 207, 207, 0.7), rgba(207, 207, 207, 1));
}
.top_title::after {
	position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 20px);
    width: 26%;
    height: 1px;
    background: linear-gradient(270deg, rgba(207, 207, 207, 0), rgba(207, 207, 207, 0.7), rgba(207, 207, 207, 1));
}
.top_title .eng {
	display: inline-block;
    margin-bottom: 10px;
    color: var(--main-color);
    font-family: var(--font-en);
    font-weight: var(--weight-en);
    font-style: normal;
    font-size: 580%;
	line-height: 1;
    letter-spacing: 0.08em;
    background: linear-gradient(#9dacd4 0% 68%, #3b62b9 32% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	white-space: nowrap;
}

.news .top_title .eng {
	font-size: 400%;
    line-height: 1;
    margin-bottom: 6px;
}
.news .top_title h2 {
	font-size: 160%;
}
.greeting .top_title::before, .greeting .top_title::after {
	width: 26%;
}
.pickup .top_title .eng {
	background: linear-gradient(#fff 68%, rgba(255, 255, 255, 0.7) 32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pickup .top_title .eng span{
	display: block;
}
.pickup .top_title h2 {
	color: #fff;
}
.pickup .top_title::before {
	width: calc(50% - 260px);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 1));
}
.pickup .top_title::after {
	width: calc(50% - 260px);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 1));
}
.medical .top_title::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 1));
}
.medical .top_title::after {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 1));
}

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

  .top_title h2 {
	margin: 0px 0 0;
	font-size: 160%;
  }

  .top_title .eng {
    font-size: 11vw;
  }
	.top_title::before,.top_title::after,.greeting .top_title::before, .greeting .top_title::after, .greeting .top_title::before, .greeting .top_title::after, .pickup .top_title::before, .pickup .top_title::after {
		width: 8%;
	}
	.news .top_title h2 {
		font-size: 160%;
	}
	.news .top_title .eng {
		font-size: 12vw;
	}
}

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

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
  position: relative;
  z-index: 1;
  height: 900px;
  overflow: hidden;
}
.mainvisual::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: 10px;
	background: #fff;
	z-index: 2;
}
.mvSlider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
header {
  /* MVの上に重ねるタイプ */
  position: absolute;
  top: 0;
  left: 0;
	height: 190px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 63%, rgba(255, 255, 255, 0) 100%);
	
    background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
}
.nav_list {
	background: rgba(255, 255, 255, 1);
    padding: 12px 30px 8px;
    border-radius: 300px;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.04);
} 
h1, .header_info .location, .header_info .tel {
	color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* ----- スライダーの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%;
}

.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: 56%;
  left: 0;
  z-index: 3;
  width: 100%;
  transform: translateY(-50%);
}

.mvCatch .inner {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mvCatch p {
	font-family: var(--font-jp);
    font-weight: var(--weight-jp);
    font-style: normal;
    font-size: 200%;
    line-height: 1.6;
    text-align: center;
    /* filter: drop-shadow(0 0 5px #ffffff) drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 15px #ffffff); */
    padding: 20px 0;
    text-shadow: 0 0 8px #9c9c9c, 0 0 20px #888888;
    color: #fff;
}
.mvCatch p span {
	font-size: 110%;
}
/* ----- コンテンツ ----- */
.mvContents {
  position: absolute !important;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.mvContents .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

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

.open_bnr {
  position: absolute;
  bottom: 50px;
  display: inline-block;
  padding: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.open_bnr > * {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  padding: 15px;
  background: var(--main-color);
  border-radius: 50%;
  color: #ffffff;
  font-size: 110%;
  line-height: 1.5;
  text-align: center;
}

.open_bnr .date {
  font-size: 110%;
}

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

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

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

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

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

.sp_only {
  display: none;
}

/* -----MV情報 ----- */
.mv_info {
	position: absolute;
    bottom: 50px;
    right: 0;
}
.mv_info ul {
	display: flex;
	flex-wrap: wrap;
    gap: 16px;
}
.mv_info ul li {
	position: relative;
    display: flex;
	background: linear-gradient(135deg, rgb(77 120 214 / 80%), rgb(41 76 157 / 80%));
    color: #fff;
    width: 160px;
    height: 160px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    font-family: var(--font-jp);
    font-weight: var(--weight-jp);
    font-style: normal;
    font-size: 130%;
	border-radius: 12px;
	padding: 30px 0 0;
}
.mv_info ul li::before {
	position: absolute;
    content: "";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    top: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mv_info ul li:nth-child(1)::before {
	content: "\f0f8";
}
.mv_info ul li:nth-child(2)::before {
	content: "\f002";
}
.mv_info ul li:nth-child(3)::before {
	content: "\e05c";
}
/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
	h1 {
		margin: 0 auto;
	}
  .mainvisual {
    height: 400px;
  }

  /* ----- スライダーの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: 20px;
  }*/

  .mvCatch p {
    font-size: 130%;
    line-height: 1.75;
    filter: drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 3px #ffffff);
  }

  .mvContents {
    display: none;
  }

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

  .sp_only .inner {
    padding: 50px 5%;
  }

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

  .open_bnr {
    position: static;
    width: 100%;
    max-width: 350px;
    border-radius: 0;
  }

  .open_bnr > * {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    border-radius: 0;
  }
	
  .mv_info {
	position: static;
  }

  .mv_info ul {
	justify-content: center;
	align-items: center;
    gap: 16px;
  }
	
  .mv_info ul li {
    width: 130px;
    height: 130px;
    font-size: 120%;
	padding: 30px 0 0;
  }
	
	.nav_list {
	background: none;
		border-radius: 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(--bg-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_prev span::before {
  content: "\f104";
}

#bannerSlider .bannerSlider_arrow_next {
  right: 0;
}

#bannerSlider .bannerSlider_arrow_next span::before {
  content: "\f105";
}

/* ページネーション */
#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) {
  /* ----- グリッドバナー ----- */
  .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;
	background: linear-gradient(90deg, #f1f5ff 0%, #f1f5ff calc(50%), #fff calc(50%), #fff 100%);
    padding: 100px 0 0;
}


/* ----- お知らせ ----- */
.clinic .news {
  position: relative;
  z-index: 1;
}
.clinic .news::before {
	position: absolute;
    content: "";
    top: 0;
    margin: 0 auto;
    background: #fff;
    /* width: calc(100% - 70px); */
    max-width: 1400px;
    height: 100%;
    right: 0;
    left: 0;
    border-radius: 30px 30px 0 0;
}
.clinic .news .inner {
	position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding: 50px 0 10px;
}

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

.clinic .news .top_title {
  margin: 0 0 30px;
}
.clinic .news .top_title::before,.clinic .news .top_title::after {
	display: none;
}
.clinic .news .btn01 {
  margin-top: 30px;
  text-align: center;
}
#mp-title .news_item:first-of-type a {
	border-top: none;
}
#mp-title .news_item:last-of-type a {
	border-bottom: none;
}

/* ----- 医院概要 ----- */
.clinic .info {
	position: relative;
    /*background: var(--bg-color);*/
	background: linear-gradient(0deg, rgb(108 178 226 / 60%), rgb(119 161 239 / 60%)) center center / cover no-repeat, url(../images/bg_dmy.jpg) top center / cover no-repeat;
    padding: 0px 0 140px;
}
.clinic .info::before {
	position: absolute;
    content: "";
    top: 0;
    margin: 0 auto;
    background: #fff;
    /*width: calc(100% - 70px);*/
    max-width: 1400px;
    height: calc(100% - 140px);
    right: 0;
    left: 0;
    border-radius: 0 0 30px 30px;
}

.clinic .info .inner {
	position: relative;
    display: flex;
    gap: 50px;
/*     padding: 30px 0 80px; */
	padding: 30px 0 0;
    z-index: 1;
}

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

.clinic .info .inner.office_hour_wrap {
  flex-wrap: wrap;
  gap: 25px 50px;
  padding-bottom: 80px;
}

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

.clinic .info .inner.office_hour_wrap .general_notes {
  width: 100%;
}

.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: 40px;
  height: 40px;
  padding: 0 0 0 2px;
  background: linear-gradient(315deg, rgb(77 120 214), rgb(41 76 157));
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 16px;
}

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

.clinic .info address .location::before {
  content: "\f3c5";
}

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

.clinic .info address .tel {
	margin-top: 15px;
    padding: 3px 0 3px 50px;
    font-family: var(--font-en);
    font-weight: var(--weight-en);
    font-style: normal;
    font-size: 34px;
    line-height: 1;
}

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

.clinic .info address .fax {
  margin-top: 15px;
  padding: 5px 0 5px 50px;
  font-size: 30px;
  line-height: 1;
}

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

.clinic .info address .note {
  margin-top: 20px;
  padding-left: 12px;
  font-size: 90%;
}

.clinic .info .speciality {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px auto 0;
  padding: 20px;
	border-radius: 12px;
  background: var(--bg-color);
	line-height: 1.6;
}

.clinic .info .speciality .title {
	flex-shrink: 0;
	width: fit-content;
	padding: 12px 30px;
	border-radius: 6px;
	background: linear-gradient(315deg, rgb(77 120 214), rgb(41 76 157));
	color: #ffffff;
	font-family: var(--font-jp);
	font-weight: var(--weight-jp);
	font-style: normal;
	text-align: center;
}

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

.office_hour:not(:first-child) {
  margin-top: 0;
}

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

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

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

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

@media screen and (max-width: 640px) {
	.clinic {
		padding: 50px 20px;
	}
	.clinic::before {
		position: absolute;
		content: "";
		width: 100%;
		height: calc(50%);
		background: linear-gradient(0deg, rgb(108 178 226 / 60%), rgb(119 161 239 / 60%)) center center / cover no-repeat, url(../images/medical_bg.jpg) top center / cover no-repeat;
		left: 0;
		bottom: 0;
	}
	.clinic .news::before {
		display: none;
	}
  .clinic .news .inner {
	flex-flow: column;
	gap: 0;
	margin: 0 0 30px;
	padding: 40px 20px;
	background: #fff;
	border-radius: 20px;
  }
	.clinic .news .top_title {
		margin: 0 0 10px;
	}
	.clinic .news .btn01 {
		margin-top: 10px;
	}
	.clinic .info {
		background: none;
		padding: 0;
	}
	.clinic .info::before {
		display: none;
	}
  .clinic .info .inner {
	flex-flow: column;
	gap: 30px;
	padding: 40px 20px 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
  }

  .clinic .info .inner > * {
    width: 100%;
  }
	
  .clinic .info .inner.office_hour_wrap {
	padding-bottom: 40px;
    border-radius: 0 0 20px 20px;
  }
	
  .clinic .info .inner.office_hour_wrap > * {
	width: 100%;
  }
	
  .clinic .info .inner.office_hour_wrap table small {
	font-size: 70%;
  }
	
	.clinic .info address .tel {
		font-size: 30px;
        padding: 5px 0 0px 50px;
	}
  .clinic .info .speciality {
    flex-flow: column;
    gap: 10px;
    padding: 10px 15px;
  }

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


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

  *ご挨拶

================================================================================================================================== */
.greeting {
	position: relative;
	background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 200px, #f9f8f3 201px, #f9f8f3 202px);
	padding: 0 0 400px;
}

.greeting::before {
	position: absolute;
    content: "";
    width: calc(50% + 800px);
	max-width: calc(100% - 50px);
    height: 508px;
    right: 0;
    bottom: -340px;
    background: var(--bg-color);
    border-radius: 30px 0 0 30px;
    background: linear-gradient(0deg, rgb(108 178 226 / 60%), rgb(119 161 239 / 60%)) left bottom / cover no-repeat, url(../images/bg_pickup.jpg) center bottom / cover no-repeat;
}

.greeting::after {
	position: absolute;
    content: "";
    width: calc(50% + 800px);
	max-width: calc(100% - 50px);
    height: 400px;
    left: 0px;
    bottom: 0;
    border-radius: 0px 30px 30px 0px;
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/bg_greeting.jpg) center center / cover no-repeat !important;
}
.greeting_box {
  position: relative;
  z-index: 1;
}

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

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

.greeting_left {
  flex-shrink: 0;
  width: 61%;
}
.greeting_left .greeting_text h3 {
	font-family: var(--font-jp);
    font-weight: var(--weight-jp);
    font-style: normal;
    font-size: 150%;
	line-height: 1.8;
	margin-bottom: 1em;
}
.greeting_img {
	position: relative;
}
.greeting_img::before {
	position: absolute;
    content: "";
    border-radius: 17px;
    border: 1px solid #fff;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
    transition: border 0.2s;
}
.greeting_img img {
	border-radius: 20px;
    height: 480px;
    object-fit: cover;
    object-position: top;
}
.greeting_text > *:not(:last-child) {
  margin-bottom: 1em;
}

.greeting_profile {
	padding: 20px 0;
	line-height: 1.75;
	text-align: center;
	font-family: var(--font-jp);
	font-weight: var(--weight-jp);
	font-style: normal;
}

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

.greeting_profile .name {
  font-size: 170%;
}
.greeting_profile .name span {
	font-size: 80%;
	margin-right: 14px;
}
.greeting_btn {
  margin-top: 40px;
  text-align: center;
}

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 640px) {
	.greeting {
		padding: 0 0 200px;
	}
	.greeting::before {
		max-width: calc(100% - 20px);
        height: 280px;
        bottom: -185px;
        border-radius: 20px 0 0 20px;
		background: linear-gradient(0deg, rgb(108 178 226 / 60%), rgb(119 161 239 / 60%)) left bottom / cover no-repeat, url(../images/bg_pickup_sp.jpg) center bottom / cover no-repeat;
	}
	.greeting::after {
		max-width: calc(100% - 20px);
		height: 200px;
		border-radius: 0px 20px 20px 0px;
		background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/bg_greeting_sp.jpg) center center / cover no-repeat !important;
	}
  .greeting_flex {
    flex-flow: column-reverse;
    gap: 0;
  }

  .greeting_left {
    width: 100%;
  }
	.greeting_left .greeting_text h3 {
		font-size: 130%;
	}

  .greeting_btn {
    margin-top: 40px;
  }
	.greeting_img img {
		max-height: 360px;
	}
}


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

  *ピックアップ（パターン02） - 追加コンテンツ

==================================================================================================================================*/
/*.pickup {
	background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 200px, #f9f8f3 201px, #f9f8f3 202px);
}*/
.pickup .inner {
  width: 100%;
  max-width: none;
  padding: 100px 0 0;
}
.pickup .top_title {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto 54px;
}
.pickup_list {
  display: flex;
  flex-flow: wrap;
}

.pickup_item {
  width: 50%;
  padding: 100px 15px;
}

.pickup_inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 550px;
  height: auto;
}

.pickup_title {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto 15px;
	padding: 13px 30px;
	border-radius: 12px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
}

a.pickup_title:hover {
	color:#fff;
	opacity:0.8;
}


.pickup_title::before {
  	content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    width: 24px;
    height: 21px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateX(-50%);
}

.pickup_title h2, .pickup_title h3 {
	background: none;
	font-family: var(--font-jp);
	font-weight: var(--weight-jp);
	font-style: normal;
	font-size: 150%;
}
.pickup_title h3 {
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
.pickup_title h3::before {
    content: "❖";
    font-weight: 900;
    position: absolute;
    font-size: 80%;
    height: 100%;
    left: 20px;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.pickup_title span {
  font-size: 100%;
}

.pickup_img {
  position: relative;
  z-index: 1;
}
.pickup_img::before {
	position: absolute;
    content: "";
	border-radius: 17px;
    border: 1px solid #fff;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
    transition: border 0.2s;
}
.pickup_img img {
	border-radius: 20px;
	height: 360px;
    object-fit: cover;
}
.pickup_text {
  margin: 30px 0;
}

.pickup_text a:hover{
  opacity: 0.8;
}

.pickup_link {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  height: 100%;
  margin-top: auto;
}

.pickup_link .pickup_btn {
  width: calc((100% / 2) - (10px / 2));
  height: fit-content;
}

.pickup_link .pickup_btn a {
	position: relative;
    display: block;
	width: 100%;
    padding: 6px 45px 6px 35px;
    border: 1px solid var(--main-color);
    border-radius: 3em;
    font-size: 110%;
    font-family: var(--font-jp);
    font-weight: var(--weight-jp);
    font-style: normal;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: bottom;
    transition: background 0.2s, color 0.2s;
}

.pickup_link .pickup_btn a:hover {
  color: var(--main-color);
}

.pickup_link .pickup_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 14px;
  height: 7px;
  background: var(--main-color);
  mask: url(../images/btn_arrow.png) no-repeat center / cover;
  -webkit-mask: url(../images/btn_arrow.png) no-repeat center / cover;
  transform: translateY(-50%);
  transition: right 0.2s, background 0.2s;
}

.pickup_link .pickup_btn a:hover::before {
  right: 12px;
  background: var(--main-color);
}

/* 奇数 */
.pickup_item:nth-child(odd) {
  padding: 70px 60px 100px 50px;
  /*background: #e5eff6;*/
}

.pickup_item:nth-child(odd) .pickup_inner {
  margin: 0 0 0 auto;
}

.pickup_item:nth-child(odd) .pickup_title {
  background: linear-gradient(135deg, rgb(77 120 214), rgb(41 76 157));
}

.pickup_item:nth-child(odd) .pickup_title::before {
  background: #3960b7;
}

/* 偶数 */
.pickup_item:nth-child(even) {
  padding: 70px 50px 100px 60px;
  background: var(--bg-color);
}

.pickup_item:nth-child(even) .pickup_inner {
  margin: 0 auto 0 0;
}

.pickup_item:nth-child(even) .pickup_title {
  background: linear-gradient(135deg, rgb(91 168 227), rgb(50 135 200));
}

.pickup_item:nth-child(even) .pickup_title::before {
  background: #4597d4;
}

.pickup_item:nth-child(2) .pickup_link .pickup_btn a {
	color: #1f89d9;
	border: 1px solid #1f89d9;
}
.pickup_item:nth-child(even) .pickup_link .pickup_btn a::before {
  background: var(--sub2-color);
}

.pickup_item:nth-child(even) .pickup_link .pickup_btn a:hover {
  
}

.pickup_item:nth-child(even) .pickup_link .pickup_btn a:hover::before {
  background: var(--sub2-color);
}

/*==============================================
  *SP　ピックアップ（追加コンテンツ）
==============================================*/
@media screen and (max-width:640px) {
  .pickup .inner {
    padding: 50px 0 0;
  }

  .pickup .top_title {
	  width: calc(100% - 40px);
    margin: 0 auto 30px;
    padding: 0 20px;
  }

  .pickup .top_title h2 {
    font-size: 150%;
  }


  .pickup_list {
    width: calc(100%);
  }

  .pickup_item {
	width: 100%;
	padding: 30px 20px 30px !important;
  }
	.pickup_item:nth-child(even) {
		padding: 30px 20px 70px !important;
	}
  .pickup_title {
    padding: 10px 0;
  }

  .pickup_title::before {
    bottom: -18px;
    width: 25px;
    height: 20px;
  }
	.pickup_title h2, .pickup_title h3 {
		font-size: 110%;
	}
	.pickup_title h3 {
		padding-left: 28px;
	}
	.pickup_title h3::before {
		left: 0;
	}
  .pickup_inner {
    max-width: none;
    min-height: auto;
    margin: 0!important;
  }
	.pickup_img img {
		height: 220px;
	}
	.pickup_text {
		margin: 20px 0 0;
	}
  .pickup_link {
    min-height: auto;
    margin-top: 20px;
  }

  .pickup_link .pickup_btn {
    width: 100%;
  }
}
/* ==================================================================================================================================

  *診療案内

================================================================================================================================== */
.medical {
	position: relative;
	background: linear-gradient(rgb(197 196 195 / 50%), rgb(245 242 239 / 50%)), url(../images/bg_medical.jpg) no-repeat center / cover !important;
}
.medical::before {
	position: absolute;
    content: "";
    width: 100%;
    height: calc(50% - 260px);
    left: 0;
    bottom: 0;
    background: #87786a;
    opacity: 0.3;
}
.medical .top_title {
  color: #ffffff;
}

.medical .top_title span {
  background: linear-gradient(#fff 68%, rgba(255, 255, 255, 0.7) 32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 10px;
}

.medical_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.medical_item {
  position: relative;
  z-index: 1;
  width: calc(25% - 15px);
  height: auto;
}

.medical_item:hover {
  transform: translateY(-10px);
}

.medical_img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: background 0.2s;
}

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

.medical_inner {
	position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 30px 20px 40px;
  background: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
  text-align: center;
	overflow: hidden;
}
/*.medical_inner::before {
	content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: 0.2s;
    background: linear-gradient(rgb(59 99 186), rgb(112 142 219));
}*/
.medical_inner > *:not(:last-child) {
  margin-bottom: 20px;
}

.medical_icon {
  width: 70%;
  max-width: 120px;
  margin: 0 auto 15px !important;
	background: var(--bg-color);
	border-radius: 50%;
}

.medical_title h3 {
	color: var(--text-color);
	font-family: var(--font-jp);
	font-weight: var(--weight-jp);
	font-style: normal;
	font-size: 140%;
}

.medical_title_eng {
	margin-top: 5px;
	color: #b5b5b5;
	font-family: var(--font-en);
	font-weight: var(--weight-en);
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
}

.medical_text {
  color: var(--text-color);
}

.medical_btn span {
	position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    padding: 3px 30px 3px 25px;
    border: 1px solid var(--main-color);
    font-family: var(--font-jp);
    font-weight: var(--weight-jp);
    font-style: normal;
    font-size: 90%;
    letter-spacing: 0.01em;
    text-align: center;
    transition: padding 0.2s, color 0.2s, background 0.2s;
    border-radius: 3em;
}

.medical_btn span::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  transform: translateY(-50%);
}

.medical_item:hover .medical_btn span {
  background: #ffffff;
  color: var(--main-color);
}

/* ----- 先頭2つの設定----- */
/*.medical_item:nth-of-type(-n + 2) {
  width: calc(50% - 10px);
  min-height: 350px;
}

.medical_item:nth-of-type(-n + 2) .medical_inner {
  padding: 20px 20px 40px;
}

.medical_item:nth-of-type(-n + 2) .medical_icon {
  max-width: 100px;
  margin: 0 auto 5px !important;
}

.medical_item:nth-of-type(-n + 2) .medical_title h3 {
  font-size: 150%;
}*/

/* ==============================================
  *SP 診療案内
============================================== */
@media screen and (max-width: 640px) {
  .medical {
    /*background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/medical_bg_sp.jpg) no-repeat center/cover !important;*/
  }

  .medical_list {
    gap: 15px 10px;
  }

  .medical_item {
    width: calc(50% - 5px);
  }

  .medical_item:hover {
    transform: translateY(-5px);
  }

  .medical_inner {
    min-height: auto;
    padding: 20px 10px;
	  border-radius: 12px;
  }

  .medical_icon {
    width: 50%;
  }

  .medical_title h3 {
    font-size: 130%;
	line-height: 1.4;
  }
	.medical_title_eng {
		font-size: 10px;
	}

  /* ----- 先頭2つの設定----- */
/*  .medical_item:nth-of-type(-n + 2) {
    width: 100%;
    min-height: auto;
  }

  .medical_item:nth-of-type(-n + 2) .medical_inner {
    padding: 15px 20px 30px;
  }

  .medical_item:nth-of-type(-n + 2) .medical_icon {
    width: 30%;
  }

  .medical_item:nth-of-type(-n + 2) .medical_title h3 {
    font-size: 140%;
  }*/
	
	.medical .top_title .eng:nth-child(4) {
	color: var(--main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 10px;
}
}

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

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

==================================================================================================================================*/
.feature {
	position: relative;
    background: linear-gradient(90deg, #f1f5ff 0%, #f1f5ff calc(50% - 400px), #fff calc(50% - 400px), #fff 100%);
}
.feature::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 84%;
	background: linear-gradient(0deg, rgb(239 249 255 / 70%), rgb(236 246 251 / 70%)) left bottom / cover no-repeat, url(../images/medical_bg.jpg) center bottom / cover no-repeat;
    right: 0;
    bottom: 0;
}
section.feature .inner {
	padding: 100px 0 160px
}
.feature_list{
  display: flex;
  flex-flow: wrap;
  gap: 70px 30px;
}

.feature_item {
	display: flex;
	align-items: flex-start;
	height: auto;
	width: 100%;
	margin-top: 50px;
}

.feature_img {
	position: relative;
  width: 500px;
  flex-shrink: 0;
  margin-top: -50px;
	z-index: 3;
}
.feature_img::before {
	position: absolute;
    content: "";
    border: 1px solid #fff;
	border-radius: 17px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
    transition: border 0.2s;
}
.feature_img img {
	border-radius: 20px;
}
.feature_inner{
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: column;
    width: calc(100% + 50px);
    height: 100%;
    min-height: 380px;
    margin: 0 0 0 -50px;
    padding: 30px 50px 50px 90px;
    border-radius: 20px;
}
.feature_item:nth-child(even) .feature_inner {
	padding: 30px 90px 50px 50px;
}

.feature_inner > *:not(:last-child){
  margin-bottom: 30px;
}
.feature_inner::before {
	position: absolute;
    bottom: -30px;
    width: 740px;
    height: 366px;
    content: "";
    z-index: -1;
    right: -30px;
    border-radius: 20px;
    background: var(--main-color);
    opacity: 0.1;
}
.feature_inner::after {
	position: absolute;
    bottom: 0;
    width: 740px;
    height: 366px;
    content: "";
    z-index: -1;
    right: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
}
.feature_item:nth-child(even) .feature_inner::before {
	right: auto;
	left: -30px;
	background: var(--sub2-color);
}

.feature_title{
  display: flex;
  flex-flow: column;
  margin-bottom: 20px!important;
}

.feature_title h3{
	position: relative;
    color: #fff;
    font-family: var(--font-jp);
    font-weight: var(--weight-jp);
    font-style: normal;
    font-size: 150%;
    line-height: 1.75;
    border-radius: 12px;
    padding: 10px 10px 10px 50px;
    background: linear-gradient(135deg, rgb(77 120 214 / 80%), rgb(41 76 157 / 80%));
}
.feature_title h3::before {
	content: "❖";
    font-weight: 900;
    position: absolute;
    font-size: 80%;
    height: 100%;
    left: 20px;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.feature_num{
	margin: 0 0 5px!important;
	font-family: var(--font-en);
	font-weight: var(--weight-en);
	font-style: normal;
	font-size: 140%;
}

.feature_num span{
  color: var(--main-color);
  font-size: 150%;
}

.feature_item .btn01 {
  margin-top: auto;
  text-align: right;
}

.feature_item .btn01 > *{
  padding: 6px 40px 6px 30px;
  font-size: 110%;
}

.btnflex_feature{
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 5px;
  margin-top: auto;
}

/* 左右 */
.feature_item:nth-child(even){
  flex-flow: row-reverse;
}

.feature_item:nth-child(even) .feature_inner{
  margin: 0 -50px 0 0;
}

/* ボタン横並び */
.btnflex_feature .btn01{
  width: calc(50% - 2.5px);
}

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

@media screen and (max-width: 640px) {
  .feature{
  background: linear-gradient(90deg, #f1f5ff 0%, #f1f5ff calc(50% - 100px), #fff calc(50% - 100px), #fff 100%);
    padding-bottom: 0;
  }
	.feature::before {
		height: calc(100% - 300px);
	}
	section.feature .inner {
		padding: 70px 20px;
	}
  .feature_list{
    gap: 60px;
  }

  .feature_item{
    flex-flow: column;
    width: 100%;
    margin: 0;
  }

  .feature_img{
	width: calc(100% - 20px);
	margin: 0 20px 0 auto;
  }
	.feature_item:nth-child(even) .feature_img {
		margin: 0 auto 0 20px;
	}
  .feature_inner {
    width: 100%;
    min-height: auto;
    padding: 0 20px 30px 0;
    margin: 0;
  }
	.feature_inner::before {
		width: calc(100vw - 20px);
		height: 100%;
		left: auto;
		right: -20px;
		border-radius: 20px 0 0 20px;
	}
	.feature_inner::after {
		width: calc(100vw - 20px);
        left: -20px;
        right: auto;
        border-radius: 0 20px 20px 0;
	}
	.feature_item:nth-child(even) .feature_inner {
		padding: 0 0 30px 20px;
	}
	.feature_item:nth-child(even) .feature_inner::before  {
		left: -20px;
        right: auto;
		border-radius: 0 20px 20px 0;
	}
	.feature_item:nth-child(even) .feature_inner::after  {
		left: auto;
		right: -20px;
		border-radius: 20px 0 0 20px;
	}
  .feature_title{
    margin-bottom: 15px!important;
    min-height: auto;
  }
	.feature_title h3 {
		font-size: 130%;
	}
  .feature_item .btn01{
    text-align: center;
  }

  /* 左右 */
  .feature_item:nth-child(even){
    flex-flow: column;
  }
  .feature_item:nth-child(even) .feature_inner{
    margin: 0 auto;
  }

  /* 横並び */
  .btnflex_feature .btn01{
    width: 100%;
  }
}
/* ==================================================================================================================================

  *病状、症状から探す

================================================================================================================================== */
.search {
  position: relative;
	background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 200px, #f9f8f3 201px, #f9f8f3 202px);
}

.search .tab_list {
  gap: 10px;
}

.search .tab_list .tab {
	font-family: var(--font-jp);
	font-weight: var(--weight-jp);
	font-style: normal;
	padding: 15px 20px;
	border-radius: 20px 20px 0 0;
}
.tab_list li {
	font-size: 160%;
}
.tab_list li.active {
	position: relative;
	background: rgb(119 161 239 / 60%);
}
.tab_list li.active::before {
	position: absolute;
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    background: #fff;
    bottom: 1px;
    opacity: 0.4;
}
.search .panel {
	position: relative;
	z-index: 1;
	padding: 40px;
	background: linear-gradient(0deg, rgb(108 178 226 / 60%), rgb(119 161 239 / 60%));
	border-radius: 0 0 20px 20px;
}

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

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

/* ----- リンクボタン ----- */
.search_list li a {
  	position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 56px;
    padding: 7px 45px 7px 30px;
    background: #fff;
    color: var(--text-color);
    border-radius: 3em;
}
.search_list li a:hover {
	color: var(--main-color);
}

.search_list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  z-index: 2;
  display: block;
  width: 14px;
  height: 7px;
  background: #ffffff;
  -webkit-mask: url(../images/btn_arrow.png) no-repeat center/14px 7px;
  mask: url(../images/btn_arrow.png) no-repeat center/14px 7px;
  transform: translateY(-50%);
  transition:  0.2s;
}

.search_list li a:hover::before {
  right: 15px;
}

/* 矢印の背景 */
.search_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  display: block;
  width: 22px;
  height: 22px;
  background: linear-gradient(315deg, rgb(77 120 214), rgb(41 76 157));
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.search_list li a:hover::after {
  right: 11px;
}

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

.search_img {
  width: calc(50% - 15px);
  margin: 0 !important;
}
.search_img img {
	border-radius: 12px;
}
.panel_flex .search_list {
  width: calc(50% - 15px);
}

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

/* ==============================================
  *SP 病状、症状から探す
============================================== */
@media screen and (max-width: 640px) {
  .search .tab_list {
    flex-flow: column;
    gap: 7px;
    margin: 0 0 15px;
  }

  .search .tab_list .tab {
    width: 100%;
    min-height: auto;
    padding: 10px !important;
    font-size: 120%;
    transform: translate(0, 0) !important;
	  border-radius: 0;
  }
	.tab_list li.active::before {
		display: none;
	}
  .search .panel {
    padding: 20px;
  }

  .search_list {
    gap: 10px;
  }

  .search_list li {
    width: 100%;
  }

  .search_list li a {
    min-height: auto;
    padding: 10px 40px;
  }

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

  .search_img {
    width: 100%;
  }

  .panel_flex .search_list {
    width: 100%;
  }

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

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

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

================================================================================================================================== */
.column {
  background: var(--bg-color);
}

.column_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 50px 25px;
  padding: 30px;
  background: #ffffff;
}

.column_box {
  width: calc(25% - 18.75px);
}

.column_box dt a {
  display: block;
  padding: 15px 10px;
  background: var(--main-color);
  color: #ffffff;
  font-size: 110%;
  text-align: center;
}

.column_box dd {
  padding: 15px 10px;
  border-bottom: 1px dashed var(--line-color);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.column_box dd a {
  color: var(--text-color);
}

.column_box dd a:hover {
  color: var(--main-color);
}

/* ==============================================
  *SP 医療コラム
============================================== */
@media screen and (max-width: 640px) {
  .column_list {
    gap: 40px;
  }

  .column_box {
    width: 100%;
  }
}

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

  *無限スライダー

================================================================================================================================== */
#infinitySlider {
  padding: 10px;
	background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 200px, #f9f8f3 201px, #f9f8f3 202px);
}

#infinitySlider .splide__list {
  gap: 10px;
}

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

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