@charset "UTF-8";

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

  *基本設定

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

section .inner {
  padding: 100px 0;
}

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

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

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

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

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

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

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

  *タイトル

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

  /* 左寄せ */
}

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

.top_title h2 {
  position: relative;
  font-size: 170%;
  font-family: var(--main-font);
}

.top_title h2::before {
  content: "";
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/logo_simple.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 59px;
}

.top_title .eng {
  display: inline-block;
  margin-bottom: -5px;
/*   color: var(--main-color); */
  color: #aabbee;
  font-size: 350%;
  font-family: var(--sub-font);
  font-weight: 700;
}

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

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

  .top_title h2::before {
    top: -94px;
    width: 40px;
    height: 40px;
  }

  .top_title .eng {
    font-size: 260%;
  }
}

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

  *メインビジュアル

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

.mainvisual::before {
  content: "";
  background-size: auto auto;
  background-color: rgba(246, 251, 255, 0.15);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 15px, rgba(246, 251, 255, 1) 15px, rgba(246, 251, 255, 1) 35px );
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mainvisual::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 480px;
  background: url(../images/wave_img01.png);
}

.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 {
  z-index: 1;
  height: 100%;
/*   width: calc(100% - 300px) !important; */
  width: 100%;
  margin: 0 0 0 auto;
}

.mvImg .splide__track {
  width: 100%;
  height: 100%;
/*   border-radius: 100px 0 0 100px; */
}

.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: /*32%*/48%;
  left: -15%;
  z-index: 3;
  transform: translateY(-50%);
  width: 100%;
}

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

.mvCatch .text {
  height: auto;
  width: 65%;
  padding-left: 10%;
}

.mvCatch .text img {
  width: 100%;
}

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

.mvContents .splide__track {
  height: 100%;
  width: calc(100% - 300px) !important;
  margin-left: auto;
  position: relative;
}

.mv-bnr {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.mv-bnr_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mv-bnr_item {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.mv-bnr_item a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 120%;
  line-height: 1.5;
  text-align: center;
  font-family: var(--main-font);
  font-weight: 700;
}

.mv-bnr_item a::before {
  content: "";
  border: 6px dotted #fff;
  width: 210px;
  height: 210px;
  border-radius: 9999px;
  position: absolute;
}

.mv-bnr_item.-item01 a {
  background-color: var(--accent-color1);
  color: #68b82e;
  margin-top: 40px;
}

.mv-bnr_item.-item02 a {
  background-color: var(--accent-color2);
  color: #3f9dd0;
}

.mv-bnr_item.-item03 a {
  background-color: var(--accent-color3);
  color: #f39a00;
  margin-top: 40px;
}

.mv-bnr_item.-item04 a {
  background-color: var(--accent-color4);
  color: #ed725e;
}

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

.sp_only {
  display: none;
}

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 1400px) {
  .mvCatch {
    position: absolute !important;
    left: -10%;
  }
}

@media screen and (max-width: 640px) {
  .mainvisual {
    height: 400px;
  }

  .mvImg {
    width: 100% !important;
    margin: 0 auto;
  }

  .mvImg .splide__track {
    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: /*50%*/60%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .mvCatch .text {
    width: 90%;
  }

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

  .mvContents {
    display: none;
  }

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

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

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

  .mv-bnr {
    display: contents;
  }

  .mv-bnr_list {
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .mv-bnr_item {
    width: 48%;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 0;
  }

  .mv-bnr_item a {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 120%;
  }

  .mv-bnr_item a::before {
    width: 96%;
    height: 96%;
    border: 3px dotted #fff;
  }

  .mv-bnr_item.-item01 a {
    margin-top: 0;
  }

  .mv-bnr_item.-item03 a {
    margin-top: 0;
  }


}

@media screen and (max-width: 380px) {
  .mv-bnr_item a {
    font-size: 90%;
  }
}





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

  *バナーエリア

================================================================================================================================== */
/* ----- 共通設定 ----- */


.top_banner{
	background: url(../images/bg_img01.png);
}

.top_banner .inner {
	padding: 50px 0;
}

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

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

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

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

/* インプットバナー */
.top_banner .input .banner_slide {
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: var(--accent-color1);
  border-radius: 20px;
  border: solid 5px #fff;
}

.top_banner .input a.banner_slide:hover {
  border: solid 5px var(--accent-color1);
  background: #fff;
}

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

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

.top_banner .input .slide_inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.top_banner .input .slide_inner:after{
	color: #68b82e;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 900;
	content: "\f18e";
	transition: all 0.2s;
	position:absolute;
	top: 50%;
	right: 10px;
	transform:translate(-50%,-50%);
}

.top_banner .input .slide_title {
  padding: 5px;
  color: #68b82e;
  font-size: 140%;
  line-height: 1.5;
  text-align: center;
  font-family: var(--main-font);
  font-weight: 700;
}

.top_banner .input a:hover .slide_inner:after{
	transform: translate(calc(-50% + 5px), -50%);
}

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

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

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

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

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

==================================================================================================================================*/
.clinic {
  position: relative;
  z-index: 2;
  padding-bottom: 250px;
}

.clinic::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 240px;
  background: url(../images/wave_img03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.clinic::after {
  content: "";
  position: absolute;
  background-image: url(../images/parts_img06.png);
  background-size: cover;
  transform: rotate(7deg);
  z-index: 2;
  bottom: -120px;
  right: 90px;
  width: 360px;
  height: 317px;
}


/* ----- お知らせ ----- */
.clinic .news {
  position: relative;
  z-index: 1;
  padding: 0 0 80px;
  background: url(../images/bg_img01.png);
  background-repeat: repeat;
}

.clinic .news::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 80px;
  background: url(../images/wave_img02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.clinic .news .inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 40px 100px 40px 60px;
  background-color: #fff;
  border-radius: 20px;
}

.clinic .news .inner::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -30px;
  background-image: url(../images/parts_img02.png);
  background-size: cover;
  width: 300px;
  height: 198px;
  z-index: -1;
}

.clinic .news .inner::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -30px;
  background-image: url(../images/parts_img04.png);
  background-size: cover;
  width: 160px;
  height: 176px;
  z-index: -1;
}

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

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

.clinic .news .top_title h2::before {
  display: none;

}

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

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

.clinic .info .inner > * {
  width: calc(50% - 20px);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px 50px;
  border-radius: 20px;
}

.clinic .info .info_left {
  border: 12px dotted var(--accent-color3);
  background: #fffef6;
}

.clinic .info .info_right {
  position: relative;
  border: 12px dotted var(--accent-color4);
  z-index: 1;
  background: #fdf8f6;
}

.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(--sub-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 .zipcode {
  margin-right: 10px;
}

.clinic .info address .tel {
  margin-top: 15px;
  padding: 3px 0 7px 50px;
  font-size: 30px;
  line-height: 1;
  font-family: var(--sub-font);
  font-weight: 700;
}

.clinic .info address .tel::before {
  content: "\f3cd";
}
.clinic .info address .tel a{
	color: #aabbee;
}

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

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

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

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

.clinic .info .speciality .title {
  flex-shrink: 0;
  width: fit-content;
  padding: 10px 30px;
/*   background: var(--main-color); */
  background:#aabbee;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
}

.clinic .info .office_hour:first-child {
  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 .illustmap img { 
  border: 1px solid var(--bg-color);
  border-radius: 15px;
}

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




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

  .clinic {
    padding-bottom: 120px;
  }

  .clinic::before {
    height: 77px;
    background: url(../images/wave_img03_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }

  .clinic::after {
    bottom: -38px;
    right: 10px;
    width: 140px;
    height: 123px;
  }

  .clinic .info {
    margin-top: 50px;
  }

  .clinic .news {
    padding: 40px 20px 60px;
  }

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

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

  .clinic .news .inner::before {
    top: -55px;
    left: 10px;
    width: 150px;
    height: 98px;
  }

  .clinic .news .inner::after {
    bottom: -30px;
    right: -10px;
    width: 100px;
    height: 110px;
  }

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

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

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

  .clinic .info .speciality .title {
    width: 100%;
    padding: 5px 20px;
  }

  .clinic .info .info_left {
    border: 6px dotted var(--accent-color3);
  }
  
  .clinic .info .info_right {
    border: 6px dotted var(--accent-color4);
  }
}


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

  *ご挨拶

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

.greeting {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  z-index: 1;
}

.greeting::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 42px;
  background: url(../images/wave_img04.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.greeting .inner {
  max-width: none;
  position: relative;
  padding: 0;
}

.greeting .top_title {
  padding-top: 30px;
}

.greeting .top_title .eng { 
  color: #79ab68;
}

.greeting .top_title h2 {
  font-weight: 700;
  color: #79ab68;
}

.greeting .top_title h2::before {
  display: none;
}

.greeting_box {
  position: relative;
  z-index: 1;
  background: #b7dab0;
  padding-bottom: 100px;
}

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

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

.greeting_left {
  position: relative;
  z-index: 2;
  order: 2;
  width: calc(53%);
  height: fit-content;
  margin: 0;
  padding: 0 max(3.5vw, 50px);
}

.greeting_left::after {
  content: "";
  position: absolute;
  background-image: url(../images/parts_img08.png);
  background-size: cover;
  transform: rotate(-3deg);
  z-index: 1;
  bottom: -70px;
  right: 20px;
  width: 200px;
  height: 140px;
}

.greeting_right {
  position: relative;
  z-index: 1;
  order: 1;
  flex-shrink: 0;
  width: calc(47% + 30px);
  height: fit-content;
  margin: 0 0 0 -30px;
}

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

.greeting_text h3 {
  font-size: 140%;
  font-family: var(--main-font);
  line-height: 1.6;
  margin-bottom: 35px !important;
}

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

.greeting_text {
  font-size: 110%;
}

.greeting_profile {
  color: #fff;
  line-height: 1.75;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.greeting_profile-inner {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: var(--main-font);
}

.greeting_profile .position {
  font-size: 150%;
  margin-right: 10px;
}

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

.greeting_profile .name span {
  font-size: 90%;
}

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

.greeting_img {
  position: relative;
}

.greeting_img::before {
  content: "";
  position: absolute;
  background-image: url(../images/parts_img07.png);
  background-size: cover;
  transform: rotate(-10deg);
  z-index: 1;
  bottom: -69px;
  right: -20px;
  width: 140px;
  height: 209px;
}

.greeting_img img {
  border-radius: 35px;
}

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 640px) {
  .greeting {

  }

  .greeting_flex {
    flex-flow: column;
    gap: 35px;
    padding: 0 20px;
  }

  .greeting_left {
    width: 100%;
    padding: 0;
  }

  .greeting_right {
    width: 100%;
    margin: 0;
  }

  .greeting_btn {
    margin-top: 25px;
  }

  .greeting .inner {
    max-width: none;
	padding: 0 !important;
  }

  .greeting_left::after {
    bottom: -70px;
    right: 0;
    width: 90px;
    height: 63px;
  }

  .greeting_img::before {
    bottom: -30px;
    right: inherit;
    left: 0;
    width: 65px;
    height: 95px;
  }

  .greeting_profile {
    margin-top: 15px;
  }

  .greeting_profile .position {
    font-size: 130%;
    margin-right: 0;
  }
  
  .greeting_profile .name {
    font-size: 150%;
  }
  
  .greeting_profile .name span {
    font-size: 80%;
  }

  .greeting_profile-inner {
    display: inherit;
  }

  .greeting_text h3 {
    margin-bottom: 25px !important;
    text-align: center;
    font-size: 130%;
  }

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

}


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

  *診療案内

================================================================================================================================== */
.medical {
  background-color: #fffeed;
}

.medical .inner {
  padding: 120px 0 120px;
}

.medical .top_title {
  color: #ffffff;
}

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

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

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

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

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

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

.medical_inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 270px;
  padding: 30px 20px 40px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 25px;
}

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

.medical_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px !important;
  padding: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.medical_title h3 {
  color: var(--text-color);
  font-size: 140%;
  font-family: var(--main-font);
}

.medical_title_eng {
  margin-top: 5px;
  color: var(--main-color);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  font-family: var(--sub-font);
}

.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;
  border-radius: 9999px;
  min-width: 150px;
}

.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:nth-child(1) .medical_inner {
  background-color: var(--accent-color2);
}
.medical_item:nth-child(1) .medical_title_eng {
  color: var(--main-color);
}
.medical_item:nth-child(1) .medical_btn span {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}
.medical_item:nth-child(1) .medical_btn span:hover  {
  background: #fff;
  color: var(--main-color);
}
.medical_item:nth-child(1):hover .medical_btn span {
  background: #ffffff;
  color: var(--main-color);
}


.medical_item:nth-child(2) .medical_inner {
  background-color: var(--accent-color1);
}
.medical_item:nth-child(2) .medical_title_eng {
  color: #9adb6a;
}
.medical_item:nth-child(2) .medical_btn span {
  border: 1px solid #9adb6a;
  background-color: #9adb6a;
}
.medical_item:nth-child(2) .medical_btn span:hover  {
  background: #fff;
  color:#9adb6a;
}
.medical_item:nth-child(2):hover .medical_btn span {
  background: #ffffff;
  color:#9adb6a;
}


.medical_item:nth-child(3) .medical_inner {
  background-color: var(--accent-color3);
}
.medical_item:nth-child(3) .medical_title_eng {
  color: #efb654
}
.medical_item:nth-child(3) .medical_btn span {
  border: 1px solid #efb654;
  background-color: #efb654;
}
.medical_item:nth-child(3) .medical_btn span:hover  {
  background: #fff;
  color: #efb654;
}
.medical_item:nth-child(3):hover .medical_btn span {
  background: #ffffff;
  color: #efb654;
}


.medical_item:nth-child(4) .medical_inner {
  background-color: var(--accent-color4);
}
.medical_item:nth-child(4) .medical_title_eng {
  color: #e78e7f;
}
.medical_item:nth-child(4) .medical_btn span {
  border: 1px solid #e78e7f;
  background-color: #e78e7f;
}
.medical_item:nth-child(4) .medical_btn span:hover  {
  background: #fff;
  color: #e78e7f;
}
.medical_item:nth-child(4):hover .medical_btn span {
  background: #ffffff;
  color: #e78e7f;
}


.medical_item:nth-child(5) .medical_inner {
  background-color: #e0e8ff;
}
.medical_item:nth-child(5) .medical_title_eng {
  color: var(--sub-color);
}
.medical_item:nth-child(5) .medical_btn span {
  border: 1px solid var(--sub-color);
  background-color: var(--sub-color);
}
.medical_item:nth-child(5) .medical_btn span:hover {
  background: #fff;
  color: var(--sub-color);
}
.medical_item:nth-child(5):hover .medical_btn span {
  background: #ffffff;
  color: var(--sub-color);
}

.medical_item:nth-child(6) .medical_inner {
  background-color: var(--accent-color2);
}
.medical_item:nth-child(6) .medical_title_eng {
  color: var(--main-color);
}
.medical_item:nth-child(6) .medical_btn span {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}
.medical_item:nth-child(6) .medical_btn span:hover  {
  background: #fff;
  color: var(--main-color);
}
.medical_item:nth-child(6):hover .medical_btn span {
  background: #ffffff;
  color: var(--main-color);
}


.medical_item:nth-child(7) .medical_inner {
  background-color: var(--accent-color1);
}
.medical_item:nth-child(7) .medical_title_eng {
  color: #9adb6a;
}
.medical_item:nth-child(7) .medical_btn span {
  border: 1px solid #9adb6a;
  background-color: #9adb6a;
}
.medical_item:nth-child(7) .medical_btn span:hover  {
  background: #fff;
  color:#9adb6a;
}
.medical_item:nth-child(7):hover .medical_btn span {
  background: #ffffff;
  color:#9adb6a;
}


.medical_item:nth-child(8) .medical_inner, 
.medical_item:nth-child(13) .medical_inner {
  background-color: var(--accent-color3);
}
.medical_item:nth-child(8) .medical_title_eng, 
.medical_item:nth-child(13) .medical_title_eng {
  color: #efb654
}
.medical_item:nth-child(8) .medical_btn span, 
.medical_item:nth-child(13) .medical_btn span {
  border: 1px solid #efb654;
  background-color: #efb654;
}
.medical_item:nth-child(8) .medical_btn span:hover, 
.medical_item:nth-child(13) .medical_btn span:hover {
  background: #fff;
  color: #efb654;
}
.medical_item:nth-child(8):hover .medical_btn span, 
.medical_item:nth-child(13):hover .medical_btn span {
  background: #ffffff;
  color: #efb654;
}


.medical_item:nth-child(9) .medical_inner, 
.medical_item:nth-child(14) .medical_inner {
  background-color: var(--accent-color4);
}
.medical_item:nth-child(9) .medical_title_eng, 
.medical_item:nth-child(14) .medical_title_eng {
  color: #e78e7f;
}
.medical_item:nth-child(9) .medical_btn span, 
.medical_item:nth-child(14) .medical_btn span {
  border: 1px solid #e78e7f;
  background-color: #e78e7f;
}
.medical_item:nth-child(9) .medical_btn span:hover, 
.medical_item:nth-child(14) .medical_btn span:hover {
  background: #fff;
  color: #e78e7f;
}
.medical_item:nth-child(9):hover .medical_btn span, 
.medical_item:nth-child(14):hover .medical_btn span {
  background: #ffffff;
  color: #e78e7f;
}


.medical_item:nth-child(10) .medical_inner {
  background-color: #e0e8ff;
}
.medical_item:nth-child(10) .medical_title_eng {
  color: var(--sub-color);
}
.medical_item:nth-child(10) .medical_btn span {
  border: 1px solid var(--sub-color);
  background-color: var(--sub-color);
}
.medical_item:nth-child(10) .medical_btn span:hover {
  background: #fff;
  color: var(--sub-color);
}
.medical_item:nth-child(10):hover .medical_btn span {
  background: #ffffff;
  color: var(--sub-color);
}

.medical_item:nth-child(11) .medical_inner {
  background-color: var(--accent-color2);
}
.medical_item:nth-child(11) .medical_title_eng {
  color: var(--main-color);
}
.medical_item:nth-child(11) .medical_btn span {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}
.medical_item:nth-child(11) .medical_btn span:hover  {
  background: #fff;
  color: var(--main-color);
}
.medical_item:nth-child(11):hover .medical_btn span {
  background: #ffffff;
  color: var(--main-color);
}


.medical_item:nth-child(12) .medical_inner {
  background-color: var(--accent-color1);
}
.medical_item:nth-child(12) .medical_title_eng {
  color: #9adb6a;
}
.medical_item:nth-child(12) .medical_btn span {
  border: 1px solid #9adb6a;
  background-color: #9adb6a;
}
.medical_item:nth-child(12) .medical_btn span:hover  {
  background: #fff;
  color:#9adb6a;
}
.medical_item:nth-child(12):hover .medical_btn span {
  background: #ffffff;
  color:#9adb6a;
}


/* ----- 先頭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 {

  }

  .medical .inner {
    padding: 60px 20px 60px!important;
  }

  .medical_list {
    gap: 15px 10px;
  }

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

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

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

  .medical_icon {

  }

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

  .medical_btn span {
    min-width: 120px;
  }

.medical_title_eng {
  font-size: 9px;
	}
	/* ----- 先頭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%;
  } */
}

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

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

==================================================================================================================================*/
.feature {
  position: relative;
  padding: 0 40px 360px;
  background-color: #fffeed;
  z-index: 1;
}

.feature::after {
  content: "";
  display: block;
  max-width: 1360px;
  height: 360px;
  margin: 0 auto;
  background: url(../images/partition_img01.jpg) no-repeat center / cover;
  background-attachment: fixed;
  border-radius: 20px;
}

.feature::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 45px;
  background: url(../images/wave_img04.png) no-repeat;
  background-position: top left;
  background-size: contain;
}

.feature .inner {
  position: relative;
  max-width: none;
  padding: 140px 0 200px;
}

.feature .inner::before {
  content: "";
  position: absolute;
  top: 250px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/wave_img05.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top left;
  z-index: -1;
}

.feature .top_title .eng {
  color: var(--sub-color);
}

.feature_list{
  position: relative;
  display: flex;
  flex-flow: wrap;
  gap: 90px 30px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0 0;
}

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

.feature_img{
  width: 650px;
  /* width: 100%; */
  flex-shrink: 0;
  margin-top: -50px;
}

.feature_img img {
  border-radius: 35px;
}

.feature_inner{
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  width: calc(100% + 50px);
  height: 100%;
  min-height: 420px;
  margin: 0 0 0 -80px;
  padding: 70px 50px 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 35px;
  border: 1px solid var(--bg-color);
}

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

.feature_title-wrap {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature_title-wrap p {
  position: relative;
  height: 54px;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(250, 137, 123, .6);
  background-image: linear-gradient(90deg, rgba(250, 137, 123, .3) 50%, transparent 50%), linear-gradient(rgba(250, 137, 123, .3) 50%, transparent 50%);
  color: #fff;
  font-size: 150%;
  font-family: var(--sub-font);
  font-weight: 700;
  border-radius: 6px;
}

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

.feature_title h3{
/*   color: var(--main-color); */
  color: #aabbee;
  font-size: 155%;
  line-height: 1.75;
  font-family: var(--main-font);
  font-weight: 700;
  text-align: center;
}

.feature_num{
  margin: 0 0 5px!important;
  font-size: 120%;
}

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

.feature_item .btn01 {
  width: calc((100% / 2) - (10px / 2));
  margin-top: auto;
  text-align: center;
}

.feature_item .btn01 > *{
  width: 100%;
  padding: 10px 40px 10px 30px;
  font-size: 90%;
}

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

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

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

.feature_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 10px;
}

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

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



