@charset "UTF-8";

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

  *基本設定

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

section .inner {
  max-width: 1400px;
  padding: 100px 40px;
}

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

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

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

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

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

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

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

  *タイトル

================================================================================================================================== */
.top_title {
  margin-bottom: 50px;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 34px;
  position: relative;
  z-index: 0;
}

.top_title::before{
  content: '';
  position: absolute;
  background: url(../images/title_sakura.svg) no-repeat center / contain;
  width: calc(148px * 0.15);
  height: calc(150px * 0.15);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

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

.top_title h2 {
  color: var(--title-color);
  font-family: var(--jp-font);
  font-size: 220%;
  letter-spacing: 0.13em;
  letter-spacing: 0.18em;
  font-feature-settings: 'palt';
}

.top_title .eng {
  display: inline-block;
  margin-top: 3px;
  color: var(--sub02-color);
  font-family: var(--en-font);
  font-size: 160%;
  letter-spacing: 0.07em;
}

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

  .top_title h2 {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }

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

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

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
  position: relative;
  z-index: 1;
  height: 800px;
  overflow: hidden;
  padding: 0 20px 40px 0;
}

.mainvisual::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  background: var(--bg-gray-color);
  background-image: repeating-linear-gradient(90deg, rgb(255, 255, 255, 0.6), rgb(255, 255, 255, 0.6) 1px, transparent 1px, transparent 8px);
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

/* ----- MVの画像 ----- */
.mvImg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  padding-left: 170px;
}

.mvImg::before{
  content: '';
  position: absolute;
  background: url(../images/sakura05.png) no-repeat center / contain;
  width: calc(500px * 0.6);
  height: calc(554px * 0.6);
  top: 0px;
  left: 0;
  transform: scale(-1, 1);
  z-index: 1;
}

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

/* ----- MV動画 ----- */
#mvVideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
  margin-left: 170px;
}

#mvVideo::before {
  content: '';
  position: absolute;
  background: url(../images/sakura05.png) no-repeat center / contain;
  width: calc(500px * 0.6);
  height: calc(554px * 0.6);
  top: 0px;
  left: 0;
  transform: scale(-1, 1);
  z-index: 1;
}

@media screen and (max-width: 680px) {

  #mvVideo video {
	margin-left: 0;
  }

  #mvVideo::before {
    content: '';
    position: absolute;
    background: url(../images/sakura05.png) no-repeat center / contain;
    width: calc(500px * 0.31);
    height: calc(554px * 0.31);
    top: -7px;
    left: -38px;
    transform: scale(-1, 1);
    z-index: 1;
  }
}

/* ----- キャッチコピー ----- */
.mvCatch {
  position: absolute !important;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: fit-content;
  /* background: #fff; */
  padding: 50px 60px 40px 60px;
}

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

.mvCatch p {
  color: var(--title-color);
  font-family: var(--jp-font);
  font-size: 200%;
  letter-spacing: 0.11em;
  line-height: 1.7;
  font-feature-settings: 'palt';
  position: relative;
  z-index: 0;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  background: rgb(250, 243, 245, 0.6);
  width: fit-content;
  padding: 13px 20px;
}

.mvCatch p:not(:last-of-type){
  margin-bottom: 10px;
}

.mvCatch p::before{
  content: '';
  position: absolute;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {

  .mvCatch p {
    background: unset;
  }

  .mvCatch p::before {
    display: none;
  }
}

.mvCatch .small{
  font-size: 75%;
}

.mvCatch span.subcolor,
.mvCatch span.sub02color{
  padding: 0 3px; 
  font-size: 125%;
}

.mvCatch span.subcolor{
  letter-spacing: 0.1em;
}

.mvCatch span.sub02color{
  letter-spacing: 0.13em;
}

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

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

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

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

.open_bnr > * {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding: 15px;
  aspect-ratio: 1 / 1;
  background: url(../images/bg_maru.svg) no-repeat center / cover;
  border-radius: 50%;
  color: var(--main-color);
  font-family: var(--jp-font);
  font-size: 110%;
  letter-spacing: 0.13em;
  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: fit-content;
  min-width: 50%;
  margin: 0 0 10px;
  padding: 5px 20px;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 90%;
  text-align: center;
}

.open_bnr .date,
.open_bnr .open_text,
.open_bnr .nairankai_tit,
.nairakai_date{
  filter: drop-shadow(0 0 5px #FFF) drop-shadow(0 0 5px #FFF) drop-shadow(0 0 5px #FFF);
}

/* サブカラー */
.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: 360px;
   padding: 0;
  }

  .mainvisual::before{
    height: 40%;
  }

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

  .mvImg{
    padding-left: 20px;
  }

  .mvImg::before{
    width: calc(500px * 0.3);
    height: calc(554px * 0.3);
    left: -35px;
    top: -15px;
  }

  .mvCatch {
    top: auto;
    bottom: 20px;
    left: 0;
    display: none;
    padding: 0;
  }

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

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

  .mvCatch p {
    font-size: 100%;
    line-height: 1.6;
	margin-bottom: 10px;
	padding: 0 20px;
  }

  .mvCatch .small{
    font-size: 85%;
  }

  .mvCatch span.sub02color{
    letter-spacing: 0.08em;
  }

  .mvCatch span.subcolor{
    font-size: 120%;
  }

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

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

  .open_bnr > * {
    width: 60%;
    height: auto;
    padding: 15px 20px;
    margin: 0 auto;
    border-radius: 0;
  }
}

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

  *バナーエリア

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

.top_banner .inner{
  padding-top: 0px;
}

/* ----- 共通設定 ----- */
.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;
  border-radius: 12px 12px 0 0;
}

.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: #fff;
}

.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(--sub02-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: 28px 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(--sub02-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;
  }

  #bannerSlider .splide__slide{
    min-height: 160px;
  }

  /* スライダーの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: url(../images/wave01.svg) repeat-x bottom -1px left 0 / 310px 25px, url(../images/sakura01.jpg) no-repeat bottom right / calc(600px * 0.8) calc(561px * 0.8);
}

.clinic::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/sakura02.png), url(../images/sakura03.png);
  background-repeat: no-repeat, no-repeat;
  background-size: calc(300px* 0.5) calc(663px* 0.5), calc(300px* 0.7) calc(351px* 0.7);
  background-position: 2% 46%, 99% 0%;
  top: 0;
  left: 0;
  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: 70px 40px 40px;
}

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

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

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

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

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

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

.clinic .info address > *::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0 0 0 2px;
  background: var(--bg-gray-color);
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--main-color);
  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 7px 50px;
  font-family: var(--en-font);
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1;
}

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

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

.clinic .info address .fax {
  margin-top: 15px;
  padding: 5px 0 5px 50px;
  font-family: var(--en-font);
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--title-color);
}

.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: 20px auto 0;
}

.clinic .info .speciality .title {
  flex-shrink: 0;
  width: fit-content;
  padding: 10px 30px;
  background: var(--bg-gray-color);
  color: var(--main-color);
  text-align: center;
  font-family: var(--jp-font);
  letter-spacing: 0.13em;
}

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

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

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

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

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

@media screen and (max-width: 640px) {
  .clinic{
    background: url(../images/wave01.svg) repeat-x bottom -1px left 0 / 310px 25px, url(../images/sakura01.jpg) no-repeat bottom right / calc(600px * 0.35) calc(561px * 0.35);
  }
  .clinic::before{
    background-size: calc(300px * 0.25) calc(663px * 0.25), calc(300px * 0.4) calc(351px * 0.4);
    background-position: -13% 19%, 99% 0%;
  }

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

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

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

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

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


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

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

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

.pickup::before{
  content: '';
  position: absolute;
  width: 18%;
  max-width: 380px;
  max-height: 380px;
  aspect-ratio: 1 / 1;
  top: -110px;
  left: -7%;
  background: linear-gradient(180deg, rgba(242, 248, 253, 0.4) 0%, rgba(242, 248, 253, 0.4) 100%), url(../images/bg_clinic.jpg) no-repeat center / cover;
  border-radius: 50%;
  z-index: 1;
}

.pickup .inner {
  max-width: 1500px;
  width: 100%;
  padding: 100px 40px 70px;
}

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

.pickup_item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 0;
}

.pickup_item::before {
  content: '';
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  background-image: repeating-linear-gradient(90deg, #f8f9f9, #f8f9f9 1px, transparent 1px, transparent 8px);
	border-radius: 15px;
  z-index: -1;
}

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

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

.pickup_inner {
  position: relative;
  z-index: 2;
  width: 84%;
  padding: 20px 60px 0 60px;
}

.pickup_title {
  position: relative;
  z-index: 2;
  margin: 0 auto 15px;
  padding: 30px 40px;
  position: relative;
  z-index: 0;
}

.pickup_title::before{
  content: '';
  position: absolute;
  /* border-bottom: 2px dotted var(--line-color); */
  background: var(--bg02-color);
  border-left: solid 6px rgb(240, 149, 176, 0.6);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.pickup_title h2, .pickup_title h3 {
  background: none;
  color: var(--title-color);
  font-family: var(--jp-font);
  font-size: 150%;
  letter-spacing: 0.11em;
  line-height: 1.6;
  font-feature-settings: 'palt';
}

/* 1510px以下 調整用 */
@media screen and (max-width: 1510px) {
  .pickup_title{
    padding: 30px 30px;
  }

  .pickup_title h2, .pickup_title h3{
    font-size: 135%;
  }
}
/* 1390px以下 調整用 */
@media screen and (max-width: 1390px) {
  .pickup_title h2, .pickup_title h3{
    font-size: 119%;
  }
}

.pickup_title span {
  font-size: 125%;
  letter-spacing: 0.08em;
  padding: 0 2px;
}

.pickup_title span.maincolor{
  color: #67bdda;
}

.pickup_text {
  margin: 30px 0;
}

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

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

/* 初めての内視鏡検査 */
.pickup_item:first-of-type .pickup_link .pickup_btn:first-child{
  width: 50%;
  margin: 0 auto
}

.pickup_link .pickup_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 45px 10px 25px;
  width: 100%;
  height: 100%;
  background: var(--sub-color);
  border: 1px solid var(--sub-color);
  color: #ffffff;
  font-size: 100%;
  font-family: var(--jp-font);
  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:hover {
  background: #ffffff;
  color: var(--sub-color);
}

.pickup_link .pickup_btn a::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  border-top: 1px solid #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.pickup_link .pickup_btn a:hover::before {
  border-top: 1px solid var(--sub-color);
}

.pickup_link .pickup_btn a::after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  z-index: 0;
}

.pickup_link .pickup_btn a:hover::after{
  background: var(--sub-color);
  transform: translateY(-50%) translateX(26px);
  transition: 0.2s ease-in-out;
}

/* 偶数 */
.pickup_item:nth-child(even) {
  flex-flow: row-reverse;
}

.pickup_item:nth-child(even) .pickup_inner {
  padding: 0 60px 0 60px;
}

.pickup_item:nth-child(even)::before {
  right: unset;
  left: 0;
}

/*==============================================
  *SP　ピックアップ（追加コンテンツ）
==============================================*/
@media screen and (max-width:640px) {
  .pickup::before{
    width: 32%;
    top: -60px;
    left: -10%;
  }

  .pickup .inner{
    padding: 50px 20px;
  }

  .pickup_title {
    padding: 15px 10px 15px 22px;
  }

  .pickup_title::before{
    border-left: solid 4px rgb(240, 149, 176, 0.6);
  }

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

  .pickup_title h2, .pickup_title h3 {
    font-size: 115%;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }

  .pickup_title span{
    font-size: 115%;
    padding: 0 2px;
  }

  .pickup_item {
    flex-flow: column;
    width: 100%;
    padding: 20px 0;
  }

  .pickup_item::before{
    width: 100%;
  }

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

  .pickup_inner {
    width: 100%;
    width: calc(100% - 20px);
    padding: 25px 10px 10px;
  }

  .pickup_text {
    margin: 20px 0;
  }

  .pickup_link {
    min-height: auto;
    margin-top: 20px;
  }

  .pickup_link .pickup_btn {
    width: 100%;
  }

  .pickup_item:first-of-type .pickup_link .pickup_btn:first-child{
    width: 100%;
  }

  /* 偶数 */
  .pickup_item:nth-child(even) {
    flex-flow: column;
  }

  .pickup_item:nth-child(even) .pickup_inner {
    padding: 20px 10px 10px;
  }
}

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

  *診療案内

================================================================================================================================== */
.medical{
  position: relative;
  z-index: 1;
  background: 
  url(../images/sakura04.png) no-repeat top left / calc(600px * 0.82) calc(593px * 0.82), 
  url(../images/bg_light03.jpg) no-repeat top 15% left -100px / calc(700px * 1) calc(700px * 1), 
  url(../images/bg_light02.jpg) no-repeat top 70% right -370px / calc(700px * 0.82) calc(700px * 0.82);
}

