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

.wrap {
  background: var(--bg-color);
}
.fiximg {
  margin-top: 100px;
  height: 400px;
  clip-path: inset(0);
  margin-left: 300px;
}
.fiximg_img {
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fiximg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==============================================
  *SP 基本設定
============================================== */
@media screen and (max-width: 640px) {
  /* .front {
    overflow: hidden;
  } */

  section .inner {
    padding: 70px 20px;
  }

  .fiximg {
    margin-top: 0;
    height: 200px;
    margin-left: 0;
  }

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

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

  *タイトル

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

  /* 左寄せ */
}

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

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

.top_title h2 span {
  display: block;
  font-size: 90%;
}

.top_title .eng {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--main-color);
  font-size: 260%;
  font-family: var(--main-font);
}

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

  .top_title h2 {
    margin: 5px 0 0;

  }

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

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

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
  position: relative;
  z-index: 1;
  height: 860px;
  overflow: hidden;
}
@media screen and (max-width:480px) {
	.mainvisual {
			margin-top: 70px;/*ヘッダーのロゴの分、動画が隠れるので調整*/
	}
}

.mv_video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}



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

.mvImg:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}

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

.mvImg .splide__slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

/* フェードの専用スタイル */
.fade .mvImg .splide__slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: calc(100% + 50px);
  pointer-events: none;
}

/* アニメーションを実行 */
.fade.move .mvImg .splide__slide img {
  animation: hideTranslate 8s ease-out forwards;
}

.fade.move .mvImg .splide__slide.is-active img {
  animation: showTranslate 8s ease-out forwards;
}

/* MVのアニメーション  */
@keyframes hideImg {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes showTranslate {
  0% {
    transform: translate3d(0, 0px, 0);
  }

  100% {
    transform: translate3d(0, -30px, 0);
  }
}
@keyframes hideTranslate {
  /* 下降 */
  0% {
    transform: translate3d(0, -30px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}

/* ----- キャッチコピー ----- */
.mvCatch {
  position: absolute !important;
  top: 60%;
  left: 0;
  z-index: 3;
  width: 100%;
  transform: translateY(-50%);
}

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

.mvCatch p {
  font-size: 220%;
  /*filter: drop-shadow(0 0 5px #ffffff) drop-shadow(0 0 5px #ffffff) drop-shadow(0 0 5px #ffffff);*/
  /*filter: drop-shadow(0 0 5px #808080) drop-shadow(0 0 5px #808080) drop-shadow(0 0 5px #808080);*/
  text-shadow: 
  0 0 5px #808080, 0 0 5px #808080, 0 0 5px #808080, 0 0 5px #808080,
  0 0 10px #808080, 0 0 10px #808080, 0 0 10px #808080, 0 0 10px #808080,
  0 0 15px #808080, 0 0 15px #808080, 0 0 15px #808080, 0 0 15px #808080;
  font-family: var(--main-font);
  color: #ffffff;
}

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

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

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

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

/* 個別 */
.mv-bnr.circle {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.mv-bnr.circle .mv-bnr_item span {
  display: block;
  width: 180px;
  height: 180px;
}

.mv-bnr.square {
  position: absolute;
  left: 0;
  bottom: 40px;
}
.mv-bnr.square .mv-bnr_item span {
  display: block;
  width: 360px;
}

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

.sp_only {
  display: none;
}

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
  .mainvisual {
    height: 240px;
  }

  

  /* ----- スライダーのArrowボタン ----- */
  .mvSlider .sliderBtn {
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 12px;
  }

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

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

  .mvSlider .sliderBtn span::before {
    font-size: 11px;
  }

  .mvCatch {
    /*top: auto;*/
    /*bottom: 10px;*/
    display: none;
	transform: translateY(-20%);
  }

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

  .mvCatch p {
    font-size: 115%;
    line-height: 1.6;
    /*filter: drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 3px #ffffff);*/
  }

  .mvContents {
    display: none;
  }

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

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

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

  .mv-bnr {
    display: contents;
    position: inherit !important;
  }

  .mv-bnr.square .mv-bnr_list {
    display: inherit;
  }

  .mv-bnr.square .mv-bnr_item span {
    width: 100%;
  }

  .mv-bnr.square .mv-bnr_item span img {
    border: 1px solid var(--sub-color);
  }

  .mv-bnr.circle {
    max-width: 320px;
  }

  .mv-bnr.circle  .mv-bnr_list {
    display: flex;
    gap: 10px;
  }

  .mv-bnr.circle .mv-bnr_item {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 0;
  }

  .mv-bnr.circle .mv-bnr_item span {
    width: 100%;
    height: 100%;
  }

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

}

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

  *バナーエリア

================================================================================================================================== */
/* ----- 共通設定 ----- */
.top_banner .banner_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--text-color);
}

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

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

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

/* インプットバナー */
.top_banner .input .banner_slide {
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: var(--bg-color);
}

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

.top_banner .input a.banner_slide:hover {
  background: #f5f5f5;
}

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

.top_banner .input .banner_slide .slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_banner .input .slide_inner {
  width: 100%;
  height: 100%;
  padding: 0 0 10px;
}

.top_banner .input .slide_title {
  margin: 0 auto 10px;
  padding: 5px;
  border-bottom: 1px solid var(--line-color);
  color: var(--main-color);
  font-size: 110%;
  line-height: 1.5;
}

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

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

.banner_grid li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 13.3333333333px);
}

