@charset "UTF-8";

/* ---------------------
  - *基本設定
  - *タイトル
  - *メインビジュアル
  - *バナーエリア
  - *医院概要
  - *ご挨拶
  - *当院が大事にしていること
  - *当院の特徴
  - *病状・病名から探す
  - *医療コラム
  - *無限スライダー
--------------------- */
/* ==================================================================================================================================

  *基本設定

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

section .inner {
  padding: 100px 0;
  max-width: 1280px;
}

.text > *:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width:1380px) {
  section .inner {
    max-width: 1200px;
  }
}
/* ----- パララックス ----- */
.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 {
  position: relative;
  margin-bottom: 50px;
  line-height: 1.5;
  text-align: center;

  /* 左寄せ */
}

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

.top_title h2 {
  font-size: 40px;
  color: #674c38;
  font-family: var(--jp-font);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.075em;
  
}

.top_title .eng {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: var(--en-font02);
  font-weight: 400;
  font-style: normal;
  color: var(--main-color);
  font-size: 30px;
}

.top_title .eng::before {
  content: "";
  display: block;
  mask: url(../images/eng_title_slash.png) top left / cover no-repeat;
  -webkit-mask: url(../images/eng_title_slash.png) top left / cover no-repeat;
  background: var(--main-color);
  width: 8px;
  height: 13px;
}
.top_title .eng::after {
  content: "";
  display: block;
  mask: url(../images/eng_title_slash.png) top left / cover no-repeat;
  -webkit-mask: url(../images/eng_title_slash.png) top left / cover no-repeat;
  background: var(--main-color);
  width: 8px;
  height: 13px;
  transform: scale(-1, 1);
}
/* ==============================================
  *SP タイトル
============================================== */
@media screen and (max-width: 640px) {
  .top_title {
    margin-bottom: 40px;
  }

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

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

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

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 800px;
    /* max-height: 800px;
    height: fit-content;
    aspect-ratio: 2.4 / 1; */
    /* overflow: hidden; */
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  10% {
    opacity: 0;
  }

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

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

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

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

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

.mvCatch p {
  font-size: 46px;
  color: #fff;
  text-shadow: 0px 0px 13px rgba(214, 115, 44,1),0px 0px 13px rgba(214, 115, 44,1),0px 0px 13px rgba(214, 115, 44,1);
  font-family:  var(--jp-font02);
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.mvCatch p.catch_sub {
  padding: 20px 0;
  font-size: 20px;
}
/* ----- コンテンツ ----- */
.mvContents {
  position: absolute !important;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

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

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

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

/* サブカラー */
.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) {
  h1 {
    margin: 0 auto;
  }
  .mainvisual {
    height: 500px;
  }

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

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

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

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

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

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

  .mvCatch p {
    font-size: 130%;
    line-height: 1.75;
  }
.mvCatch p.catch_sub {
  font-size: 12px;
  padding: 10px 0;
}
  .mvContents {
    display: none;
  }

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

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

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

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

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


.fixed_btn_service.mv_under {
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
}
/* ==================================================================================================================================

  *フリーエリア上

================================================================================================================================== */
#top_mvunder {
  position: relative;
  background: url(../images/bg_top_mvunder.jpg) top center / 100% no-repeat;
}
#top_mvunder::before {
    position: absolute;
    content: "";
    mask: url(../images/nami_mask.svg) bottom center / 29px repeat-x;
    -webkit-mask: url(../images/nami_mask.svg) bottom center / 29px repeat-x;
    background: #fff;
    width: 100%;
    height: 20px;
    bottom: -6px;
    left: 0;
}
#top_mvunder .inner {
  padding: 120px 0 92px;
}
#top_mvunder .iwai_bnr {
  text-align: center;
}

