@charset "UTF-8";
.p-doctor {
  background: #fbf7f6;
  padding: 40px 16px 60px;
}
@media screen and (min-width: 821px) {
  .p-doctor {
    background: #faede7;
    background: linear-gradient(to right, #fbf7f6 50%, #faede7 50%);
  }
}
.p-doctor .doctor__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 821px) {
  .p-doctor .doctor__inner {
    flex-direction: row;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .p-doctor .doctor__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 135px);
    background: #fbf7f6;
    position: absolute;
    top: -40px;
    left: 100px;
    z-index: 0;
    border-radius: 0 100px 0 0;
  }
}
.p-doctor .doctor__inner .doctor__img {
  width: 300px;
  margin: 0 auto 24px;
  order: 1;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-doctor .doctor__inner .doctor__img {
    width: 400px;
    margin: 0 60px 0 0;
    flex-shrink: 0;
    order: 0;
  }
}
.p-doctor .doctor__inner .doctor__info {
  text-align: center;
  display: contents;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 821px) {
  .p-doctor .doctor__inner .doctor__info {
    display: block;
    width: calc(100% - 460px);
    text-align: left;
  }
}
.p-doctor .doctor__inner .doctor__info .sec-ttl {
  order: 0;
}
@media screen and (min-width: 821px) {
  .p-doctor .doctor__inner .doctor__info .sec-ttl {
    padding-bottom: 55px;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 1.2;
  }
  .p-doctor .doctor__inner .doctor__info .sec-ttl span {
    font-size: 20px;
  }
}
.p-doctor .doctor__inner .doctor__info .doctor__name {
  padding: 24px 0;
  border-bottom: 1px solid #ce4170;
  border-top: 1px solid #ce4170;
  order: 2;
}
@media screen and (min-width: 821px) {
  .p-doctor .doctor__inner .doctor__info .doctor__name {
    padding: 55px 0;
    line-height: 1.8;
  }
}
.p-doctor .doctor__inner .doctor__info p {
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-doctor .doctor__inner .doctor__info p {
    margin-bottom: 0.5em;
    font-size: 18px;
  }
}
.p-doctor .doctor__inner .doctor__info p span {
  display: block;
}
@media screen and (min-width: 821px) {
  .p-doctor .doctor__inner .doctor__info p span {
    font-size: 18px;
  }
}
.p-doctor .doctor__inner .doctor__info .name {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-doctor .doctor__inner .doctor__info .name {
    font-size: 26px;
  }
}
.p-doctor .doctor__inner .doctor__info .name span {
  display: block;
  font-size: 13px;
  font-family: "Lexend", sans-serif;
}
@media screen and (min-width: 821px) {
  .p-doctor .doctor__inner .doctor__info .name span {
    font-size: 16px;
  }
}

.p-lead .lead__img {
  position: relative;
  z-index: 10;
}
.p-lead .lead__img img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 821px) {
  .p-lead .lead__img img {
    height: 100%;
  }
}
.p-lead .lead__info {
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding: 50px 16px 30px;
  margin-top: -50px;
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 821px) {
  .p-lead .lead__info {
    border-radius: 150px 150px 0 0;
    margin-top: -150px;
    padding: 100px 0;
  }
}
@media screen and (min-width: 821px) {
  .p-lead .lead__info .lead__info-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-lead .lead__info .lead__info-inner .c-txt:last-of-type {
  margin-top: 1em;
}
.p-lead .lead__info .lead-top {
  border-radius: 5px;
  background: #faede7;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 821px) {
  .p-lead .lead__info .lead-top {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-bottom: 1.5em;
  }
}
.p-lead .lead__info .lead-top figure {
  width: 200px;
  margin: 0 auto 1em;
}
@media screen and (min-width: 821px) {
  .p-lead .lead__info .lead-top figure {
    margin: 0 50px 0 0;
  }
}
.p-lead .lead__info .lead-top .lead-top__info h2 {
  font-size: 20px;
  line-height: 1.7;
  color: #d99ca2;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-lead .lead__info .lead-top .lead-top__info h2 {
    font-size: 30px;
    text-align: left;
  }
}
.p-lead .lead__info h3 {
  margin: 1em 0;
  line-height: 1.5;
  color: #ce4170;
  font-size: 20px;
}
@media screen and (min-width: 821px) {
  .p-lead .lead__info h3 {
    text-align: center;
    font-size: 30px;
  }
}

