﻿@charset "UTF-8";

.p-page-about {
  overflow: hidden;
}

.p-page-about__intro {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-page-about__intro {
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
}

.p-page-about__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-about__img {
    height: 25rem;
  }
}

.p-page-about__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-about__contents {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding: 40px 24px 48px;
  border-radius: var(--16, 16px);
  background: var(---white, #fff);
  -webkit-box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .p-page-about__contents {
    margin-top: -5.625rem;
    padding: 40px 80px 48px;
  }
}

.p-page-about__contents p + p {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-page-about__title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5833333333;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-about__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-page-about__text-top {
  font-size: clamp(18px, 5vw, 20px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-bottom: 1rem;
}
.p-page-about__text-top:nth-of-type(2) {
  margin-top: 56px;
}
.p-page-about__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 0;
}

.p-page-about__text span {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  color: #e55f9f;
}
.p-page-about__whole {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-page-about__text-top {
    font-size: 24px;
  }
  .p-page-about__whole {
    margin-top: 56px;
  }
  .p-page-about__whole img {
    width: 718.413px;
    height: 705px;
    display: block;
    margin: 0 auto;
  }
}

.p-page-head__breadcrumbs span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-page-about__bnr {
    width: 886px;
    margin: 52px auto 80px;
  }
}

@media screen and (max-width: 900px) {
  .p-page-about__bnr {
    width: 94%;
    margin: 52px auto 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-page-about__bnr {
    width: 89.33vw;
    margin: 52px auto 80px;
  }
}

.l-common-margin.p-about-doctor {
  margin-top: 98px;
  margin-bottom: 150px;
  padding-top: 72px;
  padding-bottom: 56px;
  background-color: #f6e9dd;
  position: relative;
}
.l-common-margin.p-about-doctor::before {
  content: "";
  position: absolute;
  top: -5.6vw;
  left: 0;
  width: 100%;
  height: max(98px, 6.6vw);
  background: url(/common/images/page/vision/doctor-wave-top.png) no-repeat top/cover;
}
.l-common-margin.p-about-doctor::after {
  content: "";
  position: absolute;
  bottom: -4.6vw;
  left: 0;
  width: 100%;
  height: max(98px, 6.6vw);
  background: url(/common/images/page/vision/doctor-wave-bottom.png) no-repeat
    top/cover;
}

.p-about-doctor-wrap {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.p-about-doctor-wrap .c-page-section-title {
  color: #4f4f4f;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 20px;
}
.p-about-doctor-wrap .c-page-section-title span {
  font-family: "League Spartan";
  font-size: 28px;
  font-weight: 300;
  line-height: 100%;
  display: block;
  margin-bottom: 8px;
}
.p-about-doctor-wrap .c-page-section-subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 20px;
}
.p-about-doctor-wrap .c-message-doctor {
  margin-bottom: 8px;
}
.p-about-doctor-wrap .c-message-doctor span {
  color: #e55f9f;
  font-weight: 700;
}
.p-doctor-wrap-left {
  max-width: 501px;
}
.p-doctor-wrap-right {
  max-width: 459px;
}
.p-about-doctor-wrap .p-doctor-profile {
  margin: 32px auto 0;
  width: 379px;
}
.p-about-doctor-wrap .c-txt-name-en {
  font-weight: 700;
}

@media (max-width: 768px) {
  .l-common-margin.p-about-doctor {
    margin-top: 40px;
    margin-bottom: 92px;
    padding-top: 72px;
    padding-bottom: 56px;
  }
  .l-common-margin.p-about-doctor::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(/common/images/page/vision/doctor-wave-top-sp.png) no-repeat
      top/cover;
  }
  .l-common-margin.p-about-doctor::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(/common/images/page/vision/doctor-wave-bottom-sp.png) no-repeat
      top/cover;
  }

  .p-about-doctor-wrap .c-page-section-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 40px;
  }

  .p-about-doctor-wrap {
    flex-direction: column;
    gap: 0;
  }
  .p-about-doctor-wrap .c-page-section-title {
    order: 0;
  }
  .p-about-doctor-wrap .p-column-image {
    order: 1;
  }
  .p-about-doctor-wrap .c-page-section-subtitle {
    font-size: clamp(18px, 5vw, 20px);
    font-weight: 700;
    order: 2;
    margin-top: 40px;
  }
  .p-about-doctor-wrap .p-block-heading {
    width: 100%;
    order: 3;
  }
  .p-about-doctor-wrap .p-doctor-profile {
    width: 100%;
    order: 4;
  }
  .p-about-doctor-wrap hgroup,
  .p-doctor-wrap-left,
  .p-doctor-wrap-right {
    display: contents;
  }
  .p-about-doctor-wrap .c-txt-name-en {
    display: none;
  }
}

/* 動画コンテンツ追加 20251126 */
.movieBtn01 {
  height: 13vw;
  width: 13vw;
  position: fixed;
  right: 1.5vw;
  bottom: 1.5vw;
  display: flex;
  align-items: center;
  z-index: 999;
  transition: all 0.5s;
}
body:has(.p-btn-scroll-top.is-fixed) .movieBtn01 {
  bottom: 6.5vw;
}
.movieBtn01 > a {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .movieBtn01 > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .movieBtn01 {
    height: 30vw;
    width: 30vw;
    bottom: 1.5vw;
  }
  body:has(.p-cv-float.l-fixed) .movieBtn01 {
    bottom: 16.5vw;
  }
  body:has(.p-btn-scroll-top.is-fixed) .movieBtn01 {
    bottom: 30vw;
  }
}