/* ==============================================
  *SP フリーエリア上
============================================== */
@media screen and (max-width: 640px) {
#top_mvunder .inner {
  padding: 50px 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 {
  width: 100%;
  height: 100%;
  background: var(--bg-color);
}

.top_banner .input .banner_slide .slide_img {
  flex-shrink: 0;
  width: 100%;
  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;
  border-radius: 10px;
}

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

.top_banner .input .slide_title {
  margin: 0 auto 10px;
  padding: 25px 0 0;
  font-size: 30px;
  line-height: 1.4;
  font-family: var(--jp-font02);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.075em;
  text-align: center;
}

.top_banner .input .slide_content {
  font-size: 15px;
  font-family: var(--en-font);
    font-weight: 500;
    font-style: normal;
}
.top_banner .input .slide_content .message01 {
  color: #f5af1a;
}
.top_banner .input .slide_content .message02 {
  color: #42c583;
}
.top_banner .input .slide_content .message03 {
  color: #67b8da;
}
.top_banner .input .slide_content .message04 {
  color: #f191a3;
}
/* ----- グリッドバナー ----- */
.banner_grid ul {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

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

/* ----- スライダーバナー ----- */
#bannerSlider {
  background: url(../images/bg_feature.jpg) top center / 100% no-repeat;
}
#bannerSlider .inner {
  max-width: 100%;
  padding: 80px 0 115px;
}
#bannerSlider .top_title {
  z-index: 1;
  margin-bottom: 105px;
}
#bannerSlider .top_title::before {
    position: absolute;
    content: "";
    background: url(../images/bannerslider_title_bg.png) top left / cover no-repeat;
    width: 753px;
    height: 121px;
    bottom: -74px;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    z-index: -1;
}
#bannerSlider .splide {
  position: relative;
  z-index: 1;
}

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

/* スライドの設定  */
#bannerSlider .splide__slide {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#bannerSlider .splide__slide a {
    height: 360px;
}
@media screen and (max-width:1500px) {
  #bannerSlider .splide__slide a {
    height: 300px;
}
}
/* スライダーのArrowボタン */
#bannerSlider .bannerSlider_arrow {
  position: absolute;
  top: 36%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}


#bannerSlider .bannerSlider_arrow:hover i {
  background: var(--text-color);
}

#bannerSlider .bannerSlider_arrow_prev {
  left: 50px;
}

#bannerSlider .bannerSlider_arrow_next {
  right: 50px;
}

/* ページネーション */
#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);
}

/* スライダー下ボタンエリア */
.top_banner_free {
    max-width: 1280px;
    margin: 65px auto 0;
}
.top_banner_btnflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}
.top_banner_btnflex .btn01 a {
      display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  min-width: 300px;
  min-height: 95px;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px 40px 10px 35px;
}
.top_banner_btnflex .btn01 a::before {
  left: auto;
  right: 20px;
}
.top_banner_btnflex .btn01 a:hover::before {
  right: 15px;
}

/* ボタン：医師 */
.top_banner_btnflex .btn01.ishi a {
  background: #f191a3;
  border: 1px solid #f191a3;
}
.top_banner_btnflex .btn01.ishi a:hover {
  background: #fff;
  color: #f191a3;
}
.top_banner_btnflex .btn01.ishi a:hover::before {
  background: #f191a3;
}
/* ボタン：看護師 */
.top_banner_btnflex .btn01.kangoshi a {
  background: #f5af1a;
  border: 1px solid #f5af1a;
}
.top_banner_btnflex .btn01.kangoshi a:hover {
  background: #fff;
  color: #f5af1a;
}
.top_banner_btnflex .btn01.kangoshi a:hover::before {
  background: #f5af1a;
}
/* ボタン：医療事務・受付 */
.top_banner_btnflex .btn01.jimu a {
  background: #42c583;
  border: 1px solid #42c583;
}
.top_banner_btnflex .btn01.jimu a:hover {
  background: #fff;
  color: #42c583;
}
.top_banner_btnflex .btn01.jimu a:hover::before {
  background: #42c583;  
}
/* ボタン：臨床検査技師 */
.top_banner_btnflex .btn01.gishi a {
  background: #67b8da;
  border: 1px solid #67b8da;
}
.top_banner_btnflex .btn01.gishi a:hover {
  background: #fff;
  color: #67b8da;
}
.top_banner_btnflex .btn01.gishi a:hover::before {
  background: #67b8da; 
}
/* ボタン：診療放射線技師 */
.top_banner_btnflex .btn01.gishi02 a {
  background: #f191a3;
  border: 1px solid #f191a3;
}
.top_banner_btnflex .btn01.gishi02 a:hover {
  background: #fff;
  color: #f191a3;
}
.top_banner_btnflex .btn01.gishi02 a:hover::before {
  background: #f191a3; 
}
/* ==============================================
  *SP バナーエリア（追加コンテンツ）
============================================== */
@media screen and (max-width: 640px) {

  #bannerSlider .inner {
    padding: 70px 0;
  }
  #bannerSlider .top_title {
    margin-bottom: 45px;
  }
  #bannerSlider .top_title::before {
    width: 330px;
    height: 53px;
    bottom: -35px;
  }
  /* ----- グリッドバナー ----- */
  .banner_grid li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  /* ----- スライダーバナー ----- */
  #bannerSlider .splide__inner {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  #bannerSlider .splide__slide a {
    height: 200px;
  }
  .top_banner .input .slide_title {
    font-size: 20px;
  }
  /* スライダーのArrowボタン */
  #bannerSlider .bannerSlider_arrow {
    width: 40px;
    height: 40px;
    top: 32%;
  }

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

  /* バナー下のボタン */
  .top_banner_free {
    max-width: 100%;
    margin: 25px auto 0;
  }
  .top_banner_btnflex {
    flex-wrap: wrap;
    gap: 15px;
  }
  .top_banner_btnflex .btn01 a {
    font-size: 16px;
    min-height: 60px;
  }
}

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

  *お祝い金バナー