.medical::before {
  content: '';
  position: absolute;
  width: 19%;
  max-width: 380px;
  max-height: 380px;
  aspect-ratio: 1 / 1;
  top: -70px;
  right: -9%;
  background: linear-gradient(180deg, rgba(242, 248, 253, 0.4) 0%, rgba(242, 248, 253, 0.4) 100%), url(../images/bg_clinic02.jpg) no-repeat center / cover;
  border-radius: 50%;
  z-index: 1;
}

.medical_list {
  display: flex;
  flex-wrap: wrap;
}

.medical_item {
  position: relative;
  z-index: 1;
  width: calc((100% - 0px) / 5);
  height: auto;
  background: #fff;
}

.medical_item::before{
  content: '';
  position: absolute;
  background: var(--bg-gray-color);
  background-image: repeating-linear-gradient(90deg, rgb(255, 255, 255, 0.6), rgb(255, 255, 255, 0.6) 1px, transparent 1px, transparent 6px);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.2s;
  z-index: -1;
  border-radius: 15px;
}

.medical_item:hover::before{
  background: var(--bg02-color);
  background-image: repeating-linear-gradient(90deg, #f2eff0, #f2eff0 1px, transparent 1px, transparent 6px);
}

.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%;
  height: 100%;
  min-height: 290px;
  padding: 30px 20px 40px;
  /* background: var(--bg-gray-color); */
  text-align: center;
  position: relative;
  z-index: 0;
}

.medical_inner::before{
  content: '';
  position: absolute;
  border-right: 1px solid var(--sub-color);
  width: 100%;
  height: calc(100% - 40px);
  top: 20px;
  left: 0;
  z-index: -1;
}

.medical_item:nth-of-type(1) .medical_inner::before,
.medical_item:nth-of-type(4) .medical_inner::before,
.medical_item:nth-of-type(7) .medical_inner::before{
  border-left: 1px solid var(--sub-color);
}

.medical_inner::after{
  content: '';
  position: absolute;
  border-top: 1px solid var(--sub-color);
  width: calc(100% - 40px);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.medical_item:nth-of-type(n+7) .medical_inner::after{
  border-bottom: 1px solid var(--sub-color);
}

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

.medical_icon {
  width: 70%;
  max-width: 110px;
  margin: 0 auto 15px !important;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
}

.medical_item:hover .medical_icon{
  background: #fff;
}

.medical_title h3 {
  color: var(--title-color);
  font-family: var(--jp-font);
  font-size: 120%;
  letter-spacing: 0.13em;
  line-height: 1.5;
}

.medical_title_eng {
  margin-top: 8px;
  color: var(--sub02-color);
  font-family: var(--en-font);
  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);
}

/* ----- 先頭6つの設定----- */
.medical_item:nth-of-type(-n + 6) {
  width: calc((100% - 0px) / 3);
  min-height: 370px;
}

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

.medical_item:nth-of-type(-n + 6) .medical_icon {
  max-width: 120px;
  margin: 0 auto 15px !important;
}

.medical_item:nth-of-type(-n + 6) .medical_title h3 {
  font-size: 160%;
}

/* ==============================================
  *SP 診療案内
============================================== */
@media screen and (max-width: 640px) {
  .medical{
    background: 
    url(../images/sakura04.png) no-repeat top left / calc(600px * 0.35) calc(593px * 0.35),     
    url(../images/bg_light03.jpg) no-repeat top 13% left -60px / calc(700px * 0.3) calc(700px * 0.3),     
    url(../images/bg_light02.jpg) no-repeat top 80% right -110px / calc(700px * 0.3) calc(700px * 0.3);
  }

  .medical::before{
    width: 35%;
    top: -60px;
  }

  .medical .inner{
    padding: 70px 10px;
  }

  .medical_item,
  .medical_item:nth-of-type(-n + 6) {
    width: calc(100% / 3);
    min-height: unset;
  }

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

  .medical_item::before{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 5px;
  }

  .medical_inner,
  .medical_item:nth-of-type(-n + 6) .medical_inner {
    min-height: auto;
    padding: 20px 10px;
  }

  .medical_inner::before{
    height: calc(100% - 20px);
    top: 10px;
  }
  
  .medical_item:nth-of-type(1) .medical_inner::before, 
  .medical_item:nth-of-type(4) .medical_inner::before, 
  .medical_item:nth-of-type(7) .medical_inner::before{
    border-left: none;
  }

  .medical_item:nth-of-type(3n+1) .medical_inner::before{
    border-left: 1px solid var(--sub-color);
  }

  .medical_inner::after{
    width: calc(100% - 20px);
    border-top: none;
    border-bottom: 1px solid var(--sub-color);
  }

  .medical_item:nth-of-type(-n+3) .medical_inner::after{
    border-top: 1px solid var(--sub-color);
  }

  .medical_icon,
  .medical_item:nth-of-type(-n + 6) .medical_icon {
    width: 60%;
    padding: 10px;
    margin: 0 auto 10px !important;
  }

  .medical_title h3,
  .medical_item:nth-of-type(-n + 6) .medical_title h3 {
    font-size: 90%;
    letter-spacing: 0.1em;
  }

  .medical_title_eng{
    font-size: 10px;
  }

}

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

  *病状、症状から探す

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