/* 1-2番目の要素: 1段目 (2列) */
.banner_grid li:nth-child(-n+2) {
  flex: 0 0 calc(50% - 14px); /* 50% - gapの半分 */
  display: flex;
}
.banner_grid li:nth-child(1) {
  justify-content: flex-end;
}
.banner_grid li:nth-child(2) {
  justify-content: flex-start;
}

.banner_grid li:nth-child(-n+2) img{
  max-width: 386px;
}

/* 3番目以降の要素: 2段目 (3列) */
.banner_grid li:nth-child(n+3) {
  flex: 0 0 calc(33.33% - 14px); /* 33.3% - gapの計算 */
}

/* ----- スライダーバナー ----- */
#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) {

  .top_banner .inner {
    padding: 30px 20px;
  }

  /* ----- グリッドバナー ----- */
  .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;
  }
	
.banner_grid li:nth-child(-n+2) {
  flex:initial; 
  display: initial;
}
.banner_grid li:nth-child(-n+2) img{
  max-width: initial;
}

.banner_grid li:nth-child(n+3) {
  flex: initial;
}	
}

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

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

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

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

.clinic .news .inner {
  position: relative;
  z-index: 1;
  padding: 50px 0 60px 220px;
}

.clinic .news .inner::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0px;
  right: calc(80% - 1040px);
  width: 66%;
  min-width: 1920px;
  height: calc(100% - 0px);
  background: rgba(255, 255, 255, 1);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 9px 1px;
}

@media screen and (max-width: 1500px) {
  .clinic .news .inner::before {
    right: calc(80% - 1000px);
  }
}

