#doctor {
  background-color: var(--whiteColor);
  padding-bottom: 12rem;
}
#doctor .container {
  padding-bottom: 0;
}

.top-doctor__item {
  margin-bottom: 6rem;
}
.top-doctor__item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 813px) {
  .top-doctor__item {
    margin-bottom: 8rem;
  }
}
.top-doctor__main {
  background-color: var(--whiteColor);
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media print, screen and (min-width: 813px) {
  .top-doctor__main {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-doctor__main--photo-left .top-doctor__photo-wrap--deco::after {
  right: auto;
  left: -1.5rem;
}
@media print, screen and (min-width: 813px) {
  .top-doctor__main--photo-left .top-doctor__photo-wrap--deco {
    margin-right: 0;
    margin-left: calc(-1 * (max(0px, (100vw - 1200px) / 2) + 36px) + 2.5rem);
  }
  .top-doctor__main--photo-left .top-doctor__photo-wrap--deco::after {
    left: -2.5rem;
    right: auto;
    bottom: -2.5rem;
  }
  .top-doctor__main--photo-left .top-doctor__text {
    order: 0;
  }
}
@media print, screen and (min-width: 813px) {
  .top-doctor__main {
    padding-top: 7rem;
    padding-bottom: 14rem;
  }
}
.top-doctor__row {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media print, screen and (min-width: 813px) {
  .top-doctor__row {
    flex-direction: row;
    gap: 6rem;
  }
}
@media print, screen and (min-width: 813px) {
  .top-doctor__text {
    flex: 1;
    order: -1;
  }
}
.top-doctor__profile {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #F7F6F4;
}
@media print, screen and (min-width: 813px) {
  .top-doctor__profile--two-col .top-doctor__row {
    gap: 5rem;
    align-items: flex-start;
  }
  .top-doctor__profile--two-col .top-doctor__timeline {
    flex: 1;
    margin-bottom: 0;
  }
  .top-doctor__profile--two-col .top-doctor__affiliation {
    flex: 0 0 auto;
    max-width: 40%;
  }
  .top-doctor__profile--two-col .top-doctor__photo-wrap {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 813px) {
  .top-doctor__profile {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.top-doctor__photo-wrap {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  align-self: flex-start;
}
.top-doctor__photo-wrap picture,
.top-doctor__photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.top-doctor__photo-wrap--deco::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--subColor);
  z-index: 0;
  bottom: -1.5rem;
  right: -1.5rem;
}
@media print, screen and (min-width: 813px) {
  .top-doctor__photo-wrap {
    flex: 0 0 43%;
  }
  .top-doctor__photo-wrap--deco {
    flex: 0 0 auto;
    width: calc(43% + max(0px, (100vw - 1200px) / 2) + 36px);
    margin-right: calc(-1 * (max(0px, (100vw - 1200px) / 2) + 36px));
  }
  .top-doctor__photo-wrap--deco::after {
    right: -2.5rem;
    bottom: -2.5rem;
  }
}
.top-doctor__catch {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.top-doctor__desc {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.top-doctor__nameblock {
  margin-top: 2rem;
}
.top-doctor__doclabel {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #A89D83;
  margin-bottom: 0.1rem;
}
.top-doctor__univ {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 0.2rem;
  line-height: 1.4;
}
.top-doctor__name {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}
.top-doctor__timeline {
  margin-bottom: 2.5rem;
}
.top-doctor__tl-row {
  display: flex;
  padding: 0.5rem 0;
  position: relative;
  line-height: 1.5;
}
.top-doctor__tl-row::before {
  content: "";
  position: absolute;
  left: 6rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #E6DFCF;
}
.top-doctor__tl-row::after {
  content: "";
  position: absolute;
  left: 6rem;
  top: 1rem;
  transform: translateX(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #E6DFCF;
  z-index: 1;
}
.top-doctor__tl-row:first-child::before {
  top: 1.5rem;
}
.top-doctor__tl-row:last-child::before {
  height: 1.5rem;
  bottom: auto;
}
.top-doctor__tl-row dt {
  flex-shrink: 0;
  width: 6.5rem;
  font-size: 1.3rem;
  color: #746541;
  text-align: right;
  padding-right: 1.5rem;
}
.top-doctor__tl-row dd {
  margin: 0;
  flex: 1;
  font-size: 1.3rem;
  padding-left: 0.8rem;
}
.top-doctor__affiliation {
  display: flex;
  gap: 0.8rem;
  line-height: 1.8;
}
.top-doctor__affiliation dt {
  flex-shrink: 0;
  font-size: 1.3rem;
  color: #746541;
}
.top-doctor__affiliation dd {
  margin: 0;
  flex: 1;
  font-size: 1.3rem;
}

.menu-accordion {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 813px) {
  .menu-accordion {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
}
.menu-accordion--treatment {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media print, screen and (min-width: 813px) {
  .menu-accordion--treatment {
    grid-template-columns: 1fr 1fr;
    gap: 0 4rem;
  }
}
.menu-accordion--treatment .menu-accordion__head {
  padding-left: 1.4rem;
}
.menu-accordion--treatment .menu-accordion__head::before {
  display: none;
}
.menu-accordion--treatment .menu-accordion__list li {
  padding-left: 0;
}
.menu-accordion--treatment .menu-accordion__item.is-open {
  border-bottom: none;
}
@media print, screen and (min-width: 813px) {
  .menu-accordion__col {
    flex: 1;
  }
  .menu-accordion__col--link {
    flex: 1;
  }
}
.menu-accordion__items {
  list-style: none;
  padding: 0;
}
.menu-accordion__item {
  border-bottom: 1px solid #E6DFCF;
}
.menu-accordion__head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.4rem 0 1.4rem 5.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.menu-accordion__head::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: var(--menu-icon) center/contain no-repeat;
}
.menu-accordion__head:focus, .menu-accordion__head:focus-visible {
  outline: none;
}
.menu-accordion__label {
  flex: 1;
}
.menu-accordion__name {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--textColor);
  letter-spacing: 0.1em;
}
.menu-accordion__en {
  display: block;
  font-size: 1rem;
  color: #A89D83;
  letter-spacing: 0.5em;
  margin-top: 0.2rem;
}
.menu-accordion__toggle {
  position: relative;
  width: 2.3rem;
  height: 2.3rem;
  background-color: #A89D83;
  flex-shrink: 0;
  margin-right: 1.4rem;
}
.menu-accordion__toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url("/assets/images/menu/icon_open.svg") 0 0/100% 100% no-repeat;
}
.menu-accordion__item.is-open .menu-accordion__toggle::before {
  background-image: url("/assets/images/menu/icon_close.svg");
}
.menu-accordion__item--link a.menu-accordion__head {
  text-decoration: none;
  color: var(--textColor);
}
.menu-accordion__item--link a.menu-accordion__head::after {
  content: "";
  display: block;
  width: 0.49rem;
  height: 0.91rem;
  background: url("/assets/images/menu/icon_arrow.svg") center/contain no-repeat;
  flex-shrink: 0;
  align-self: center;
  margin-left: auto;
  margin-right: 1.4rem;
}
.menu-accordion__body {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.menu-accordion__list {
  list-style: none;
  padding: 0;
}
.menu-accordion__list li {
  border-top: 1px solid #E6DFCF;
  padding-left: 5.5rem;
}
.menu-accordion__list li:first-child {
  border-top: none;
}
.menu-accordion__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.4rem 1rem 0;
  font-size: 1.4rem;
  color: var(--textColor);
  text-decoration: none;
}
.menu-accordion__list li a::after {
  content: "";
  display: block;
  width: 0.49rem;
  height: 0.91rem;
  background: url("/assets/images/menu/icon_arrow.svg") center/contain no-repeat;
  flex-shrink: 0;
  align-self: center;
}
.menu-accordion__list--thumb {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0.8rem 2rem 2rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 813px) {
  .menu-accordion__list--thumb {
    grid-template-columns: 1fr 1fr;
  }
}
.menu-accordion__list--thumb li {
  border: none;
}
.menu-accordion__list--thumb li a::after {
  display: none;
}
.menu-accordion__list--thumb a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
  padding: 0.8rem 1.2rem;
  font-size: 1.3rem;
  width: 100%;
}
.menu-accordion__list--thumb a img {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.menu-accordion__list--thumb a span {
  flex: 1;
  font-size: 1.4rem;
  text-align: left;
}

.tabswitch_list--beige > * {
  background-color: var(--whiteColor);
  border: none;
  color: #A89D83;
}
.tabswitch_list--beige > *.active {
  background-color: #A89D83;
  border: none;
  color: var(--whiteColor);
}
@media print, screen and (min-width: 813px) {
  .tabswitch_list--beige > *:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.6);
    color: #A89D83;
  }
}

.p-mv-int-banner {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-mv-int-banner {
    bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .top_b .p-mv-int-banner {
    bottom: 8vw;
  }
}
.p-mv-int-banner {
  display: block;
  background-color: rgba(149, 138, 114, 0.8);
  color: #fff;
  text-decoration: none;
  padding: 20px 28px 16px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  transition: opacity 0.3s;
  z-index: 10;
}
.p-mv-int-banner:link, .p-mv-int-banner:visited {
  color: #fff;
}
.p-mv-int-banner:hover {
  opacity: 0.8;
}
.p-mv-int-banner__arrow {
  display: block;
  width: 50px;
  padding-bottom: 8px;
  padding-right: 12px;
  margin: 8px auto 0;
  position: relative;
}
.p-mv-int-banner__arrow::before, .p-mv-int-banner__arrow::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.p-mv-int-banner__arrow::before {
  width: 100%;
  left: 0;
  transition: left 0.3s ease;
}
.p-mv-int-banner__arrow::after {
  width: 8px;
  right: 0;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: right 0.3s ease;
}
.p-mv-int-banner:hover .p-mv-int-banner__arrow::before {
  left: 8px;
}
.p-mv-int-banner:hover .p-mv-int-banner__arrow::after {
  right: -8px;
}

.mainvisual_video {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  background-color: #000;
}

.mv_video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv-sp {
  inset: 0;
}
@media print, screen and (min-width: 813px) {
  .fv-sp {
    display: none;
  }
}

.fv-pc {
  display: none;
}
@media print, screen and (min-width: 813px) {
  .fv-pc {
    display: block;
    left: 0;
    right: 0;
    aspect-ratio: 16/9;
    top: 50%;
    transform: translateY(-50%);
  }
}

.fv-phase {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 0;
}
.fv-phase.is-active {
  opacity: 1;
  z-index: 1;
}

.fv-phase--video {
  transition: opacity 1.5s ease;
}

.fv-phase--start::after,
.fv-phase--end::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.fv-phase__img,
.fv-phase__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@keyframes fv-zoom-out {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fv-zoom-in {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
.fv-phase--start.is-active .fv-phase__img {
  animation: fv-zoom-out 3s linear forwards;
}

.fv-phase--end.is-active .fv-phase__img {
  animation: fv-zoom-out 3s linear forwards;
}

.fv-text {
  display: none;
}
@media print, screen and (min-width: 813px) {
  .fv-text {
    position: absolute;
    display: flex;
    bottom: 8vw;
    left: 8vw;
    z-index: 2;
    flex-direction: column;
    gap: 3.571vw;
  }
}

.fv-text__item {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 2.4s ease, transform 2.4s ease;
}
.fv-text__item img {
  display: block;
  height: auto;
}
.fv-text__item.is-active {
  opacity: 1;
  transform: scale(1);
}
.fv-text__item.is-exit {
  opacity: 0;
  transform: translateY(-15px);
  transition: opacity 2.4s ease, transform 2.4s ease;
}

.fv-text-1 {
  width: 28.571vw;
}

.fv-text-2 {
  width: 26.286vw;
}

.fv-text-1 img,
.fv-text-2 img {
  width: 100%;
}

.top_b #mainvisual {
  height: auto;
  aspect-ratio: 9/16;
}
@media print, screen and (min-width: 813px) {
  .top_b #mainvisual {
    aspect-ratio: 16/9;
  }
  .top_b #side_navigation {
    top: 28vw;
  }
}
.top_b #menu[data-bg-color=lightbeige] {
  background-color: #F7F6F4;
}
.top_b #case {
  background-color: #fff;
}
.top_b .menu-banner {
  margin-bottom: 6rem;
}
.top_b .menu-banner__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.8rem;
}
.top_b .menu-banner__heading::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("/assets/images/menu/icon_menu_heading.svg") center/contain no-repeat;
}
.top_b .menu-banner__image {
  display: block;
  margin-top: 2rem;
}
.top_b .menu-banner__image img {
  width: 100%;
  height: auto;
  display: block;
}