@charset "UTF-8";

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

  *基本設定

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

section .inner {
  padding: 120px 50px;
  max-width: 1500px;
}

.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: 100px;
  line-height: 1.5;
  text-align: center;

  /* 左寄せ */
}

.top_title.title_left {
  text-align: start;
    margin-bottom: 100px;
}

.top_title h2 {
  font-size: 170%;
  font-family: var(--jp-font);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
}

.top_title .eng {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 650%;
  line-height: 1;
  font-family: var(--en-font);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  background: linear-gradient(#d3f02d, var(--sub-color02));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

  .top_title .eng {
    font-size: 50px;
    margin-bottom: 0;
  }
}

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

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
  position: relative;
  z-index: 1;
  height: 900px;
  padding: 25px 25px 0 25px;
}
.mainvisual::before {
  position: absolute;
  content: "";
  background: url(../images/common/suisai.png) top left, #ecf5cd;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
}
.mainvisual::after {
  position: absolute;
  content: "";
  background: url(../images/front/bg_leaf04.png) bottom left / contain no-repeat;
  width: 25%;
  height: 500px;
  bottom: -257px;
  left: -71px;
  z-index: 1;
}
.mvSlider {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.mvSlider::before {
    position: absolute;
    content: "";
    background: url(../images/common/bg_leaf01.png) top left / cover no-repeat;
    width: 365px;
    height: 325px;
    top: -80px;
    right: -34px;
    z-index: 2;
    opacity: 0.9;
}
.mvSlider::after {
    position: absolute;
    content: "";
    background: url(../images/common/bg_leaf01.png) top left / cover no-repeat;
    width: 365px;
    height: 325px;
    top: -80px;
    left: -34px;
    z-index: 2;
    opacity: 0.9;
    transform: scaleX(-1);
}

/* .mvSlider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 400px;
  background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0));
  top: 0;
  left: 0;
  z-index: 1;
} */

.mv_waiting {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.mv_waiting .inner {
  position: relative;
  height: 100%;
}
.mv_waiting iframe {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* ----- スライダーの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%;
  border-radius: 10px;
  overflow: hidden;
}

.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: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  transform: translateY(-50%);
  font-family: var(--jp-font);
    font-weight: 500;
    font-style: normal;
    text-align: center;
}
.mvCatch::before {
  position: absolute;
  content: none;
  background: url(../images/common/logo_mark.svg) top left no-repeat;
  width: 453px;
    height: 300px;
    left: 32%;
    top: 50%;
    opacity: 0.4;
    transform: translate(-50%, -50%);
}
.mvCatch .inner {
  position: relative;
  z-index: 1;
}

.mvCatch p {
  font-size: 220%;
    letter-spacing: 0.12em;
    filter: drop-shadow(0 0 5px var(--sub-color02)) drop-shadow(0 0 5px var(--sub-color02)) drop-shadow(0 0 5px var(--sub-color02));
    color: #fff;
}
.mvCatch p:first-of-type {
  font-size: 160%;
}
.mvCatch p span.annotation {
  position: relative;
  display: inline-block;
}
.mvCatch p span.annotation::before {
    position: absolute;
    content: "年少から";
    bottom: -20px;
    font-size: 15px;
    display: block;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.mvCatch p:has(span.annotation) {
  padding-bottom: 30px;
}
/* ----- コンテンツ ----- */
.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;
}

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

.bnr_wrap > * {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 350px;
  height: 150px;
  padding: 15px;
  background: var(--main-color);
  border-radius: 5px;
  color: #ffffff;
  font-size: 130%;
  line-height: 1.5;
  text-align: center;
  justify-content: center;
  font-family: var(--jp-font);
  font-weight: 500;
  font-style: normal;
}

.bnr_wrap > * {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 350px;
  height: 150px;
  padding: 15px;
  background: var(--main-color);
  border-radius: 5px;
  color: #ffffff;
  font-size: 130%;
  line-height: 1.5;
  text-align: center;
  justify-content: center;
  font-family: var(--jp-font);
  font-weight: 500;
  font-style: normal;
}

.bnr_wrap > *:hover {
  background: #fff;
 color: var(--main-color);
}

/* サブカラー */
.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;
}

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
  .mainvisual {
    height: 400px;
    padding: 0;
  }
  .mainvisual::after {
    content: none;
  }
    .mvSlider::before {
        width: 115px;
        height: 101px;
        top: -30px;
        right: -20px;
  }
  .mvSlider::after {
        width: 115px;
        height: 101px;
        top: -30px;
        left: -20px;
  }
.mvImg {
  border-radius: 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: 20px;
    display: none;
  }
.mvCatch::before {
  left: 50%;
  width: 200px;
  height: 150px;
}
  .mvCatch.is-active {
    display: block;
  }

  .mvCatch p {
    font-size: 150%;
    line-height: 1.75;
    filter: drop-shadow(0 0 3px var(--sub-color02)) drop-shadow(0 0 3px var(--sub-color02)) drop-shadow(0 0 3px var(--sub-color02))
  }
.mvCatch p:first-of-type {
  font-size: 80%;
}
.mvCatch p:has(span.annotation) {
  line-height: 2em;
}
.mvCatch p span.annotation::before {
  font-size: 10px;
}
  .mvContents {
    display: none;
  }

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

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

  .sp_only_contents {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
.mv_waiting {
  position: static;
  height: 300px;
}
.mv_waiting iframe {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
	
 .bnr_wrap {
    position: static;
    width: 100%;
    max-width: 350px;
  }

  .bnr_wrap > * {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    margin-bottom: 20px;
    font-size: 110%;
  }
}

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

  *バナーエリア

================================================================================================================================== */
/* ----- 共通設定 ----- */
.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_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) {
  /* ----- グリッドバナー ----- */
  .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;
  }
}

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

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

================================================================================================================================== */
.clinic {
  position: relative;
  background: 
  url(../images/common/suisai.png) top left,
  #ecf5cd;
}
.clinic::before {
position: absolute;
    content: "";
    background: url(../images/front/bg_leaf02.png) top right / contain no-repeat;
    width: 20%;
    max-width: 322px;
    height: 245px;
    right: -50px;
    bottom: -154px;
    opacity: 0.8;
    z-index: 2;
    
}
.clinic::after {
position: absolute;
    content: "";
    background: url(../images/front/bg_leaf02.png) top left / contain no-repeat;
    width: 20%;
    max-width: 322px;
    height: 245px;
    left: -50px;
    bottom: -154px;
    opacity: 0.8;
    z-index: 2;
    transform: scaleX(-1);  
}
.clinic .inner {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 60px;
  padding: 120px 50px 200px;
  z-index: 2;
}
.clinic .inner::before {
  position: absolute;
    content: "";
    background: url(../images/front/bird_img03.png) top left / cover no-repeat;
    width: 100px;
    height: 63px;
    top: 68px;
    left: 238px;
    opacity: 0.8;
}
.clinic .inner > * {
  width: calc(50% - 30px);
}

.clinic .inner > .info {
  font-family: var(--jp-font);
  font-weight: 400;
  font-style: normal;
}
/* ----- お知らせ ----- */
.clinic .news .top_title h2 {
  font-size: 170%;
}
.clinic .news .top_title .eng {
  font-size: 500%;
}
.clinic .news .btn01 {
  margin-top: 30px;
  text-align: center;
}

/* ----- 医院概要 ----- */
.clinic .info .office_hour .table_wrap {
  background: #ffffff;
  border-radius: 10px;
    border: 1px solid #dcebc3;
}

.clinic .info .office_hour .title {
  background: #ffffff;
}

.clinic .info .speciality {
display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px auto 0;
    background: #fff;
    border-radius: 0 10px 10px 0;
    padding: 20px;
    font-size: 110%;
    line-height: 1.5;
    border-radius: 10px;
     border: 1px solid #dcebc3;
}

.clinic .info .speciality .title {
  flex-shrink: 0;
  width: fit-content;
  padding: 10px 30px;
  text-align: center;
}

.clinic .info address {
  margin-top: 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: 40px;
  height: 40px;
  padding: 0 0 0 2px;
  background: var(--main-color);
  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 span {
  display: inline-block;
  margin-right: 10px;
}

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

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

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

.clinic .info address .fax p {
  font-size: 30px;
}

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

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

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

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

@media screen and (max-width: 640px) {
  .clinic {
    margin-top: -30px;
  }
  .clinic::before {
    right: -20px;
  bottom: -212px;
  }
  .clinic::after {
    left: -20px;
  bottom: -212px;
  }
  .clinic .inner {
    padding: 70px 20px 100px;
  }
  .clinic .inner::before {
    width: 75px;
    height: 47px;
    top: 50px;
  }
  .clinic .inner > * {
    width: 100%;
  }
  .clinic .news .top_title .eng {
    font-size: 50px;
  }
.clinic .news .top_title h2 {
  font-size: 20px;
}
  /* ----- 医院概要 ----- */
  .clinic .info .speciality {
    flex-flow: column;
    gap: 10px;
    padding: 15px;
  }

  .clinic .info .speciality .title {
    width: 100%;
  }
  .clinic .info address .location span {
    display: block;
  }
}

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

  *ご挨拶

================================================================================================================================== */
.greeting {
  position: relative;
}
.greeting::before {
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    height: 600px;
    background: url(../images/front/medical_bg.jpg) top left / cover no-repeat;
    bottom: 0;
    right: 0;
    border-radius: 30px 0 0 30px;
}
.greeting::after {
    position: absolute;
    content: "";
    mask: url(../images/front/bg_nami.svg) bottom center / 100% no-repeat;
    -webkit-mask: url(../images/front/bg_nami.svg) bottom center / 100% no-repeat;
    background: #fff;
    width: 100%;
    height: 100px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.greeting .inner {
  padding: 0 50px 400px;
}
.greeting .inner::before {
  position: absolute;
  content: "";
  background:
  url(../images/common/suisai.png) top left,
  #ecf5cd;
  width: 50%;
  height: 800px;
  bottom: 80px;
  left: 0;
  z-index: -1;
}
.greeting_box {
  position: relative;
  z-index: 1;
}
.greeting_box::before {
  position: absolute;
  content: "";
  background: url(../images/front/bird_img01.png) top left / cover no-repeat;
    width: 107px;
    height: 100px;
    top: 0px;
    left: 195px;
}
.greeting_box::after {
  position: absolute;
  content: "";
  background: url(../images/front/bird_img02.png) top left / cover no-repeat;
  width: 50px;
    height: 43px;
    top: 46px;
    right: 265px;
}
.greeting_box .top_title {
  margin-bottom: 120px;
    margin-top: -85px;
}
.greeting_flex {
  position: relative;
    display: flex;
    gap: 70px;
    background: #fff;
    padding: 0 100px 100px;
    border-radius: 30px;
    z-index: 1;
    overflow: hidden;
}
.greeting_flex::before {
  position: absolute;
  content: "";
  background: url(../images/common/logo_mark.svg) top left / cover no-repeat;
    width: 830px;
    height: 548px;
    opacity: 0.08;
    z-index: -1;
    left: -109px;
    bottom: -22px;
}
.greeting_box:not(:last-child) {
  margin-bottom: 70px;
}

.greeting_left {
  flex-shrink: 0;
  width: 60%;
}
.greeting_text {
  line-height: 2.4;
  font-family: var(--jp-font);
  font-weight: 400;
  font-style: normal;
}
.greeting_text > *:not(:last-child) {
  margin-bottom: 2em;
}
.greeting_img {
  position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
.greeting_img::before {
  position: absolute;
  content: "";
  background: url(../images/front/leaf_img01.png) top left / cover no-repeat;
    width: 140px;
    height: 165px;
    right: -6px;
    bottom: -2px;
  z-index: 1;
}
.greeting_img img {
  clip-path: circle(50% at 50% 50%);
      width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

.greeting_profile .name {
  font-size: 150%;
}
.greeting_profile .name span {
  font-size: 80%;
  padding-right: 10px;
}
.greeting_btn {
  margin-top: 50px;
  text-align: center;
}

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 640px) {
.greeting .inner {
  padding: 70px 20px 150px;
}
.greeting::before {
  height: 220px;
  width: 100%;
  border-radius: 0;
}
.greeting::after {
  top: -100px;
}
.greeting_box::before {
  width: 54px;
  height: 50px;
  top: -58px;
  left: -1px;
}
.greeting_box::after {
  top: 80px;
  right: 10px;
  width: 30px;
  height: 25px;
}
.greeting_box .top_title {
  margin-bottom: 50px;
  margin-top: -100px;
}
  .greeting_flex {
    flex-flow: column-reverse;
    gap: 25px;
    padding: 0 20px 20px;
  }
  .greeting_flex::before {
    width: 300px;
    height: 200px;
    left: -22px;
    bottom: 128px;
}
  .greeting_img::before {
    width: 70px;
    height: 82px;
    right: 18px;
  }

  .greeting_left {
    width: 100%;
  }

  .greeting_btn {
    margin-top: 40px;
  }
}

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

  *診療案内

================================================================================================================================== */
.medical {
  position: relative;
  background:
  url(../images/front/bg_leaf03.png) top 80px left -120px / 600px no-repeat;
}
.medical::before {
  position: absolute;
    content: "";
    background: url(../images/front/bg_leaf03.png) top left / cover no-repeat;
    width: 600px;
    height: 472px;
    top: 80px;
    right: -120px;
    transform: scaleX(-1);
}
.medical::after {
  position: absolute;
  content: "";
  background: url(../images/front/bird_img04.png) top left / cover no-repeat;
  width: 210px;
    height: 216px;
    bottom: -115px;
    right: 98px;
    opacity: 0.8;
}
.medical .inner {
  position: relative;
  padding: 130px 50px 120px;
  max-width: 1300px;
}
.medical .inner::before {
  position: absolute;
  content: "";
  background: url(../images/front/bird_img03.png) top left / cover no-repeat;
    width: 130px;
    height: 81px;
    top: 136px;
    left: 138px;
    opacity: 0.8;
}

.medical .top_title span {
  color: var(--main-color);
}

.medical_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.medical_item {
  position: relative;
  z-index: 1;
  width: calc(100% / 5 - 40px);
  height: fit-content;
  aspect-ratio: 1 / 1;
  padding: 6px;
  border-radius: 50%;
}

.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 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 100%;
  height: fit-content;
  padding: 30px 20px 40px;
  background: var(--main-color);
  text-align: center;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  transition: background 0.2s;
}
.medical_item:hover .medical_inner {
  background: var(--sub-color02);
}
.medical_inner > *:not(:last-child) {
  margin-bottom: 15px;
}

.medical_icon {
  width: 70%;
  max-width: 60px;
  margin: 0 auto 0 !important;
}
.medical_title {
    min-height: 50px;
    display: flex;
    align-items: center;
}
.medical_title h3 {
  color: var(--text-color);
  font-size: 105%;
  color: #fff;
  line-height: 1.55;
  font-family: var(--jp-font);
  font-weight: 400;
  font-style: normal;
}
.medical_title h3 > span {
  font-size: 80%;
  display: block;
}

.medical_title_eng {
  margin-top: 5px;
  color: var(--main-color);
  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: 7px 25px 7px 15px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  transition: padding 0.2s, color 0.2s, background 0.2s;
}

.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);
}

/* 奇数 */
.medical_item:nth-child(odd) {
  background: rgba(158, 211, 67, 0.5);
}
/* 偶数 */
.medical_item:nth-child(even) .medical_inner {
  background: var(--sub-color);
}
.medical_item:nth-child(even) {
  background: rgba(241, 174, 44, 0.5);
}
.medical_item:nth-child(even):hover .medical_inner {
  background: rgba(234, 125, 36, 1);
}
/* ----- 先頭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-size: 150px;
    background-position: top 37px left -36px;
  }
.medical::before {
  width: 150px;
  height: 119px;
  top: 37px;
  right: -36px;
}
.medical::after {
    width: 98px;
    height: 100px;
    bottom: -26px;
    right: 19px;
}
.medical .inner {
  padding: 70px 20px;
}
.medical .inner::before {
    width: 67px;
    height: 42px;
    left: 27px;
    top: -9px;
}
  .medical_list {
    gap: 15px 10px;
  }

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

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

  .medical_inner {
    padding: 20px 10px;
  }

  .medical_icon {
    width: 50%;
  }
.medical_title {
    min-height: auto;
}
  .medical_title h3 {
    font-size: 100%;
  }

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

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

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

================================================================================================================================== */
.feature {
  position: relative;
  background: 
  url(../images/front/bg_nami03.svg) top 15px center / 100% no-repeat,
  url(../images/common/suisai.png) top left,
  url(../images/front/bg_leaf04.png) top 100px left -100px / 25% no-repeat,
  url(../images/front/bg_leaf05.png) top 65px right -100px / 25% no-repeat,
  linear-gradient(#ecf5cd,#ecf5cd) top 15px left / 100% no-repeat;
}
.feature::before {
    position: absolute;
    content: "";
    background: url(../images/front/bg_leaf02.png) top right / contain no-repeat;
    width: 20%;
    max-width: 322px;
    height: 245px;
    right: -50px;
    top: -31px;
    opacity: 0.8;
    z-index: 2;
}
.feature::after {
    position: absolute;
    content: "";
    background: url(../images/front/bg_leaf02.png) top left / contain no-repeat;
    width: 20%;
    max-width: 322px;
    height: 245px;
    left: -50px;
    top: -31px;
    opacity: 0.8;
    z-index: 2;
    transform: scaleX(-1);
}
.feature .inner {
  position: relative;
  padding: 0 50px 120px;
  z-index: 1;
}
.feature .inner::before {
    position: absolute;
    content: "";
    background: url(../images/front/bird_img01.png) top left / cover no-repeat;
    width: 107px;
    height: 100px;
    top: -40px;
    left: 215px;
}
.feature_list {
  display: flex;
  flex-flow: wrap;
  gap: 80px 30px;
  margin-bottom: 50px;
}

.feature_item {
  position: relative;
  display: flex;
  flex-flow: column;
  width: calc(33.3333333333% - 20px);
  height: auto;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid var(--line-color);
}
.feature_item:nth-child(2),
.feature_item:nth-child(5) {
  top: 50px;
}
.feature_img {
  position: relative;
}
.feature_num {
  position: absolute;
  margin: 0 0 0 !important;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-family: var(--en-font);
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #fff;
  background: var(--main-color);
  width: 200px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 300px;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  z-index: 1;
}
.feature_num::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 6px 0 6px;
  border-color: var(--main-color) transparent transparent;
  translate: -50% 100%;
}

.feature_img img {
  border-radius: 20px 20px 0 0;
}
.feature_inner {
  position: relative;
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 35px 30px 40px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}
.feature_inner > *:not(:last-child) {
  margin-bottom: 30px;
}
.feature_inner > p {
  line-height: 1.75;
}
.feature_title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 90px;
  margin-bottom: 15px !important;
  border-radius: 10px;
}

.feature_title h3 {
  font-size: 140%;
  line-height: 1.75;
  text-align: center;
  color: var(--sub-color02);
  font-family: var(--jp-font);
  font-weight: 400;
  font-style: normal;
}
.feature_item:nth-child(2) .feature_title h3 {
  font-size: 130%;
}
.feature_item .btn01 {
  margin-top: auto;
  text-align: center;
}
/* 特徴偶数 */
.feature_item:nth-child(even) .feature_num span {
  color: var(--sub-color);
}
.feature_item:nth-child(even) .feature_inner::before {
  background: var(--sub-color);
}
.feature_item:nth-child(even) .feature_title h3 {
  color: #e5840c;
}
.feature_item:nth-child(even) .feature_num {
  background: var(--sub-color);
}
.feature_item:nth-child(even) .feature_num::before {
  border-color: var(--sub-color) transparent transparent;
}
/* ---- 横並びボタン ----- */
.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(#fff,#fff) top left / 100% 20px no-repeat,
    url(../images/front/bg_nami03.svg) top 20px center / 100% no-repeat,
    url(../images/common/suisai.png) top left,
    url(../images/front/bg_leaf04.png) top 36px left -10px / 25% no-repeat,
    url(../images/front/bg_leaf05.png) top 36px right -10px / 25% no-repeat,
  #ecf5cd;
  }
  .feature::before {
    right: -15px;
    top: 0;
  }
  .feature::after {
    left: -15px;
    top: 0;
  }
.feature .inner {
  padding: 0 20px 70px;
}
.feature .inner::before {
    width: 53px;
    height: 50px;
    left: 24px;
}
  .feature_list {
    gap: 30px;
    margin-bottom: 0;
  }

  .feature_item {
    width: 100%;
  }
.feature_inner {
  padding: 35px 20px 35px;
}
  .feature_title {
    min-height: auto;
    margin-bottom: 15px !important;
  }
  .feature_title h3 {
    font-size: 130%;
  }
  .feature_item:nth-child(2) .feature_title h3 {
    font-size: 125%;
  }

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

  .feature_item:nth-child(2), .feature_item:nth-child(5) {
    top: 0;
}
}

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

  *症状・病名から探す - 追加コンテンツ

==================================================================================================================================*/
.search {
  position: relative;
}

.search .inner {
  width: 100%;
  max-width: 100%;
  padding: 0 50px 170px  0;
  display: flex;
}
.search .top_title {
      position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 30%;
    height: 750px;
    padding-top: 170px;
    border-radius: 0 30px 30px 0;
    gap: 15px;
    padding-right: 80px;
}

.search .top_title h2 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 220%;
    color: #fff;
    background: var(--main-color);
    padding: 40px 10px;
    border-radius: 300px;
    letter-spacing: 0.2em;
}
.search .top_title .eng {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #fff;
  background: none;
  font-size: 130%;
  padding-top: 170px;
  letter-spacing: 0.12em;
  -webkit-text-fill-color: #fff;
}
.search_list {
  display: flex;
  flex-flow: wrap;
  margin: 80px 0 0 -80px;
  border-radius: 30px;
  padding: 100px 70px 100px 160px;
}

.search_item {
  width: 100%;
}

.search_img {
  position: relative;
  z-index: 1;
  height: fit-content;
}

.search_inner {
  position: relative;
  z-index: 2;
  margin: 0;
    padding: 60px 0;
    display: flex;
    gap: 70px;
    align-items: flex-start;
}
.search_item:first-child .search_inner {
  padding-top: 0;
}
.search_item:last-child .search_inner {
  padding-bottom: 0;
}
.search_item:not(:last-child) .search_inner {
  border-bottom: 1px solid #dcebc3;
}
.search_title {
  position: relative;
  z-index: 2;
  text-align: center;
flex-shrink: 0;
}

.search_title h3 {
    position: relative;
    display: flex;
    font-size: 160%;
    width: fit-content;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    letter-spacing: 0.12em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: var(--jp-font);
    font-weight: 400;
    font-style: normal;
    gap: 12px;
}
.search_title h3::before {
  display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.searchtitle span {
  color: var(--main-color);
}

.search_text {
  margin: 0;
}
.search_text h4 {
    font-size: 115%;
    margin-bottom: 30px;
    color: #e5840c;
    font-family: var(--jp-font);
    font-weight: 400;
    font-style: normal;
    background: rgba(244,161,0,0.1);
    letter-spacing: 0.12em;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.search_link {
  display: flex;
  flex-flow: wrap;
  gap: 15px 10px;
}
.search_text .search_link:not(:last-of-type) {
  margin-bottom: 40px;
}
.search_link .search_btn {
  /* width: calc((100% / 6) - (50px / 6)); */
  height: fit-content;
  min-width: 100px;
}

.search_link .search_btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 10px 25px 10px 15px;
  background: #fff;
  color: var(--text-color);
  font-size: 95%;
  letter-spacing: 0.15em;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  line-height: 1.5;
  border-radius: 300px;
  font-family: var(--jp-font);
  font-weight: 400;
  font-style: normal;
  transition: 0.2s;
}

.search_link .search_btn a:hover {
  color: #ffffff;
  background: var(--main-color);
}

.search_link .search_btn a::before {
    content: "\f061";
    position: absolute;
    top: 50%;
    right: 8px;
    list-style: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    transform: translateY(-50%);
    transition: right 0.2s;
    color: var(--main-color);
    transition: 0.2s;
}

.search_link .search_btn a:hover::before {
  right: 7px;
  color: #fff;
}


/* 症状から探す */
.search.symptom {
  background: url(../images/front/leaf_img02.png) bottom 100px left 50px / 250px no-repeat;
}
.search.symptom::before {
    position: absolute;
    content: "";
    background: url(../images/front/bg_leaf02.png) bottom right / contain no-repeat;
    width: 24%;
    max-width: 400px;
    height: 270px;
    right: -50px;
    bottom: -128px;
    opacity: 0.7;
    z-index: 1;
}
.search.symptom .top_title {
  background: 
  linear-gradient(135deg, rgba(195, 214, 0,0.05), rgba(92, 178, 77,0.2)), 
  url(../images/front/bg_symptom_img.jpg) top right 50% /cover  no-repeat;
}
.search_list.symptom {
  background: url(../images/common/suisai.png) top left,#ecf5cd;
}
.search_title h3::before {
    border: 4px solid var(--main-color);
}
/* 病名から探す */
.search.disease {
  background: 
  url(../images/front/bird_img05.png) top 850px left 70px / 180px no-repeat,
  url(../images/front/leaf_img03.png) bottom 20% left 150px / 250px no-repeat;
}
.search.disease .top_title {
  background:
  linear-gradient(135deg, rgba(249,190,0,0.05), rgba(234,139,36,0.2)), 
  url(../images/front/bg_disease_img.jpg) top right 50% /cover  no-repeat;
}
.search.disease .top_title h2 {
  background: var(--sub-color);
}
/* .search.disease .top_title .eng {
  -webkit-text-fill-color: var(--sub-color);
} */
.search_list.disease {
  background: url(../images/common/suisai.png) top left, #fff0c7;
}
.search_link.disease .search_btn a::before {
  color: var(--sub-color);
}
.search_link.disease .search_btn a:hover {
  color: #fff;
  background: var(--sub-color);
}
.search_link.disease .search_btn a:hover::before {
    color: #fff;
}
.search_title.disease h3::before {
  border: 4px solid var(--sub-color);
}

.search_item.disease:not(:last-child) .search_inner {
  border-bottom: 1px solid #ebe0c9;
}
/* 準備中 */
.search_link .search_btn a:has(.coming) {
    pointer-events: none;
    padding: 10px 15px;
    color: #929292;
    opacity: 0.8;
    background: none;
}
.search_link .search_btn a:has(.coming)::before {
  content: none;
}
.search_link .search_btn a:has(.coming)::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05);
    top: 0;
    left: 0;
    border-radius: 300px;
  }

