@charset "UTF-8";
/* ----------------------------------
    共通パーツ読み込み
------------------------------------ */
/* ----------------------------------
	index
	globalディレクトリのファイルを@forwardしてまとめる
------------------------------------ */
/* ----------------------------------
	font-family
	フォントファミリーの変数
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/* ----------------------------------
	mediaquery
	メディアクエリのmixin
------------------------------------ */
:root {
  --base-color: #10A282;
  --light-color: #EDF9F5;
  --opacity-color: rgba(16, 162, 130, 0.8);
}

.hBv-en {
  font-family: "Urbanist", sans-serif;
}

/* ----------------------------------
    共通パーツ読み込み
------------------------------------ */
/* ----------------------------------
    共通パーツ読み込み
------------------------------------ */
/* ----------------------------------
    共通パーツ読み込み
------------------------------------ */
/* ----------------------------------
    共通パーツ読み込み
------------------------------------ */
/* ------------------------------
      サイドバー
  ------------------------------ */
.hBv-fixMenu {
  width: 47px;
  height: 220px;
  position: absolute;
  right: -47px;
  top: 148px;
  transition: all 0.5s;
  z-index: 1000000;
  will-change: transform;
  transform: translate(0, 0);
  pointer-events: all;
  cursor: pointer;
}
.hBv-fixMenu::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.8;
  content: "";
  z-index: 1;
}
.hBv-fixMenu p {
  padding: 32px 16px;
  writing-mode: vertical-rl;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #FFFFFF;
}
.hBv-fixMenu p span {
  font-size: 1.1861313869rem;
  font-weight: 500;
  letter-spacing: 0.1897810219rem;
  line-height: 1.2691605839rem;
}
.hBv-fixMenu .hBv-fM--dotIcon {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  z-index: 10;
}
.hBv-fixMenu .hBv-fM--dotIcon .hBv-fMd {
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFFFFF;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBv-fixMenu .hBv-fM--dotIcon .hBv-fMd-1 {
  transform: translate(-7px, -7px);
}
.hBv-fixMenu .hBv-fM--dotIcon .hBv-fMd-2 {
  transform: translate(0px, -7px);
}
.hBv-fixMenu .hBv-fM--dotIcon .hBv-fMd-3 {
  transform: translate(7px, -7px);
}
.hBv-fixMenu .hBv-fM--dotIcon .hBv-fMd-4 {
  transform: translate(-7px, 0px);
}
.hBv-fixMenu .hBv-fM--dotIcon .hBv-fMd-5 {
  transform: translate(0px, 0px);
}
.hBv-fixMenu .hBv-fM--dotIcon .hBv-fMd-6 {
  transform: translate(7px, 0px);
}
.hBv-fixMenu .hBv-fM--dotIcon .hBv-fMd-7 {
  transform: translate(-7px, 7px);
}
.hBv-fixMenu .hBv-fM--dotIcon .hBv-fMd-8 {
  transform: translate(0px, 7px);
}
.hBv-fixMenu .hBv-fM--dotIcon .hBv-fMd-9 {
  transform: translate(7px, 7px);
}
.hBv-fixMenu:hover .hBv-fMd-1 {
  transform: translate(-5px, -5px);
}
.hBv-fixMenu:hover .hBv-fMd-2 {
  transform: translate(0px, -5px);
}
.hBv-fixMenu:hover .hBv-fMd-3 {
  transform: translate(5px, -5px);
}
.hBv-fixMenu:hover .hBv-fMd-4 {
  transform: translate(-5px, 0px);
}
.hBv-fixMenu:hover .hBv-fMd-6 {
  transform: translate(5px, 0px);
}
.hBv-fixMenu:hover .hBv-fMd-7 {
  transform: translate(-5px, 5px);
}
.hBv-fixMenu:hover .hBv-fMd-8 {
  transform: translate(0px, 5px);
}
.hBv-fixMenu:hover .hBv-fMd-9 {
  transform: translate(5px, 5px);
}

.hBv-fixMenu-on {
  pointer-events: none;
}
.hBv-fixMenu-on .hBv-fM--dotIcon .hBv-fMd-2,
.hBv-fixMenu-on .hBv-fM--dotIcon .hBv-fMd-3,
.hBv-fixMenu-on .hBv-fM--dotIcon .hBv-fMd-4,
.hBv-fixMenu-on .hBv-fM--dotIcon .hBv-fMd-5,
.hBv-fixMenu-on .hBv-fM--dotIcon .hBv-fMd-6,
.hBv-fixMenu-on .hBv-fM--dotIcon .hBv-fMd-7,
.hBv-fixMenu-on .hBv-fM--dotIcon .hBv-fMd-8 {
  width: 1px;
  height: 1px;
  transform: translate(0, 0);
}
.hBv-fixMenu-on .hBv-fM--dotIcon .hBv-fMd-1 {
  width: 100%;
  height: 1px;
  transform: translate(0, 0) rotate(135deg);
}
.hBv-fixMenu-on .hBv-fM--dotIcon .hBv-fMd-9 {
  width: 100%;
  height: 1px;
  transform: translate(0, 0) rotate(-135deg);
}

.hBv-fixClose {
  width: 47px;
  height: 220px;
  position: absolute;
  right: -47px;
  top: 148px;
  transition: all 0.5s;
  z-index: 100000000;
  pointer-events: none;
  opacity: 0;
  transform: translate(0, 0);
  cursor: pointer;
}

.hBv-fixClose-on {
  pointer-events: all;
}

.hBv-fixBoard {
  width: 374px;
  padding: 0 30px;
  height: 100vh;
  position: fixed;
  left: auto;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 988;
  transform: translate(-374px, 0);
  transition: all 0.5s;
  will-change: transform;
}
@media (max-width: 768px) {
  .hBv-fixBoard {
    display: none;
  }
}
.hBv-fixBoard .in-board {
  width: 100%;
  margin: auto;
  padding-top: 170px;
}
.hBv-fixBoard .in-board .head {
  width: 100%;
  padding: 11px 10px;
  border-bottom: 1px solid #5D6160;
}
@media (hover: hover) and (pointer: fine) {
  .hBv-fixBoard .in-board .head:hover {
    background: rgba(0, 0, 0, 0.65);
  }
}
.hBv-fixBoard .in-board .head p {
  font-size: 1.4598540146rem;
  font-weight: 500;
  letter-spacing: 0.0729927007rem;
  line-height: 2.1897810219rem;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.hBv-fixBoard .in-board .head p b {
  width: 6px;
  height: 10px;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arr-rt-w.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
}
.hBv-fixBoard .in-board .in-nav {
  height: 79vh;
  padding-bottom: 10vw;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap !important;
  display: block !important;
  scroll-behavior: smooth;
}
.hBv-fixBoard .in-board .in-nav ul > li {
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.hBv-fixBoard .in-board .in-nav ul > li p {
  font-size: 1.4598540146rem;
  font-weight: 500;
  letter-spacing: 0.0729927007rem;
  line-height: 2.1897810219rem;
  color: #FFFFFF;
  position: relative;
  padding: 11px 10px;
  border-bottom: 1px solid #5D6160;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBv-fixBoard .in-board .in-nav ul > li p > b {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hBv-fixBoard .in-board .in-nav ul > li p > b::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: #FFFFFF;
}
.hBv-fixBoard .in-board .in-nav ul > li p > b::after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: #FFFFFF;
  transform: rotate(90deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBv-fixBoard .in-board .in-nav ul > li .hBv-nav-close > b::after {
  transform: rotate(0deg) !important;
}
.hBv-fixBoard .in-board .in-nav ul > li ol {
  display: none;
}
.hBv-fixBoard .in-board .in-nav ul > li ol > li {
  cursor: pointer;
}
.hBv-fixBoard .in-board .in-nav ul > li ol > li > a {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .hBv-fixBoard .in-board .in-nav ul > li ol > li > a > p:hover {
    padding-left: 80px;
    background: rgba(0, 0, 0, 0.65);
  }
}
.hBv-fixBoard .in-board .in-nav ul > li ol > li > a p {
  font-size: 1.2773722628rem;
  font-weight: 500;
  line-height: 2.1843065693rem;
  color: #FFFFFF;
  position: relative;
  padding: 11px 5px;
  border-bottom: 1px solid #5D6160;
  padding-left: 55px;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBv-fixBoard .in-board .in-nav ul > li ol > li > a p span {
  position: relative;
  white-space: break-spaces;
}
.hBv-fixBoard .in-board .in-nav ul > li ol > li > a p span > b {
  width: 6px;
  height: 10px;
  position: absolute;
  left: -15px;
  top: 5px;
  margin: auto;
  background: url(../cd_assets/img/page/top/arr-rt-g.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .hBv-fixBoard .in-board .in-nav ul .parent-li > p:hover {
    background: rgba(0, 0, 0, 0.65);
  }
}
.hBv-fixBoard .in-board .in-nav::-webkit-scrollbar {
  display: none;
  /* スクロールバーを非表示 */
}

@media (max-width: 1215px) {
  .hBv-fixBoard .in-board {
    padding-top: 250px;
  }
  .hBv-fixMenu {
    top: 193px;
  }
  .hBv-fixClose {
    top: 193px;
  }
}
.hBv-fixBoard-on {
  transform: translate(0, 0);
}

.hBv-no-scroll {
  touch-action: none !important;
  -webkit-overflow-scrolling: none !important;
  overflow: hidden !important;
  /* Other browsers */
  overscroll-behavior: none !important;
}

/* ----------------------------------
    共通パーツ読み込み
------------------------------------ */
/* ----------------------------------
    共通パーツ読み込み
------------------------------------ */
/* ------------------------------
      スマホのみ表示ページフッター
  ------------------------------ */
.hBv-sp-footer {
  background: #F9F9F9;
  display: none;
}
@media (max-width: 768px) {
  .hBv-sp-footer {
    display: block;
  }
}
.hBv-sp-footer .in {
  width: 90%;
  margin: auto;
  padding: 30px 0 50px 0;
}
.hBv-sp-footer .in .head {
  width: 100%;
  padding: 11px 10px;
  border-bottom: 1px solid #E0E0E0;
}
.hBv-sp-footer .in .head p {
  font-size: 1.4598540146rem;
  font-weight: 400;
  letter-spacing: 0.0729927007rem;
  line-height: 2.1897810219rem;
  position: relative;
  cursor: pointer;
}
.hBv-sp-footer .in .head p b {
  width: 6px;
  height: 10px;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arr-rt-g.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
}
.hBv-sp-footer .in .in-nav ul > li {
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  position: relative;
}
.hBv-sp-footer .in .in-nav ul > li p {
  font-size: 1.4598540146rem;
  font-weight: 400;
  letter-spacing: 0.0729927007rem;
  line-height: 2.1897810219rem;
  position: relative;
  padding: 11px 10px;
  border-bottom: 1px solid #E0E0E0;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBv-sp-footer .in .in-nav ul > li p > b {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hBv-sp-footer .in .in-nav ul > li p > b::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: #232323;
}
.hBv-sp-footer .in .in-nav ul > li p > b::after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: #232323;
  transform: rotate(90deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBv-sp-footer .in .in-nav ul > li .hBv-nav-close > b::after {
  transform: rotate(0deg) !important;
}
.hBv-sp-footer .in .in-nav ul > li ol {
  display: none;
}
.hBv-sp-footer .in .in-nav ul > li ol > li {
  cursor: pointer;
  position: relative;
}
.hBv-sp-footer .in .in-nav ul > li ol > li p {
  font-size: 1.2773722628rem;
  font-weight: 400;
  line-height: 2.1843065693rem;
  position: relative;
  padding: 11px 5px;
  border-bottom: 1px solid #E0E0E0;
  padding-left: 55px;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .hBv-sp-footer .in .in-nav ul > li ol > li p {
    padding-left: 35px;
  }
}
.hBv-sp-footer .in .in-nav ul > li ol > li p span {
  position: relative;
}
.hBv-sp-footer .in .in-nav ul > li ol > li p span > b {
  width: 6px;
  height: 10px;
  position: absolute;
  left: -15px;
  top: 5px;
  margin: auto;
  background: url(../cd_assets/img/page/top/arr-rt-g.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
}

/* ----------------------------------
    がん特設サイトがん相談支援センター
------------------------------------ */
.hBv-pageTop {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 5.333335%;
  bottom: 35px;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 50px);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBv-pageTop a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  display: block;
}

@media (max-width: 768px) {
  .hBv-pageTop-scroll {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: all;
  }
}

.hBvWrap {
  padding-top: 148px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .hBvWrap {
    padding-top: 0px;
  }
}

/* ----------------------------------
    心臓血管センターサイトトップページ
------------------------------------ */
.hBv--btn1 p {
  display: inline-block;
  position: relative;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
@media (max-width: 928px) {
  .hBv--btn1 p {
    width: 100%;
    text-align: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hBv--btn1 p:hover {
    opacity: 0.6;
  }
  .hBv--btn1 p:hover b::before {
    opacity: 0;
    transform: translate(35px, 0);
  }
  .hBv--btn1 p:hover b::after {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.hBv--btn1 p span {
  font-size: 1.4598540146rem;
  line-height: 1.4598540146rem;
  font-weight: 500;
  background: var(--base-color);
  padding: 15px 80px 15px 50px;
  border-radius: 100px;
  position: relative;
  color: #FFFFFF;
}
@media (max-width: 928px) {
  .hBv--btn1 p span {
    width: 100%;
    display: inline-block;
    padding: 17px 50px;
  }
}
.hBv--btn1 p b {
  width: 31px;
  height: 31px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFFFFF;
  border-radius: 100px;
  overflow: hidden;
}
@media (max-width: 928px) {
  .hBv--btn1 p b {
    right: 10px;
  }
}
.hBv--btn1 p b::before {
  width: 8px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arrows-right-g.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBv--btn1 p b::after {
  width: 8px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arrows-right-g.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transform: translate(-35px, 0);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hBvWrap {
  /* ------------------------------
    mv
  ------------------------------ */
}
.hBvWrap .hBv-mv {
  width: 100%;
  height: 700px;
  position: relative;
  object-fit: cover;
}
.hBvWrap .hBv-mv .hBv-mv-inner {
  width: 342px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -70%);
  padding: 24px 29px 26px 29px;
  z-index: 10;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-mv .hBv-mv-inner {
    width: 302px;
    padding: 23px 33px;
  }
}
@media (max-width: 344px) {
  .hBvWrap .hBv-mv .hBv-mv-inner {
    padding: 23px 20px;
  }
}
.hBvWrap .hBv-mv .hBv-mv-inner::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(92, 114, 97, 0.45);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  content: "";
  z-index: 1;
}
.hBvWrap .hBv-mv .hBv-mv-inner h1 {
  font-size: 2.7372262774rem;
  letter-spacing: 0.3512773723rem;
  line-height: 2.7372262774rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 27px;
  margin-bottom: 22px;
  padding-top: 11px;
  position: relative;
  color: #FFFFFF;
  z-index: 10;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-mv .hBv-mv-inner h1 {
    font-size: 2.4635036496rem;
    padding-bottom: 22px;
    margin-bottom: 22px;
    padding-top: 15px;
    letter-spacing: 0.1231751825rem;
  }
}
@media (max-width: 385px) {
  .hBvWrap .hBv-mv .hBv-mv-inner h1 {
    font-size: 6.5vw;
  }
}
.hBvWrap .hBv-mv .hBv-mv-inner h1::before {
  width: 92px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  content: "";
  margin: auto;
}
.hBvWrap .hBv-mv .hBv-mv-inner h2 {
  font-size: 1.1861313869rem;
  letter-spacing: 0.1916058394rem;
  line-height: 1.1861313869rem;
  font-weight: 300;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-mv .hBv-mv-inner h2 {
    font-size: 1.2773722628rem;
  }
}
.hBvWrap .hBv-mv .hBv-mv-inner p {
  font-size: 1.3686131387rem;
  letter-spacing: 0.2326642336rem;
  line-height: 2.3266423358rem;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-mv .hBv-mv-inner p {
    font-size: 1.2773722628rem;
    letter-spacing: 0.1277372263rem;
  }
}
@media (max-width: 385px) {
  .hBvWrap .hBv-mv .hBv-mv-inner p {
    font-size: 3.5vw;
  }
}
.hBvWrap .hBv-mv .hBv-slider {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
}
.hBvWrap .hBv-mv .hBv-slider .inSlide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s linear, z-index 0s linear;
}
.hBvWrap .hBv-mv .hBv-slider .inSlide.active {
  opacity: 1;
  z-index: 1;
}
.hBvWrap .hBv-mv .hBv-slider .inSlide.active picture img {
  transform: scale(1);
}
.hBvWrap .hBv-mv .hBv-slider .inSlide picture {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.hBvWrap .hBv-mv .hBv-slider .inSlide picture img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transform-origin: center center;
  transition: transform 10s linear, opacity 1s linear;
}
.hBvWrap .hBv-mv .progressBar {
  width: 90%;
  max-width: 1100px;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: auto;
  position: absolute;
}
@media (max-width: 1001px) {
  .hBvWrap .hBv-mv .progressBar {
    bottom: 22px;
  }
}
.hBvWrap .hBv-mv .progressBar ul {
  display: flex;
  gap: 5px;
}
.hBvWrap .hBv-mv .progressBar ul li {
  width: 45px;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.hBvWrap .hBv-mv .progressBar ul li::before {
  width: 0%;
  height: 100%;
  background: white;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: none;
}
.hBvWrap .hBv-mv .progressBar ul li.current::before {
  width: 100%;
  transition: width 5s linear;
}
.hBvWrap .hBv-mv .progressBar ul li:not(.current)::before {
  width: 0%;
  transition: none;
}
.hBvWrap .hBv-mv .hBv-scrollBar {
  width: 10px;
  height: 130px;
  position: absolute;
  right: 3%;
  bottom: 0;
  z-index: 500;
}
@media (max-width: 1001px) {
  .hBvWrap .hBv-mv .hBv-scrollBar {
    bottom: 1px;
  }
}
.hBvWrap .hBv-mv .hBv-scrollBar .inBar {
  width: 1px;
  height: 67px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  margin: auto;
  overflow: hidden;
}
.hBvWrap .hBv-mv .hBv-scrollBar .inBar::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -100%;
  content: "";
  background: #FFFFFF;
  animation: scrollMove 3s ease-in-out infinite;
}
.hBvWrap .hBv-mv .hBv-scrollBar p {
  width: 10px;
  height: 10px;
  position: relative;
  color: #FFFFFF;
}
.hBvWrap .hBv-mv .hBv-scrollBar p span {
  font-size: 0.9124087591rem;
  font-weight: 400;
  display: block;
  transform: rotate(90deg);
  letter-spacing: 0.1368613139rem;
}
@keyframes scrollMove {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
.hBvWrap .hBv-feature {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hBvWrap .hBv-feature {
    margin-top: -1px;
  }
}
.hBvWrap .hBv-feature .hBv-anchorLink {
  width: 90%;
  position: absolute;
  left: 0;
  top: -50px;
  background: var(--base-color);
  z-index: 10;
}
@media (max-width: 1001px) {
  .hBvWrap .hBv-feature .hBv-anchorLink {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .hBvWrap .hBv-feature .hBv-anchorLink {
    position: relative;
    top: -1px;
  }
}
.hBvWrap .hBv-feature .hBv-anchorLink ul {
  width: 90%;
  margin-left: auto;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 0;
}
@media (max-width: 1001px) {
  .hBvWrap .hBv-feature .hBv-anchorLink ul {
    justify-content: center;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 900px) {
  .hBvWrap .hBv-feature .hBv-anchorLink ul {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
  }
}
.hBvWrap .hBv-feature .hBv-anchorLink ul li {
  flex: 1 0 auto;
  text-align: center;
  font-size: 1.4598540146rem;
  font-weight: normal;
  letter-spacing: 0.0821167883rem;
  line-height: 2.1897810219rem;
  color: #FFFFFF;
  display: block;
  padding: 35px 0 41px 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 900px) {
  .hBvWrap .hBv-feature .hBv-anchorLink ul li {
    font-size: 1.2773722628rem;
    flex: none;
    width: 33.3333%;
    padding: 25px 0 21px 0;
    border-bottom: 1px solid #48bda3;
    border-right: 1px solid #48bda3;
  }
  .hBvWrap .hBv-feature .hBv-anchorLink ul li:nth-child(3) {
    border-right: none;
  }
  .hBvWrap .hBv-feature .hBv-anchorLink ul li:nth-child(6) {
    border-right: none;
  }
  .hBvWrap .hBv-feature .hBv-anchorLink ul li::before {
    left: auto;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .hBvWrap .hBv-feature .hBv-anchorLink ul li {
    width: 50%;
    border-bottom: 1px solid #48bda3;
    border-right: 1px solid #48bda3;
  }
  .hBvWrap .hBv-feature .hBv-anchorLink ul li:nth-child(2) {
    border-right: none;
  }
  .hBvWrap .hBv-feature .hBv-anchorLink ul li:nth-child(3) {
    border-bottom: 1px solid #48bda3;
    border-right: 1px solid #48bda3;
  }
  .hBvWrap .hBv-feature .hBv-anchorLink ul li:nth-child(4) {
    border-right: none;
  }
  .hBvWrap .hBv-feature .hBv-anchorLink ul li:nth-child(6) {
    border-right: none;
  }
}
.hBvWrap .hBv-feature .hBv-anchorLink ul li b {
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .hBvWrap .hBv-feature .hBv-anchorLink ul li b {
    font-weight: 300;
  }
}
.hBvWrap .hBv-feature .hBv-anchorLink ul li::before {
  width: 10px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: url(../cd_assets/img/page/top/arr-bt-w.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translate(0, 22px);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 900px) {
  .hBvWrap .hBv-feature .hBv-anchorLink ul li::before {
    left: auto;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translate(0, 0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .hBvWrap .hBv-feature .hBv-anchorLink ul li:hover::before {
    transform: translate(0, 30px);
  }
}
@media (max-width: 900px) and (hover: hover) and (pointer: fine) {
  .hBvWrap .hBv-feature .hBv-anchorLink ul li:hover::before {
    transform: translate(0, 5px);
  }
}
.hBvWrap .hBv-feature .hBv-ft-inner {
  width: 100%;
  background: url(../cd_assets/img/page/top/hBv-feature-bk.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 5;
  padding: 100px 0 20px;
}
@media (max-width: 900px) {
  .hBvWrap .hBv-feature .hBv-ft-inner {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .hBvWrap .hBv-feature .hBv-ft-inner {
    background: url(../cd_assets/img/page/top/hBv-feature-bk-sp.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: -1px;
  }
}
.hBvWrap .hBv-feature .hBv-ft-inner h2 {
  font-size: 2.5547445255rem;
  font-weight: 300;
  letter-spacing: 0.1277372263rem;
  line-height: 2.5547445255rem;
  text-align: center;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-feature .hBv-ft-inner h2 {
    font-size: 2.0072992701rem;
    line-height: 2.0072992701rem;
    letter-spacing: 0.1003649635rem;
  }
}
.hBvWrap .hBv-feature .hBv-ft-inner h2 b {
  color: var(--base-color);
  font-size: 1.2773722628rem;
  font-weight: 400;
  letter-spacing: 0.0638686131rem;
  line-height: 1.2773722628rem;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-feature .hBv-ft-inner h2 b {
    font-size: 1.003649635rem;
    line-height: 1.003649635rem;
    letter-spacing: 0.0501824818rem;
  }
}
.hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  position: relative;
  margin-top: 50px;
}
.hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box {
  width: 47.2727273%;
  position: relative;
  padding: 0px 35px 37px 35px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 15px 34px 15px;
  }
}
.hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  opacity: 0.8;
  content: "";
  z-index: 1;
}
.hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box h3 {
  font-size: 2.5547445255rem;
  font-weight: 300;
  line-height: 3.8321167883rem;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box h3 {
    font-size: 2.2810218978rem;
    line-height: 2.2810218978rem;
    padding-bottom: 10px;
  }
}
@media (max-width: 344px) {
  .hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box h3 {
    font-size: 7vw;
  }
}
.hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box h4 {
  font-size: 1.3686131387rem;
  font-weight: 400;
  line-height: 2.4635036496rem;
  position: relative;
  z-index: 5;
  text-align: justify;
}
.hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box p {
  font-size: 2.9197080292rem;
  font-weight: 400;
  line-height: 2.9197080292rem;
  letter-spacing: 0.1459854015rem;
  position: absolute;
  left: 0px;
  top: -15px;
  color: var(--base-color);
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box p {
    font-size: 2.7372262774rem;
  }
}
.hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box1 {
  left: 0;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box1 {
    left: 0;
    position: relative;
  }
}
.hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box2 {
  left: 52.8%;
  transform: translate(0, -140px);
}
@media (max-width: 767px) {
  .hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box2 {
    position: relative;
    left: 0%;
    transform: translate(0, 0);
  }
}
.hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box3 {
  left: 15%;
  transform: translate(0px, -98px);
}
@media (max-width: 767px) {
  .hBvWrap .hBv-feature .hBv-ft-inner .hBv-ft-pointW .hBv-ft-p-box3 {
    position: relative;
    left: 0%;
    transform: translate(0px, 0);
  }
}
.hBvWrap .hBv-disease {
  width: 100%;
  background: #E2EDE9;
  position: relative;
  z-index: 99;
  margin-top: -50px;
  border-radius: 25px;
  overflow: hidden;
}
.hBvWrap .hBv-disease .hBv-ds-enTxt {
  width: 30vmax;
  position: absolute;
  right: 2vw;
  top: 0;
}
.hBvWrap .hBv-disease .hBv-ds-inner {
  width: 85%;
  max-width: 1100px;
  position: relative;
  margin: auto;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-disease .hBv-ds-inner {
    width: 90%;
    padding-bottom: 54px;
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner h2 {
  padding-top: 34px;
  font-size: 3.6496350365rem;
  font-weight: 300;
  line-height: 2.1897810219rem;
  letter-spacing: 0.1824817518rem;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-disease .hBv-ds-inner h2 {
    font-size: 2.9197080292rem;
    line-height: 2.9197080292rem;
    letter-spacing: 0.1459854015rem;
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner h2::before {
  width: 47px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--base-color);
  content: "";
}
.hBvWrap .hBv-disease .hBv-ds-inner h3 {
  font-size: 1.4598540146rem;
  font-weight: 400;
  line-height: 2.7299270073rem;
  letter-spacing: 0.0729927007rem;
  text-align: justify;
}
@media (max-width: 1215px) {
  .hBvWrap .hBv-disease .hBv-ds-inner h3 br {
    display: none;
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list {
  display: flex;
  justify-content: space-between;
  /* 両端揃え */
  flex-wrap: wrap;
  /* 折り返し */
  gap: 25px;
  /* アイテム間の隙間を調整 */
  margin-top: 50px;
}
@media (max-width: 1215px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list {
    gap: 15px;
  }
}
@media (max-width: 795px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list {
    gap: 12px;
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list::after {
  content: "";
  /* 空の要素を追加 */
  flex: auto;
  /* 余白スペースを埋める */
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem {
  width: calc(25% - 25px);
  margin-bottom: 0.5%;
  position: relative;
  cursor: pointer;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1215px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem {
    width: calc(33.3333333% - 15px);
  }
}
@media (max-width: 795px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem {
    width: calc(50% - 15px);
    margin-bottom: 15px;
  }
}
@media (max-width: 530px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem:hover .hBv-ds-lI-img img {
    transform: scale(1.1);
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-arr {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--base-color);
  border-radius: 100px;
  overflow: hidden;
}
@media (max-width: 530px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-arr {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-arr::before {
  width: 8px;
  height: 9px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arrows-right-w.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-arr::after {
  width: 8px;
  height: 9px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arrows-right-w.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transform: translate(-30px, 0);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (hover: hover) and (pointer: fine) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem:hover .hBv-ds-lI-arr::before {
    opacity: 0;
    transform: translate(30px, 0);
  }
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem:hover .hBv-ds-lI-arr::after {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt {
  padding: 18px;
  background: #FFFFFF;
}
@media (max-width: 530px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt {
    min-height: inherit;
    padding: 35px 25px;
    padding-left: 140px;
    border-bottom: none;
  }
}
@media (max-width: 370px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt {
    padding: 25px 25px;
    padding-left: 140px;
  }
}
@media (max-width: 345px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt {
    padding: 25px 25px;
    padding-left: 120px;
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt h4 {
  font-size: 2.0072992701rem;
  font-weight: 400;
  line-height: 2.1879562044rem;
  letter-spacing: 0.0200729927rem;
  position: relative;
  padding-bottom: 15px;
  color: #232323;
}
@media (max-width: 1215px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt h4 {
    font-size: 1.6423357664rem;
  }
}
@media (max-width: 530px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt h4 {
    padding: 0;
  }
}
@media (max-width: 370px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt h4 {
    font-size: 4.5vw;
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt h4::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--light-color);
  content: "";
}
@media (max-width: 530px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt h4::before {
    display: none;
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt h5 {
  font-size: 1.3686131387rem;
  font-weight: 300;
  line-height: 2.2718978102rem;
  letter-spacing: 0.0136861314rem;
  margin-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #232323;
}
@media (max-width: 530px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-txt h5 {
    display: none;
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-img {
  width: 100%;
  height: 130px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 530px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-img {
    width: 126px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 345px) {
  .hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-img {
    width: 110px;
  }
}
.hBvWrap .hBv-disease .hBv-ds-inner .hBv-ds-list .hBv-ds-lItem .hBv-ds-lI-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBvWrap .hBv-medicalCare {
  width: 100%;
  position: relative;
  z-index: 20;
  margin-top: -50px;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.hBvWrap .hBv-medicalCare::before {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../cd_assets/img/page/top/hBv-medicalCare-bk.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  content: "";
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare::before {
    background: url(../cd_assets/img/page/top/hBv-medicalCare-bk-sp.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner {
  width: 85%;
  max-width: 1100px;
  position: relative;
  margin: auto;
  padding: 150px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner {
    width: 90%;
    padding: 120px 0 80px 0;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left {
  width: 38%;
}
@media (max-width: 1215px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left {
    width: 40%;
  }
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left {
    width: 100%;
    padding-bottom: 20px;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left h2 {
  padding-top: 40px;
  font-size: 3.6496350365rem;
  font-weight: 300;
  line-height: 3.6496350365rem;
  letter-spacing: 0.1824817518rem;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left h2 {
    font-size: 2.9197080292rem;
    line-height: 2.9197080292rem;
    padding-bottom: 20px;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left h2::before {
  width: 47px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--base-color);
  content: "";
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left h3 {
  font-size: 1.3686131387rem;
  font-weight: 400;
  line-height: 1.3686131387rem;
  letter-spacing: 0.0729927007rem;
  color: var(--base-color);
  padding-bottom: 63px;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left h3 {
    font-size: 1.003649635rem;
    padding-bottom: 27px;
    line-height: 1.003649635rem;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left h4 {
  font-size: 2.2810218978rem;
  font-weight: 400;
  line-height: 4.5620437956rem;
  letter-spacing: 0.0912408759rem;
  color: var(--base-color);
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left h4 {
    font-size: 2.2810218978rem;
  }
}
@media (max-width: 430px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left h4 {
    font-size: 5vw;
    line-height: 3.8321167883rem;
  }
}
@media (max-width: 368px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left h4 {
    line-height: 170%;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-left h5 {
  font-size: 1.4598540146rem;
  line-height: 2.7372262774rem;
  letter-spacing: 0.0958029197rem;
  background: transparent;
  text-align: justify;
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right {
  width: 49%;
  margin-right: 4.6%;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right {
    width: 100%;
    margin-right: 0;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox {
  display: flex;
  justify-content: space-between;
  padding: 17px;
  margin-bottom: 15px;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox {
    flex-wrap: wrap;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox:hover {
    opacity: 0.8;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .arrow {
  width: 3vmax;
  height: 3vmax;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  border-radius: 500px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .arrow {
    width: 4vmax;
    height: 4vmax;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .arrow::before {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arrows-right-w.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .arrow::after {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arrows-right-w.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transform: translate(-100px, 0);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-left {
  width: 32%;
  padding-right: 2%;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-left {
    width: 100%;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-left .disease-name {
  padding: 25px 0;
  line-height: 140%;
  color: #FFFFFF;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-left .disease-name {
    padding: 8px 0;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-left .disease-name span {
  font-size: 1.2773722628rem;
  font-weight: 400;
  letter-spacing: 0.1277372263rem;
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-left .disease-name i {
  font-size: 1.4598540146rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.0729927007rem;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-left .disease-name i {
    padding-left: 12px;
  }
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-left .disease-name b {
    position: relative;
    top: -2px;
  }
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-left .disease-name br {
    display: none;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-right {
  width: 68%;
  border-left: 1px solid #FFFFFF;
  padding: 20px 40px 20px 20px;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-right {
    width: 80%;
    border: none;
    border-top: 1px solid #FFFFFF;
    padding: 12px 0;
  }
}
@media (max-width: 368px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-right {
    width: 90%;
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-right h6 {
  font-size: 2.7372262774rem;
  font-weight: 300;
  line-height: 2.7372262774rem;
  padding-bottom: 10px;
  color: #FFFFFF;
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-right p {
  font-size: 1.3686131387rem;
  font-weight: 300;
  line-height: 1.7655109489rem;
  color: #FFFFFF;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox .hBv-mc-i-rB-right p {
    font-size: 1.3686131387rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox:hover .arrow::before {
    opacity: 0;
    transform: translate(30px, 0);
  }
  .hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-i-rBox:hover .arrow::after {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-tavi {
  background: rgba(27, 116, 200, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-tavi .arrow {
  background: #1B74C8;
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-mTeer {
  background: rgba(50, 173, 166, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-mTeer .arrow {
  background: #32ADA6;
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-evar {
  background: rgba(98, 172, 58, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-evar .arrow {
  background: #369758;
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-mics {
  background: rgba(233, 143, 31, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-mics .arrow {
  background: #DF8F1F;
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-ozaki {
  background: rgba(255, 93, 137, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.hBvWrap .hBv-medicalCare .hBv-mc-inner .hBv-mc-i-right .hBv-mc-ozaki .arrow {
  background: #F97CA5;
}
.hBvWrap .hBv-results {
  width: 100%;
  position: relative;
  z-index: 20;
  background: var(--base-color);
  margin-top: -50px;
  border-radius: 25px;
  overflow: hidden;
}
.hBvWrap .hBv-results .hBv-rs-inner {
  width: 85%;
  max-width: 1100px;
  position: relative;
  margin: auto;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner {
    width: 90%;
    padding: 45px 0;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner h2 {
  padding-top: 34px;
  font-size: 3.6496350365rem;
  font-weight: 300;
  line-height: 2.1897810219rem;
  letter-spacing: 0.1824817518rem;
  padding-bottom: 30px;
  position: relative;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner h2 {
    font-size: 2.9197080292rem;
    line-height: 2.9197080292rem;
    text-align: center;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner h2::before {
  width: 47px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  content: "";
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner h2::before {
    right: 0;
    margin: auto;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner h2 span {
  font-size: 1.3686131387rem;
  font-weight: 400;
  line-height: 4.5620437956rem;
  letter-spacing: 0.0912408759rem;
  color: #FFFFFF;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner h2 span {
    font-size: 1.003649635rem;
    line-height: 1.003649635rem;
    display: block;
    padding: 0;
    text-align: center;
    padding-top: 20px;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner h3 {
  font-size: 1.4598540146rem;
  font-weight: 400;
  line-height: 2.9197080292rem;
  letter-spacing: 0.1368613139rem;
  color: #FFFFFF;
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  align-items: stretch;
  /* 高さを揃える */
}
@media (max-width: 1068px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box {
    flex-wrap: wrap;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft {
  width: 49.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1068px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft {
    width: 100%;
    flex-wrap: wrap;
    order: 2;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox {
  width: 49%;
  background: #EDF9F6;
  padding: 16px 8px 5px 8px;
  position: relative;
  margin-bottom: 2%;
}
@media (max-width: 1068px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox:nth-child(1) {
    order: 1;
  }
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox:nth-child(2) {
    order: 3;
  }
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox:nth-child(2) h4 {
    padding-bottom: 20px;
  }
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox:nth-child(3) {
    order: 2;
  }
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 430px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox:nth-child(2) h4 {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}
@media (max-width: 430px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox:nth-child(4) h4 {
    padding-bottom: 0px;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h4 {
  font-size: 1.8248175182rem;
  line-height: 2.1897810219rem;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 1068px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h4 br {
    display: none;
  }
}
@media (max-width: 1068px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h4 br {
    display: inline-block;
  }
}
@media (max-width: 430px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h4 {
    font-size: 1.6423357664rem;
  }
}
@media (max-width: 344px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h4 {
    font-size: 4.5vw;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h4 small {
  font-size: 1.0948905109rem;
  line-height: 2.1897810219rem;
  letter-spacing: 0.0656934307rem;
  display: block;
  font-weight: 400;
}
@media (max-width: 344px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h4 small {
    font-size: 3vw;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h5 {
  font-size: 6.9343065693rem;
  text-align: center;
  background: transparent;
  font-weight: 200;
  transform: translate(10px, 0);
  color: var(--base-color);
  margin: 0;
  padding-bottom: 30px;
}
@media (max-width: 430px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h5 {
    font-size: 6.9343065693rem;
    transform: translate(0, 0);
    line-height: 6.9343065693rem;
    padding-bottom: 0px;
  }
}
@media (max-width: 344px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h5 {
    font-size: 20vw;
  }
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h5 span {
    letter-spacing: -0.1432481752rem;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h5 small {
  color: #000000;
  font-size: 1.3686131387rem;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h5 small {
    padding-left: 5px;
  }
}
@media (max-width: 430px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox h5 small {
    letter-spacing: 0px;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox .single-line {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1068px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox .single-line {
    padding: 0;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox p {
  font-size: 0.9124087591rem;
  line-height: 2.1897810219rem;
  text-align: right;
  letter-spacing: 0.0912408759rem;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
@media (max-width: 430px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bLeft .inBox p {
    text-align: center;
    right: 0;
    left: 0;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight {
  width: 49.5%;
  position: relative;
}
@media (max-width: 1068px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight {
    width: 100%;
    order: 1;
    margin-bottom: 3px;
  }
}
@media (max-width: 368px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight {
    margin-bottom: 0;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight::before {
  width: 100%;
  height: 97.4%;
  position: absolute;
  left: 0;
  top: 0;
  background: #EDF9F6;
  z-index: 1;
  content: "";
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox {
  width: 60%;
  padding: 65px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox {
    width: 100%;
    padding-left: 10%;
  }
}
@media (max-width: 620px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox {
    padding: 30px 0 30px 7%;
  }
}
@media (max-width: 368px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox {
    padding: 30px 0 10px 7%;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h4 {
  font-size: 3.1934306569rem;
  line-height: 4.7901459854rem;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h4 {
    text-align: left;
    font-size: 2.5547445255rem;
    line-height: 3.5766423358rem;
  }
}
@media (max-width: 400px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h4 {
    font-size: 7vw;
    line-height: 140%;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h4 small {
  font-size: 1.4598540146rem;
  line-height: 2.1897810219rem;
  letter-spacing: 0.2773722628rem;
  display: block;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h4 small {
    font-size: 1.2773722628rem;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h5 {
  font-size: 11.8613138686rem;
  line-height: 11.8613138686rem;
  letter-spacing: 0;
  text-align: center;
  background: transparent;
  font-weight: 200;
  color: #DB5778;
  margin: 0;
  padding: 0;
  transform: translate(10px, 0);
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h5 {
    text-align: left;
    transform: translate(0, 0);
  }
}
@media (max-width: 620px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h5 {
    font-size: 8.2116788321rem;
    line-height: 8.2116788321rem;
  }
}
@media (max-width: 400px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h5 {
    font-size: 21vw;
  }
}
@media (max-width: 368px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h5 {
    line-height: 110%;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h5 small {
  color: #232323;
  font-size: 2.2810218978rem;
}
@media (max-width: 620px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox h5 small {
    padding-left: 3px;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox p {
  font-size: 1.1861313869rem;
  line-height: 2.1824817518rem;
  text-align: center;
  letter-spacing: 0.0593065693rem;
  position: relative;
  top: -20px;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox p {
    text-align: left;
    font-size: 0.9124087591rem;
  }
}
@media (max-width: 368px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .inBox p {
    font-size: 0.7299270073rem;
  }
}
.hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .hBv-rs-bR-img {
  width: 35%;
  position: absolute;
  right: 5%;
  top: 12.5%;
  margin: auto;
  z-index: 10;
}
@media (max-width: 1068px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .hBv-rs-bR-img {
    width: 26%;
    height: 33vw;
    top: 0;
    bottom: 0;
    right: 17%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .hBv-rs-bR-img {
    width: 36%;
    height: 46vw;
    right: 7%;
  }
}
@media (max-width: 620px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .hBv-rs-bR-img {
    width: 33%;
    height: 43vw;
    right: 10%;
  }
}
@media (max-width: 430px) {
  .hBvWrap .hBv-results .hBv-rs-inner .hBv-rs-box .hBv-rs-bRight .hBv-rs-bR-img {
    width: 36%;
    height: 49vw;
    right: 7%;
  }
}
.hBvWrap .hBv-doctor {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -50px;
  background: #F4F4F4;
}
.hBvWrap .hBv-doctor .hBv-dt-inner {
  width: 85%;
  max-width: 1100px;
  position: relative;
  margin: auto;
  padding: 150px 0;
}
@media (max-width: 928px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner {
    padding: 104px 0 0 0;
  }
}
@media (max-width: 430px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner {
    width: 90%;
  }
}
.hBvWrap .hBv-doctor .hBv-dt-inner h2 {
  padding-top: 40px;
  font-size: 3.6496350365rem;
  font-weight: 300;
  line-height: 3.6496350365rem;
  letter-spacing: 0.3649635036rem;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner h2 {
    padding-top: 30px;
    font-size: 2.5547445255rem;
    line-height: 2.5547445255rem;
    letter-spacing: 0.1277372263rem;
  }
}
.hBvWrap .hBv-doctor .hBv-dt-inner h2::before {
  width: 47px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: var(--base-color);
  content: "";
}
.hBvWrap .hBv-doctor .hBv-dt-inner h3 {
  font-size: 1.3686131387rem;
  font-weight: 400;
  line-height: 1.3686131387rem;
  letter-spacing: 0.0684306569rem;
  color: var(--base-color);
  text-align: center;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner h3 {
    font-size: 1.003649635rem;
    line-height: 1.003649635rem;
    letter-spacing: 0.0501824818rem;
  }
}
.hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 110px auto 0 auto;
}
@media (max-width: 928px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list {
    width: 100%;
    margin: 50px auto 0 auto;
  }
}
.hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box {
  width: 48%;
  position: relative;
}
@media (max-width: 928px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box {
    width: 100%;
    margin: 0 auto 18vw auto;
  }
}
@media (max-width: 769px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box {
    width: 100%;
  }
}
.hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  padding: 10% 7%;
}
@media (max-width: 928px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card {
    padding: 10% 7%;
  }
}
.hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card h4 {
  font-size: 2.7372262774rem;
  line-height: 2.7372262774rem;
  letter-spacing: 0.8211678832rem;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 5px;
  color: var(--base-color);
}
@media (max-width: 767px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card h4 {
    font-size: 2.3722627737rem;
  }
}
.hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card h5 {
  font-size: 1.4598540146rem;
  font-weight: 300;
  background: transparent;
  line-height: 2.5547445255rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card h5 {
    font-size: 1.3686131387rem;
  }
}
@media (max-width: 430px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card h5 {
    font-size: 4vw;
  }
}
.hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card .cap {
  font-size: 1.0948905109rem;
  font-weight: 300;
  line-height: 1.0948905109rem;
  letter-spacing: 0.197080292rem;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card .cap {
    font-size: 0.9124087591rem;
  }
}
.hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card .hBv-dt-b-img {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -10%;
}
@media (max-width: 928px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card .hBv-dt-b-img {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box .card .hBv-dt-b-img {
    width: 46%;
  }
}
.hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box h6 {
  font-size: 1.4598540146rem;
  font-weight: 400;
  line-height: 2.9197080292rem;
  letter-spacing: 0.0291970803rem;
  padding-top: 40px;
  padding-bottom: 50px;
  min-height: 218px;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-doctor .hBv-dt-inner .hBv-dt-list .hBv-dt-box h6 {
    font-size: 1.3686131387rem;
    line-height: 2.545620438rem;
    padding-bottom: 20px;
    min-height: auto;
  }
}
.hBvWrap .hBv-teamEquipment {
  padding: 95px 0;
}
@media (max-width: 600px) {
  .hBvWrap .hBv-teamEquipment {
    padding: 54px 0 45px 0;
  }
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner {
  width: 75%;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 768px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner {
    width: 90%;
  }
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner h2 {
  padding-top: 40px;
  font-size: 3.6496350365rem;
  font-weight: 300;
  line-height: 3.6496350365rem;
  letter-spacing: 0.3649635036rem;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner h2 {
    padding-top: 30px;
    font-size: 2.5547445255rem;
    line-height: 2.5547445255rem;
    letter-spacing: 0.1277372263rem;
    text-align: center;
  }
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner h2::before {
  width: 47px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--base-color);
  content: "";
}
@media (max-width: 767px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner h2::before {
    right: 0;
    margin: auto;
  }
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner h3 {
  font-size: 1.3686131387rem;
  font-weight: 400;
  line-height: 1.3686131387rem;
  letter-spacing: 0.0684306569rem;
  color: var(--base-color);
}
@media (max-width: 767px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner h3 {
    font-size: 1.003649635rem;
    line-height: 1.003649635rem;
    letter-spacing: 0.0547445255rem;
    text-align: center;
  }
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 430px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list {
    margin-top: 20px;
  }
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox-img1::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../cd_assets/img/page/top/hBv-te-lBox-img1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox-img2::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../cd_assets/img/page/top/hBv-te-lBox-img2.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox-img3::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../cd_assets/img/page/top/hBv-te-lBox-img3.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox {
  width: 49%;
  height: 32vw;
  max-height: 414px;
  position: relative;
  margin-top: 46px;
  cursor: pointer !important;
  overflow: hidden;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox {
    width: 100%;
    height: 59vw;
    max-height: inherit;
  }
}
@media (max-width: 768px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox {
    height: 72vw;
  }
}
@media (max-width: 430px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox {
    height: 82vw;
    margin-top: 25px;
  }
}
@media (max-width: 340px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox {
    height: 92vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox:hover::before {
    transform: scale(1.03);
  }
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox:hover .hBv-te-lB-txt .in-arrows::before {
    opacity: 0;
    transform: translate(40px, 0);
  }
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox:hover .hBv-te-lB-txt .in-arrows::after {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox .hBv-te-lB-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(16, 16, 16, 0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 10;
  padding: 5%;
  min-height: 194px;
  z-index: 10;
}
@media (max-width: 768px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox .hBv-te-lB-txt {
    min-height: inherit;
  }
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox .hBv-te-lB-txt .in-arrows {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5%;
  top: 15%;
  background: var(--base-color);
  border-radius: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox .hBv-te-lB-txt .in-arrows {
    display: none;
  }
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox .hBv-te-lB-txt .in-arrows::before {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arrows-right-w.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox .hBv-te-lB-txt .in-arrows::after {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arrows-right-w.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  opacity: 0;
  transform: translate(-40px, 0);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox .hBv-te-lB-txt h4 {
  font-size: 2.1897810219rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0.0875912409rem;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  padding-bottom: 5px;
}
@media (max-width: 350px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox .hBv-te-lB-txt h4 {
    font-size: 2.0072992701rem;
    line-height: 2.75rem;
  }
}
.hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox .hBv-te-lB-txt h5 {
  font-size: 1.2773722628rem;
  font-weight: 300;
  line-height: 2.2737226277rem;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 350px) {
  .hBvWrap .hBv-teamEquipment .hBv-te-inner .hBv-te-list .hBv-te-lBox .hBv-te-lB-txt h5 {
    font-size: 1.0948905109rem;
    line-height: 1.9489051095rem;
  }
}
.hBvWrap .hBv-other {
  margin-bottom: 75px;
}
@media (max-width: 600px) {
  .hBvWrap .hBv-other {
    margin-bottom: 45px;
  }
}
.hBvWrap .hBv-other .hBv-ot-inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  background: #F5F5F5;
  padding: 50px;
}
@media (max-width: 600px) {
  .hBvWrap .hBv-other .hBv-ot-inner {
    width: 90%;
    padding: 35px 25px 15px 25px;
  }
}
.hBvWrap .hBv-other .hBv-ot-inner h2 {
  font-size: 3.1934306569rem;
  font-weight: 300;
  line-height: 2.5547445255rem;
  letter-spacing: 0.1596715328rem;
  text-align: center;
  color: var(--base-color);
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .hBvWrap .hBv-other .hBv-ot-inner h2 {
    font-size: 2.098540146rem;
    line-height: 2.5392335766rem;
    letter-spacing: 0.1049270073rem;
    padding-bottom: 23px;
  }
}
.hBvWrap .hBv-other .hBv-ot-inner h3 {
  font-size: 1.4598540146rem;
  line-height: 2.6423357664rem;
  letter-spacing: 0.0729927007rem;
  text-align: center;
  font-weight: 300;
  padding-bottom: 30px;
}
@media (max-width: 430px) {
  .hBvWrap .hBv-other .hBv-ot-inner h3 br {
    display: none;
  }
}
.hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 940px) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list {
    flex-wrap: wrap;
  }
}
.hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox {
  width: 49%;
  position: relative;
  background: #FFFFFF;
  padding: 25px 0;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 940px) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox:hover {
    opacity: 0.6;
  }
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox:hover .in-arrows::before {
    opacity: 0;
    transform: translate(40px, 0);
  }
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox:hover .in-arrows::after {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox:nth-child(1) .icon {
  transform: scale(0.9);
}
.hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox h4 {
  font-size: 2.0072992701rem;
  font-weight: 300;
  line-height: 2.549270073rem;
  padding-left: 80px;
}
@media (max-width: 1100px) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox h4 {
    font-size: 1.6423357664rem;
    line-height: 2.8740875912rem;
    padding-left: 65px;
  }
}
@media (max-width: 600px) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox h4 {
    padding-left: 0px;
    font-size: 1.4598540146rem;
    line-height: 2.5547445255rem;
    text-align: center;
  }
}
@media (max-width: 380px) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox h4 {
    font-size: 3.8vw;
  }
}
.hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1100px) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox .icon {
    width: 35px;
    height: 35px;
    left: 15px;
  }
}
@media (max-width: 600px) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox .icon {
    width: 25px;
    height: 25px;
    left: 6%;
  }
}
.hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox .in-arrows {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--base-color);
  border-radius: 100px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox .in-arrows {
    width: 22px;
    height: 22px;
  }
}
.hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox .in-arrows::before {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arrows-right-w.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 600px) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox .in-arrows::before {
    width: 8px;
    height: 9px;
  }
}
.hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox .in-arrows::after {
  width: 14px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../cd_assets/img/page/top/arrows-right-w.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  opacity: 0;
  transform: translate(-40px, 0);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 600px) {
  .hBvWrap .hBv-other .hBv-ot-inner .hBv-ot-list .hBv-ot-lBox .in-arrows::after {
    width: 8px;
    height: 9px;
  }
}/*# sourceMappingURL=top.css.map */