@charset "UTF-8";

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

  *基本設定

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.front {
  overflow: hidden;
}

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

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

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

  *タイトル

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.top_title {
  margin-bottom: 80px;
  line-height: 1.5;
  text-align: center;

  /* 左寄せ */
}

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

.top_title h2 {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 150%;
}

.top_title .eng {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "dashiell-fine", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.15em;
}

.top_title .eng span {
  background: linear-gradient(150deg, #00b1b2 0%, #00b1b2 50%, #222222 50%, #222222 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 135%;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .top_title {
    margin-bottom: 40px;
  }

  .top_title h2 {
    font-size: 17px;
  }

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

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

  *メインビジュアル

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

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

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

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

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

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

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

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

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

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

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

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

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

.mvCatch .inner {
  position: relative;
  z-index: 1;
}

.mvCatch p {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 220%;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 0 0 10px white, 0 0 15px white, 0 0 20px white;
}

.mvCatch p::before {
  content: "";
  display: block;
  width: 72px;
  height: 78px;
  margin: 0 auto 25px;
  background: url(../images/common/logo.svg) no-repeat center/cover;
}

/* ----- コンテンツ ----- */
.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%;
}

.bnr_wrapper {
  position: absolute;
  bottom: 120px;
  display: flex;
  align-items: end;
  gap: 20px;
}

.open_bnr {
  display: inline-block;
  padding: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.open_bnr > * {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 220px;
  padding: 15px;
  background: rgba(0, 177, 178, 0.8);
  border-radius: 6px;
  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;
}

.feature_bnr {
  display: inline-block;
  padding: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.feature_bnr > * {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  padding: 15px;
  background: rgba(0, 138, 178, 0.8);
  border-radius: 50%;
  color: #ffffff;
  font-size: 100%;
  line-height: 1.5;
  text-align: center;
}

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

.sp_only {
  display: none;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .mainvisual {
    height: 500px;
  }

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

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

  .mvCatch p {
    font-size: 120%;
  }

  .mvCatch p::before {
    width: 45px;
    height: 48.75px;
    margin: 0 auto 25px;
  }

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

  .bnr_wrapper {
    position: static;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .open_bnr {
    width: 100%;
    max-width: 350px;
    background: rgba(0, 177, 178, 0.3);
  }

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

  .feature_bnr {
    width: 100%;
    max-width: 350px;
    padding: 4px;
    background: rgba(0, 138, 178, 0.3);
    border-radius: 5px;
  }

  .feature_bnr > * {
    width: 100%;
    height: auto;
    border-radius: 3px;
  }
}

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

  *バナーエリア

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
/* ----- 共通設定 ----- */
.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 .inner {
  margin-top: -50px;
  padding: 0 50px;
}

#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 .inner {
    margin-top: 0;
    padding: 70px 0 0;
  }

  #bannerSlider .splide__slide {
    min-height: auto;
  }

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

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

  #bannerSlider .bannerSlider_arrow_prev {
    left: 10px;
  }

  #bannerSlider .bannerSlider_arrow_next {
    right: 10px;
  }

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

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

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

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

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

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

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

.clinic .news .inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  padding: 100px 50px 0;
}

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

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

.clinic .news .top_title .eng {
  margin-bottom: 10px;
}

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

/* ----- 医院概要 ----- */
.clinic .info {
  position: relative;
  z-index: 1;
}

.clinic .info::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -400px;
  z-index: -1;
  display: block;
  width: calc(50% - 200px);
  height: 900px;
  background: var(--bg-color);
}

.clinic .info .inner {
  display: flex;
  gap: 70px;
  padding: 80px 50px 100px;
}

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

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

.clinic .info address .location {
  text-align: center;
}

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

.clinic .info address .tel {
  margin-top: 15px;
  font-family: "dashiell-fine", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}

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

.clinic .info address .tel::before {
  content: "TEL.";
  display: inline-block;
  margin-right: 5px;
  color: var(--main-color);
  font-size: 65%;
  letter-spacing: 0.12em;
}

.clinic .info address .fax {
  margin-top: 15px;
  font-family: "dashiell-fine", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}

.clinic .info address .fax::before {
  content: "FAX.";
  display: inline-block;
  margin-right: 5px;
  font-size: 60%;
  letter-spacing: 0.12em;
}

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

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

.clinic .info .speciality .title {
  flex-shrink: 0;
  width: fit-content;
  padding: 10px 32px 10px 35px;
  background: var(--main-color);
  border-radius: 1000px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 105%;
  text-align: center;
}

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

.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 {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 640px) {
  .clinic .info::before {
    bottom: -150px;
    width: 100px;
    height: 50%;
  }

  .clinic .news .inner {
    flex-flow: column;
    gap: 0;
    padding: 60px 20px;
  }

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

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

  .clinic .info address .location .zipcode {
    display: block;
    margin: 0 auto;
  }

  .clinic .info address .tel {
    font-size: 30px;
    letter-spacing: 0.15em;
  }

  .clinic .info .speciality {
    flex-flow: column;
    gap: 10px;
    margin: 25px auto 0;
    padding: 15px;
  }

  .clinic .info .speciality .title {
    width: 100%;
    padding: 7px 20px;
    font-size: 100%;
  }

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

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

  *病状、症状から探す

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

.search::before {
  content: "";
  display: block;
  width: calc(100% - (100% - 1400px) / 2);
  height: 650px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/front/section-img-01.jpg) no-repeat center/cover;
  background: url(../images/front/section-img-01.jpg) no-repeat center/cover;
  border-radius: 0 10000px 10000px 0;
}

.search .tab_list {
  position: relative;
  z-index: 2;
  gap: 10px;
  margin-bottom: 20px;
}

.search .tab_list .tab {
  padding: 30px 20px;
  border-radius: 15px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.search .panel {
  position: relative;
  z-index: 1;
  padding: 0;
  background: 0;
}

.search .panel::after {
  content: "";
  position: absolute;
  bottom: -300px;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(100svw - 200px);
  height: calc(100% + 200px);
  background: var(--bg-color);
  transform: translateX(-50%);
}

.search_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

/* ----- リンクボタン ----- */
.search_list li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  background: #ffffff;
  border-radius: 10px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: var(--text-color);
  font-size: 105%;
  transition: color 0.2s, border 0.2s, background 0.2s;
}

.search_list li a:hover {
  background: #e8f3f3;
}

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

.search_img {
  width: 100%;
  height: 400px;
  margin: 0 !important;
  border-radius: 1000px;
  overflow: hidden;
}

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

/* ==============================================
  *SP 病状、症状から探す
============================================== */
@media screen and (max-width: 640px) {
  .search::before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 250px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/front/section-img-01.jpg) no-repeat center/cover;
    background: url(../images/front/section-img-01.jpg) no-repeat center/cover;
    border-radius: 0 10000px 10000px 0;
  }

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

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

  .search .panel::after {
    bottom: -140px;
    width: 100svw;
    height: 100%;
  }

  .search_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .search_list li {
    width: 100%;
  }

  .search_list li a {
    min-height: auto;
    padding: 15px 20px;
  }

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

  .search_img {
    width: 100%;
    height: 200px;
  }

  .panel_flex .search_list {
    width: 100%;
  }

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

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

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

================================================================================================================================== */
.pickup .inner {
  width: 100%;
  max-width: none;
  padding: 120px 0 0;
}

.pickup_list {
  display: flex;
  flex-flow: wrap;
}

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

.pickup_inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 700px;
  height: 100%;
}

.pickup_title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto 15px;
  padding: 20px 30px;
  border-radius: 10000px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

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

.pickup_title h2, .pickup_title h3 {
  background: none;
  font-size: 150%;
}

.pickup_title span {
  font-family: "dashiell-fine", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 120%;
}

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

.pickup_img img {
  border-radius: 1000px;
}

.pickup_text {
  padding: 30px 0;
}

.pickup_link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  height: auto;
  margin-top: auto;
}

.pickup_link .pickup_btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 50px;
  border: 1px solid var(--text-color);
  border-radius: 1000px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color) !important;
  font-size: 100%;
  letter-spacing: 0.15em;
  text-align: center;
  vertical-align: bottom;
  transition: background 0.2s, color 0.2s;
}

.pickup_link .pickup_btn a::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 15px;
  list-style: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  transform: translateY(-50%);
  transition: right 0.2s;
}

.pickup_link .pickup_btn a:hover::after {
  right: 12px;
}

/* 奇数 */
.pickup_item:nth-child(odd) {
  padding: 120px 100px 120px 50px;
  background: var(--bg-color);
}

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

.pickup_item:nth-child(odd) .pickup_title {
  background: var(--main-color);
}

.pickup_item:nth-child(odd) .pickup_title::before {
  background: var(--main-color);
}

/* 偶数 */
.pickup_item:nth-child(even) {
  padding: 120px 50px 120px 100px;
  background: #f1f5f7;
}

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

.pickup_item:nth-child(even) .pickup_title {
  background: var(--sub-color);
}

.pickup_item:nth-child(even) .pickup_title::before {
  background: var(--sub-color);
}

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

  .pickup_title h2, .pickup_title h3 {
    font-size: 110%;
  }

  .pickup_list {
    width: 100%;
  }

  .pickup_item {
    width: 100%;
    padding: 70px 20px !important;
  }

  .pickup_title {
    padding: 10px 20px;
    font-size: 105%;
  }

  .pickup_title::before {
    bottom: -19px;
    width: 25px;
    height: 20px;
  }

  .pickup_inner {
    max-width: none;
    min-height: auto;
    margin: 0 !important;
  }

  .pickup_img {
    height: 180px;
  }

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

  .pickup_link {
    grid-template-columns: repeat(1, 1fr);
    margin-top: auto;
  }

  .pickup_link .pickup_btn {
    width: 100%;
  }
}

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

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

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

.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: calc(50% - 900px);
  height: 100%;
  background: url(../images/front/dot.png) center center/15px 2px repeat;
}

.feature::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: calc(50% - 900px);
  height: 100%;
  background: url(../images/front/dot.png) center center/15px 2px repeat;
}

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

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

.feature_img {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 700px;
  height: auto;
  padding: 0 0 0 20px;
}

.feature_img span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.feature_img span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #ffffff;
  border-radius: 1000px;
  transform: translate(-50%, -50%);
}

.feature_img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 1000px;
}

.feature_img img {
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  object-fit: cover;
}

.feature_inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 0 20px 0 100px;
}

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

.feature_title {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px !important;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line-color);
}

.feature_title h3 {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 180%;
  line-height: 1.75;
}

.feature_num {
  flex-shrink: 0;
  font-family: "dashiell-fine", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 400%;
  line-height: 1;
}

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

.feature_item .btn01 {
  margin-top: 50px;
  text-align: center;
}

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

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

.feature_item:nth-child(even) .feature_img {
  padding: 0 20px 0 0;
}

.feature_item:nth-child(even) .feature_img::after {
  background: var(--sub-color);
}

.feature_item:nth-child(even) .feature_inner {
  padding: 0 100px 0 20px;
}

.feature_item:nth-child(even) .feature_num span {
  color: var(--sub-color);
}

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

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

@media screen and (max-width: 640px) {
  .feature::before {
    width: 10%;
    background: url(../images/front/dot.png) center center/7.5px 1px repeat;
  }

  .feature::after {
    width: 10%;
    background: url(../images/front/dot.png) center center/7.5px 1px repeat;
  }

  .feature_list {
    gap: 60px;
  }

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

  .feature_img {
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 0 0 14px;
  }

  .feature_img span {
    height: 200px;
  }

  .feature_img span::before {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }

  .feature_inner {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 0;
  }

  .feature_title {
    justify-content: center;
    gap: 25px;
    min-height: auto;
    margin-bottom: 15px !important;
  }

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

  .feature_num {
    font-size: 250%;
  }

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

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

  .feature_item:nth-child(even) .feature_img {
    padding: 0 14px 0 0;
  }

  .feature_item:nth-child(even) .feature_inner {
    padding: 0;
  }

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

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

  *診療案内

================================================================================================================================== */
.medical {
  padding: 30px;
  background: url(../images/front/medical-bg.jpg) no-repeat center/cover;
  overflow: hidden;
}

.medical_container {
  position: relative;
  z-index: 1;
  background: rgba(208, 208, 198, 0.3);
}

.medical_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.medical_item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  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_icon {
  position: relative;
  z-index: 2;
  width: 70%;
  max-width: 140px;
  margin: 0 auto;
  background: var(--bg-color);
  border: 6px solid #ffffff;
  border-radius: 50%;
}

.medical_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin: -80px auto 0 !important;
  padding: 85px 20px 35px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}

.medical_inner::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
  display: block;
  width: 120px;
  height: 130px;
  background: url(../images/common/logo.svg) no-repeat center/cover;
  opacity: 5%;
  transition: opacity 0.2s;
}