================================================================================================================================== */
.iwai_bnr a img {
  transition: 0.2s;
}
.iwai_bnr a img:hover {
  opacity: 0.7;
}
/* ==================================================================================================================================

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

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

.clinic .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 60px;
}

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

/* ----- お知らせ ----- */
.clinic .news .top_title h2 {
  font-size: 170%;
}

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

/* ----- 医院概要 ----- */
.clinic .info .office_hour .table_wrap {
  background: #ffffff;
}

.clinic .info .office_hour .title {
  background: #ffffff;
}

.clinic .info .speciality {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px auto 0;
  padding: 20px;
  background: #ffffff;
}

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

.clinic .info address {
  margin-top: 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 span {
  display: inline-block;
  margin-right: 10px;
}

.clinic .info address .tel {
  margin-top: 15px;
  padding: 5px 0 5px 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;
  line-height: 1;
}

.clinic .info address .fax p {
  font-size: 30px;
}

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

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

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

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

@media screen and (max-width: 640px) {
  .clinic .inner > * {
    width: 100%;
  }

  /* ----- 医院概要 ----- */
  .clinic .info .speciality {
    flex-flow: column;
    gap: 10px;
    padding: 15px;
  }

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

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

  *ご挨拶

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

.greeting_flex {
  display: flex;
  gap: 50px;
}

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

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

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

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

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 640px) {
  .greeting_flex {
    flex-flow: column-reverse;
    gap: 25px;
  }

  .greeting_left {
    width: 100%;
  }

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

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

  *診療案内

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

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

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

==================================================================================================================================*/
.feature {
  position: relative;
  background: 
  url(../images/feature_bg01.png) top 730px left no-repeat,
  url(../images/feature_bg02.png) top 330px right no-repeat,
  url(../images/bg_feature.jpg) top center / 100% no-repeat;
  z-index: 1;
}
.feature::before {
    position: absolute;
    content: "";
    mask: url(../images/nami_mask.svg) bottom center / 29px repeat-x;
    -webkit-mask: url(../images/nami_mask.svg) bottom center / 29px repeat-x;
    background: #fff;
    width: 100%;
    height: 20px;
    bottom: -6px;
    left: 0;
}
.feature .top_title {
  z-index: 1;
  margin-bottom: 140px;
}
.feature .top_title::before {
    position: absolute;
    content: "";
    background: url(../images/feature_title_bg.png) top left / cover no-repeat;
    width: 722px;
    height: 91px;
    bottom: -56px;
    left: 51.5%;
    transform: translateX(-50%);
    z-index: -1;
}
.feature_list{
  display: flex;
  flex-flow: wrap;
  gap: 70px 30px;
}
.feature_item_wrap {
    width: 100%;
}
.feature_item {
  display: flex;
  align-items: center;
  gap: 75px;
  height: auto;
  width: 100%;
}

.feature_img{
  position: relative;
  width: 580px;
  flex-shrink: 0;
  border-radius: 20px;
}
.feature_img img {
  border-radius: 40px;
}
.feature_title_sub {
  display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-family: var(--jp-font02);
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    line-height: 1.5;
    top: -49px;
    left: -26px;
    z-index: 1;
}
.feature_title_sub span {
  font-size: 16px;
  display: block;
}
.feature_title_sub::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  top: 0;
  left: 0;
}
.feature_title_sub::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 17px;
  z-index: -1;
  top: -7px;
  left: -6px;
}
.feature_inner{
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: calc(100% + 50px);
  height: 100%;
  /* min-height: 400px; */
  margin: 0;
  padding: 0;
}

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

.feature_title_wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.feature_title{
  display: flex;
  flex-flow: column;
   width: calc(100% - 100px);
  margin-bottom: 20px!important;
}