@media screen and (max-width: 640px) {
  .feature{
    padding: 0 20px 120px;
  }
	
  .feature::after {
    height: 200px;
    background-attachment: inherit;
  }

  .feature .inner {
    padding: 60px 0 0!important;
  }

  .feature .inner::before {
    top: 177px;
    height: 100%;
    background: url(../images/wave_img05_sp.png);
    background-size: contain;
  }

  .feature_list{
    gap: 20px;
    max-width: none;
    padding: 0 0 60px;
  }

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

  .feature_img{
    width: 100%;
    margin: 0;
  }

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

  .feature_inner{
    width: 100%;
    min-height: auto;
    padding: 40px 20px 30px;
    margin: 0;
    border-radius: 0 0 35px 35px;
  }

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

  .feature_title h3{
    font-size: 130%;
    line-height: 1.5;
  }

  .feature_item .btn01{
	width: 100%;
    text-align: center;
  }
	
  .feature_item .btn01 > *,
  .feature_item .btn01 small {
	font-size: 100%;
  }

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

  .feature_link {
    justify-content: center;
  }

  .feature_title-wrap {
    top: -22px;
  }

  .feature_title-wrap p {
    height: 40px;
    width: 180px;
    font-size: 120%;
  }

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

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

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

  *病状、症状から探す

================================================================================================================================== */
.search {
  position: relative;
  background-size: auto auto;
  background-color: rgba(246, 251, 255, 0.15);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 15px, rgba(246, 251, 255, 1) 15px, rgba(246, 251, 255, 1) 35px);
  padding: 0 40px 0;
}

.search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/parts_img01.png);
  background-size: 20%;
  width: 100%;
  height: 20px;
  z-index: 1;
  background-repeat: repeat-x;
  background-position: center;
}

.search .inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 140px 0 140px;
}

.search .tab {
  margin-top: 20px;
}

.search .tab_list {
  gap: 10px;
}

.search .tab_list .tab {
  padding: 15px 20px;
  border-radius: 20px 20px 0 0;
  font-family: var(--main-font);
  font-size: 140%;
  font-weight: 700;
}

.search .panel {
  position: relative;
  z-index: 1;
  padding: 25px;
  background: var(--sub-color);
  border-radius: 0 0 20px 20px;
}

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

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

/* ----- リンクボタン ----- */
.search_list li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 10px 45px 10px 20px;
  background: #fff;
  color: var(--text-color);
  border-radius: 5px;
  font-size: 100%;
}

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

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

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

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

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

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

.search_img img {
  border-radius: 10px;
}

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

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

/* ==============================================
  *SP 病状、症状から探す
============================================== */
/* @media screen and (max-width: 1340px) {
  .search::after {
    width: calc(100% - 40px);
  }
} */

@media screen and (max-width: 640px) {
  .search {
    padding: 0 20px 0;
  }
	
  .search::before {
    background-size: 40%;
    height: 10px;
  }

  .search .inner {
    max-width: none;
    padding: 70px 0 60px!important;
  }

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

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

  .search .panel {
    padding: 20px;
    border-radius: 20px;
  }

  .search_list {
    gap: 10px;
  }

  .search_list li {
    width: 100%;
  }

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

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

  .search_img {
    width: 100%;
  }

  .panel_flex .search_list {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .column_box {
    width: 100%;
  }
}

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

  *無限スライダー

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

#infinitySlider .splide__list {
  gap: 10px;
}

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

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

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

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