.search::before{
  content: '';
  position: absolute;
  background: url(../images/sakura05.png) no-repeat center / contain;
  width: calc(500px * 0.82);
  height: calc(554px * 0.82);
  top: -70px;
  right: 0;
  z-index: -1;
}

.search::after{
  content: '';
  position: absolute;
  width: calc(700px * 0.8);
  height: calc(700px * 0.8);
  top: -80px;
  left: -200px;
  z-index: -2;
  background: url(../images/bg_light02.jpg) no-repeat center / cover;
}

.search .inner{
  padding-top: 50px;
}

.search .tab_list {
  gap: 5px;
  position: relative;
  z-index: 2;
}

.search .tab_list .tab {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 10px;
  padding: 18px 20px 18px 20px;
  margin-bottom: 10px;
  font-size: 126%;
  letter-spacing: 0.13em;
  font-feature-settings: 'palt';
  background: var(--bg-gray-color);
  color: #8a9197;
  border-radius: 10px 10px;
}

.search .tab_list .tab:last-of-type{
  border-right: none;
}

/* 1390px以下 調整用 */
@media screen and (max-width: 1400px) {
  .search .tab_list .tab{
    font-size: 115%;
  }
}

.search .tab_list .tab.active{
  position: relative;
  z-index: 0;
  opacity: 1;
  background: var(--main-color);
  background-image: repeating-linear-gradient(90deg, rgb(255, 255, 255, 0.05), rgb(255, 255, 255, 0.05) 1px, transparent 1px, transparent 5px);
  color: #fff;
}

.search .tab_list .tab:nth-of-type(4).active,
.search .tab_list .tab:nth-of-type(5).active,
.search .tab_list .tab:nth-of-type(6).active{
  background: var(--sub02-color);
  background-image: repeating-linear-gradient(90deg, rgb(255, 255, 255, 0.05), rgb(255, 255, 255, 0.05) 1px, transparent 1px, transparent 5px);
}

.search .tab_list .tab.active::before{
  content: '';
  position: absolute;
  background: #fff;
  -webkit-mask: url(../images/title_sakura.svg) no-repeat center / contain;
  mask: url(../images/title_sakura.svg) no-repeat center / contain;
  width: calc(148px * 0.3);
  height: calc(150px * 0.3);
  bottom: -5px;
  right: 0;
  z-index: -1;
  opacity: 0.3;
}

.search .tab_list .tab.active::after{
  content: '';
  position: absolute;
  background: var(--main-color);
  width: 20px;
  height: 20px;
  clip-path: polygon(100% 0, 0 0, 50% 50%);
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.search .tab_list .tab:nth-of-type(4).active::after,
.search .tab_list .tab:nth-of-type(5).active::after,
.search .tab_list .tab:nth-of-type(6).active::after{
  background: var(--sub02-color);
} 

.search .tab_list .tab span{
  background: #fff;
  color: var(--main-color);
  padding: 3px 15px;
  margin-bottom: 7px;
  border-radius: 30px;
  font-size: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.search .tab_list .tab span.color02{
  color: var(--sub02-color);
}

.search .tab_list .tab.active span.color02{
  background: var(--bg02-color);
  color: var(--sub02-color);
}


.search .panel {
  position: relative;
  z-index: 1;
  padding: 25px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(207 233 249 / 70%) 0%, rgba(207 233 249 / 70%) 100%), url(../images/bg_texture.png) repeat left / 200px 200px;
}

.search .panel.panel4,
.search .panel.panel5,
.search .panel.panel6{
  background: linear-gradient(90deg, rgb(255 233 240 / 70%) 0%, rgba(255 233 240 / 70%) 100%), url(../images/bg_texture.png) repeat left / 200px 200px;
}

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

.search_list li {
  width: calc((100% - 24px) / 3);
  height: auto;
}

/* ----- リンクボタン ----- */
.search_list li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 13px 10px 13px 55px;
  background: #fff;
  border-radius: 5px;
  color: var(--title-color);
  font-family: var(--jp-font);
  font-size: 110%;
  line-height: 1.75;
  letter-spacing: 0.13em;
  font-feature-settings: 'palt';
}

