.u-flex {
  display: flex;
}

.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .u-flex-between {
    flex-direction: column;
  }
}

.u-flex-column {
  display: flex;
  flex-direction: column;
}

.u-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.u-gap-4 {
  gap: 4px;
}

.u-gap-5 {
  gap: 5px;
}

.u-gap-6 {
  gap: 6px;
}

.u-gap-7 {
  gap: 7px;
}

.u-gap-8 {
  gap: 8px;
}

.u-gap-9 {
  gap: 9px;
}

.u-gap-10 {
  gap: 10px;
}

.u-gap-11 {
  gap: 11px;
}

.u-gap-12 {
  gap: 12px;
}

.u-gap-13 {
  gap: 13px;
}

.u-gap-14 {
  gap: 14px;
}

.u-gap-15 {
  gap: 15px;
}

.u-gap-16 {
  gap: 16px;
}

.u-gap-17 {
  gap: 17px;
}

.u-gap-18 {
  gap: 18px;
}

.u-gap-19 {
  gap: 19px;
}

.u-gap-20 {
  gap: 20px;
}

.u-gap-21 {
  gap: 21px;
}

.u-gap-22 {
  gap: 22px;
}

.u-gap-23 {
  gap: 23px;
}

.u-gap-24 {
  gap: 24px;
}

.u-gap-25 {
  gap: 25px;
}

.u-gap-26 {
  gap: 26px;
}

.u-gap-27 {
  gap: 27px;
}

.u-gap-28 {
  gap: 28px;
}

.u-gap-29 {
  gap: 29px;
}

.u-gap-30 {
  gap: 30px;
}

.u-gap-31 {
  gap: 31px;
}

.u-gap-32 {
  gap: 32px;
}

.u-gap-33 {
  gap: 33px;
}

.u-gap-34 {
  gap: 34px;
}

.u-gap-35 {
  gap: 35px;
}

.u-gap-36 {
  gap: 36px;
}

.u-gap-37 {
  gap: 37px;
}

.u-gap-38 {
  gap: 38px;
}

.u-gap-39 {
  gap: 39px;
}

.u-gap-40 {
  gap: 40px;
}

.p-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 80px auto;
  padding: 0 clamp(2rem, -0.3076923077rem + 4.9230769231vw, 4rem);
}
@media screen and (max-width: 767px) {
  .p-inner {
    margin: 40px auto;
    padding: 0 4vw;
  }
}

.p-hero__faq {
  background: url("../../faq/img/hero-img.png") no-repeat center left;
}
.p-hero__treatment {
  background: url("../../treatment/img/hero-img.png") no-repeat center left;
}
.p-hero__about {
  background: url("../../about/img/hero-img.png") no-repeat center left;
}
.p-hero__doctor {
  background: url("../../doctor/img/hero-img.png") no-repeat center left;
}
.p-hero__access {
  background: url("../../access/img/hero-img.png") no-repeat center left;
}
.p-hero__hg {
  max-width: 1300px;
  width: 100%;
  padding: 20px;
  margin: auto;
}

.p-hero__faq,
.p-hero__treatment,
.p-hero__about,
.p-hero__doctor,
.p-hero__access {
  position: relative;
  background-size: cover;
  min-height: 320px;
  margin-left: 4vw;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 6px;
  display: flex;
  overflow: hidden;
}
.p-hero__faq::before,
.p-hero__treatment::before,
.p-hero__about::before,
.p-hero__doctor::before,
.p-hero__access::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(128, 127, 143, 0.2);
  z-index: 1;
  pointer-events: none;
}
.p-hero__faq > *,
.p-hero__treatment > *,
.p-hero__about > *,
.p-hero__doctor > *,
.p-hero__access > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-hero__faq,
  .p-hero__treatment,
  .p-hero__about,
  .p-hero__doctor,
  .p-hero__access {
    min-height: 200px;
  }
}

.p-hero__en {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1.25rem, 0.6730769231rem + 1.2307692308vw, 1.75rem);
  letter-spacing: 0.08em;
  color: #fff;
}
.p-hero__en::before {
  content: "";
  position: absolute;
  top: -30px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 32px;
  background: url("../img/common/mark.svg") no-repeat center/contain;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-hero__en::before {
    top: -20px;
    width: 30px;
    height: 24px;
  }
}