.feature_title h3{
  font-size: 28px;
  line-height: 1.75;
  font-family:  var(--jp-font02);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
}
.feature_title h3 span {
    display: block;
    text-align: right;
}
.feature_num{
  flex-shrink: 0;
  width: 94px;
  margin: 0;
  font-size: 130px;
  line-height: 0.5;
  font-family: var(--en-font02);
  font-weight: 400;
  font-style: normal;
}
.feature_text {
    letter-spacing: 0.05em;
}

.feature_item .btn01 {
  text-align: right;
}

.feature_item .btn01 > *{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 10px 30px;
  font-size: 95%;
  width: 260px;
  height: 60px;
  gap: 20px;
  margin: 20px 0 0 auto;
}
.feature_item .btn01 > *::before {
  position: static;
  margin-top: 13px;
}
.btnflex_feature{
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 5px;
  margin-top: auto;
}

/* ----------特徴ごとの装飾---------- */

/* ◆◆◆◆ 特徴-01 ◆◆◆◆ */
.feature_item_wrap:nth-child(1) .feature_title h3 {
  color: #45b6c0;
}
.feature_item_wrap:nth-child(1) .feature_num {
  color: #72d1df;
} 
.feature_item_wrap:nth-child(1) .feature_img {
  background: #5fc2d1;
  margin: 0 0 0 26px;
}
.feature_item_wrap:nth-child(1) .feature_title_sub {
  width: 322px;
  height: 100px;
  color: #5fc2d1;
}
.feature_item_wrap:nth-child(1) .feature_title_sub span {
  color: #169aae;
}
.feature_item_wrap:nth-child(1) .feature_title_sub::before {
  background: url(../images/feature01_fukidashi_line.png) top left / cover no-repeat;
}
.feature_item_wrap:nth-child(1) .btn01 > * {
  background: #5fc2d1;
  border: 1px solid #5fc2d1;
}
.feature_item_wrap:nth-child(1) .btn01 > *:hover {
  background: #fff;
  color: #45b6c0;
}
.feature_item_wrap:nth-child(1) .btn01 > *:hover::before {
  background: #45b6c0;
}

/* ◆◆◆◆ 特徴-02 ◆◆◆◆ */
.feature_item_wrap:nth-child(2) .feature_title h3 {
  color: #68b333;
}
.feature_item_wrap:nth-child(2) .feature_num {
  color: #93cd69;
} 
.feature_item_wrap:nth-child(2) .feature_img {
  background: #93cd69;
  margin: 0 26px 0 0;
}
.feature_item_wrap:nth-child(2) .feature_title_sub {
  width: 427px;
  height: 86px;
  color: #80c94a;
}
.feature_item_wrap:nth-child(2) .feature_title_sub::before {
  height: calc(100% + 15px);
  background: url(../images/feature02_fukidashi_line.png) top left / cover no-repeat;
}
.feature_item_wrap:nth-child(2) .btn01 > * {
  background: #93cd69;
  border: 1px solid #93cd69;
}
.feature_item_wrap:nth-child(2) .btn01 > *:hover {
  background: #fff;
  color: #93cd69;
}
.feature_item_wrap:nth-child(2) .btn01 > *:hover::before {
  background: #93cd69;
}

/* ◆◆◆◆ 特徴-03 ◆◆◆◆ */
.feature_item_wrap:nth-child(3) .feature_title h3 {
  color: #f5853e;
}
.feature_item_wrap:nth-child(3) .feature_num {
  color: #ff984d;
} 
.feature_item_wrap:nth-child(3) .feature_img {
  background: #ff984d ;
}
.feature_item_wrap:nth-child(3) .btn01 > * {
  background: #fca05e;
  border: 1px solid #fca05e;
}
.feature_item_wrap:nth-child(3) .btn01 > *:hover {
  background: #fff;
  color: #fca05e;
}
.feature_item_wrap:nth-child(3) .btn01 > *:hover::before {
  background: #fca05e;
}

/* ◆◆◆◆ 特徴-04 ◆◆◆◆ */
.feature_item_wrap:nth-child(4) .feature_title h3 {
  color: #fa8694;
}
.feature_item_wrap:nth-child(4) .feature_num {
  color: #fa8694;
} 
.feature_item_wrap:nth-child(4) .feature_img {
  background: #f69ea9;
}
.feature_item_wrap:nth-child(4) .btn01 > * {
  background: #f69ea9;
  border: 1px solid #f69ea9;
}
.feature_item_wrap:nth-child(4) .btn01 > *:hover {
  background: #fff;
  color: #f69ea9;
}
.feature_item_wrap:nth-child(4) .btn01 > *:hover::before {
  background: #f69ea9;
}

