@charset "UTF-8";
html{
    font-family: 'Noto Sans JP', sans-serif;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
}
[data-emergence=visible].em {
     -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
}

/* ページトップ画像 */
.ptitle.ptitle_t2{
  height: 450px;
  background: #f2f2f2;
  background-image: url(/image/daVinci_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 25%;
  padding-top: 190px !important;
}
.ptitle.ptitle_t2 .ptitle__title{
  background: #fff;
  padding: 0 10px;
  text-align: left;
  font-weight: 500;
  color: #000;
}
@media(max-width:768px){
  .ptitle.ptitle_t2{
    height: 300px;
    padding-top: 60px !important;
  }
  .ptitle.ptitle_t2{
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ptitle.ptitle_t2 .ptitle__title{
    line-height: 1.8;
  }
}
/* 大見出し小変更 */
.col_danraku_midashi:before {
    border-top: 4px solid #2e5fdb;
}
.col_danraku_midashi:after {
    border-top: 4px solid #d1dcf0;
}
/* 中見出し変更 */
.col_internal_chuumidashi {
    background: #f7f9fc;
    color: #000;
    position: relative;
    padding-left: 1.3em;
}
.col_internal_chuumidashi::after{
    position: absolute;
    top: 25%;
    left: 12px;
    width: 5px;
    height: 50%;
    content: '';
    background: #2e5fdb;
}
.row.gutters-x30 {
    margin-right: auto;
    margin-left: auto;
        justify-content: space-between;
}
.row.gutters-x30>.col, .row.gutters-x30>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
@media print, (min-width: 769px) {
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
}
/* 写真ループここから */
@keyframes infinity-img-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.img-infinity__wrap {
  display: flex;
  overflow: hidden;
    width: 99.9vw;
    margin: 0 calc(50% - 50vw);
}
.img-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  column-gap:20px;
}
.img-infinity__list.left {
  animation: infinity-img-left 80s infinite linear 0.5s both;
  margin-left: 20px;
}
.img-infinity__item {
  width: calc(100vw / 6);
  max-width: 300px;
}
.img-infinity__item>img {
  width: 100%;
}
@media(max-width:768px){
.img-infinity__item {
  width: calc(100vw / 3);
}
}

/* 目次 */
.davc_mokuji_wrap{
  margin: 2em 0 3em;
  display: flex;
  column-gap: 15px;
  row-gap: 8px;
  flex-wrap: wrap;
}
a.davc_mokuji{
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: .5em;
  min-width: 140px;
}
a.davc_mokuji::after{
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(/image/ico_davinci_arrow.svg);
  background-repeat: no-repeat;
}
@media(max-width:768px){
  a.davc_mokuji{
    min-width: 125px;
  }
}
/* row１つ目　画像飛び出す */
.row.row_01{
  margin-bottom: 8em;
}
.row.row_01 .col-md-6{
  position: relative;
}
.row.row_01 .col-md-6 img{
  position: absolute;
  top: -6em;
  right: 0;
}
@media(max-width:768px){
  .row.row_01{
  margin-bottom: 2em;
}
.row.row_01 .col-md-6 img{
  position: static;
}
}

/* 機械写真　3枚横並び */
.row.row_03 .mb-md-30{
  margin-top: 30px;
}
.row.row_03 .mb-md-30 p:first-of-type{
  background-color: #fff;
}
.row.row_03 .mb-md-30 img{
  max-height: 260px;
}
/* ダヴィンチ手術のメリット */
.row.row_04 {
  row-gap: 20px;
}
.row.row_04 .mb-md-30 img{
  border: 1px solid #b3b3b3;
  max-width: 600px;
  width: 100%;
}
.row.row_04 .mb-md-30 p:nth-of-type(2){
  border-bottom: 1px solid;
	border-image-source: linear-gradient(20deg, #3359b8,#0bacd8);
	border-image-slice: 1;
}

.row.row_06 .mb-md-30 a{
color: #03215e;
text-decoration: underline;
}
.row.row_06 .mb-md-30 a:hover{
  color: #2e5fdb;
  font-weight: 500;
  text-decoration: none;
  background-color: #dbe6fc;
  opacity: 1;
}
/* 当院の強み */
.st_point{
  position: relative;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  align-items: center;
  min-height: 200px;
  margin-top: 20px;
}
.st_point:first-of-type{
  margin-top: 60px;
}
/* 背景 */
.st_point::after{
  background-color: #e3ecff;
  width: 90%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
/* pbox内 */
.st_point .pbox__body,
.st_point .pbox__head{
  position: relative;
  z-index: 1;
}
/* タイトル */
.st_point .pbox__head{
  width: 35%;
  display: flex;
  align-items: center;
  column-gap: 25px;
  margin-bottom: 0;
}
.pbox_t1.st_point .pbox__title{
  color: #2e5fdb;
  margin-bottom: 0;
  font-weight:500;
  font-size: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
}
.pbox_t1.st_point .pbox__head > span.point_no{
  opacity: .5;
  font-size: 2.5em;
  font-weight: 400;
  color: #2e5fdb;
}
/* 説明文 */
.st_point .pbox__body{
  width: 35%;
  font-size: clamp(1.6rem, 1.545rem + 0.27vw, 1.75rem);
}
.st_point img{
  position: absolute;
  right: 0;
  z-index: 2;
  max-height: 160px;
  width: auto;
  object-fit: cover;
  box-shadow: 3px 3px 10px #c5c5c5;
  border-radius: 5px;
}
@media(max-width:768px){
  .st_point{
    flex-direction: column;
    padding: 15px 20px;
  }
.st_point::after{
  width: 100%;
  height: 80%;
}
  .st_point .pbox__body,
  .st_point .pbox__head{
    width: 100%;
  }
  .st_point .pbox__head{
    margin-bottom: 1em;
  }
  .st_point img{
    position: static;
    margin: 20px auto;
    width: 95%;
    height: auto;
    max-width: 400px;
    max-height: 200px;
  }
}