.clinic .news .inner::after {
  content: "";
  position: absolute;
  left: -410px;
  top: 0;
  z-index: -1;
  display: block;
  width: 700px;
  height: 100%;
  background-image: url(../images/bg_img01.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}



.clinic .news .news_left {
  /* flex-shrink: 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.clinic .news .top_title {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.clinic .news .top_title h2 {
  position: relative;
  padding-left: 50px;
}

.clinic .news .top_title h2::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

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


.clinic .news .btn01 > * {
  background: none;
  border: none;
  color: var(--sub-color);
  font-size: 120%;
  font-family: var(--sub-font);
  font-weight: 700;
  border-bottom: 1px solid var(--sub-color);
  padding: 0 40px 0 10px;
}


.clinic .news .btn01 > *::after {
  background: var(--sub-color);
  right: 0;
}

/* ----- 医院概要 ----- */
.clinic .info {
  display: none;
}

.clinic .info .inner {
  display: flex;
  gap: 40px;
  padding: 30px 0 80px;
}

.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(--main-color);
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

.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 .googlemap iframe {
  height: 350px;
}

@media screen and (max-width: 640px) {
  .clinic {
    padding-bottom: 40px;
  }

  .clinic .news .top_title h2 {
    font-size: 140%;
    padding-left: 40px;
  }

  .clinic .news .top_title h2::before {
    width: 20px;
    left: 10px;
  }

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

  .clinic .news .inner::before {
    right: 0;
    width: calc(100% - 40px);
    min-width: inherit;
    left: 0;
    margin: auto;
  }

  .clinic .news .inner::after {
    left: 20px;
    right: 0;
    width: 70%;
    height: 100%;
    background-image: url(../images/bg_img01.png);
    opacity: 0.3;
  }

  .clinic .news .btn01 {
    text-align: right;
  }

  .clinic .news .btn01 > * {
    padding: 0 30px 0 10px;
    margin-top: 20px;
  }

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

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

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

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


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

  *ご挨拶

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

.greeting .inner {
  position: relative;
  padding: 180px 0 200px;
}

.greeting .inner::before {
  content: "";
  position: absolute;
  left: -300px;
  top: 120px;
  width: 250px;
  height: auto;
  aspect-ratio: 5 / 6;
  background: url("../images/bg_greeting01.jpg") center/cover no-repeat;
  z-index: 0;
}

.greeting .inner::after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: -600px;
  width: 900px;
  height: auto;
  aspect-ratio: 72 / 28;
  background: url("../images/bg_greeting02.jpg") center/cover no-repeat;
  z-index: 0;
}

.greeting .top_title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 80px;
}

.greeting .top_title::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.greeting .top_title .eng {
  width: 100%;
  text-align: left;
  font-size: 260%;
}

.greeting .top_title h2 {
  text-align: left;
  font-size: 200%;
}

.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 {
  margin-bottom: 30px;
}

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

.greeting_profile {
/*   padding: 20px;
  background: var(--main-color);
  color: #ffffff;
  text-align: center; */
  text-align: left;
  line-height: 1.75;
  font-family: var(--main-font);
}

.greeting_profile .position {
  margin-bottom: 10px;
  font-size: 130%;
}

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

.greeting_profile .name small {
  font-size: 50%;
}

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

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 640px) {
  .greeting .inner {
    padding: 70px 20px 150px;
  }
	
  .greeting .inner::before {
    left: -40px;
    top: 50px;
    width: 150px;
	opacity: .4;
  }

  .greeting .inner::after {
    bottom: 40px;
    right: -50px;
    width: 240px;
  }
	
  .greeting .top_title {
	padding-left: 60px;
  }
	
  .greeting .top_title::before {
    width: 40px;
    left: 10px;
  }
	
  .greeting .top_title .eng {
	margin-bottom: 0;	
	font-size: 230%;
  }
	
  .greeting .top_title h2 {
	font-size: 140%;
  }
	
  .greeting_flex {
    flex-flow: column-reverse;
    gap: 0;
  }

  .greeting_left {
    width: 100%;
  }
	
  .greeting_img {
	margin-bottom: 20px;
	text-align: center;
  }
	
  .greeting_img img {
	width: 100%;
	max-width: 300px;
  }
	
  .greeting_profile {
	margin-bottom: 20px;
	text-align: center;
  }
	
  .greeting_profile .position {
    margin-bottom: 0;
  }

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

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

  *診療案内

================================================================================================================================== */
.medical {
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/medical_bg.jpg) no-repeat center/cover !important;
}

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

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

.medical_icon {
  width: 70%;
  max-width: 80px;
  margin: 0 auto 15px !important;
}

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

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

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

.medical_btn span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 25px 7px 15px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  transition: padding 0.2s, color 0.2s, background 0.2s;
}

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

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

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

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

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

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

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

  .medical_list {
    gap: 15px 10px;
  }

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

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

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

  .medical_icon {
    width: 50%;
  }

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

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

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

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

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

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

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