/* ◆◆◆◆ 特徴-05 ◆◆◆◆ */
.feature_item_wrap:nth-child(5) .feature_title h3 {
  color: #45b6c0;
}
.feature_item_wrap:nth-child(5) .feature_num {
  color: #72d1df;
} 
.feature_item_wrap:nth-child(5) .feature_img {
  background: #5fc2d1;
  margin: 0 0 0 26px;
}
.feature_item_wrap:nth-child(5) .feature_title_sub {
  width: 427px;
  height: 100px;
  color: #5fc2d1;
}
.feature_item_wrap:nth-child(5) .feature_title_sub span {
  color: #169aae;
}
.feature_item_wrap:nth-child(5) .feature_title_sub::before {
  height: calc(100% + 15px);
  background: url(../images/feature05_fukidashi_line.png) top left / cover no-repeat;
}
.feature_item_wrap:nth-child(5) .btn01 > * {
  background: #5fc2d1;
  border: 1px solid #5fc2d1;
}
.feature_item_wrap:nth-child(5) .btn01 > *:hover {
  background: #fff;
  color: #5fc2d1;
}
.feature_item_wrap:nth-child(5) .btn01 > *:hover::before {
  background: #5fc2d1;
}

/* ----------特徴ごとの装飾---------- */

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

.feature_item_wrap:nth-child(even) .feature_item .feature_inner{
  margin: 0;
}
.feature_item_wrap:nth-child(even) .feature_title_sub {
  left: auto;
  right: -26px;
}
/* ボタン横並び */
.btnflex_feature .btn01{
  width: calc(50% - 2.5px);
}

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

