@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.lower-page {
  padding-bottom: 0;
}

.doctor {
  padding-bottom: calc(8px * 13);
  overflow-x: clip;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .doctor {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.doctor::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .doctor::before {
    width: 300px;
  }
}

.doctor::before {
  translate: -50% 0;
  left: calc(50% + 600px);
}

@media screen and (max-width: 1279px) {
  .doctor::before {
    translate: initial;
    left: auto;
    right: -246px;
  }
}

@media screen and (max-width: 519px) {
  .doctor::before {
    right: -100px;
  }
}

.doctor::before {
  top: 600px;
}

.doctor .doctor-unit {
  display: grid;
  grid-template-columns: 1fr 422px;
  gap: 56px;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .doctor .doctor-unit {
    gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

.doctor .doctor-unit__vsl {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: clip;
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-unit__vsl {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__vsl {
    width: 70%;
  }
}

.doctor .doctor-dtl {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .doctor .doctor-dtl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-dtl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.doctor .doctor-dtl__txt {
  line-height: 2;
}

.doctor .doctor-dtl__txt:not(:last-of-type) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .doctor .doctor-dtl__txt:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-dtl__txt:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.doctor .doctor-name {
  position: absolute;
  right: 16px;
  bottom: 16px;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-name {
    bottom: 8px;
    right: 8px;
  }
}

.doctor .doctor-name__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .doctor .doctor-name__inner {
    padding-bottom: 4px;
  }
}

.doctor .doctor-name__inner::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #E1D295 64px, rgba(155, 130, 30, 0.6) 64px);
}

@media screen and (max-width: 767px) {
  .doctor .doctor-name__inner::before {
    background: linear-gradient(to right, #E1D295 40px, rgba(155, 130, 30, 0.6) 40px);
  }
}

.doctor .doctor-name__inner::after {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 200%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.doctor .doctor-name dt,
.doctor .doctor-name dd {
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .doctor .doctor-name dt,
  .doctor .doctor-name dd {
    font-size: 2rem;
  }
}

.doctor .doctor-name dt {
  position: relative;
  color: #E1D295;
}

.doctor .doctor-subttl {
  position: relative;
  padding-left: 28px;
  margin-bottom: calc(8px * 3);
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-subttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-subttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-subttl {
    line-height: 1.4;
    font-size: 2rem;
  }
}

.doctor .doctor-subttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 23px;
  aspect-ratio: 13/12;
  background: #9B821E;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-cross.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.doctor .doctor-profunit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .doctor .doctor-profunit {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-profunit {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-profunit {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-profunit {
    grid-template-columns: initial;
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .doctor .doctor-profunit {
    gap: 24px;
  }
}

.doctor .doctor-profunit__col .list {
  font-size: 1.4rem;
}

.doctor .doctor-histlist__item {
  display: grid;
  grid-template-columns: 100px 1fr;
}

@media screen and (max-width: 519px) {
  .doctor .doctor-histlist__item {
    grid-template-columns: 80px 1fr;
  }
}

.doctor .doctor-histlist__item:first-of-type dt {
  border-top: 1px solid rgba(49, 55, 65, 0.8);
}

.doctor .doctor-histlist__item:first-of-type dd {
  border-top: 1px solid rgba(49, 55, 65, 0.5);
}

.doctor .doctor-histlist__item dt,
.doctor .doctor-histlist__item dd {
  padding-top: calc(8px * 2);
  padding-bottom: calc(8px * 2);
  padding-left: 8px;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-histlist__item dt,
  .doctor .doctor-histlist__item dd {
    padding-top: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-histlist__item dt,
  .doctor .doctor-histlist__item dd {
    padding-top: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-histlist__item dt,
  .doctor .doctor-histlist__item dd {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-histlist__item dt,
  .doctor .doctor-histlist__item dd {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

.doctor .doctor-histlist__item dt {
  border-bottom: 1px solid rgba(49, 55, 65, 0.8);
  font-family: "Shippori Mincho B1", serif;
}

.doctor .doctor-histlist__item dd {
  border-bottom: 1px solid rgba(49, 55, 65, 0.5);
}

.clinic {
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 20);
  position: relative;
  z-index: 1;
  overflow: clip;
}

@media screen and (max-width: 959px) {
  .clinic {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clinic {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .clinic {
    padding-bottom: calc((8px * 20) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clinic {
    padding-bottom: calc((8px * 20) * 0.5);
  }
}

.clinic::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 510px;
  aspect-ratio: 1/1;
  background: rgba(1, 166, 255, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .clinic::before {
    width: 300px;
  }
}

.clinic::before {
  left: calc(50% - 640px);
  translate: -50% 0;
}

@media screen and (max-width: 1279px) {
  .clinic::before {
    translate: initial;
    left: -246px;
  }
}

@media screen and (max-width: 519px) {
  .clinic::before {
    left: -100px;
  }
}

.clinic::before {
  top: 800px;
  background: rgba(1, 166, 255, 0.2);
}

.clinic .clinic-unit {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .clinic .clinic-unit {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clinic .clinic-unit {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .clinic .clinic-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .clinic .clinic-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 959px) {
  .clinic .clinic-unit__vsl {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .clinic .clinic-unit__vsl {
    width: 60%;
  }
}

@media screen and (max-width: 519px) {
  .clinic .clinic-unit__vsl {
    width: 70%;
  }
}

.clinic .equip .equip-unit {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
}

@media screen and (max-width: 959px) {
  .clinic .equip .equip-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .clinic .equip .equip-unit {
    gap: 16px;
  }
}

.clinic .equip .equip-unit:not(:last-of-type) {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .clinic .equip .equip-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clinic .equip .equip-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.clinic .equip .equip-unit.--reverse {
  grid-template-columns: 1fr 320px;
}

@media screen and (max-width: 959px) {
  .clinic .equip .equip-unit.--reverse {
    grid-template-columns: initial;
  }
}

.clinic .equip .equip-unit.--reverse .equip-unit__vsl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.clinic .equip .equip-unit.--reverse .equip-unit__dtl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 959px) {
  .clinic .equip .equip-unit__vsl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .clinic .equip .equip-unit__vsl {
    width: 60%;
  }
}

@media screen and (max-width: 519px) {
  .clinic .equip .equip-unit__vsl {
    width: 70%;
  }
}

@media screen and (max-width: 959px) {
  .clinic .equip .equip-unit__dtl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.clinic .equip .equip-unit .ttl-m {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .clinic .equip .equip-unit .ttl-m {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clinic .equip .equip-unit .ttl-m {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.clinic .equip .equip-unit .equip-tb-vsl {
  width: 50%;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .clinic .equip .equip-unit .equip-tb-vsl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clinic .equip .equip-unit .equip-tb-vsl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .clinic .equip .equip-unit .equip-tb-vsl {
    width: 60%;
  }
}

@media screen and (max-width: 519px) {
  .clinic .equip .equip-unit .equip-tb-vsl {
    width: 70%;
  }
}

.clinic .equip .point-frame .point-frame-ttl {
  margin-bottom: calc(8px * 2);
  padding-bottom: calc(8px * 2);
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .clinic .equip .point-frame .point-frame-ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clinic .equip .point-frame .point-frame-ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .clinic .equip .point-frame .point-frame-ttl {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .clinic .equip .point-frame .point-frame-ttl {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .clinic .equip .point-frame .point-frame-ttl {
    font-size: 2rem;
  }
}

.clinic .equip .point-frame > dd {
  padding: 24px;
}

@media screen and (max-width: 959px) {
  .clinic .equip .point-frame > dd {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 767px) {
  .clinic .equip .point-frame > dd {
    padding: 16px;
  }
}

/*# sourceMappingURL=../../maps/pages/clinic.css.map */