.medical_item:hover .medical_inner::before {
  opacity: 20%;
}

.medical_inner > *:not(:last-child) {
  margin-bottom: 15px;
}

.medical_title h3 {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-size: 140%;
}

.medical_title_eng {
  margin-top: 7px;
  font-family: "dashiell-fine", serif;
  font-style: normal;
  font-weight: 300;
  color: var(--main-color);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  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);
}

/* ==============================================
  *SP 診療案内
============================================== */
@media screen and (max-width: 640px) {
  .medical {
    padding: 15px 10px;
    background: url(../images/front/medical-bg.jpg) no-repeat center/cover;
  }

  .medical_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }

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

  .medical_icon {
    width: 100px;
    border: 4px solid #ffffff;
  }

  .medical_inner {
    margin: -50px auto 0 !important;
    padding: 55px 20px 35px;
  }

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

  .medical_title_eng {
    font-size: 10px;
  }
}

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

  *ご挨拶

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

.greeting::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  width: calc(50% - 900px);
  height: 100%;
  background: url(../images/front/dot.png) center center/15px 2px repeat;
}

.greeting::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30%;
  height: 100%;
  background: url(../images/front/doctor-bg.jpg) no-repeat center/cover;
  opacity: 0.7;
}

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

.greeting_flex {
  display: flex;
  align-items: center;
  gap: 120px;
}

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

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

.greeting_text {
  font-size: 110%;
}

.greeting_text .catch {
  position: relative;
  z-index: 1;
  padding: 0 0 0 40px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--main-color);
  font-size: 150%;
}

.greeting_text .catch::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  display: block;
  width: 20px;
  height: 5px;
  background: var(--main-color);
  border-radius: 300px;
}

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

.greeting_img img {
  border-radius: 10000px 10000px 0 0;
}

.greeting_profile {
  padding: 30px 20px;
  background: var(--main-color);
  border-radius: 0 0 30px 30px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.75;
  text-align: center;
}

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

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

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

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 640px) {
  .greeting::before {
    width: 10%;
    background: url(../images/front/dot.png) center center/7.5px 1px repeat;
  }

  .greeting::after {
    width: 30%;
    height: 300px;
    opacity: 0.3;
  }

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

  .greeting_left {
    width: 100%;
  }

  .greeting_text {
    font-size: 105%;
  }

  .greeting_text .catch {
    padding: 0 0 0 35px;
    font-size: 130%;
  }

  .greeting_text .catch::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    display: block;
    width: 17px;
    height: 5px;
    background: var(--main-color);
    border-radius: 300px;
  }

  .greeting_profile {
    padding: 20px;
  }

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

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

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

  *無限スライダー

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

.infinitySlider .splide__track {
  height: fit-content;
}

.infinitySlider .splide__list {
  gap: 80px;
  height: auto;
}

.infinitySlider .splide__slide {
  width: auto !important;
  height: 100%;
}

.infinitySlider .splide__slide img {
  border-radius: 1000px;
}

.infinitySlider .splide__slide:nth-child(1),
.infinitySlider .splide__slide:nth-child(3),
.infinitySlider .splide__slide:nth-child(6),
.infinitySlider .splide__slide:nth-child(9) {
  margin-bottom: 20px;
}

.infinitySlider .splide__slide:nth-child(2),
.infinitySlider .splide__slide:nth-child(4),
.infinitySlider .splide__slide:nth-child(7),
.infinitySlider .splide__slide:nth-child(10) {
  margin-top: 170px;
}

@media screen and (max-width: 640px) {
  .infinitySlider .splide__list {
    gap: 30px;
  }

  .infinitySlider .splide__slide {
    width: auto !important;
    max-width: 300px;
    height: 100%;
  }

  .infinitySlider .splide__slide img {
    border-radius: 1000px;
  }

  .infinitySlider .splide__slide:nth-child(1),
  .infinitySlider .splide__slide:nth-child(3),
  .infinitySlider .splide__slide:nth-child(6),
  .infinitySlider .splide__slide:nth-child(9) {
    margin-bottom: 20px;
  }

  .infinitySlider .splide__slide:nth-child(2),
  .infinitySlider .splide__slide:nth-child(4),
  .infinitySlider .splide__slide:nth-child(7),
  .infinitySlider .splide__slide:nth-child(10) {
    margin-top: 50px;
  }
}
