body {
  overflow: hidden;
}

main {
  max-width: 2000px;
  overflow: hidden;
  margin: 0 auto;
}
main .section.visual {
  height: 1080px;
  border: 3px solid red;
  background: url(/img/en/visual.jpg);
  background-size: cover;
  position: relative;
}
main .section.visual .visual_wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
main .section.visual .tit {
  top: 35%;
  position: absolute;
  color: #fff;
}
main .section.visual .tit h2 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 400;
}
main .section.visual .tit p {
  font-size: 30px;
}
main .section__doctor {
  position: relative;
  width: calc(100% - (50% - 700px));
  margin-inline-start: auto;
}
main .section__doctor h2 {
  padding-bottom: 0.9em;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}
main .section__doctor h2 strong {
  font-size: 120px;
  font-weight: 400;
}
main .section__doctor .doctor__wrapper {
  padding: 0 300px 190px 150px;
  background: #fff;
  position: relative;
}
main .section__doctor .doctor__line {
  width: 2px;
  height: 811px;
  position: absolute;
  top: -47px;
  left: 80px;
}
main .section__doctor .doctor__line::before, main .section__doctor .doctor__line::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
main .section__doctor .doctor__line::before {
  height: 47px;
  top: 0;
  background: #fff;
}
main .section__doctor .doctor__line::after {
  height: calc(100% - 47px);
  bottom: 0;
  background: #3e3e3e;
}
main .section__doctor .doctor__container .doctor__txt .doctor__tit {
  color: #3e3e3e;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
main .section__doctor .doctor__container .doctor__txt p {
  padding-top: 0.1em;
  padding-bottom: 3em;
  margin-top: 40px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  font-size: 15px;
}
main .section__doctor .doctor__container .doctor__txt a {
  width: 344px;
  height: 65px;
  padding-left: 2em;
  display: flex;
  align-items: center;
  font-size: 20px;
  border: 1px solid #3e3e3e;
}
main .section__doctor .doctor__container.--doc {
  height: 760px;
  padding-top: 160px;
  background: url(/img/main/doctor/doc-bg.png) right bottom no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .section__doctor .doctor__container.--doc .doc__md img {
  width: 330px;
}
main .section__doctor .doctor__container.--counsel {
  padding-top: 225px;
}
main .section__doctor .doctor__container.--counsel .doctor__txt a {
  position: relative;
}
main .section__doctor .doctor__container.--counsel .doctor__txt a::after {
  content: "";
  width: 465px;
  height: 1px;
  background: #3e3e3e;
  position: absolute;
  left: 100%;
  top: 50%;
  translate: 0 -50%;
}
main .section__doctor .doctor__container.--rsv {
  padding-top: 100px;
}
main .section__doctor .doctor__container.--rsv .doctor__txt a {
  position: relative;
}
main .section__doctor .doctor__container.--rsv .doctor__txt a::after {
  content: "";
  width: 298px;
  height: 1px;
  background: #3e3e3e;
  position: absolute;
  right: 100%;
  top: 50%;
  translate: 0 -50%;
}
main .section__doctor .doctor__phrase {
  position: absolute;
  top: 3.4em;
  left: -3.3em;
  width: clamp(1em, 50vw - 700px, 300px);
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 80px;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: #fff;
}
@media (max-width: 1400px) {
  main #main .section__visual .visual__swiper {
    left: calc(50% - 630px);
  }
  main #main .section__info {
    padding: 0 70px 0 calc(50% - 630px);
  }
  main #main .section__doctor h2 {
    padding-left: 70px;
  }
}

.parking {
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
}

.ft__section {
  display: none;
}

#ft {
  display: none;
}/*# sourceMappingURL=main.min.css.map */