.p-hero__title {
  display: inline-block;
  font-size: clamp(1rem, 0.2788461538rem + 1.5384615385vw, 1.625rem);
  color: #fff;
  letter-spacing: 0.1em;
  padding: 4px 20px;
  background-color: #52B567;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-hero__title {
    padding: 2px 6px;
  }
}

.breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 1rem 2rem;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 0.5rem;
}
.breadcrumb__link {
  color: #52B567;
  text-decoration: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}
.breadcrumb__current {
  font-weight: bold;
}

.qa {
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
}
.qa__item {
  margin-bottom: 1rem;
  overflow: hidden;
}
.qa__item summary {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding: 1rem;
  list-style: none;
}
.qa__item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}
.qa__item[open] summary::after {
  content: "-";
}
.qa__item .qa__question {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  background-color: white;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa__item .qa__question {
    font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
    padding: 1rem 2.2rem 1rem 0.6rem;
    align-items: start;
  }
}
.qa__item .qa__question .qa-icon {
  margin-right: 1rem;
}
.qa__item .qa__answer {
  margin: 20px;
  display: flex;
  font-weight: normal;
  font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  padding: 0.5rem 1rem 2rem 1rem;
  line-height: 1.7;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  .qa__item .qa__answer {
    padding: 0rem 0 0.5rem 0;
  }
}
.qa__item[open] .qa__answer {
  opacity: 1;
  max-height: 1000px;
}

.qa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .qa-icon {
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin-right: 8px;
  }
}
.qa-icon--q {
  background: #ffe97a;
  color: #52B567;
}
.qa-icon--a {
  background: #52B567;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .qa-icon--a {
    display: none;
  }
}

.p-treatment {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px;
}
.p-treatment-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
.p-treatment-wrap h2 {
  font-size: clamp(1rem, 0.4230769231rem + 1.2307692308vw, 1.5rem);
  font-weight: bold;
  background: #eafbe2;
  padding: 0.6rem 1.5rem;
  border-radius: 8px;
}
.p-treatment__item {
  display: flex;
  margin: 0 1rem;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-treatment__item {
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
}
.p-treatment__item--flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-treatment__item--flex {
    align-items: flex-start;
  }
}
@media screen and (max-width: 380px) {
  .p-treatment__item--flex {
    flex-direction: column;
    align-items: center;
  }
}
.p-treatment__img {
  max-width: 120px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-treatment__img {
    max-width: 70px;
    width: 100%;
  }
}

.p-treatment__points li {
  font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  margin-bottom: 10px;
  color: #38a05a;
  font-weight: 600;
}
@media screen and (max-width: 380px) {
  .p-treatment__points li {
    font-size: 12px;
  }
}
.p-treatment__points li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  background: url("../img/common/icon-point.png") no-repeat center/contain;
  vertical-align: middle;
}