/* スライダー全体 */
.lead-facility {
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  gap: 10px;
  /* はみ出たスライドを隠す */
}

/* スライド3枚のグループ */
.lead-facility__slider {
  -webkit-animation: scroll-left 70s infinite linear 0.5s both;
  animation: scroll-left 70s infinite linear 0.5s both;
  display: flex;
  gap: 10px;
  margin-top: 1em;
  /* スライド3枚を横並び */
  /* スライド */
  /* スライドの画像 */
}
.lead-facility__slider figure {
  width: 33.3333333333vw;
  /* 3はスライドの枚数 */
}
@media screen and (min-width: 821px) {
  .lead-facility__slider figure {
    width: 20vw;
  }
}
.lead-facility__slider figure img {
  display: block;
  width: 100%;
}

/* CSSアニメーション */
@-webkit-keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-profile {
  padding: 60px 0;
}
.p-profile .inner {
  padding: 0 16px;
}
@media screen and (min-width: 821px) {
  .p-profile {
    padding: 100px 0;
    position: relative;
    background: #faede7;
    background: linear-gradient(to right, #faede7 50%, #fbf7f6 50%);
  }
  .p-profile .inner {
    position: relative;
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .p-profile .inner::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 200px);
    background: #fbf7f6;
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: 0;
    border-radius: 100px 0 0 0;
  }
  .p-profile .sec-ttl {
    position: relative;
  }
}
@media screen and (min-width: 821px) and (min-width: 821px) {
  .p-profile .c-dl {
    position: relative;
    z-index: 1;
  }
}
.p-profile .sec-ttl {
  text-align: center;
  margin-bottom: 40px;
}

.p-science {
  padding: 60px 16px;
}
@media screen and (min-width: 821px) {
  .p-science {
    padding: 100px 0;
    max-width: 1296px;
    margin: 0 auto;
  }
}
.p-science .sec-ttl {
  margin-bottom: 40px;
}
.p-science .science__inner table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-science .science__inner table th,
.p-science .science__inner table td {
  white-space: normal;
  word-break: break-word;
}
@media screen and (min-width: 821px) {
  .p-science .science__inner table th,
.p-science .science__inner table td {
    font-size: 16px;
  }
}
.p-science .science__inner table th:first-of-type,
.p-science .science__inner table td:first-of-type {
  width: 20%;
}
.p-science .science__inner table th:nth-of-type(2),
.p-science .science__inner table td:nth-of-type(2) {
  width: 40%;
}
.p-science .science__inner table th:nth-of-type(3),
.p-science .science__inner table td:nth-of-type(3) {
  width: 15%;
}
.p-science .science__inner table th:nth-of-type(4),
.p-science .science__inner table td:nth-of-type(4) {
  width: 25%;
}
.p-science .science__inner table th {
  background-color: #fbf7f6;
  padding: 6px 3px;
  text-align: center;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  font-size: 10px;
}
@media screen and (min-width: 821px) {
  .p-science .science__inner table th {
    font-size: 16px;
    padding: 10px 5px;
  }
}
.p-science .science__inner table td {
  padding: 8px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  font-size: 11px;
}
@media screen and (min-width: 821px) {
  .p-science .science__inner table td {
    font-size: 16px;
    padding: 16px;
  }
}
.p-science .science__inner table td a {
  color: #ce4170;
  display: flex;
  align-items: flex-start;
  text-decoration: underline;
}
.p-science .science__inner table td a::before {
  content: "";
  flex-shrink: 0;
  display: block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: url("../img/common/icon-external.png") no-repeat center top/cover;
}
@media screen and (min-width: 821px) {
  .p-science .science__inner table td a::before {
    width: 12px;
    height: 12px;
    margin-top: 4px;
  }
}
/*# sourceMappingURL=greeting.css.map */