================================================================================================================================== */
.feature {
  padding-bottom: 100px;
  background-attachment: fixed;
  -webkit-clip-path: none;
  clip-path: none;
  background-size: cover;
}

.feature .inner {
  padding: 140px 0;

  position: relative;
  /* top: -620px; */
}

.feature .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 50px;
  background: none;
}

.feature .top_title-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.feature .top_title {
  width: 40vw;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  position: sticky;
  top: 100px;
}

.feature .top_title h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  text-align: left;
  font-size: 260%;
  letter-spacing: 0.1em;
}

.feature .top_title h2 span {
  display: inline;
}

.feature .top_title .eng {
  font-size: 163%;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.feature .top_title .eng::before {
  content: "";
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

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

.feature_item {
  display: flex;
  flex-flow: column;
  width: calc(50% - 20px);
  height: auto;
  position: relative;
  z-index: 1;
}

.feature_num {
  margin: 0 0 0 !important;
  font-size: 150%;
}

.feature_num span {
  color: var(--main-color);
  font-size: 300%;
  font-family: var(--accent-font);
  position: absolute;
  top: -70px;
  right: -20px;
}

.feature_inner {
  display: flex;
  flex-flow: column;
  padding: 0 0 30px 0;
  background: rgba(255, 255, 255, 0.85)
}

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

.feature_inner p {
  padding-left: 20px;
  padding-right: 20px;
}

.feature_title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 70px;
  margin-bottom: 20px !important;
  background: #27478f;
}

.feature_title h3 {
  font-size: 130%;
  line-height: 1.75;
  text-align: left;
  font-family: var(--main-font);
  margin-right: 30px;
  background: var(--main-color);
  color: #fff;
  padding: 8px 0 8px 50px;
  clip-path: polygon(0% 100%, calc(100% - 50px) 100%, 100% 0%, 0% 0%);
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

.feature_item .btn01 a {
  max-width: 300px;
  width: 100%;
}

.feature_link {
  margin-top: 15px;
}

.feature_link li:not(:first-child) {
  margin-top: 15px;
}

.feature_item:nth-of-type(2n) {
  position: relative;
  top: 100px;
}


/* ---- 横並びボタン ----- */
.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%;
}


/* 個別の設定 */

.feature.-patternA {
  background-image: url(../images/bg_img04.jpg);
}

.feature.-patternB {
  background-image: url(../images/bg_img05.jpg);
}


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

  .feature {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
  }

  .feature.-patternA {
    background-image: none;
  }
  
  .feature.-patternB {
    background-image: none;
  }

  .feature::before {
    content: '';
    display: block;
    /* position: fixed; */
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100lvh;
    background-image: url(../images/bg_img04_sp.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
  }

  .feature.-patternB::before {
    background-image: url(../images/bg_img05_sp.jpg);
  }

  .feature .top_title {
    width: 40vw;
    height: auto;
    top: 0;
    margin: 0 auto 30px;
    justify-content: center;
    position: inherit;
  }

  .feature .top_title h2 {
    font-size: 180%;
  }
    
  .feature .top_title .eng {
    font-size: 140%;
    padding-top: 40px;
    margin: 0;
  }
  
  .feature .top_title .eng::before {
    height: 30px;
  }

  .feature .top_title h2 {
    margin: 0;
  }
  
  .feature_list {
    gap: 40px;
  }

  .feature_item:nth-of-type(2n) {
    top: 0;
  }

  .feature .inner {
	margin-top: -95vh;
    padding: 50px 20px 60px;
  }

  .feature_inner {
    padding: 0 0 20px 0;
  }

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

  

  .feature_item {
    width: 100%;
  }

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

  .feature_num span {
    font-size: 260%;
    top: -60px;
    right: -10px;
  }

  .feature_title h3 {
    font-size: 100%;
    margin-right: 10px;
    padding: 8px 0 8px 20px;
    height: 100%;
  }

  .feature .wrap {
    display: inherit;
  }

  .feature_item .btn01 a {
    max-width: 260px;
  }

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

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

  *病状、症状から探す

================================================================================================================================== */
.search {
  position: relative;
  z-index: 1;
  background: var(--bg-color);
  padding: 140px 0;
  background-image: url(../images/bg_img06.jpg);
  background-size: cover;
}

.search .inner {
  padding: 60px 50px 80px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 9px 1px;
  background: #fff;
}

.search h3 {
  font-size: 170%;
  text-align: center;
  font-family: var(--main-font);
  margin-bottom: 50px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
}

.search .top_title {
  position: relative;
}

.search .top_title::before {
  content: "";
  display: block;
  width: 80px;
  height: 74px;
  margin: 0 auto;
  background: url(../images/logo_img02.png) no-repeat center / cover;
  transform-origin: center bottom;
  filter: invert(7%) sepia(73%) saturate(5473%) hue-rotate(220deg) brightness(94%) contrast(103%);
}

.search .top_title h2 {
  font-size: 240%;
}

.search .top_title h2 span {
  margin-top: 10px;
  font-size: 65%;
}

.search .tab_list {
  gap: 10px;
}

.search .tab_list .tab {
  padding: 0 0 15px;
}

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

.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: 60px;
  padding: 10px 45px 10px 30px;
  background: var(--bg-color);
  color: var(--text-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 9px 1px;
  background: #fff;
  font-family: var(--main-font);
  font-size: 110%;
}

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

/* 矢印の背景 */
.search_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  display: block;
  width: 22px;
  height: 22px;
  background: var(--main-color);
  border: 1px solid var(--main-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(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 {
    padding: 50px 20px;
  }

  .search .top_title::before {
    width: 60px;
    height: 54px;
  }

  .search .top_title h2 {
    font-size: 140%;
  }
  
  .search .top_title h2 span {
    margin-top: 10px;
    font-size: 65%;
  }

  .search .top_title .eng {
    margin-bottom: 0;
  }

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

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

  .search .panel {
    padding: 10px;
  }

  .search_list {
    gap: 10px;
  }

  .search_list li {
    width: 100%;
  }

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

  .search .inner {
    padding: 10px;
  }

  .search h3 {
    font-size: 140%;
    line-height: 1.4;
    margin-bottom: 30px;
    padding: 10px;
  }

  /* ----- 画像あり ----- */
  .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 {
  background: var(--bg-color);
  padding: 0 0 80px;
}

#infinitySlider .splide__list {
  gap: 20px;
}

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

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

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

  *円グラフ - 追加コンテンツ

==================================================================================================================================*/
#chart {
  position: relative;
  z-index: 1;
}

#chart::before {
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_img07.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  opacity: 0.4;
}

#chart .inner {
  padding: 140px 0 0;
  max-width: none;
}

