@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
.stuffing {
  font-feature-settings: "palt" 1;
}

#global_nav ul li.nav05 a {
  font-weight: 700;
  color: #d9aacd !important;
}
#global_nav ul li.nav05::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75em;
  display: inline-block;
  content: "●";
  color: #d9aacd;
}

.intro {
  padding: 100px 0 60px;
}
@media screen and (max-width: 640px) {
  .intro {
    padding: 60px 0 30px;
  }
}
.intro .container {
  width: 87.5%;
  max-width: 820px;
  margin: auto;
  font-size: 18px;
  line-height: 1.65;
  color: #00508e;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
  .intro .container {
    font-size: 22px;
  }
}
.intro .container .read {
  width: 100%;
  max-width: 810px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .intro .container .read {
    max-width: 510px;
  }
}
.intro .container .comments {
  box-sizing: border-box;
  padding: 0.5em 1.125em;
  border: 2px solid #bbc4e4;
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .intro .container .comments {
    margin-top: 1em;
  }
}

.img_area {
  background: url(../img/bg01.jpg) center center/cover no-repeat;
}

.area01 {
  padding: 140px 0 80px;
}
@media screen and (max-width: 640px) {
  .area01 {
    padding: 100px 0;
  }
}
.area01 .container {
  width: 90.625%;
  max-width: 860px;
  margin: auto;
}
.area01 .container .heading {
  text-align: center;
}
.area01 .container .heading h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.65;
  color: #00508e;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .area01 .container .heading h2 {
    font-size: 36px;
  }
}
.area01 .container .read {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  .area01 .container .read {
    font-size: 27px;
  }
}
.area01 .container .medicolle {
  width: 540px;
  margin: 60px auto 0;
  background: #fff;
  transition: all 0.4s;
}
.area01 .container .medicolle:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 640px) {
  .area01 .container .medicolle {
    width: 100%;
  }
}

.lesson {
  padding: 80px 0;
  background: #e8f1f5;
}
.lesson .container {
  width: 90.625%;
  max-width: 860px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .lesson .container {
    gap: 80px 40px;
  }
}
@media screen and (max-width: 640px) {
  .lesson .container {
    grid-template-columns: 1fr;
  }
}
.lesson .container div h3 {
  width: 100%;
  height: 1.54em;
  box-sizing: border-box;
  padding: 0 0.46em;
  background: #bbc4e4;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .lesson .container div h3 {
    font-size: 39px;
  }
}
.lesson .container div .copy {
  margin-top: 1.125em;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .lesson .container div .copy {
    min-height: 6.5em;
  }
}
@media screen and (max-width: 640px) {
  .lesson .container div .copy {
    min-height: inherit;
    font-size: 24px;
  }
}
.lesson .container div .img {
  margin-top: 1em;
}

.staff {
  padding: 100px 0 140px;
  width: 90.625%;
  max-width: 640px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .staff {
    padding: 80px 0 120px;
  }
}
.staff .img {
  width: 500px;
  margin: auto;
}
.staff .img.next {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .staff .img {
    width: 100%;
  }
}
.staff .profile {
  text-align: center;
  box-sizing: border-box;
  line-height: 1.875;
  margin-top: 30px;
}
.staff .profile.next {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .staff .profile {
    font-size: 24px;
    padding-left: 0.875em;
    box-sizing: border-box;
  }
}
.staff .profile .inner {
  display: inline-block;
  text-align: left;
  border-left: 2px solid #d9aacd;
  padding-left: 1em;
}
.staff .profile .inner h3 {
  font-size: 0.875em;
  padding-left: 1.125em;
  position: relative;
}
.staff .profile .inner h3::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "●";
  color: #d9aacd;
}
.staff .profile .inner .name {
  font-size: 1.25em;
  line-height: 1.65;
}
.staff .profile .inner .name span.en {
  font-size: 0.7em;
  color: #d9aacd;
}
.staff .profile .inner h4 {
  margin-top: 0.25em;
  font-size: 0.875em;
  line-height: 1.5;
}
.staff .text {
  text-align: center;
  margin-top: 40px;
}
.staff .text p {
  display: inline-block;
  text-align: left;
  font-feature-settings: "palt" 1;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .staff .text p {
    font-size: 24px;
  }
}

.br_reha {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br_reha {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br_reha {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */