@charset "UTF-8";

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

  *基本設定

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

section .inner {
  padding: 100px 0;
}

section .inner {
  max-width: var(--inner-width);
}

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

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

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

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

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

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

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

  *タイトル

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

.top_title h2 {
  line-height: 1;
  letter-spacing: .1em;
  font-size: 26px;
}

.top_title .eng {
  display: inline-block;
  padding: 10px 0;
  background: linear-gradient(to left, #b09f8f, #b9b9b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--main-color);
  letter-spacing: .05em;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-size: 625%;
  font-family: var(--font-en);
  font-weight: 400;
}

/* 左揃え */
.top_title_left {
  display: flex;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 84px;
}

.top_title_left h2 {
  padding-bottom: 6px;
}

/* 右揃え */
.top_title_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 48px;
  margin-left: auto;
  margin-bottom: 84px;
}

.top_title_right h2 {
  padding-bottom: 6px;
}

/* 左揃え、ラインあり */
.top_title_left.line {
  position: relative;
  width: fit-content;
  margin-bottom: 40px;
}

.top_title_left.line h2 {
  padding-bottom: 20px;
}

.top_title_left.line .eng {
  padding: 10px 0 20px;
  font-size: 375%;
}

.top_title_left.line::before {
  position: absolute;
  top: 50%;
  right: calc(-100vw + var(--inner-width) / 2);
  content: "";
  width: calc(100vw - var(--inner-width) / 2 - 50px);
  height: 1px;
  background: #b2a69a;
}

/* 右揃え、ラインあり */
.top_title_right.line {
  position: relative;
  width: fit-content;
  margin-bottom: 40px;
}

.top_title_right.line h2 {
  padding-bottom: 20px;
}

.top_title_right.line .eng {
  padding: 10px 0 20px;
  font-size: 375%;
}

.top_title_right.line::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 50px);
  content: "";
  width: calc(100vw - (100vw - var(--inner-width)));
  height: 1px;
  background: #b2a69a;
}

/* 左揃え 縦並び */
.top_title_left_vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

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

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

  .top_title .eng {
    font-size: min(14vw, 54px);
  }

  .top_title_left {
    gap: 12px;
  }

  .top_title_left.line::before {
    content: none;
  }
}

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

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
  position: relative;
  z-index: 1;
  height: 830px;
  padding-left: 80px;
  overflow: hidden;
}

.mainvisual::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% + 148px);
  background: url(../images/mv_bg.jpg) no-repeat center/cover;
}

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

.mvSlider::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  mask: url(../images/mv_mask.png) no-repeat center/cover;
  background: url(../images/mv_logo_icon.png) no-repeat left 31px bottom 165px /538px auto, linear-gradient(to right, #aa9673 10%, transparent);
}

.mainvisual_video_pc,
.mainvisual_video_sp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainvisual_video_pc {
  display: block;
}

.mainvisual_video_sp {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  10% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

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

@keyframes hideTranslate {

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

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

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

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

.mvCatch p {
  color: #fff;
  letter-spacing: .1em;
  line-height: 1.28;
  font-size: 47px;
  font-family: var(--font-jp);
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}

.mvCatch p span {
  font-size: 70%;
}

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

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

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

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

.open_bnr>* {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  padding: 15px;
  background: var(--main-color);
  border-radius: 50%;
  color: #ffffff;
  font-size: 110%;
  line-height: 1.5;
  text-align: center;
}

.open_bnr .date {
  font-size: 110%;
}

.open_bnr .open_text {
  margin: 0 0 10px;
  font-size: 180%;
}

.open_bnr .nairankai_tit {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 300px;
  color: var(--main-color);
  font-size: 90%;
  text-align: center;
}

/* mvバナー */
.mv_bnr {
  position: absolute;
  top: 96px;
  left: 99px;
  display: flex;
  gap: 36px;
}

.mv_bnr_item {
  position: relative;
  width: 180px;
    height: 180px;
  aspect-ratio: 1;
  padding: 5px;
  background: rgb(255 255 255 / .2);
  border-radius: 50%;
}

.mv_bnr_item>* {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #b9b9b9, #b09f8f);
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: .12em;
  line-height: 1.5;
  font-size: 18px;
  font-family: var(--font-jp);
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  transition: .2s;
}

.mv_bnr_item a:hover {
    color: #fff;
    opacity: .9;
    filter: brightness(1.1);
}

.mv_bnr_item.doctor>* {
  background: url(../images/mv_bnr_doctor_line.png) no-repeat center top 16px/calc(100% - 20px) auto, linear-gradient(135deg, #c8b07b 0%, #987730 50%, #c8b07b 100%);
  font-size: 14px;
}

.mv_bnr_item>*::before {
  display: inline-block;
  content: "";
}

.mv_bnr_item.schedule>*::before {
  width: 56px;
  height: auto;
  aspect-ratio: 56/53;
  margin-bottom: 10px;
  background: url(../images/mv_bnr_schedule.png) no-repeat center/cover;
}

.mv_bnr_item.doctor>*::before {
  position: relative;
  right: 2px;
  width: 45px;
  height: auto;
  aspect-ratio: 45 / 57;
  margin-bottom: 3px;
  background: url(../images/mv_bnr_doctor.png) no-repeat center / cover;
}


.mv_bnr .mv_bnr_item.doctor {
    width: 260px;
  height: auto;
}

.mv_bnr_item.doctor strong {
    font-size: 126%;
}

.mv_bnr_item .mv_bnr_bg {
  margin-bottom: 6px;
  padding: 3px 30px;
  background: rgb(255 255 255 / .3);
  border-radius: 3em;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 14px;
}

.mv_bnr_item .mv_bnr_standout {
    display: inline-block;
    margin-bottom: 8px;
  letter-spacing: .05em;
  line-height: 1;
  font-size: 34px;
}

/* MVリンクバナー */
.mv_link {
  position: absolute;
  bottom: 50px;
  left: 80px;
  display: flex;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
}

.mv_link_item {
  min-width: 250px;
  max-height: 276px;
  padding: 14px 15px 27px;
  transition: .3s;
}

.mv_link_item:hover {
  opacity: .9;
  filter: brightness(1.1);
}

.mv_link_text {
  padding-bottom: 16px;
  border-bottom: 1px solid #ffffff;
}

.mv_link_text>* {
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .05em;
  font-size: 17.5px;
  font-family: var(--font-jp);
}

.mv_link_text .title {
  font-size: 24px;
}

.mv_link_text .title span {
  padding: 0 8px;
  font-size: 34px;
}

.bnr_btn {
  position: relative;
  margin-top: 17px;
  margin-right: 15px;
  padding: 6px 40px 6px 10px;
  color: #fff;
  letter-spacing: .05em;
  font-size: 14px;
  font-family: var(--font-jp);
}

.bnr_btn::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  background: rgb(255 255 255 / .2);
  border-radius: 50%;
  transition: .3s;
}

.mv_link_item:hover .bnr_btn::before {
  transform: translate(10px, -50%);
}

.bnr_btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  transform: translateY(-50%);
  width: 41px;
  height: auto;
  aspect-ratio: 43/10;
  background: url(../images/btn_arrow_orange.png) no-repeat center / cover;
  transition: .3s;
}

.mv_link_item:hover .bnr_btn::after {
  transform: translate(10px, -50%);
}

/* MVリンクバナー アクセス */
.mv_link_item.access {
  background: url(../images/mv_link_item_bg01.png) no-repeat center/cover;
}

.mv_link_text .time {
  position: relative;
  margin-top: 4px;
  padding-left: 64px;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 25px;
}

.mv_link_text .time::before {
  position: absolute;
  bottom: 0;
  left: 14px;
  content: "";
  width: 56px;
  height: auto;
  aspect-ratio: 56 / 39;
  background: url(../images/mv_link_access_icon.png) no-repeat center / cover;
}

.mv_link_text .time .standout {
  padding: 0 6px 0 8px;
  font-size: 180%;
}

.mv_link_text .dotted {
  background-image: radial-gradient(circle at center, #f39800 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.1em 0.4em;
  padding-top: .5em;
}

.mv_link_text .precaution {
  margin-top: 16px;
  padding-right: 19px;
  text-align: right;
  line-height: 1;
  font-size: 14px;
}

/* MVリンクバナー 予約 */
.mv_link_item.reserve {
  padding-top: 30px;
  background: url(../images/mv_link_item_bg02.png) no-repeat center/cover;
}

.mv_link_item.reserve .mv_link_text {
  padding-bottom: 22px;
}

.mv_link_item.reserve .mv_link_text .title {
  width: fit-content;
  font-size: 34px;
  margin: 0 auto;
  background-image: radial-gradient(circle at center, #da738a 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.05em 0.5em;
  padding-top: .45em;
}

.mv_link_text .text {
  color: #ffffff;
  text-align: center;
  line-height: 2;
  letter-spacing: .05em;
  font-size: 17.5px;
  font-family: var(--font-jp);
}

.mv_link_item.reserve .bnr_btn::after {
  background: url(../images/btn_arrow_pink.png) no-repeat center/cover;
}

/* MVリンクバナー 実績 */
.mv_link_item.results {
  min-width: 300px;
  padding-top: 26px;
  background: url(../images/mv_link_item_bg03.png) no-repeat center/cover;
}

.mv_link_item.results .bg {
  width: fit-content;
  margin: 0 auto 6px;
  padding: 5px 17px 4px;
  background: rgb(255 255 255 / .1);
  border-radius: 3em;
  line-height: 1;
}

.results_title {
  font-size: 24px;
}

.results_title .small {
  font-size: 17.5px;
}

.results_title .standout {
  padding-left: 6px;
  font-size: 34px;
}

.mv_link_item.results .mv_link_text {
  padding-bottom: 10px;
}

.mv_link_item.results .mv_link_text .text {
  line-height: 1.97;
}

.mv_link_item.results .mv_link_text .text span {
  color: #d5ce81;
}


.mv_link_item.results .bnr_btn::after {
  background: url(../images/btn_arrow_green.png) no-repeat center/cover;
}

/* サブカラー */
.open_bnr.subcolor>* {
  background: var(--sub-color);
}

.open_bnr.subcolor>* .nairankai_tit {
  color: var(--sub-color);
}

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

.sp_only {
  display: none;
}

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

  .mainvisual_video_pc {
    display: none;
  }

  .mainvisual_video_sp {
    display: block;
  }

  .mvSlider::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
    mask: unset;
    background: linear-gradient(to top, #aa9673 10%, transparent);
  }

  /* ----- スライダーの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: 30px;
    left: 10px;
    transform: translateY(0);
    display: none;
  }

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

  .mvCatch p {
    font-size: min(6vw, 32px);
    line-height: 1.65;
  }
	
  .mvCatch p span{
	font-size: 90%;
  }

  .mvContents {
    display: none;
  }

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

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

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

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

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

  .mv_bnr {
    position: static;
    gap: 10px;
    width: 100%;
        flex-direction: column;
        align-items: center;
  }

  .mv_bnr_item>*, .mv_bnr_item.doctor>* {
	height: auto;
	aspect-ratio: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-size: min(4vw, 16px);
  }

  .mv_bnr_item .mv_bnr_bg {
    padding: 3px 20px;
    font-size: min(3vw, 16px);
  }

  .mv_bnr_item .mv_bnr_standout {
    font-size: 140%;
  }

  .mv_bnr_item.schedule>*::before {
    width: 8vw;
  }

  .mv_bnr_item.doctor>*::before {
    margin-bottom: 10px;
    width: 8vw;
  }

  .mv_bnr_item {
    width: calc(50% - 5px);
    height: auto;
  }

  .mv_link {
    position: static;
    flex-direction: column;
    gap: 16px;
    box-shadow: none;
    max-width: 100%;
  }

  .mv_link_item {
    min-width: unset;
    max-height: unset;
    padding: 20px 15px !important;
  }

  .mv_link_item.access {
    background: rgb(186 177 133);
  }

  .mv_link_item.reserve {
    background: rgb(190 148 158);
  }

  .mv_link_item.results {
    min-width: unset;
    background: rgb(128 158 162);
  }

  .mv_link_text .text {
    font-size: 100%;
  }
	.mv_link_text .time {
    padding-left: 4vw;
}
	.mv_link_text .time::before {
    width: 10vw;
}
}

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

  *フリーエリア

================================================================================================================================== */
.top_content_bg_wrap {
  background: url(../images/top_bnr_bg.jpg) no-repeat left top/cover;
}

section#about {
  padding-top: 98px;
}

section#about .inner {
  padding: 47px 80px;
  background: #eeedeb;
  outline: 1px solid #b3a69b;
  outline-offset: -10px;
}

section#about h2 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .12em;
  font-size: 25px;
}

section#about h2::first-letter {
  font-size: 150%;
}

.top_freearea p {
  text-align: center;
  letter-spacing: .12em;
  line-height: 1.56;
  font-family: var(--font-jp);
}

.top_freearea p span {
  color: #c97c00;
}

/* ==============================================
  *SP フリーエリア
============================================== */
@media screen and (max-width: 640px) {
  .top_content_bg_wrap {
    background: url(../images/top_bnr_bg_sp.jpg) no-repeat left top/cover;
  }

  section#about {
    padding: 40px 20px 20px;
  }

  section#about .inner {
    padding: 40px 24px;
  }

  .top_freearea p {
    text-align: left;
  }
}

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

  *バナーエリア

================================================================================================================================== */
/* ----- 共通設定 ----- */
.top_banner .inner {
  padding-top: 61px;
  padding-bottom: 101px;
}

.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: 0.3s;
}

.top_banner .onlyimg a.banner_slide:hover img {
  opacity: .9;
  filter: brightness(1.1);
}

/* インプットバナー */
.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: 25px;
}

.banner_grid li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% / 3) - (50px / 3));
}

/* ----- スライダーバナー ----- */
#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.3s;
}

#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.3s;
}

#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: 1;
  padding-bottom: 425px;
}

.clinic .top_title .eng {
  margin-bottom: 10px;
  font-size: 375%;
}

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

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

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

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

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

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

.clinic .info .info_left {
  width: 100%;
}

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

.clinic .info .tel {
  margin-bottom: 12px;
}

.clinic .info .tel_block {
  display: flex;
  align-items: center;
  letter-spacing: .1em;
  line-height: 1.2;
  color: #655d4d;
  font-size: 35px;
  font-family: var(--font-en-sub);
}
.tel_block a {
    color: var(--text-color);
}

.clinic .info .icon {
  display: inline-block;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  margin-right: 39px;
  border-radius: 50%;
}

.clinic .info .tel .icon {
  background: #f2f0e8 url(../images/tel_icon.png) no-repeat center/25px auto;
}

.clinic .info .fax {
    color: #655d4d;
    font-family: var(--font-en-sub);
    font-size: 60%;
    text-align: center;
}

.clinic .info .title {
  margin-right: 52px;
  color: #9a947d;
  font-size: 1rem;
  font-family: var(--font-jp);
}

.clinic .info .speciality {
  display: flex;
  align-items: center;
  color: #4e4339;
}

.clinic .info .speciality .icon {
  background: #f2f0e8 url(../images/subject_icon.png) no-repeat center/28px auto;
}

.clinic .info .speciality .title {
  margin-right: 98px;
}

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

.clinic .info .payment_wrap {
  margin-top: 21px;
}

.info_right {
  flex-shrink: 0;
  width: 700px;
  padding-top: 21px;
}

.clinic .info .location {
  margin-bottom: 27px;
}

.clinic .info .location p {
  position: relative;
  display: flex;
  justify-content: center;
  align-self: center;
  letter-spacing: .1em;
  line-height: 1.6;
  font-size: 93.75%;
}

.clinic .info .location p::before {
  display: inline-block;
  margin-right: 13px;
  content: "";
  width: 19px;
  height: auto;
  aspect-ratio: 19/24;
  background: url(../images/map_icon.png) no-repeat center/cover;
}

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

.clinic .info .btn01 {
  margin-top: 12px;
  text-align: right;
}

.clinic .info .googlemap iframe {
  width: 100%;
  height: 520px;
  margin-bottom: 27px;
}

.clinic_fixed_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 425px;
  background: url(../images/clinic_bg.jpg) no-repeat center/cover
}

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

  .clinic_fixed_bg {
    height: 200px;
    background: url(../images/clinic_bg_sp.jpg) no-repeat center/cover;
  }

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

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

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

  .clinic .info .tel_block {
    flex-wrap: wrap;
  }
	
  .clinic .info .tel_num {
    margin: 10px auto 0;
	}

  .clinic .info .icon {
    margin-right: 12px;
    width: 40px;
  }

  .clinic .info .tel .icon {
    background: #f2f0e8 url(../images/tel_icon.png) no-repeat center / 18px auto;
  }

  .clinic .info .speciality {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }

  .clinic .info .speciality .icon {
    background: #f2f0e8 url(../images/subject_icon.png) no-repeat center / 20px auto;
  }

  .clinic .info .title {
    margin-right: 0;
  }

  .clinic .info .speciality .title {
    margin-right: 24px;
  }

  .info_right {
    padding-top: 0;
  }

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

  .clinic .info .location p {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .clinic .info .location p::before {
    margin-right: 8px;
    width: 15px;
  }

  .clinic .info .location .zipcode {
    margin-right: 0;
  }

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

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

  *ご挨拶

================================================================================================================================== */
.greeting {
  position: relative;
  padding-bottom: 50px;
  background: url(../images/greeting_bg.jpg) no-repeat left bottom/cover;
}

.greeting::before {
  position: absolute;
  bottom: 50px;
  left: 0;
  content: "";
  width: 81.25%;
  height: calc(100% - 428px);
  background: #fff;

}

.greeting .inner {
  max-width: 1580px;
  margin: 0px 80px 0px auto;
  padding-top: 170px;
  padding-bottom: 70px;
}

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

.greeting_flex {
  display: flex;
  align-items: flex-end;
  gap: 60px;
}

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

.greeting_left {
  width: 100%;
}

.greeting .top_title {
  margin-bottom: 126px;
}

.greeting .top_title .eng {
  padding-bottom: 40px;
  font-size: 750%;
}

.greeting .top_title h2 {
  padding-left: 20px;
}

.greeting_text {
  padding-left: 20px;
}

.greeting_text h3 {
  margin-bottom: 53px;
  color: #94897f;
  letter-spacing: .1em;
  line-height: 1.5;
  font-size: 175%;
}

.greeting_text p {
  line-height: 1.75;
}

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

.greeting_text .btn01 {
  margin-top: 64px;
}

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

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

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

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

.greeting_right {
  flex-shrink: 0;
  width: 54.81%;
}

.greeting_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 26px;
}

.greeting_img img:first-of-type {
  margin: 0 40px;
}

.greeting_img img {
  width: calc(50% - 13px);
}


@media screen and (max-width: 1600px) {
  .greeting .inner {
    max-width: var(--inner-width);
    margin: 0 auto;
    padding: 60px 0;
  }
}

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 640px) {
  .greeting {
    padding-bottom: 60px;
    background: url(../images/greeting_bg_sp.jpg) no-repeat left bottom/cover;
  }

  .greeting::before {
    bottom: 100px;
    left: 5px;
    width: calc(100% - 10px);
    height: 58%;
  }

	.greeting .inner{
		padding-left: 20px;
		padding-right: 20px;
	}

  .greeting .top_title {
    margin-bottom: 56px;
  }

  .greeting .top_title .eng {
    font-size: min(14vw, 54px);
    padding-bottom: 5vw;
  }

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

  .greeting_left {
    width: 100%;
  }

  .greeting_btn {
    margin-top: 40px;
  }

  .greeting .top_title h2 {
    padding-left: 0;
  }

  .greeting_right {
    width: 100%;
  }

  .greeting_text {
    padding-left: 0;
  }

  .greeting_text h3 {
    margin-bottom: 24px;
    font-size: 150%;
  }

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

  .greeting_text .btn01 {
    margin-bottom: 40px;
    text-align: center;
  }
}

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

  *診療案内

================================================================================================================================== */
.medical {
  position: relative;
  margin-top: 123px;
  margin-bottom: 127px;
}

.medical::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 230px);
  height: 100%;
  background: url(../images/medical_bg.jpg) no-repeat center / cover;
}

@media screen and (min-width: 641px) {
  .medical::before {
    min-width: 1350px;
  }
}

@media screen and (max-width: 1715px) {
  .medical::before {
    width: calc(100% - 50px);
  }
}

.medical .inner {
  padding-top: 170px;
  padding-bottom: 83px;
}

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

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

.medical_item {
  position: relative;
  z-index: 1;
  width: calc((100% / 4) - (30px / 4));
  height: auto;
  aspect-ratio: 1;
}

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

.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%;
  padding: 30px 20px;
  background: rgb(255 255 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px;
  text-align: center;
  transition: background .3s;
}

.medical_item:hover .medical_inner {
  background: rgb(255 255 255 / .8);
}

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

.medical_icon {
  width: 100%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto 20px !important;
  background: url(../images/medical_icon_bg.jpg) no-repeat center/cover;
  border-radius: 50%;
}

.medical_title {
  margin-bottom: 37px !important;
}

.medical_title h3 {
  color: var(--text-color);
  letter-spacing: .1em;
  line-height: 1.13;
  font-size: 143.75%;
}

.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 .btn01>* {
  min-width: 227px;
}

.medical_item:hover .btn01>* {
  color: var(--sub-color);
}

.medical_item:hover .btn01>*::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  aspect-ratio: unset;
  border-radius: 3em;
}

.medical_item:hover .btn01>*::after {
  transform: translate(5px, -50%);
}

/* ==============================================
  *SP 診療案内
============================================== */
@media screen and (max-width: 640px) {
  .medical {
    margin-top: 80px;
    margin-bottom: 0;
    background: url(../images/medical_bg_sp.jpg) no-repeat center/cover;
  }

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

  .medical .inner {
    padding: 90px 20px 60px;
  }

  .medical_list {
    gap: 15px 10px;
  }

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

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

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

  .medical_icon {
    width: 45%;
    margin-bottom: 3vw !important;
  }

  .medical_title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 10.6vw;
    margin-bottom: 3vw !important;
  }

  .medical_title h3 {
    line-height: 1.4;
    font-size: 100%;
  }

  .medical .btn01 {
    width: 95%;
  }

  .medical .btn01>* {
    width: 100%;
    min-width: unset;
    padding: 1vw 9vw 1vw 4vw;
    font-size: min(3vw, 14px);
  }

  .medical .btn01>*::before {
    width: 6vw;
    height: 6vw;
  }

  .medical .btn01>*::after {
    right: 3vw;
    width: 7vw;
  }
}

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

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

================================================================================================================================== */
.feature {
  background: url(../images/feature_bg.jpg) no-repeat center/cover;
}

.feature_list {
  display: flex;
  flex-flow: wrap;
  gap: 36px 71px;
}

.feature_item {
  position: relative;
  display: flex;
  flex-flow: column;
  width: calc((100% / 3) - (142px / 3));
  height: auto;
}

@media screen and (min-width: 641px) {
  .feature_item:not(:nth-last-of-type(-n + 3)) {
    padding-bottom: 49px;
  }

  .feature_item:not(:nth-last-of-type(-n + 3)):not(:nth-of-type(3n))::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: calc(100% + 71px);
    height: 1px;
    background: #b2a69a;
  }

  .feature_item:not(:nth-last-of-type(-n + 3)):nth-of-type(3n)::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b2a69a;
  }

  .feature_item:not(:nth-last-of-type(-n + 3)):nth-last-of-type(4)::before {
    left: auto;
    right: calc(-71px/ 2);
    width: calc(100% + 71px);
  }


  .feature_item:not(:nth-of-type(3n))::after {
    position: absolute;
    content: "";
    top: 0;
    right: calc(-71px / 2);
    width: 1px;
    height: calc(100% + 36px);
    background: #b2a69a;
  }

  .feature_item:nth-last-of-type(-n + 3):not(:nth-of-type(3n))::after {
    height: 100%;
  }
}

.feature_img {
  margin-bottom: 29px;
}

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

.feature_num span {
  position: relative;
  top: 2px;
  color: #655d4d;
  letter-spacing: 0;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-size: 90px;
  font-family: var(--font-en-sub);
  opacity: .2;
}

.feature_inner {
  display: flex;
  flex-flow: column;
  height: 100%;
}

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

.feature_title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 32px !important;
  padding: 0 0 0 16px;
}

.feature_title h3 {
  color: var(--text-color);
  font-size: 168.75%;
  line-height: 1.48;
  letter-spacing: .1em;
}

.feature_title h3 span {
  color: #c97c00;
}

.feature_text {
  padding: 0 16px;
  margin-bottom: 43px;
}

.feature_text p {
  line-height: 1.81;
  letter-spacing: .1em;
}

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

/* ---- 横並びボタン ----- */
.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_freearea {
  max-width: 1300px;
  margin: 109px auto 0;
}

.feature_freearea_inner {
  position: relative;
  padding: 58px 100px 68px;
  background: #fff;
  outline: 1px solid #d8d6d0;
  outline-offset: -10px;
}

.feature_freearea_inner {
  position: relative;
  padding: 58px 100px 68px;
  background: #fff;
  outline: 1px solid #d8d6d0;
  outline-offset: -10px;
}

.feature_freearea_inner::before,
.feature_freearea_inner::after {
  position: absolute;
  top: -39px;
  right: 327px;
  content: "";
  width: 200px;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/feature_freearea_img01.jpg) no-repeat center/cover;
  border-radius: 50%;
}

.feature_freearea_inner::after {
  right: 105px;
  background: url(../images/feature_freearea_img02.jpg) no-repeat center/cover;
}

.feature_freearea_inner h4 {
  margin-bottom: 51px;
  padding: 0 0 38px 33px;
  border-bottom: 1px solid #b2a69a;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 162.5%;
}

.feature_freearea_inner h4::first-letter {
  font-size: 170%;
}

.feature_freearea_inner h4 span {
  display: block;
  width: fit-content;
  margin-top: 25px;
  padding: 5px 22px 4px;
  background: #cac19a;
  border-radius: 30px;
  color: #fff;
  line-height: 1.69;
  font-size: 1rem;
}

.feature_check_list {
  display: flex;
  flex-flow: wrap;
  gap: 17px 60px;
}

.feature_check_list li {
  position: relative;
  width: calc(50% - 30px);
  padding-left: 43px;
  letter-spacing: .1em;
  line-height: 1.59;
  font-size: 106.25%;
  font-family: var(--font-jp);
}

.feature_check_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 30px;
  height: auto;
  aspect-ratio: 30/28;
  background: url(../images/feature_freearea_check.png) no-repeat center/cover;
}

@media screen and (max-width: 640px) {
  .feature {
    background: url(../images/feature_bg_sp.jpg) no-repeat center/cover;
  }

  .feature_list {
    gap: 64px;
  }

  .feature_item {
    width: 100%;
  }

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

  .feature_title h3 {
    font-size: min(6vw, 32px);
  }

  .feature_num span {
    font-size: 50px;
	text-box: inherit;
  }

  .feature_text {
    padding: 0;
  }
	
	.feature_freearea{
		margin-top: 140px;
	}

  .feature_freearea_inner {
    padding: 48px 24px 32px;
    outline-offset: -6px;
  }

  .feature_freearea_inner::before, .feature_freearea_inner::after {
    width: 30%;
    right: 30%;
    transform: translateY(-30%);
  }

  .feature_freearea_inner::after {
    right: -10px;
  }

  .feature_freearea_inner h4 {
    margin-bottom: 32px;
    padding: 0 0 24px;
    line-height: 1.6;
    font-size: min(5vw, 24px);
  }

  .feature_freearea_inner h4 span {
    padding: 5px 17px 4px;
    border-radius: 10px;
    font-size: 14px;
  }

  .feature_check_list li {
    width: 100%;
    padding-left: 24px;
    font-size: 100%;
  }

  .feature_check_list li::before {
    top: 3px;
    width: 16px;
  }

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

}

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

  *病状、症状から探す

================================================================================================================================== */
.search {
  position: relative;
  padding-top: 85px;
  padding-bottom: 289px;
}

.search::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% - 115px);
  height: 525px;
  background: url(../images/search_bg.jpg) no-repeat center / cover;
}

.search .inner {
  padding: 85px 100px 80px;
  background: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px;
}

.search .tab_list {
  gap: 0;
  margin-bottom: 35px;
}

.search .tab_list .tab {
  padding: 21px 20px 20px;
}

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

.search_list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 10px;
  height: fit-content;
  min-height: 240px;
}

.search_list li {
  position: relative;
  width: calc((100% / 4) - (10px * 3 / 4));
  height: 100%;
}

.search_list li:has(a[href="#"])::before {
  content: "準備中";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  mask: unset;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-family: var(--font-jp);
  font-weight: 400;
  font-style: normal;
  font-size: 90%;
  transform: translate(-50%, -50%);
}

/* ----- リンクボタン ----- */
.search_list li a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  padding: 10px 36px 10px 24px;
  background: #fff;
  border: 1px solid #e5e1d3;
  color: var(--text-color);
  font-size: 87.5%;
  font-family: var(--font-jp);
}

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

.search_list li a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  background: #cac19a;
  border-radius: 50%;
  transition: .3s;
}

.search_list li a:hover::before {
  transform: translate(5px, -50%);
}

/* 矢印の背景 */
.search_list li a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  transform: translateY(-50%);
  width: 7px;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transition: .3s;
}

.search_list li a:hover::after {
  transform: translate(5px, -50%);
}


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

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

.panel_flex .search_list {
  width: 100%;
}

/* ==============================================
  *SP 病状、症状から探す
============================================== */
@media screen and (max-width: 640px) {
  .search {
    padding: 0;
  }

  .search .inner {
    padding: 60px 20px;
  }

  .search .top_title_left.line {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }

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

  .tab_list li:not(:first-of-type) {
    border: inherit;
  }

  .search .tab_list .tab {
    flex: inherit;
    width: calc(50% - 7px / 2);
    min-height: auto;
    padding: 10px !important;
    font-size: 98%;
    transform: translate(0, 0) !important;
    border: 1px solid #b2a69a;
  }

  .search .panel {
    padding: 0;
  }

  .search_list {
    gap: 8px;
  }

  .search_list li {
    width: 100%;
  }

  .search_list li a {
    min-height: 52px;
    padding: 5px 24px 5px 10px;
    line-height: 1.6;
  }

  .search_list li a::before {
    right: 5px;
    width: 16px;
  }

  .search_list li a::after {
    right: 9px;
    width: 6px;
  }

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

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

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

  .panel_flex .search_list {
    width: 100%;
  }

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

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

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

==================================================================================================================================*/
#columnSlider {
  background: url(../images/column_bg.jpg) no-repeat left top -54px/cover;
}

#columnSlider .top_title_right.line {
  margin-right: 368px;
  margin-bottom: 30px;
}

#columnSlider .top_title_right.line::before {
  width: calc(100vw - (100vw - var(--inner-width-column)));
}

#columnSlider .inner {
  position: relative;
  z-index: 1;
  max-width: var(--inner-width-column);
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 258px;
}