#chart .top_title {
  margin-bottom: 80px;
}

#chart .top_title h2 {
  font-size: 220%;
  line-height: 2.2;
  color: var(--main-color);
}

#chart .top_title h2 span {
  font-size: 100%;
  color: var(--sub-color);
}

#chart h3 {
  text-align: center;
  font-size: 180%;
  margin-bottom: 50px;
  font-family: var(--main-font);
  color: var(--main-color);
  font-weight: bold;
}

#chart .graph_container {
  padding: 80px 60px;
  background: #f3f3f3bf;
}

/* ---- グラフのタブ ----- */
#chart .panel {


}

#chart .tab_list {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  margin: 0 auto 50px;
}

#chart .tab {
  position: relative;
  z-index: 1;
  display: block;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  background: #f5f5f5;
  color: var(--text-color);
  font-size: 24px;
  text-align: center;
  transition: background 0.2s , color 0.2s;
}

#chart .tab:hover {
  background: #ededed;
}

#chart .tab.active {
  background: var(--main-color);
  color: #ffffff;
}

/* ----- グラフを囲う枠 ----- */


#chart .graph_wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 0 20px;
  max-width: 1300px;
  margin: 0 auto;
}

#chart .graph_box {
  position: relative;
  z-index: 1;
  flex: 1;
  height: auto;
  margin: 0 auto;
  padding: 20px 20px 30px;
  background: #ffffff;

  width: 32.2%;
}