/* 福利厚生 */
.feature_hosoku {
    padding: 70px 0 36px 0;
}
.feature_hosoku_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/border_img.png) center left / 23px repeat-x;
  margin: 55px 0 65px;
}
.feature_hosoku_title::before {
  position: absolute;
  content: "";
  background: url(../images/feature_ashirai_img.png) top left / cover no-repeat;
  width: 73px;
  height: 29px;
  top: -55px;
}
.feature_hosoku_title h4 {
  font-size: 32px;
  width: fit-content;
  color: #f5853e;
  background: #fff;
  padding: 0 26px;
  letter-spacing: 0.075em;
  font-family: var(--jp-font02);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.feature_hosoku_box {
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
}
.feature_hosoku_item {
  width: calc(100% / 3 - 47px);
}
.feature_hosoku_img img {
  border-radius: 10px;
}
.feature_hosoku_subtitle {
  color: #f5853e;
  font-size: 22px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 10px 0;
  font-family: var(--jp-font02);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
}
.feature_hosoku_text {
    letter-spacing: 0.05em;
}
.feature_hosoku_point {
  background: url(../images/border_img.png) center left / 23px repeat-x;
}
.hosoku_point_list {
    width: 800px;
    margin: 55px auto 0;
    background: #fff1d4;
    border-radius: 10px;
    border: 2px solid #ffc64d;
    padding: 22px 42px;
}
.hosoku_point_list li {
  position: relative;
  line-height: 1.8;
  font-family: var(--jp-font02);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.075em;
  padding-left: 40px;
}
.hosoku_point_list li::before {
  position: absolute;
  content: "";
  background: url(../images/feature_ashirai_img02.png) top left / cover no-repeat;
  width: 29px;
  height: 29px;
  top: -3px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .feature{
    padding-bottom: 0;
    background-size: 50%, 60%, 100%;
    background-position: top 500px left, bottom 50px right, top center;
  }
  .feature .top_title {
    margin-bottom: 100px;
  }

  .feature_title_sub {
    width: 280px;
    height: 84px;
    font-size: 16px;
  }
  .feature .top_title::before {
    width: 330px;
    height: 42px;
    bottom: -28px
  }
  .feature_title_sub::after {
    top: -2px;
    left: -9px;
  }
  .feature_title_sub span {
    font-size: 13px;
  }
  .feature_list{
    gap: 40px;
  }

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

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

  .feature_inner{
    width: 100%;
    min-height: auto;
    padding: 0;
    margin: 0;
  }
.feature_title_wrap {
  gap: 15px;
}
  .feature_title{
    margin-bottom: 15px!important;
    min-height: auto;
    width: 100%;
  }
  .feature_title_sub {
    left: -10px;
  }
  .feature_num {
    font-size: 80px;
    width: auto;
  }
  .feature_title h3 {
    font-size: 20px;
  }

  .feature_item .btn01{
    text-align: center;
  }

  .feature_item .btn01 > * {
    padding: 10px 40px 10px 30px;
    width: 220px;
    height: 52px;
    margin: 10px 0 0 auto;
  }
.feature_item_wrap:nth-child(1) .feature_title_sub {
    width: 280px;
    height: 84px;
}
  .feature_item_wrap:nth-child(1) .feature_img {
    margin: 0;
  }

  .feature_item_wrap:nth-child(2) .feature_title_sub {
    width: 300px;
    height: 56px;
  }
  .feature_item_wrap:nth-child(2) .feature_img {
    margin: 50px 0 0 0;
  }
  .feature_item_wrap:nth-child(5) .feature_img {
    margin: 50px 0 0 0;
  }
  .feature_item_wrap:nth-child(5) .feature_title_sub {
    width: 320px;
    height: 72px;
  }

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

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

  /* 福利厚生 */
  .feature_hosoku {
    padding: 50px 0 0;
  }
  .feature_hosoku_title {
    margin: 36px 0 25px;
    background-size: 17px;
  }
  .feature_hosoku_title::before {
    width: 50px;
    height: 20px;
    top: -35px;
  }
  .feature_hosoku_title h4 {
    font-size: 21px;
    padding: 0 12px;
    text-align: center;
    line-height: 1.5;
  }
  .feature_hosoku_box {
    flex-flow: column;
    gap: 40px;
  }
  .feature_hosoku_item {
    width: 100%;
  }
  .feature_hosoku_point {
    background-size: 17px;
  }
  .hosoku_point_list {
    width: calc(100% - 70px);
    padding: 20px 10px;
    margin: 20px auto 0;
  }
  .hosoku_point_list li {
    font-size: 11px;
    padding-left: 26px;
  }
  .hosoku_point_list li::before {
    width: 20px;
    height: 20px;
  }
  .feature_hosoku_subtitle {
    font-size: 18px;
    padding: 10px 0 0;
    min-height: 70px;
  }
}
/*==================================================================================================================================

  *当院が大事にしていること

==================================================================================================================================*/
.value {
  background: 
  url(../images/value_bg01.png) bottom left no-repeat,
  url(../images/value_bg02.png) bottom right no-repeat,
  linear-gradient(#fbf7ed,#ffeccf);
}
.value .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  padding: 100px 20px;
}
.value .inner::before {
  position: absolute;
  content: "";
  background: url(../images/value_bg03.png) top left / cover no-repeat;
  width: 298px;
  height: 327px;
  top: 285px;
  right: -348px;
}
.value .top_title {
  margin-bottom: 0;
}
.value .top_title::before {
  position: absolute;
  content: "";
  background: url(../images/value_title_bg.png) top left / cover no-repeat;
  width: 707px;
  height: 91px;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.value_list_wrap {
    padding-top: 70px;
}
.value_list {
  position: relative;
  display: flex;
  flex-flow: wrap;
  gap: 50px;
  background: #fff;
  padding: 70px 74px;
  margin: 70px 0 50px 0;
  border-radius: 40px;
}
.value_list::before {
  position: absolute;
  content: "";
  background: #fdd35d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px;
}

.value_item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.value_img {
  position: relative;
  z-index: 1;
  height: fit-content;
  margin-top: -140px;
  margin-left: -294px;
  padding-right: 80px;
}
.value_img img {
  border-radius: 5px;
}
.value_inner {
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 0;
  padding: 0;
}

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

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

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

.value_text {
  margin: 0;
}

.value_text p {
  letter-spacing: 0.075em;
  line-height: 2.35;
}
.value_text p:not(:last-child) {
  margin-bottom: 35px;
}

.value_text .welcome {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 162px;
  margin: 0 auto!important;
  padding-bottom: 16px;
  background: url(../images/value_fukidashi_img.png) bottom center / 100% no-repeat;
  color: #ff8a2d;
  font-family: var(--jp-font);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 20px;
}
.value_text .welcome::before {
  content: "";
  display: block;
  background: url(../images/value_ashirai_img.png) top left / cover no-repeat;
  width: 48px;
  height: 19px;
}
.value_text .value_subtitle {
  color: #674c38;
  font-size: 32px;
  text-align: center;
  font-family: var(--jp-font);
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 40px;
  padding-top: 15px;
  letter-spacing: 0.05em;
}
.welcome_list {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
.welcome_list li {
  background: #9cd12b;
  padding: 10px 35px;
  width: fit-content;
  color: #fff;
  font-family: var(--jp-font02);
  font-weight: 500;
  font-style: normal;
  border-radius: 300px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.welcome_list li:nth-child(2) {
  background: #f699ab;
}
.welcome_list li:nth-child(3) {
  background: #5fc8d7;
}
.value_link {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  margin-top: auto;
}

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

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

.value_link .value_btn a:hover {
  background: #ffffff;
  color: var(--main-color);
}

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

.value_link .value_btn a:hover::before {
  right: 12px;
  background: var(--main-color);
}
.value .top_value_free {
  padding-top: 32px;
  text-align: center;
}

/* 偶数 */
.value_item:nth-child(even) {
  flex-flow: row-reverse;
}
.value_item:nth-child(even) .value_img {
  margin-left: auto;
  margin-right: -294px;
  margin-top: 0;
  margin-bottom: -120px;
  padding-right: 0;
}
.value_item:nth-child(even) .value_inner {
  margin:0;
}
.value_item:nth-child(even) .value_text {
  padding-right: 50px;
}

@media screen and (max-width:1500px) {
.value .inner::before {
  top: 195px;
  right: -200px;
}
.value_img {
  margin-left: -180px;
}
.value_item:nth-child(even) .value_img {
  margin-right: -180px;
}
.value_item:nth-child(even) .value_text {
  margin-top: -50px;
}
}

/* セクション間の画像 */
.value_under {
  display: flex;
  height: 467px;
}
.value_under_item {
  width: 50%;
}
.value_under_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*==============================================
  *SP　当院が大事にしていること
==============================================*/
@media screen and (max-width:640px) {
  .value {
    background-size: 30%,70%;
  }
  .value .inner {
    padding: 60px 20px;
  }
  .value .inner::before {
    width: 150px;
    height: 165px;
    top: -8px;
    right: -48px;
  }
  .value .top_title::before {
    width: 330px;
    height: 42px;
    bottom: -27px;
}
  .value_list {
    width: calc(100%);
    margin: 0;
    padding: 30px 20px;
    gap: 20px;
  }

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

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

  .value_img {
    width: 100%;
    margin: -50px auto 0 0;
    padding-right: 0;
  }

  .value_inner {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 20px 0 0 0;
  }

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

  .value_link .value_btn {
    width: 100%;
  }
.value_text p:not(:last-child) {
  margin-bottom: 15px;
}
  /* 偶数 */
  .value_item:nth-child(even) {
    flex-flow: column;
  }
.value_item:nth-child(even) .value_text {
  margin-top: 0;
  padding-right: 0;
}
  .value_item:nth-child(even) .value_img {
    margin: 0 0 0 auto;
  }

  .value_item:nth-child(even) .value_inner {
    margin: -30px auto 0 0;
  }
  .value_text .value_subtitle {
    font-size: 20px;
  }
  .value_text .welcome {
    font-size: 17px;
  }
  .value_under {
    height: 120px;
  }
}
/* ==================================================================================================================================

  *病状、症状から探す

================================================================================================================================== */
.search {
  position: relative;
}

.search .tab_list {
  gap: 10px;
}

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

.search .panel {
  position: relative;
  z-index: 1;
  padding: 25px;
  background: var(--main-color);
}

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

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

  .search_list {
    gap: 10px;
  }

  .search_list li {
    width: 100%;
  }

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

  /* ----- 画像あり ----- */
  .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%;
  }
}
/*==================================================================

  .top_distribution

==================================================================*/
.top_distribution {
    position: relative;
    background: 
    url(../images/distribution_bg01.png) top left / 100% no-repeat,
    url(../images/distribution_bg02.png) bottom left no-repeat,
    url(../images/distribution_bg03.png) bottom right no-repeat,
    linear-gradient(#eef5e9,#fffdea);
}
.top_distribution .top_title {
  z-index: 1;
  margin-bottom: 120px;
}
.top_distribution .top_title::before {
    position: absolute;
    content: "";
    background: url(../images/distribution_title_bg.png) top left / cover no-repeat;
    width: 719px;
    height: 96px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.top_distribution .top_title .eng {
  color: #7ad873;
}
.top_distribution .top_title .eng::before,
.top_distribution .top_title .eng::after {
  background: #7ad873;
}
.top_distribution_chart {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1160px;
    margin: 0 auto;
    gap: 50px 0;
}
.top_distribution_chart_item {
    position: relative;
    width: 550px;
    height: 480px;
    border-radius: 20px;
    padding: 4px;
    font-family: var(--jp-font02);
    font-weight: 700;
    font-style: normal;
}
.top_distribution_chart_item:nth-of-type(1) {
  background: rgba(131, 198, 66, 0.3);
}
.top_distribution_chart_item:nth-of-type(2) {
  background: rgba(246, 185, 54, 0.3);
}
.top_distribution_chart_item:nth-of-type(3) {
  background: rgba(248, 145, 70, 0.3);
}
.top_distribution_chart_item:nth-of-type(4) {
  background: rgba(244, 117, 117, 0.3);
}
.top_distribution_chart_item:nth-of-type(5) {
  background: rgba(109, 154, 228, 0.3);
}
.top_distribution_chart_item:nth-of-type(6) {
  background: rgba(70, 188, 189, 0.3);
}
.top_distribution_chart_item:nth-of-type(1),
.top_distribution_chart_item:nth-of-type(2) {
    height: 490px;
}
.top_distribution_chart_item_inner {
      padding: 26px 26px 0;
      background: #fff;
      border-radius: 16px;
      height: 100%;
}
.top_distribution_chart_item h3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    min-height: 70px;
    font-size: 28px;
    letter-spacing: 0.1em;
    border-radius: 300px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.075em;
}
.top_distribution_chart_item h3::before {
  position: absolute;
  content: "";
  background: url(../images/distribution_title_ashirai.png) top left / cover no-repeat;
  width: 21px;
  height: 21px;
  left: 30px;
  z-index: 1;
}
.top_distribution_chart_item h3::after {
  position: absolute;
  content: "";
  background: url(../images/distribution_title_ashirai.png) top left / cover no-repeat;
  width: 21px;
  height: 21px;
  right: 30px;
}
.top_distribution_chart_item:nth-of-type(1) h3 {
    background-color: #83c642;
}
.top_distribution_chart_item:nth-of-type(2) h3 {
    margin-bottom: 35px;
    background-color: #f6b936;
}
.top_distribution_chart_item:nth-of-type(3) h3 {
    background-color: #f89146;
}
.top_distribution_chart_item:nth-of-type(4) h3 {
    margin-bottom: 27px;
    background-color: #f47575;
}
.top_distribution_chart_item:nth-of-type(5) h3 {
  margin-bottom: 20px;
    background-color: #6d9ae4;
}
.top_distribution_chart_item:nth-of-type(6) h3 {
  margin-bottom: 45px;
    background-color: #46bcbd;
}
.top_distribution_chart_item:nth-of-type(2) canvas,
.top_distribution_chart_item:nth-of-type(5) canvas {
    position: relative;
    margin: 0 auto;
}
.top_distribution .chart_wrap.barchart01 .barchart_no,
.top_distribution .chart_wrap.barchart02 .barchart_no {
    width: 290px;
}
.distribution_bnr_area {
    text-align: center;
    padding: 68px 0 0;
}

/* ==============================================
  *SP グラフ
============================================== */
@media screen and (max-width: 640px) {
  .top_distribution {
    background-size: 100%, 50%, 50%;
  }
  .top_distribution .top_title {
    margin-bottom: 45px;
  }
  .top_distribution .top_title::before {
    width: 330px;
    height: 44px;
    bottom: -31px;
  }
  .top_distribution_chart {
    width: 100%;
    gap: 30px 0;
  }
   .top_distribution_chart_item {
    height: auto!important;
   }
  .top_distribution_chart_item_inner {
    width: 100%;
    padding: 20px;
  }
  .top_distribution_chart_item h3 {
    font-size: 18px;
    min-height: 50px;
  }
  .top_distribution_chart_item h3::before {
    left: 20px;
  }
  .top_distribution_chart_item h3::after {
    right: 20px;
  }
.top_distribution_chart_item_inner .note {
  left: 20px;
  bottom: 5px;
  font-size: 12px;
 }
 .distribution_bnr_area {
  padding: 30px 0 0;
 }


  /* 男女比調整 */
  .top_distribution_chart_item:nth-of-type(2) h3 {
    margin-bottom: 20px;
  }
  /* 有給取得率 */
  .top_distribution_chart_item:nth-of-type(5) .top_distribution_chart_item_inner {
    padding: 20px 20px 35px 20px;
  }
  /* 平均残業時間 */
  .top_distribution_chart_item:nth-of-type(6) h3 {
    margin-bottom: 20px;
  }
   .top_distribution_chart_item:nth-of-type(6) .top_distribution_chart_item_inner {
    padding: 20px 20px 35px 20px;
  }
}
/* ==================================================================================================================================

  *無限スライダー

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

#infinitySlider .splide__list {
  gap: 10px;
}

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

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