#columnSlider .top_title h2::before, #columnSlider .top_title h2::after {
  display: none;
}

/* ----- コラムスライダー設定 ----- */
#columnSlider .splide {
  width: 100%;
}

#columnSlider .splide__list {
  align-items: flex-start;
  width: 100%;
}

/* スライダーのArrowボタン */
#columnSlider .splide__arrow {
  position: absolute;
  top: -85px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #b2a69a;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transform: translateZ(0);
  transition: background 0.3s, color 0.3s;
}

#columnSlider .splide__arrow:hover {
  background: #ffffff;
  color: var(--main-color);
}

#columnSlider .splide__arrow span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background 0.3s;
}

#columnSlider .splide__arrow span::before {
  display: inline-block;
  content: "\f104";
  content: "";
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  background: #e2af58;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

#columnSlider .splide__arrow--prev {
  right: 60px;
}

#columnSlider .splide__arrow--prev span::before {
  transform: rotateY(180deg);
}

#columnSlider .splide__arrow--next {
  right: 0;
}

#columnSlider .splide__slide {
  display: flex;
  align-items: center;
  min-height: 200px;
}

/* ----- ページネーション ----- */
#columnSlider .splide__pagination {
  position: absolute;
  top: -65px;
  right: 190px;
  z-index: 1;
  display: flex;
  gap: 15px;
}

#columnSlider .columnSlider-page {
  width: 10px;
  height: 10px;
  background-color: #e8e8e8;
  border-radius: 50%;
  transition: background 0.3s;
}

#columnSlider .columnSlider-page.is-active {
  background: #e2af58;
}

/* ----- コラム個別 ----- */
#columnSlider .column_item a {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

#columnSlider .column_item_thum {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#columnSlider .column_item_thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  aspect-ratio: 13 / 9;
}

#columnSlider .column_item a:hover .column_item_thum img {
  transform: scale(1.1);
}

#columnSlider .column_item:first-child .column_item_thum::before {
  content: "New";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-self: center;
  width: 90px;
  height: 90px;
  padding: 10px 35px 0 0;
  background: var(--sub-color);
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.075em;
  opacity: 0.9;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

#columnSlider .column_info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: wrap;
  padding: 30px 20px 50px;
  background: #fff;
}

#columnSlider .column_date {
  flex-shrink: 0;
  margin-bottom: 10px;
  color: #bcb1a5;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 81.25%;
}

#columnSlider .column_info ul {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 5px;
  margin-bottom: 25px;
}

#columnSlider .column_info ul li {
  padding: 5px 14px 4px;
  background: var(--main-color);
  border-radius: 3rem;
  color: #ffffff;
  line-height: 1;
  font-size: 81.25%;
  text-align: center;
}

#columnSlider .column_title {
  color: var(--text-color);
  line-height: 1;
  font-family: var(--font-jp);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s;
}

#columnSlider .column_item a:hover .column_title {
  color: var(--sub-color);
}

/*==============================================
  *SP　医療コラム
==============================================*/
@media screen and (max-width: 640px) {
  #columnSlider {
    background: url(../images/column_bg_sp.jpg) no-repeat center/cover;
  }

  #columnSlider .inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
  }

  #columnSlider .top_title_right.line {
    width: 100%;
    margin: 0 0 32px;
    justify-content: flex-start;
    gap: 24px;
  }

  #columnSlider .top_title {
    margin: 0 auto 50px;
  }

  #columnSlider .splide {
    margin-right: -40px;
    padding-top: 60px;
  }

  #columnSlider .splide__arrow {
    width: 50px;
    height: 40px;
  }

  #columnSlider .splide__arrow--next {
    right: 20px;
  }

  #columnSlider .splide__arrow--prev {
    top: 0;
    right: 60px;
  }

  #columnSlider .splide__arrow--next {
    top: 0;
    right: 0;
  }

  #columnSlider .splide__pagination {
    top: 13px;
    right: auto;
    left: 0;
    justify-content: flex-end;
    gap: 13px;
    transform: translate(0);
  }

  #columnSlider .columnSlider-page {
    width: 8px;
    height: 8px;
  }

  #columnSlider .splide__slide:first-child .column_item_thum::before {
    width: 80px;
    height: 80px;
    padding: 13px 25px 0 0;
  }
}

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

  *無限スライダー

================================================================================================================================== */
#infinitySlider {
  position: relative;
  margin-top: -86px;
}

#infinitySlider::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 86px);
  background: #fbfbf9;
}

#infinitySlider .splide__list {
  gap: 40px;
}

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

/* ==============================================
  *SP 無限スライダー
============================================== */
@media screen and (max-width: 640px) {
  #infinitySlider {
    margin-top: 0;
  }

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

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

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

==================================================================================================================================*/
.pickup {
  background: url(../images/pickup_bg.jpg) no-repeat center /cover;
}

.pickup .inner {
  width: 100%;
  max-width: none;
  padding-top: 130px;
  padding-bottom: 386px;
}

.pickup .top_title {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

.pickup_item .top_title h2 {
  position: relative;
  padding-bottom: 38px;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 162.5%;
}

.pickup_item .top_title h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 200%;
  height: 1px;
  background: #b2a69a;
  ;
}


.pickup_item .top_title .eng {
  margin-bottom: 31px;
  padding: 20px 0 40px;
  font-size: 120px;
  background: linear-gradient(to right, #b9b9b9, #b09f8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.pickup_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 160px;
}

.pickup_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 86px;
  width: 100%;
}

.pickup_item::before {
  position: absolute;
  right: 0;
  bottom: -88px;
  content: "";
  width: 54.16%;
  height: calc(100% + 8px);
  background: #fff;
}

.pickup_item>* {
  width: 100%;
}

/* ----- 左側 ----- */
.pickup_item_left {
  flex-shrink: 0;
  width: 54.12%;
}

.pickup_link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: wrap;
  height: 100%;
}

.pickup_link .link_item {
  position: relative;
  z-index: 1;
  width: calc(100% / 2);
  height: auto;
  aspect-ratio: 52 / 30;
  overflow: hidden;
}

.pickup_link .link_item:has(a[href="#"])::before {
  content: "準備中";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  mask: unset;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-family: var(--font-jp);
  font-weight: 400;
  font-style: normal;
  font-size: 120%;
  transform: translate(-50%, -50%);
}

.pickup_link .link_img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pickup_link .link_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease-in-out;
}

.pickup_link .link_title {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 25px;
  width: 100%;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1.5;
  font-size: 112.5%;
  font-family: var(--font-jp);
}

.pickup_link .link_title p {
  position: relative;
  padding: 0 77px 0 28px;
  transition: .3s;
}

.pickup_link .link_title p::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 20px;
  content: "";
  transform: translateY(-50%);
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  background: rgb(255 255 255 / .3);
  border-radius: 50%;
  transition: .3s;
}

.pickup_link .link_title p::after {
  position: absolute;
  top: 50%;
  right: 33px;
  content: "";
  transform: translateY(-50%);
  width: 44px;
  height: auto;
  aspect-ratio: 44/10;
  background: url(../images/btn_arrow_white.png) no-repeat center/cover;
  transition: .3s;
}

.pickup_link .link_item a:hover .link_title p::after {
  transform: translate(5px, -50%);
}

/*リンクの場合 */
.pickup_link .link_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.pickup_link .link_item a::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(255 255 255 / .4), rgb(0 0 0 /.4));
  pointer-events: none;
}

.pickup_link .link_item a:hover .link_img img {
  transform: scale(1.1);
}

/* ----- 右側 ----- */
.pickup_item_right {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 532px;
}

.pickup_item_right::before {
  position: absolute;
  z-index: -1;
}

.pickup_item_title {
  width: 100%;
  margin: 0 auto 15px;
}

.pickup_item_title h2,
.pickup_item_title h3 {
  padding-left: 5px;
  background: none;
  font-size: 130%;
}

.pickup_text p {
  line-height: 1.81;
}

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

.pickup_btn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 65px;
}

.pickup_btn_list li {
  width: calc(50% - 6px);
}

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

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

.pickup_item:nth-child(even) .pickup_item_right {
  align-items: flex-end;
}

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

.pickup_item:nth-child(even) .top_title .eng {
  position: relative;
  right: 142px;
}

.pickup_item:nth-child(even) .pickup_btn_list {
  margin-top: 32px;
}

@media screen and (max-width: 1780px) {
  .pickup_item .top_title .eng {
    font-size: 90px;
  }

  .pickup_item:nth-child(even) .top_title .eng {
    right: 0;
  }

  .pickup_link .link_title p {
    padding: 0 77px 0 16px;
  }
}

@media screen and (max-width: 1400px) {
  .pickup_item:nth-of-type(odd) .pickup_item_right {
    padding-right: 30px;
  }

  .pickup_item:nth-child(2n) .pickup_item_right {
    padding-left: 30px;
  }
}

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

  .pickup_list {
    gap: 140px;
  }

  .pickup_item {
    flex-flow: column-reverse;
    gap: 0;
  }

  .pickup_item>* {
    width: 100%;
  }

  .pickup_item::before {
    width: calc(100% - 5px);
    height: calc(100% + 34px);
  }

  .pickup .top_title {
    margin-bottom: 24px;
  }

  .pickup_item .top_title h2 {
    padding-bottom: 28px;
    font-size: 20px;
  }

  .pickup_item .top_title h2::before {
    width: calc(100% + 20px);
  }

  .pickup_item .top_title .eng {
    margin-bottom: 10px;
    padding: 2vw 0 4vw;
    font-size: min(14vw, 64px);
  }

  .pickup_item_right {
    max-width: unset;
    padding: 20px 20px 56px !important;
  }

  .pickup_item:nth-child(even) .pickup_item_right {
    padding-top: 90px;
  }

  .pickup_item_title {
    text-align: center;
  }

  .pickup_item_title h2,
  .pickup_item_title h3 {
    padding: 0;
  }

  .pickup_item_title span {
    font-size: 40px;
  }

  .pickup_link .link_item {
    width: 50%;
    height: auto;
    min-height: unset;
    aspect-ratio: 1;
  }

  .pickup_text {
    min-height: unset;
  }

  .pickup_link .link_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 10px;
    left: 0;
    transform: translate(0);
    min-height: 9.6vw;
    padding: 0 1.5vw;
    letter-spacing: .03em;
    font-size: min(3.5vw, 20px);
  }

  .pickup_link .link_title {
    padding: 0 6px 0 10px;
  }

  .pickup_link .link_title p {
    padding: 0 8vw 0 0;
  }

  .pickup_link .link_title p::before {
    right: 0;
    width: 6vw;
  }

  .pickup_link .link_title p::after {
    right: 7px;
    width: 7vw;
  }

  .pickup_banner {
    width: 95%;
    margin-top: 15px;
  }

  .pickup_btn_list {
    gap: 10px;
    margin-top: 24px;
  }

  .pickup_btn_list li {
    width: 100%;
  }

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

  .pickup_btn_list .btn01>* {
    padding: 18px 60px 17px 30px;
  }
}

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

  *内視鏡実績 - 追加コンテンツ

==================================================================================================================================*/
#chart {
  position: relative;
  margin-top: -240px;
  padding-bottom: 117px;
}

#chart::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 240px);
  background: url(../images/results_bg.jpg) no-repeat left bottom / cover;
}

#chart .inner {
  padding: 97px 100px 100px;
  background: #fff;
  box-shadow: 0 5px 10px rgb(0 0 0 / .15);
}

/* ---- グラフのタブ ----- */
#chart .panel_wrap {
  padding: 44px 63px 68px;
  background: transparent;
  border: 1px solid #b7b094;
  border-top: none;
}

#chart .panel {
  padding: 0;
  background: transparent;
}

#chart .tab_wrap {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
}

#chart .tab_list {
  display: flex;
  flex-flow: wrap;
  gap: 0;
}

#chart .tab {
  position: relative;
  z-index: 1;
  display: block;
  flex: 1;
  width: calc((100% / 4) - (9px / 4));
  padding: 21px 20px;
  background: #ebebeb;
  border: 1px solid #b7b094;
  color: #9c967d;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  transition: background 0.3s, color 0.3s;
  font-size: 162.5%;
  font-family: var(--font-jp);
}

#chart .tab:nth-of-type(n + 2) {
    border-left: none;
}

#chart .tab.active {
  background: #b7b094;
  color: #fff;
}

#chart .tab .jp {
  font-family: var(--font-jp);
  font-weight: 400;
  font-style: normal;
}