==================================================================================================================================*/
.pickup {
  position: relative;
  z-index: 1;
  background: #b7dab0;
}

.pickup::before {
  content: "";
  position: absolute;
  top: -239px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 240px;
  background: url(../images/wave_img03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.pickup::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 42px;
  background: url(../images/wave_img06.png);
  background-repeat: no-repeat;
  transform: scale(1, -1);
  background-size: contain;
}

.pickup .inner {
  max-width: none;
  position: relative;
  width: 100%;
  padding: 60px 0 140px;
}

.pickup .inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/parts_img06.png);
  background-size: cover;
  transform: rotate(7deg);
  z-index: 2;
  top: -200px;
  right: 90px;
  width: 360px;
  height: 317px;
}

.pickup .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 100%;
  height: 90%;
  background: url(../images/parts_img10.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top center;
}

.pickup .top_title {
  padding-top: 30px;
}

.pickup .top_title .eng {
  color: #79ab68;
}

.pickup .top_title h2 {
  font-weight: 700;
  color: #79ab68;
}

.pickup .top_title h2::before {
  display: none;
}

.pickup_list {
  display: flex;
  flex-flow: wrap;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.pickup_item {
  display: flex;
  align-items: center;
  width: 100%;
}

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

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

.pickup_inner {
  position: relative;
  z-index: 2;
  width: 55%;
  margin: 0 0 0 -70px;
  padding: 70px 50px 50px;
  background: rgba(255, 249, 249, 0.9);
  border-radius: 25px;
  border: 1px solid var(--bg-color);
}

.pickup_title {
  position: relative;
  z-index: 2;
  margin: 0 auto 15px;
  text-align: center;
}

.pickup_title h2, .pickup_title h3 {
  background: none;
  font-size: 170%;
  line-height: 1.6;
  font-family: var(--main-font);
  color: var(--main-color);
  font-weight: 700;
}

.pickup_title-wrap {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pickup_title-wrap p {
  position: relative;
  height: 54px;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(250, 137, 123, .6);
  background-image: linear-gradient(90deg, rgba(250, 137, 123, .3) 50%, transparent 50%), linear-gradient(rgba(250, 137, 123, .3) 50%, transparent 50%);
  color: #fff;
  font-size: 150%;
  font-family: var(--sub-font);
  font-weight: 700;
  border-radius: 6px;
}

.pickup_text {
  margin: 30px 0;
}

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

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

.pickup_link .pickup_btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 10px 35px;
  background: var(--sub-color);
  border: 1px solid var(--sub-color);
  color: #ffffff;
  font-size: 95%;
  letter-spacing: 0.15em;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  border-radius: 9999px;
}

.pickup_link .pickup_btn a:hover {
  background: #ffffff;
  color: var(--sub-color);
}

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

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

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

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

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

  .pickup .inner::after {
    bottom: inherit;
    right: 10px;
    width: 140px;
    height: 123px;
    top: -70px;
  }

  .pickup .inner::before {
    top: 60px;
    height: 98%;
    background: url(../images/parts_img10_sp.png);
    background-size: contain;
  }

  .pickup .top_title {
    padding-top: 0;
  }

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

  .pickup_title-wrap {
    top: -60px;
  }

  .pickup_title-wrap p {
    height: 40px;
    width: 180px;
    font-size: 120%;
  }

  .pickup_title h2, .pickup_title h3 {
    font-size: 130%;
    line-height: 1.5;
  }

  .pickup_item {
    flex-flow: column;
    width: 100%;
  }

  .pickup_img {
    width: 100%;
    margin: 0 auto;
  }

  .pickup_img img {
    border-radius: 35px 35px 0 0;
  }

  .pickup_inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 30px;
    border-radius: 0 0 35px 35px;
  }

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

  .pickup_link .pickup_btn {
    width: 100%;
  }

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

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

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