/*==============================================
  *SP　ピックアップ（追加コンテンツ）
==============================================*/
@media screen and (max-width:640px) {
  .search .inner {
    flex-flow: column;
    padding: 0;
  }
  .search .top_title {
    flex-flow: column;
  justify-content: center;
    align-items: flex-end;
    width: calc(100% - 20px);
    height: 170px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .search_list {
        width: calc(100% - 15px);
        margin: -75px 0 0 auto;
        padding: 100px 0px 20px 20px;
        border-radius: 20px 0 0 20px;
  }
.search .top_title {
  padding-right: 30px;
  gap: 0
}
.search .top_title h2 {
  writing-mode: horizontal-tb;
    text-orientation: upright;
    font-size: 20px;
    padding: 5px 20px;
    letter-spacing: 0.1em;
    background: #fff;
    color: var(--sub-color02);
}
.search .top_title .eng {
  writing-mode: horizontal-tb;
  text-orientation: sideways;
  padding-top: 0;
}
.search_inner {
  flex-flow: column;
}
  .search_item {
    flex-flow: column;
    width: 100%;
  }

  .search_img {
    width: calc(100% - 20px);
    margin: 0 auto 0 0;
  }

  .search_inner {
    width: 100%;
    width: calc(100% - 20px);
    margin: 0;
    padding: 30px 0;
    gap: 10px;
  }
.search_title h3 {
      writing-mode: horizontal-tb;
    text-orientation: upright;
    font-size: 130%;
}
  .search_link {
    min-height: auto;
    margin-top: 20px;
    gap: 10px;
  }

  .search_link .search_btn {
    width: auto;
    min-width: auto;
  }
  .search_link .search_btn a {
    font-size: 90%;
    padding: 5px 25px 5px 10px;
  }
  /* 症状から探す */
.search.symptom::before {
    bottom: -22px;
    right: -15px;
}
  .search.symptom .inner {
    padding-bottom: 50px;
  }
.search.symptom .top_title {
  background: linear-gradient(-90deg, var(--main-color) 50px,rgba(195, 214, 0,0.05)), 
  url(../images/front/bg_symptom_img.jpg) center left -50px / cover  no-repeat
}

  /* 病名から探す */
.search.disease .inner {
  padding-bottom: 70px;
}
.search.disease .top_title {
    background: linear-gradient(-90deg, var(--sub-color) 50px,rgba(249,190,0,0.05)), 
  url(../images/front/bg_disease_img.jpg) bottom -20px left -50px / cover  no-repeat
}
.search.disease .top_title h2 {
  background: #fff;
  color: #e5840c;
}
.search_text {
  padding-top: 20px;
}
/* 準備中 */

.search_link .search_btn a:has(.coming) {
  padding: 5px 10px;
}
}
/* ==================================================================================================================================

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

================================================================================================================================== */
.column {
  position: relative;
}
.column::before {
    position: absolute;
    content: "";
    background: url(../images/front/bg_leaf03.png) top right / contain no-repeat;
    max-width: 600px;
    width: 35%;
    height: 472px;
    top: 80px;
    left: -120px;
    z-index: -1;
}
.column::after {
    position: absolute;
    content: "";
    background: url(../images/front/bg_leaf03.png) top left / contain no-repeat;
    max-width: 600px;
    width: 35%;
    height: 472px;
    top: 80px;
    right: -120px;
    transform: scaleX(-1);
    z-index: -1;
}
.column .inner {
  position: relative;
}
.column .inner::before {
    position: absolute;
    content: "";
    background: url(../images/front/bird_img04.png) top left / cover no-repeat;
    width: 210px;
    height: 216px;
    top : -50px;
    right: 300px;
    opacity: 0.8;
}
.column_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 50px 25px;
}

.column_box {
  width: calc(25% - 18.75px);
  background: var(--bg-color);
  padding: 20px;
  border-radius: 20px;
}

.column_box dt a {
  display: block;
  padding: 15px 10px;
  background: var(--main-color);
  color: #ffffff;
  font-size: 110%;
  text-align: center;
  font-family: var(--jp-font);
  font-weight: 400;
  font-style: normal;
border-radius: 300px;
border: 1px solid var(--main-color);
}
.column_box dt a:hover {
    background: #fff;
    color: var(--main-color);
}
.column_box dd {
  padding: 15px 10px;
  border-bottom: 1px solid var(--line-color);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.column_box dd a {
  color: var(--text-color);
  font-family: var(--jp-font);
  font-weight: 400;
  font-style: normal;
}

.column_box dd a:hover {
  color: var(--main-color);
}
/* 偶数 */
.column_box:nth-child(even) {
  background: var(--bg-color02);
}
.column_box:nth-child(even) dt a {
  background: var(--sub-color);
  border: 1px solid var(--sub-color);
}
.column_box:nth-child(even) dt a:hover {
    color: var(--sub-color);
    background: #fff;
}
.column_box:nth-child(even) dd a:hover {
    color: var(--sub-color);
}
/* ==============================================
  *SP 医療コラム
============================================== */
@media screen and (max-width: 640px) {
  .column::before {
    top: 28px;
    left: -25px;
}
.column::after {
    top: 28px;
    right: -25px;
}
  .column .inner::before {
    width: 97px;
    height: 100px;
    top: -40px;
    right: 41px;
  }
  .column_list {
    gap: 20px;
  }

  .column_box {
    width: 100%;
  }
  .column_box dt a {
    padding: 10px;
  }
}

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

  *無限スライダー

================================================================================================================================== */
#infinitySlider {
  padding: 10px;
}

#infinitySlider .splide__list {
  gap: 10px;
}

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

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