@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
body {
  height: 100%;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
main:not(:last-child) {
  margin-bottom: 100px;
}
main .sec {
  position: relative;
}
main .sec h3 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #visual {
  width: 100%;
  padding: 120px 0 0 0;
  position: relative;
}
main #visual:not(:last-child) {
  margin-bottom: 85px;
}
main #visual .invisual {
  width: 100%;
}
main #lead {
  width: 100%;
  padding: 0 0 100px 0;
  margin: 0 auto;
  border-bottom: solid 1px #9C7B4E;
}
main #lead:not(:last-child) {
  margin-bottom: 100px;
}
main #lead h3 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #lead > div {
  width: 810px;
  margin: 0 auto;
}
main #lead > div p {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main #lead > div p:not(:last-child) {
  margin-bottom: 10px;
}
main #doctor {
  width: 100%;
  margin: -120px 0 auto 0;
  padding: 220px 0 100px 0;
  border-bottom: solid 1px #9C7B4E;
}
main #doctor:not(:last-child) {
  margin-bottom: 100px;
}
main #doctor .set {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #doctor .set:not(:last-child) {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 1px #9C7B4E;
}
main #doctor .set:nth-child(3) .inset .photo {
  order: 3;
}
main #doctor .set:nth-child(3) .inset .text {
  order: 1;
}
main #doctor .set:nth-child(3) .inset .career {
  order: 2;
}
main #doctor .set .inset {
  width: calc(100% - 80px);
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #doctor .set .inset .photo {
  width: 31.25%;
  border-radius: 10px;
  overflow: hidden;
}
main #doctor .set .inset .text {
  width: 31.25%;
}
main #doctor .set .inset .text dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main #doctor .set .inset .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #doctor .set .inset .text dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main #doctor .set .inset .career {
  width: calc(37.5% - 80px);
}
main #doctor .set .inset .career dl:not(:last-child) {
  margin-bottom: 40px;
}
main #doctor .set .inset .career dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main #doctor .set .inset .career dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #doctor .set .inset .career dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main #view {
  width: 100%;
  margin: -220px auto 0 auto;
  padding: 220px 0 100px 0;
  border-bottom: solid 1px #9C7B4E;
}
main #view:not(:last-child) {
  margin-bottom: 100px;
}
main #view h3 + p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #view .photos {
  width: calc(100% - 80px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 10px;
  overflow: hidden;
}
main #view .photos > div {
  width: calc(50% - 5px);
}
main #view .photos > div:not(:nth-child(2n+1)) {
  margin-left: 10px;
}
main #view .photos > div:not(:nth-child(n+3)) {
  margin-bottom: 10px;
}
main #identity {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #identity:not(:last-child) {
  margin-bottom: 100px;
}
main #identity .logo {
  width: 350px;
  margin-bottom: 70px;
}
main #identity dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #identity dl:not(:last-child) {
  margin-bottom: 40px;
}
main #identity dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main #identity dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  main:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec h3 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #visual {
    padding: 60px 0 0 0;
  }
  main #visual:not(:last-child) {
    margin-bottom: 40px;
  }
  main #lead {
    padding: 0 0 50px 0;
  }
  main #lead:not(:last-child) {
    margin-bottom: 50px;
  }
  main #lead h3 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #lead > div {
    width: calc(100% - 30px);
  }
  main #lead > div p {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: justify;
  }
  main #doctor {
    width: 100%;
    margin: -60px 0 auto 0;
    padding: 60px 0 50px 0;
  }
  main #doctor:not(:last-child) {
    margin-bottom: 50px;
  }
  main #doctor .set {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #doctor .set:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  main #doctor .set:nth-child(3) .inset .photo {
    order: 1;
  }
  main #doctor .set:nth-child(3) .inset .text {
    order: 2;
  }
  main #doctor .set:nth-child(3) .inset .career {
    order: 3;
  }
  main #doctor .set .inset {
    width: calc(100% - 30px);
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #doctor .set .inset .photo {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  main #doctor .set .inset .text {
    width: 100%;
    margin-bottom: 20px;
  }
  main #doctor .set .inset .text dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main #doctor .set .inset .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #doctor .set .inset .text dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main #doctor .set .inset .career {
    width: 100%;
  }
  main #doctor .set .inset .career dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main #doctor .set .inset .career dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main #doctor .set .inset .career dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #doctor .set .inset .career dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main #view {
    width: 100%;
    margin: -110px auto 0 auto;
    padding: 110px 0 50px 0;
  }
  main #view:not(:last-child) {
    margin-bottom: 50px;
  }
  main #view h3 + p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  main #view .photos {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 0px;
  }
  main #view .photos > div {
    width: 50%;
  }
  main #view .photos > div:not(:nth-child(2n+1)) {
    margin-left: 0px;
  }
  main #view .photos > div:not(:nth-child(n+3)) {
    margin-bottom: 0px;
  }
  main #identity:not(:last-child) {
    margin-bottom: 50px;
  }
  main #identity .logo {
    width: 200px;
    margin-bottom: 40px;
  }
  main #identity dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #identity dl:not(:last-child) {
    margin-bottom: 30px;
  }
  main #identity dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main #identity dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    padding: 0 15px;
  }
}

/*# sourceMappingURL=style_about.css.map */
