@charset "UTF-8";
table {
  width: 100%;
}

@media screen and (min-width: 821px) {
  .p-section {
    padding: 100px 0 0;
  }
}
.p-section .sec-ttl {
  margin-bottom: 36px;
}

.table {
  table-layout: fixed;
  width: 100%;
}
@media screen and (min-width: 821px) {
  .table {
    max-width: 1296px;
    margin: 0 auto;
  }
}
.table th,
.table td {
  padding: 10px;
  border: 1px solid #e6e6e6;
  white-space: normal;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .table th,
.table td {
    font-size: 16px;
    padding: 16px 30px 16px 60px;
  }
}
.table th {
  background: #fbf7f6;
  width: 40%;
}
.table th span {
  font-size: 10px;
  margin-top: 0.5em;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 821px) {
  .table th span {
    font-size: 14px;
  }
}
.table td {
  width: 60%;
}
.table--director th {
  width: 25%;
  background: #fbf7f6;
}
.table--director td {
  width: 75%;
}

/* EMBRYOLOGY */
.p-embryology {
  background: #faede7;
  padding: 60px 16px;
}
@media screen and (min-width: 821px) {
  .p-embryology {
    padding: 100px 0;
  }
}
@media screen and (min-width: 821px) {
  .p-embryology .sec-ttl {
    margin-bottom: 40px;
  }
}
.p-embryology .chief__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px 16px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 821px) {
  .p-embryology .chief__inner {
    flex-direction: row;
    position: relative;
    padding: 50px !important;
    margin-bottom: 60px;
  }
}
.p-embryology .chief__inner .chief__img {
  width: 300px;
  margin: 0 auto;
  order: 0;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-embryology .chief__inner .chief__img {
    width: 400px;
    margin: 0 60px 0 0;
    flex-shrink: 0;
    order: 0;
  }
}
.p-embryology .chief__inner .chief__info {
  text-align: center;
  display: contents;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-embryology .chief__inner .chief__info {
    display: block;
    width: calc(100% - 460px);
    text-align: left;
  }
}
.p-embryology .chief__inner .chief__info .chief__name {
  padding: 14px 0;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-embryology .chief__inner .chief__info .chief__name {
    padding: 0;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 10px;
  }
}
.p-embryology .chief__inner .chief__info p {
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-embryology .chief__inner .chief__info p {
    margin-bottom: 0.5em;
    font-size: 18px;
  }
}
.p-embryology .chief__inner .chief__info p span {
  display: block;
}
@media screen and (min-width: 821px) {
  .p-embryology .chief__inner .chief__info p span {
    font-size: 18px;
  }
}
.p-embryology .chief__inner .chief__info .name {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-embryology .chief__inner .chief__info .name {
    font-size: 26px;
  }
}
.p-embryology .chief__inner .chief__info .name span {
  display: block;
  font-size: 13px;
  font-family: "Lexend", sans-serif;
}
@media screen and (min-width: 821px) {
  .p-embryology .chief__inner .chief__info .name span {
    font-size: 16px;
  }
}
.p-embryology .chief__inner .chief__info .c-txt {
  text-align: left;
}

.p-nursing {
  padding: 60px 16px;
}
@media screen and (min-width: 821px) {
  .p-nursing {
    padding: 100px 0;
  }
}
@media screen and (min-width: 821px) {
  .p-nursing .sec-ttl {
    margin-bottom: 40px;
  }
}

.c-txt-img02 .images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .c-txt-img02 .images {
    flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 821px) {
  .c-txt-img02 .images img {
    width: 50%;
  }
}
.c-txt-img02 .c-ttl03 {
  margin-bottom: 0.5em;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-reception-administration {
  padding: 60px 16px;
  background: #faede7;
}
@media screen and (min-width: 821px) {
  .p-reception-administration {
    padding: 100px 0;
  }
}
@media screen and (min-width: 821px) {
  .p-reception-administration .sec-ttl {
    margin-bottom: 40px;
  }
}

/* スライダー全体 */
.slider-staff {
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  gap: 10px;
  /* はみ出たスライドを隠す */
}

/* スライド3枚のグループ */
.slider-staff__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枚を横並び */
  /* スライド */
  /* スライドの画像 */
}
.slider-staff__slider figure {
  width: 38.4615384615vw;
  /* 3はスライドの枚数 */
}
@media screen and (min-width: 821px) {
  .slider-staff__slider figure {
    width: 20vw;
  }
}
.slider-staff__slider figure img {
  display: block;
  width: 100%;
}

.bottom .slider-staff__slider {
  -webkit-animation: scroll-right 80s infinite linear 0.5s both;
  animation: scroll-right 80s infinite linear 0.5s both;
}

@-webkit-keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* 修正後(右方向) */
@-webkit-keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.img {
  position: relative;
  z-index: 2;
}

.p-slider {
  margin-top: 50px;
}

.p-pharmacy {
  padding: 60px 16px;
}
@media screen and (min-width: 821px) {
  .p-pharmacy .sec-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 821px) {
  .p-pharmacy {
    padding: 100px 0;
  }
}
/*# sourceMappingURL=staff.css.map */