.search_list li a:hover{
  background: var(--main-color);
  color: #fff;
}

.search .panel_wrap .panel4 .search_list li a:hover,
.search .panel_wrap .panel5 .search_list li a:hover,
.search .panel_wrap .panel6 .search_list li a:hover{
  background: var(--sub02-color);
}

.search_list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  display: block;
  width: 21px;
  height: 22px;
  background:  var(--main-color);
  -webkit-mask: url(../images/check.svg) no-repeat center/ contain;
  mask: url(../images/check.svg) no-repeat center/ contain;
  transform: translateY(-50%);
  transition: background 0.2s;
}

.search .panel_wrap .panel4 .search_list li a::before,
.search .panel_wrap .panel5 .search_list li a::before,
.search .panel_wrap .panel6 .search_list li a::before{
  background: var(--sub02-color);
}

.search_list li a:hover::before,
.search .panel_wrap .panel4 .search_list li a:hover::before,
.search .panel_wrap .panel5 .search_list li a:hover::before,
.search .panel_wrap .panel6 .search_list li a:hover::before{
  background: #fff;
}

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

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

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

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

/* ==============================================
  *SP 病状、症状から探す
============================================== */
@media screen and (max-width: 640px) {
  .search::before{
    width: calc(500px * 0.35);
    height: calc(554px * 0.35);
  }

  .search::after{
    width: calc(700px * 0.4);
    height: calc(700px * 0.4);
    top: 80px;
    left: -80px;
  }

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

  .search .tab_list .tab {
    flex: unset;
    flex-flow: column;
    width: calc((100% - 7px) / 2);
    min-height: auto;
    padding: 10px !important;
    font-size: 100%;
    transform: translate(0, 0) !important;
    border-radius: 7px;
  }

  .search .tab_list .tab span{
    margin-bottom: 4px;
    padding: 2px 10px;
    font-size: 74%;
  }

  .search .panel {
    padding: 12px 10px;
    border-radius: 7px;
  }

  .search_list {
    gap: 10px;
  }

  .search_list li {
    width: calc((100% - 10px) /2);
  }

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

  .search_list li a::before{
    width: 17px;
    height: 17px;
    left: 8px;
  }

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

  .search_img {
    width: 100%;
  }

  .panel_flex .search_list {
    width: 100%;
  }

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

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

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

================================================================================================================================== */
.feature {
  position: relative;
  z-index: 0;
  background: var(--bg-color);
  background: linear-gradient(180deg, rgba(237, 245, 251, 0.4) 0%, rgba(237, 245, 251, 1) 100%), url(../images/bg_sakura.jpg) no-repeat top -80px right / contain;
}

.feature::before{
  content: '';
  position: absolute;
  background: linear-gradient(180deg, rgba(242, 248, 253, 1) 0%, rgba(242, 248, 253, 0.4) 10%, rgba(242, 248, 253, 0.4) 100%), url(../images/bg_light.jpg) no-repeat center / cover;
  width: 100%;
  height: 600px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

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

.feature_item {
  display: flex;
  flex-flow: column;
  width: calc(33.3333333333% - 20px);
  height: auto;
}

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

.feature_img::before{
  content: '';
  position: absolute;
  background: #fff;
  background-image: repeating-linear-gradient(90deg, #f8f9f9, #f8f9f9 1px, transparent 1px, transparent 8px);
  background-position: -3.5px 0;
  width: 140px;
  height: 140px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 0;
}

.feature_img img{
  border-radius: 15px 15px 0 0;
}

.feature_num {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 0 !important;
  font-family: var(--en-font);
  font-size: 280%;
  line-height: 1;
  color: var(--main-color);
}

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

.feature_inner {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 30px 32px 40px;
  background: #ffffff;
  background-image: repeating-linear-gradient(90deg, #f8f9f9, #f8f9f9 1px, transparent 1px, transparent 8px);
  border-bottom: solid 7px var(--main-color);
  position: relative;
  z-index: 2;
}

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

.feature_title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 70px;
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  position: relative;
  z-index: 0;
}

.feature_title::before{
  content: '';
  position: absolute;
  border-bottom: dotted 2px var(--line-color);
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.feature_title h3 {
  color: var(--title-color);
  font-family: var(--jp-font);
  font-size: 135%;
  line-height: 1.75;
  letter-spacing: 0.14em;
  font-feature-settings: 'palt';
  text-align: center;
}

/* 1395px以下で見出し崩れの調整用 */
@media screen and (max-width: 1395px) {
  .feature_title h3{
    font-size: 124%;
  }
}

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

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

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

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

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

@media screen and (max-width: 640px) {
  .feature {
    background: linear-gradient(180deg, rgba(237, 245, 251, 0.4) 0%, rgba(237, 245, 251, 1) 100%), url(../images/bg_sakura_sp.jpg) no-repeat top right / contain;
  }

  .feature::before{
    background: linear-gradient(180deg, rgba(242, 248, 253, 1) 0%, rgba(242, 248, 253, 0.4) 10%, rgba(242, 248, 253, 0.4) 100%), url(../images/bg_light_sp.jpg) no-repeat center / cover;
    height: 500px;
  }
  
  .feature_list {
    gap: 30px;
  }

  .feature_item {
    width: 100%;
  }

  .feature_img::before{
    width: 120px;
    height: 120px;
    bottom: -60px;
  }

  .feature_num{
    bottom: -3px;
  }

  .feature_inner{
    padding: 25px 20px 30px;
  }

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

  .feature_title h3{
    font-size: 133%;
    letter-spacing: 0.1em;
  }
    /* 390px以下 調整用 */
  @media screen and (max-width: 390px) {
    .feature_num{
      font-size: 260%;
    }
    .feature_inner {
      padding: 20px 20px 30px;
    }
    .feature_title h3{
      font-size: 120%;
    }
  }

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

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

  *ご挨拶

================================================================================================================================== */
.greeting{
  position: relative;
  z-index: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%), url(../images/bg_light02.jpg) no-repeat bottom -250px right -200px / calc(700px * 1) calc(700px * 1);
}

.greeting::before{
  content: '';
  position: absolute;
  background: url(../images/bg_sakura02.jpg) no-repeat center / cover;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  z-index: -1;
}

.greeting::after{
  content: '';
  position: absolute;
  background: url(../images/sakura02.png) no-repeat center / contain;
  width: calc(300px* 0.57);
  height: calc(663px* 0.57);
  top: -85px;
  right: 4%;
  z-index: -1;
}

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

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

.greeting_text h3{
  color: var(--title-color);
  font-family: var(--jp-font);
  font-size: 140%;
  letter-spacing: 0.1em;
  letter-spacing: 0.14em;
  font-feature-settings: 'palt';
}

/* 1340px以下 調整用 */
@media screen and (max-width: 1340px) {
  .greeting_text h3{
    font-size: 130%;
  }
}

.greeting_text h3 span{
  padding: 0 2px;
  font-size: 130%;
}

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

.greeting_profile {
  margin-top: 20px;
  font-family: var(--jp-font);
  letter-spacing: 0.13em;
  line-height: 1.75;
  text-align: center;
  color: var(--title-color);
}

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

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

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

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 640px) {
  .greeting{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%), url(../images/bg_light02.jpg) no-repeat bottom -130px right -180px / calc(700px * 0.7) calc(700px * 0.7);
  }

  .greeting::before{
    background: url(../images/bg_sakura02_sp.jpg) no-repeat center / cover;
    height: 700px;
  }

  .greeting::after{
    width: calc(300px * 0.35);
    height: calc(663px * 0.35);
    top: -30px;
    right: -10px;
  }

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

  .greeting_left {
    width: 100%;
  }

  .greeting_text h3{
    margin-bottom: 1.5em!important;
    font-size: 120%;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }

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

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

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

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

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

  *医療コラム（パターン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;
}

#infinitySlider .splide__list {
  gap: 10px;
}

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

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