/* ----- 累計の数 ----- */
#chart .total_overall {
  position: relative;
  z-index: 1;
  display: none;
  margin: 20px auto 70px;
  font-size: 36px;
  text-align: center;
}

#chart .total_overall .total_overall_num {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 30px;
  color: var(--main-color);
  font-size: 150%;
  line-height: 1;
}

/* ----- タブごとの合計数 ----- */
#chart .total_graph {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

#chart .total_graph_text {
  color: #655d4d;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 162.5%;
  font-family: var(--font-jp);
}

#chart .total_graph_num {
  display: inline-block;
  padding: 0px 20px 0px 51px;
  color: #d5cfb4;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 60px;
  font-family: var(--font-en-sub);
  font-weight: 700;
  font-style: normal;
}

.total_graph_period {
  margin-top: 13px;
  color: var(--text-color);
  line-height: 1;
  letter-spacing: .1em;
  font-family: var(--font-jp);
}

/* ----- グラフを囲う枠 ----- */
#chart .graph_container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 0 10px;
}

#chart .graph_box {
  position: relative;
  z-index: 1;
  flex: 1;
  height: auto;
  margin: 0 auto;
  background: #f7f6f2;
}

/* ----- ラベル ----- */
#chart .graph_label {
  position: relative;
  z-index: 1;
  margin: 0 auto 45px;
  padding: 16px 10px;
  background: #e7e3d4 !important;
  color: #655d4d;
  text-align: center;
  letter-spacing: .12em;
  line-height: 1.41;
  font-size: 143.75%;
  font-family: var(--font-jp);
  font-weight: 400;
  font-style: normal;
}

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

/* ----- 円グラフの数値（件数） ----- */
#chart .graph_count {
  position: relative;
  margin-bottom: 25px;
  color: var(--text-color);
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 162.5%;
  font-family: var(--font-jp);
  font-weight: 400;
  font-style: normal;
}

#chart .graph_count_num {
  margin-right: 4px;
  color: #d7d3c2;
  letter-spacing: .075em;
  font-size: 3.125rem;
  font-family: var(--font-en-sub);
  font-weight: 700;
}

/* ---- 円グラフ ----- */
#chart .graph_content_wrap {
  position: relative;
  z-index: 1;
  max-width: 210px;
  margin: 0 auto 37px;
}

#chart .graph_content {
  position: relative;
  z-index: 1;
}

#chart .graph_content::after {
  position: absolute;
  z-index: 1;
  top: calc(50% + 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}

#chart .graph_content::after {
  width: 138px;
  background: #fff;
}


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

/* ----- タブの中のグラフでの割合（%） ----- */
#chart .graph_percentage {
  position: absolute;
  z-index: 2;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b09f8f;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 218.75%;
  font-family: var(--font-en-sub);
  font-weight: 700;
  font-style: normal;
}

#chart .graph_percentage span {
  font-size: 50px;
  background: linear-gradient(to right, #b9b9b9, #b09f8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

.chart_freearea .btn02>* {
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 0 35px 0 0;
  border: none;
    font-size: 157%;
}

.chart_freearea .btn02>*::before {
  right: 0;
}

.chart_freearea .btn02>*::after {
  right: 6px;
}

/* ----- バナーーエリア ----- */
.chart_banner_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
}

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

.chart_banner {
  transition: .3s;
}

.chart_banner:hover {
  opacity: .9;
  filter: brightness(1.05);
}

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

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

  #chart .top_title {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 36px;
    padding: 0 15px;
  }

  #chart .top_title .eng {
    padding-bottom: 3vw;
    font-size: min(10vw, 52px);
  }

  /* ----- 累計の数 ----- */
  #chart .total_overall {
    margin: 0 auto 30px;
    font-size: 26px;
  }

  #chart .total_overall::before {
    display: none;
  }

  #chart .total_overall_text {
    display: block;
    margin: 0 auto 5px;
  }

  #chart .total_overall .total_overall_num {
    padding: 0 10px 0 0;
    font-size: 130%;
  }

  #chart .tab_list {
    display: flex;
    flex-flow: wrap;
    gap: 0;
    padding: 0 5px;
  }

  #chart .tab {
    width: calc((100% / 2) - (6px / 2));
    flex: auto;
    padding: 10px 20px;
    font-size: 120%;
  }
	#chart .tab:nth-of-type(odd){
		border-left: 1px solid #b7b094;
	}
  #chart .tab:nth-child(n+3) {
	  border-top: none;
	}

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

  #chart .panel {
    padding: 20px 0;
  }

  #chart .panel_wrap {
    padding: 16px 20px;
	border: 1px solid transparent;
  }

  /* ----- タブごとの合計数 ----- */
  #chart .total_graph {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 32px;
  }

  #chart .total_graph_text {
    display: block;
	width: 100%;
	text-align: center;
    font-size: 140%;
  }

  .total_graph_period {
	display: block;
    margin-top: 10px;
    font-size: 90%;
  }

  #chart .total_graph_num {
    padding: 0 10px 0;
    font-size: 150%;
  }

  /* ----- グラフを囲う枠 ----- */
  #chart .graph_container {
    gap: 3px;
    padding-bottom: 0;
  }

  #chart .graph_box {
    width: calc((100% / 3) - (6px / 3));
	flex: inherit;
  }

  /* ----- ラベル ----- */
  #chart .graph_label {
    padding: 2vw 0;
	letter-spacing: .05em;
    font-size: min(3.2vw, 20px);
  }

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

  /* ----- 円グラフの数値（件数） ----- */
  #chart .graph_count {
    padding: 7px 2vw;
    margin: 0 auto 20px;
    font-size: 80%;
  }

  #chart .graph_count::before {
    width: 4vw;
  }

  #chart .graph_content::after {
    width: calc(62%);
    background: #fff;
  }

  #chart .graph_count_num {
    margin-right: 2px;
    font-size: min(6vw, 32px);
  }

  /* ---- 円グラフ ----- */
  #chart .graph_content_wrap {
    top: 0;
    max-width: unset;
    margin-bottom: 32px;
  }

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

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

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

  #chart .graph_percentage span {
    font-size: min(6vw, 40px);
  }

  /* バナー */
  .chart_banner_list {
    padding: 0 20px;
  }

  .chart_banner_list li {
    width: 100%;
  }
	.chart_freearea .btn02>* {
    font-size: 120%;
}
}