.p-treatment__rightimg {
  max-width: 320px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.p-treatment__rightimg img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-treatment__rightimg img {
    max-height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-treatment__rightimg {
    max-width: 100%;
    width: 100%;
  }
}

.bg-mission {
  background-color: white;
}

.about {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .about {
    margin: 40px 0px;
  }
}
.about span {
  color: #52B567;
  font-size: 14px;
  font-weight: 600;
}
.about h2 {
  font-size: clamp(1rem, 0.1346153846rem + 1.8461538462vw, 1.75rem);
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 1rem 0;
}
.about p {
  max-width: 700px;
}
.about__img1 {
  position: absolute;
  top: 0;
  right: 80px;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  filter: blur(16px);
  transition: opacity 1.2s ease, filter 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .about__img1 {
    top: -20px;
    right: 200px;
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .about__img1 {
    right: 90px;
    top: -50px;
    width: 160px;
  }
}
.about__img1.is-visible {
  opacity: 1;
  filter: blur(0);
}
.about__img2 {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 240px;
  opacity: 0;
  filter: blur(16px);
  transition: opacity 8s ease, filter 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .about__img2 {
    right: 0;
    top: -80px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .about__img2 {
    top: 40px;
    right: -10px;
    width: 100px;
  }
}
.about__img2.is-visible {
  opacity: 1;
  filter: blur(0);
}
.about .about__img1,
.about .about__img2 {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: opacity 1.2s ease, filter 1.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.6s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s cubic-bezier(0.4, 0, 0.2, 1), top 0.6s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.clinic-intro {
  text-align: center;
  padding: 48px 32px;
  margin: auto;
}
.clinic-intro__title {
  font-size: clamp(1.25rem, 0.8173076923rem + 0.9230769231vw, 1.625rem);
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.clinic-intro__title::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #52B567;
  margin: 0.5em auto 1em auto;
  border-radius: 2px;
}
.clinic-intro__lead {
  color: #b89c5b;
  font-size: clamp(1rem, 0.8557692308rem + 0.3076923077vw, 1.125rem);
  font-weight: bold;
  margin-bottom: 0.2em;
  display: inline-block;
  padding-bottom: 0.2em;
}
.clinic-intro__grid {
  display: flex;
  gap: 80px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2em;
}
.clinic-intro__item {
  flex: 1 1 280px;
  max-width: 340px;
  background: none;
  text-align: left;
}
.clinic-intro__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1em;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: block;
}
.clinic-intro__subtitle {
  font-size: clamp(1rem, 0.8557692308rem + 0.3076923077vw, 1.125rem);
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .clinic-intro__grid {
    flex-wrap: wrap;
  }
  .clinic-intro__item {
    max-width: 100%;
  }
}

.clinic-intro--equipment .clinic-intro__grid {
  flex-wrap: wrap;
  gap: 32px;
}

.clinic-intro__divider {
  width: 100%;
  margin: 48px auto 0;
  border-top: 2px solid #e5dfc9;
  opacity: 0.7;
}

.bg-green {
  position: relative;
  overflow: hidden;
}
.bg-green::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../../doctor/img/bg-right.jpg") no-repeat right top;
  background-size: contain;
  opacity: 0.3;
  z-index: -10;
  pointer-events: none;
}

.doctor-profile {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
  padding-bottom: 20px;
}
.doctor-profile:last-child {
  padding-top: 40px;
  border-top: 1px solid #d1d1d1;
}
.doctor-profile__inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
  padding: 20px 40px;
}
@media screen and (max-width: 1024px) {
  .doctor-profile__inner {
    gap: 32px;
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-profile__inner {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-profile__inner.is-normal-direction {
    flex-direction: column;
  }
}
.doctor-profile__text {
  flex: 1 1 0%;
  min-width: 220px;
  max-width: 700px;
}
.doctor-profile__img-wrap {
  flex: 0 0 300px;
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .doctor-profile__img-wrap {
    flex-basis: 220px;
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-profile__img-wrap {
    flex-basis: 200px;
    max-width: 200px;
    margin: 0 auto;
  }
}
.doctor-profile__name {
  font-size: clamp(1.125rem, 0.6923076923rem + 0.9230769231vw, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .doctor-profile__name {
    text-align: center;
  }
}
.doctor-profile__name span {
  font-size: 60%;
  color: #BA9C6D;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .doctor-profile__name span {
    display: block;
    margin-left: 0;
  }
}
.doctor-profile__badge {
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 4px;
  letter-spacing: 0.1em;
  margin: 20px auto;
  background-color: #52B567;
  color: white;
  font-size: clamp(0.8125rem, 0.5961538462rem + 0.4615384615vw, 1rem);
}
@media screen and (max-width: 1024px) {
  .doctor-profile__badge {
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 0px;
    text-align: center;
  }
}

.career {
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  margin: 40px 20px;
  display: flex;
  justify-content: space-around;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .career {
    flex-direction: column;
    padding: 20px;
    gap: 40px;
    margin: 20px 20px;
  }
}
.career__inner h4 {
  color: #52B567;
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.7836538462rem + 0.4615384615vw, 1.1875rem);
}

.access-title {
  font-size: clamp(1rem, 0.5673076923rem + 0.9230769231vw, 1.375rem);
  padding: 12px 0;
  border-bottom: 1px solid #DBD4B3;
  margin-bottom: 40px;
}
.access-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #52B567;
  margin-right: 18px;
}
.access-time {
  margin: 0 40px;
  background-color: white;
  border-radius: 20px;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .access-time {
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
}
.access-time-com {
  margin-top: 20px;
  font-size: 80%;
}

.access-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-right: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .access-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=content.css.map */