/* ----- ラベル ----- */
#chart .graph_label {
  position: relative;
  z-index: 1;
  margin: 0 auto 30px;
  padding: 15px 10px;
  color: #ffffff;
  font-size: 120%;
  text-align: center;
  font-family: var(--main-font);
}

#chart .graph_label .small_label {
  font-size: 18px;
}

/* ----- 円グラフの数値（件数） ----- */
#chart .graph_count {
  margin: 0 auto 30px;
  font-family: var(--tsukuA-R);
  font-size: 1rem;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

#chart .graph_count_num {
  margin-right: 10px;
  font-size: 170%;
}

/* ---- 円グラフ ----- */
#chart .graph_content {
  position: relative;
  z-index: 1;
  width: 70%;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
}

#chart .graph_content canvas {
  width: auto !important;
  aspect-ratio: 1;
  height: 100% !important;
  display: block;
  margin: 0 auto;
}

/* ----- タブの中のグラフでの割合（%） ----- */
#chart .graph_percentage {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.7;
  color: #fff;
  width: 100%;
}

#chart .graph_label_subtitle {
  font-size: 150%;
  margin-bottom: -25px;
  font-family: var(--main-font);
}

#chart .graph_percentage .graph_percentage_num {
  font-size: 400%;
  font-family: var(--accent-font);
}

/* ----- 説明文 ----- */
#chart .graph_explanation {
  margin-top: 30px;
}

/* ----- グラフ下のフリーエリア ----- */
#chart .chart_freearea {
  margin-top: 20px;
}

#chart .graph_btn {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}

/*==============================================
  *SP 円グラフ
==============================================*/
@media screen and (max-width: 640px) {
  #chart {
    padding-bottom: 0;
  }

  #chart .inner {
    padding: 50px 0 0;
  }

  #chart .top_title {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  #chart .top_title h2 {
    font-size: 140%;
    margin: 0;
  }

  #chart h3 {
    font-size: 130%;
    margin-bottom: 20px;
  }

  #chart .tab_list {
    flex-flow: wrap;
    gap: 10px;
    margin: 0 auto;
  }

  #chart .tab {
    width: calc((100% / 2) - (10px / 2));
    flex: auto;
    padding: 10px 25px;
    font-size: 17px;
  }

  #chart .tab::after {
    right: 10px;
    width: 7px;
    height: 7px;
  }

  #chart .panel {
    padding: 20px;
  }

  /* ----- グラフを囲う枠 ----- */
  #chart .graph_container {
    padding: 30px 20px;
  }

  #chart .graph_wrap {
    flex-flow: column;
    gap: 20px;
  }

  #chart .graph_box {
    width: 100%;
    padding: 20px;
  }

  /* ----- ラベル ----- */
  #chart .graph_label {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 115%;
  }

  #chart .graph_label .small_label {
    font-size: 23px;
  }

  #chart .graph_label_subtitle {
    font-size: 120%;
    margin-bottom: -35px;
  }
  
  /* ----- 円グラフの数値（件数） ----- */
  #chart .graph_count {
    margin: 0 auto 20px;
    font-size: 16px;
  }

  /* ---- 円グラフ ----- */
  #chart .graph_content {
    max-width: 260px;
    width: 100%;
  }

  #chart .graph_content canvas {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
  }

  /* ----- タブの中のグラフでの割合（%） ----- */
  #chart .graph_percentage {
    font-size: 150%;
    top: 55%;
  }

  #chart .graph_percentage .graph_percentage_num {
    font-size: 280%;
  }

  /* ----- 説明文 ----- */
  #chart .graph_explanation {
    margin-top: 20px;
    text-align: center;
  }


  #chart .graph_btn {
    margin-top: 20px;
    text-align: center;
  }
}

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

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

==================================================================================================================================*/
.pickup {
  position: relative;
  overflow: hidden;
}



