@charset "UTF-8";

/* メインビジュアル 動画 */
.main-visual {
  padding-top: 80px;
  background: url(../images/s-mainvisual.png) no-repeat center center / cover;
}

.main-visual-inner {
  max-width: 1200px;
  margin: auto;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
}

.main-visual-inner h2 {
  font-size: 40px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-visual-inner span {
  font-size: 60px;
  font-family: 'Cinzel', serif;
  letter-spacing: 7px;
}

/* ドクター紹介 */
.doctor {
  background: url(../images/concept_bg.png) no-repeat center center / cover;
  padding: 150px 0;
}

.doctor-inner {
  max-width: 1200px;
  margin: auto;
}

.doctor-title {
  width: 576px;
  border-bottom: 1px #60390e solid;
  padding: 0 0 20px 1vw;
  color: #333333;
  margin-bottom: 30px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.doctor-title span:nth-child(1) {
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.doctor-title span:nth-child(2) {
  font-size: 32px;
  font-weight: 600;
  margin-right: 10px;
}

.doctor-title span:nth-child(3) {
  font-size: 30px;
  font-family: 'Cinzel', serif;
}

.doctor-contents {
  padding: 30px;
}

.doctor-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.1em;
}

.doctor-list li {
  width: 48%;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.doctor-list li:nth-child(1) img {
  width: 90%;
}

.doctor-list li:nth-child(2) span:nth-child(1) {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
}

.doctor-list li:nth-child(2) span:nth-child(2) {
  display: block;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #60390e;
}

.doctor-list li:nth-child(2) p {
  display: block;
  font-size: 18px;
  line-height: 1.8;
}

.doctor-list li:nth-child(3) span:nth-child(1) {
  border-bottom: 1px #be7d84 solid;
  display: block;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-weight: 500;
}

.doctor-list li:nth-child(3) p {
  display: block;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.8;
}

.doctor-list li:nth-child(4) span:nth-child(1) {
  border-bottom: 1px #be7d84 solid;
  display: block;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-weight: 500;
}

.doctor-list li:nth-child(4) p {
  display: block;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.8;
}

.doctor-list li:nth-child(5) span:nth-child(1) {
  border-bottom: 1px #be7d84 solid;
  display: block;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-weight: 500;
}

.doctor-list li:nth-child(5) p {
  display: block;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.8;
}

.doctor-list li:nth-child(6) span:nth-child(1) {
  border-bottom: 1px #be7d84 solid;
  display: block;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-weight: 500;
}

.doctor-list li:nth-child(6) p {
  display: block;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.8;
}

/* スタッフ紹介 */
.stuff {
  width: 100%;
  padding: 80px 0;
}

.stuff-inner {
  max-width: 1200px;
  margin: auto;
}

.stuff-title {
  width: 40vw;
  padding: 0 0 20px 5vw;
  color: #58462c;
  margin-bottom: 30px;
  position: relative;
}

.stuff-title::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 28vw;
  bottom: 0;
  background-color: #997f2e;
  left: 0;
}

.stuff-title span:nth-child(1) {
  width: 100%;
  display: block;
  font-size: 3.5em;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
  background: linear-gradient(90deg, rgb(153, 137, 105) 0%, rgb(134, 76, 74) 35%, rgb(153, 137, 105) 66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.stuff-title span:nth-child(2) {
  font-size: 1.3em;
  font-weight: 600;
  margin-right: 10px;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.stuff-contents {
  padding: 30px;
}

.stuff-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #58462c;
  margin-bottom: 80px;
}

.stuff-list li {
  width: 23%;
  margin-bottom: 15px;
}

.stuff-list li img {
  width: 100%;
}

.stuff-list li span {
  font-size: 1.2em;
  margin-bottom: 15px;
  display: block;
}
.stuff-list li p {
  font-size: 1.8em;
}

.stuff-all > img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  /* メインビジュアル 動画 */
  .main-visual {
    padding-top: 80px;
    background: url(../images/s-mainvisual.png) no-repeat center center / cover;
  }

  .main-visual-inner {
    padding: 80px 0;
    max-width: 100%;
    margin: auto;
    text-align: center;
    height: 300px;
  }

  .main-visual-inner h2 {
    font-size: 24px;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
  }

  .main-visual-inner span {
    font-size: 2em;
    font-family: 'Cinzel', serif;
    letter-spacing: 7px;
  }

  /* パンくず */
  .breadcrumb {
    display: flex;
    max-width: 1200px;
    margin: auto;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 20px;
  }

  .breadcrumb li {
    margin-right: 10px;
    position: relative;
    color: #58462c;
    font-size: 0.9em;
    line-height: 4;
  }

  .breadcrumb li a {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .breadcrumb li + li::before {
    content: '>';
  }

  .breadcrumb li a {
    color: #856f28;
  }

  /* ドクター紹介 */
  .doctor {
    background: url(../images/medical_bg.png) no-repeat center center / cover;
    padding: 80px 0;
  }

  .doctor-inner {
    max-width: 1200px;
    margin: auto;
  }

  .doctor-title {
    width: 90vw;
    border-bottom: 1px #60390e solid;
    padding: 0 0 20px 1vw;
    color: #333333;
    margin-bottom: 30px;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .doctor-title span:nth-child(1) {
    width: 100%;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .doctor-title span:nth-child(2) {
    font-size: 1.8em;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
  }

  .doctor-title span:nth-child(3) {
    font-size: 1.2em;
    font-family: 'Cinzel', serif;
  }

  .doctor-contents {
    padding: 20px;
  }

  .doctor-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.1em;
    flex-direction: column;
    gap: 30px;
  }

  .doctor-list li {
    width: 100%;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .doctor-list li:nth-child(1) img {
    width: 100%;
  }

  .doctor-list li:nth-child(2) span:nth-child(1) {
    display: block;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8;
  }

  .doctor-list li:nth-child(2) span:nth-child(2) {
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #60390e;
  }

  .doctor-list li:nth-child(2) p {
    display: block;
    font-size: 1em;
    line-height: 1.8;
  }

  .doctor-list li:nth-child(3) span:nth-child(1) {
    border-bottom: 1px #be7d84 solid;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
  }

  .doctor-list li:nth-child(3) p {
    display: block;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8;
  }

  .doctor-list li:nth-child(4) span:nth-child(1) {
    border-bottom: 1px #be7d84 solid;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
  }

  .doctor-list li:nth-child(4) p {
    display: block;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8;
  }

  .doctor-list li:nth-child(5) span:nth-child(1) {
    border-bottom: 1px #be7d84 solid;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
  }

  .doctor-list li:nth-child(5) p {
    display: block;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8;
  }

  .doctor-list li:nth-child(6) span:nth-child(1) {
    border-bottom: 1px #be7d84 solid;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
  }

  .doctor-list li:nth-child(6) p {
    display: block;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8;
  }

  /* スタッフ紹介 */
  .stuff {
    width: 100%;
    padding: 80px 0;
  }

  .stuff-inner {
    max-width: 1200px;
    margin: auto;
  }

  .stuff-title {
    width: 90vw;
    padding: 0 0 20px 5vw;
    color: #58462c;
    margin-bottom: 30px;
    position: relative;
  }

  .stuff-title::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 90vw;
    bottom: 0;
    background-color: #997f2e;
    left: 0;
  }

  .stuff-title span:nth-child(1) {
    width: 100%;
    display: block;
    font-size: 2.5em;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
    background: linear-gradient(90deg, rgb(153, 137, 105) 0%, rgb(134, 76, 74) 35%, rgb(153, 137, 105) 66%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .stuff-title span:nth-child(2) {
    font-size: 1em;
    font-weight: 600;
    margin-right: 10px;
    font-family: shippori-mincho, sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .stuff-contents {
    padding: 30px;
  }

  .stuff-list {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: shippori-mincho, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #58462c;
    margin-bottom: 30px;
  }

  .stuff-list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .stuff-list li img {
    width: 100%;
  }

  .stuff-list li span {
    font-size: 1.2em;
    margin-bottom: 15px;
    display: block;
  }
  .stuff-list li p {
    font-size: 1.8em;
  }

  .stuff-all > img {
    width: 100%;
  }
}

.doctor-interview {
  background: url(../images/concept_bg.png) no-repeat center center / cover;
  padding: 150px 0;
  .interview-item {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.8;
    .item-head {
      color: #F0843F;
      font-weight: bold;
      font-size: 22px;
    }
  }
}