.pickup .inner {
  width: 100%;
  padding: 140px 0 140px;
  position: relative;
  z-index: 1;
}

.pickup .inner::before {
  content: "";
  position: absolute;
  right: -330px;
  top: 140px;
  z-index: 1;
  display: block;
  width: 300px;
  height: 400px;
  background-image: url(../images/bg_img03.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.pickup .inner::after {
  content: "";
  position: absolute;
  left: -200px;
  top: 160px;
  z-index: -1;
  display: block;
  width: 560px;
  height: calc(100% - 160px);
  background-image: url(../images/bg_img02.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.pickup .top_title {
  margin-left: 440px;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 80px;
}

.pickup .top_title h2 {
  font-size: 220%;
  line-height: 2.2;
  color: var(--main-color);
}

.pickup .top_title h2 span {
  color: var(--sub-color);
  display: inline;
  font-size: 100%;
}

.pickup .top_title .eng {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}

.pickup .top_title .eng::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pickup_list {
  display: flex;
  flex-flow: wrap;
  gap: 50px;
  position: relative;
  z-index: 1;
}

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

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

  width: 45%;
}

.pickup_inner {
  z-index: 2;
  width: 83%;
  position: absolute;
  right: -380px;
  bottom: -300px;
}

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

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

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

.pickup_text {
  position: relative;
  z-index: 1;
  padding: 100px 60px;
}

.pickup_text::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0px;
  left: calc(80% - 800px);
  width: 66%;
  min-width: 1920px;
  height: calc(100% - 0px);
  background: var(--bg-color);
}

.pickup_text ol.square {
  gap: 40px;
}

.pickup_text ol.square li {
  font-size: 135%;
  font-family: var(--main-font);
  font-weight: bold;
  padding: 0 0 0 70px;
  border-bottom: 1px dotted var(--main-color);
}

.pickup_text ol.square li:before {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 100%;
  left: 0;
  font-family: var(--accent-font);
  padding-left: 4px;
}

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

.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(--main-color);
  border: 1px solid var(--main-color);
  color: #ffffff;
  font-size: 95%;
  letter-spacing: 0.15em;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}

.pickup_link .pickup_btn a:hover {
  background: #ffffff;
  color: var(--main-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: 50px 20px 40px;
  }

  .pickup .inner::before {
    right: 0;
    top: 60px;
    width: 100px;
    height: 260px;
    z-index: -1;
    opacity: 0.4;
  }
  
  .pickup .inner::after {
    left: 0;
    top: 310px;
    width: 160px;
    height: 500px;
    opacity: 0.5;
  }

  .pickup .top_title {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pickup .top_title h2 {
    font-size: 140%;
    line-height: 2.2;
    margin: 0 auto 20px;
  }
  
  .pickup .top_title h2 span {
    font-size: 100%;
  }

  .pickup .top_title .eng {
    padding-left: 60px;
    margin-bottom: 20px;
  }

  .pickup .top_title .eng::before {
    width: 40px;
    left: 10px;
  }

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

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

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

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

  .pickup_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: inherit;
  }

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

  .pickup_link .pickup_btn {
    width: 100%;
  }

  .pickup_text {
    margin-top: 20px;
    padding: 20px;
  }

  .pickup_text ol.square li {
    font-size: 120%;
    padding: 0 0 8px 60px;
    line-height: 1.5;
  }

  .pickup_text::before {
    left: 0;
    width: 100%;
    min-width: inherit;
  }

  .pickup_text ol.square {
    gap: 20px;
  }

  /* 偶数 */
  .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;
  }
}

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

	$top_bnrlist

==================================================================*/
.top_bnrlist{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	gap: 15px;
	margin-bottom: 15px;
}

.top_bnrlist li img, .top_bnrlist2 li img{
	height: 125px;
	width: 100%;
}

@media screen and (max-width: 640px) {
        .top_bnrlist {
            flex-direction: column;
			align-items: center;
			}
        .top_bnrlist li img, .top_bnrlist2 li img{
        height: 100%;
        }
}
