@charset "UTF-8";
/* CSS Document */
.mv {
  height: 40rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mv:after {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: url("../../img/common/cover-bottom.png") no-repeat center/100% 120px;
}
.mv.sample {
  background-image: url("../../img/dummy/mv01.jpg");
}
.mv.staff {
  background-image: url("../../img/dummy/mv-staff.webp");
}
.mv.clinic {
  background-image: url("../../img/dummy/mv-clinic.webp");
}
.mv.tour {
  background-image: url("../../img/dummy/mv-tour.webp");
}
.mv.recruit-dr {
  background-image: url("../../img/dummy/mv-recruit-dr-pc.webp");
  height: 50rem;
}

.pankuzu {
  background-color: #fbf7fb;
  margin-top: 0;
  padding: 30px 0;
}
.pankuzu ul {
  width: 1000px;
  margin: 0 auto;
}
.pankuzu li {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: 700;
}
.pankuzu li:not(:last-of-type):after {
  content: "-";
  margin-left: 0.5em;
}

main#sub {
  display: block;
  position: relative;
  box-sizing: border-box;
  /*section*/
}
main#sub img {
  border-radius: 20px;
}
main#sub a:hover {
  opacity: 0.5;
}
main#sub h1 {
  margin-top: 100px;
  text-align: center;
  color: #0063C3;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}
main#sub section:not([class]) {
  display: block;
  margin: 6rem auto 8rem;
  box-sizing: border-box;
  width: 800px;
  /*** doctor ***/
  /*dr-pic*/
  /*history-row*/
  /*.side-img*/
  /*column*/
}
main#sub section:not([class]) h2 + *, main#sub section:not([class]) h3 + *, main#sub section:not([class]) h4 + *, main#sub section:not([class]) h5 + *, main#sub section:not([class]) h6 + * {
  margin-top: 0 !important;
}
main#sub section:not([class]) > img {
  display: block;
  width: 100%;
  margin: 4rem 0;
}
main#sub section:not([class]) h2:not(.no-style) {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #9bd7fc, #00AAFF);
  color: #FFFFFF;
  border-radius: 100px;
  text-align: center;
  margin: 8rem 0 4rem;
  padding: 0.4em 1em;
}
main#sub section:not([class]) h3:not(.no-style) {
  font-weight: 600;
  font-size: 2.4rem;
  color: #00AAFF;
  border-bottom: solid 3px;
  border-image: linear-gradient(to right, #9bd7fc, #00AAFF);
  border-image-slice: 1;
  margin: 6rem 0 2.6rem;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
main#sub section:not([class]) h4:not(.no-style) {
  font-weight: 600;
  font-size: 1.8rem;
  background: #fbf7fb;
  color: #00AAFF;
  padding: 0.5em 1em;
  margin: 4rem 0 2rem;
  border-radius: 50px;
  letter-spacing: 0.05em;
}
main#sub section:not([class]) h5:not(.no-style) {
  font-size: 1.6rem;
  padding-left: 2em;
  color: #00AAFF;
  position: relative;
  margin: 3rem 0 1em;
  letter-spacing: 0.05em;
}
main#sub section:not([class]) h5:not(.no-style):before {
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #c1e4e2, #9bd7fc);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}
main#sub section:not([class]) h6:not(.no-style) {
  font-size: 1.5rem;
  color: #9bd7fc;
  margin: 1.3em 0 0.8em;
  letter-spacing: 0.05em;
}
main#sub section:not([class]) p {
  text-align: justify;
  margin-bottom: 1em;
  line-height: 2;
  font-feature-settings: "palt";
}
main#sub section:not([class]) p strong {
  font-weight: bold;
  padding-bottom: 2px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #ffffd7 50%);
}
main#sub section:not([class]) .hosoku {
  margin: 50px auto;
  padding: 40px 50px;
  border-radius: 20px;
  background: rgba(155, 215, 252, 0.1607843137);
}
main#sub section:not([class]) .hosoku > *:first-child {
  margin-top: 0 !important;
}
main#sub section:not([class]) .hosoku > *:last-child {
  margin-bottom: 0 !important;
}
main#sub section:not([class]) ol:not([class]) {
  margin: 4rem 0;
  counter-reset: number;
}
main#sub section:not([class]) ol:not([class]) li {
  font-size: 1.6rem;
  padding-left: 6.4rem;
  position: relative;
  min-height: 5rem;
  display: grid;
  align-items: center;
  line-height: 2;
}
main#sub section:not([class]) ol:not([class]) li:before {
  counter-increment: number;
  content: counter(number);
  width: 5rem;
  height: 5rem;
  box-sizing: border-box;
  color: #00AAFF;
  background: #fbf7fb;
  font-weight: 400;
  border-radius: 2.5rem;
  font-size: 2rem;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
main#sub section:not([class]) ol:not([class]) li + li {
  margin-top: 3rem;
}
main#sub section:not([class]) ol:not([class]) li strong.ol_title {
  color: #00AAFF;
  font-size: 1.1em;
}
main#sub section:not([class]) ul:not([class]) {
  margin: 4rem 0;
}
main#sub section:not([class]) ul:not([class]) li {
  font-size: 1.6rem;
  padding-left: 2.3rem;
  position: relative;
  line-height: 1.7;
}
main#sub section:not([class]) ul:not([class]) li:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  background: #F4D823;
  position: absolute;
  left: 0.2rem;
  top: 0.5rem;
}
main#sub section:not([class]) ul:not([class]) li + li {
  margin-top: 2rem;
}
main#sub section:not([class]) ol.flow {
  counter-reset: flow;
  margin: 5rem 0;
}
main#sub section:not([class]) ol.flow li {
  position: relative;
  line-height: 2;
  text-align: justify;
}
main#sub section:not([class]) ol.flow li + li {
  margin-top: 4rem;
}
main#sub section:not([class]) ol.flow li strong:first-of-type {
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 1.2rem;
  font-weight: 700;
  font-size: 1.8rem;
}
main#sub section:not([class]) ol.flow li strong:first-of-type:before {
  counter-increment: flow;
  content: counter(flow);
  width: 3rem;
  height: 3rem;
  box-sizing: border-box;
  background: linear-gradient(to right, #c1e4e2, #9bd7fc);
  color: #fff;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 3px;
}
main#sub section:not([class]) ol.flow li img {
  width: 35rem;
  position: absolute;
  top: 0;
  right: 0;
}
main#sub section:not([class]) ol.flow li.has-img {
  padding-right: 40rem;
  margin-bottom: 10rem;
}
main#sub section:not([class]) table:not(.no-style) {
  width: 100%;
  margin: 4rem 0;
}
main#sub section:not([class]) table:not(.no-style) th {
  color: #9bd7fc;
  background: #fbf7fb;
  padding: 1em;
  vertical-align: middle;
  font-weight: 600;
  border: solid 1px #000;
  line-height: 1.7;
  text-align: left;
}
main#sub section:not([class]) table:not(.no-style) td {
  padding: 1em;
  vertical-align: middle;
  border: solid 1px #000;
  line-height: 1.7;
}
main#sub section:not([class]) table:not(.no-style) th > *:first-child, main#sub section:not([class]) table:not(.no-style) td > *:first-child {
  margin-top: 0 !important;
}
main#sub section:not([class]) table:not(.no-style) th > *:last-child, main#sub section:not([class]) table:not(.no-style) td > *:last-child {
  margin-bottom: 0 !important;
}
main#sub section:not([class]) .dr-pic {
  width: 100%;
  height: 30rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 5rem;
  margin: 10rem 0 3.5rem;
}
main#sub section:not([class]) .dr-pic.coming {
  background: url("../../img/doctor/bg.jpg") #F6F3EE no-repeat center/cover;
}
main#sub section:not([class]) .dr-pic img {
  width: 36rem;
  position: absolute;
  right: 50px;
  bottom: 0;
}
main#sub section:not([class]) .dr-pic h3 {
  font-size: 5rem;
  font-weight: 700;
}
main#sub section:not([class]) .dr-pic h3 + small {
  display: block;
  font-size: 2rem;
  color: #9bd7fc;
  line-height: 1;
  font-weight: 400;
}
main#sub section:not([class]) .history-row {
  display: flex;
  justify-content: space-between;
  margin: 3.6rem 0;
  flex-wrap: wrap;
  /*inner*/
}
main#sub section:not([class]) .history-row .inner {
  width: 37rem;
}
main#sub section:not([class]) .history-row .inner h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: 600;
  background: #fbf7fb;
  color: #9bd7fc;
  border-radius: 50px;
  padding: 0.3em;
}
main#sub section:not([class]) .history-row .inner table {
  width: 100%;
}
main#sub section:not([class]) .history-row .inner table th {
  font-weight: 400;
  width: 1px;
  padding-right: 1.5em;
  white-space: nowrap;
}
main#sub section:not([class]) .history-row .inner table tr + tr > * {
  padding-top: 0.5em;
}
main#sub section:not([class]) .history-row .inner ul li {
  padding-left: 1em;
  position: relative;
}
main#sub section:not([class]) .history-row .inner ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
main#sub section:not([class]) .history-row .inner ul li + li {
  margin-top: 0.5em;
}
main#sub section:not([class]) .side-img {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
main#sub section:not([class]) .side-img .content {
  width: 55%;
}
main#sub section:not([class]) .side-img .content > *:first-child {
  margin-top: 0;
}
main#sub section:not([class]) .side-img .content > *:last-child {
  margin-bottom: 0 !important;
}
main#sub section:not([class]) .side-img .img {
  width: 40%;
}
main#sub section:not([class]) .side-img .img img:nth-child(2) {
  margin-top: 15px;
}
main#sub section:not([class]) .side-img .half {
  width: calc(50% - 10px);
}
main#sub section:not([class]) .column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*a*/
}
main#sub section:not([class]) .column a {
  display: flex;
  width: calc(50% - 10px);
  border: 1px solid #000;
  margin-bottom: 2rem;
  /*div*/
}
main#sub section:not([class]) .column a img {
  width: 50%;
  display: block;
  border-radius: 0;
}
main#sub section:not([class]) .column a div {
  width: 50%;
  padding: 15px;
  margin-top: auto;
  margin-bottom: auto;
}
main#sub section:not([class]) .column a div h3 {
  font-size: 1.8rem;
  margin: 0 0 0.5em;
  border-bottom: none;
  padding-bottom: 0;
  color: #0063C3;
}
main#sub .sec02 {
  margin-top: 120px;
  width: 100%;
  padding: 146px 0 74px;
  position: relative;
  background: url("../../img/index/bg02.jpg") no-repeat;
  background-size: 100% 100%;
}
main#sub .sec02 .imgBox {
  max-width: 1200px;
  margin: 0 auto 42px;
}
main#sub .sec02 .pho {
  margin: -198px 0 0 -1%;
  width: 50.58%;
}
main#sub .sec02 .textBox {
  margin-left: 6.5%;
  width: 37.5%;
}
main#sub .sec02 h2.headLine02 {
  letter-spacing: inherit;
  border-radius: 0;
  max-width: 420px;
  margin: 0 auto 25px;
  padding: 0;
  padding-bottom: 27px;
  text-align: center;
  color: #0063C3;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  background: url(../../img/common/line01.png) repeat-x left bottom;
  background-size: 34px auto;
}
main#sub .sec02 .textBox p {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
main#sub .sec02 .textBox .ttl {
  margin-bottom: 35px;
  text-align: center;
  color: #0063C3;
  font-size: 2.5rem;
  line-height: 1.6;
}
main#sub .sec03 {
  width: 100%;
  padding: 77px 0;
}
main#sub .sec03 .content {
  max-width: 1130px;
  position: relative;
}
main#sub .sec03 .iconImg01 {
  position: absolute;
  left: 143px;
  top: 49px;
  width: 56px;
}
main#sub .sec03 .iconImg02 {
  position: absolute;
  right: 123px;
  top: 4px;
  width: 124px;
}
main#sub .sec03 .headLine01 {
  margin-bottom: 37px;
}
main#sub .sec03 .textUl {
  margin-top: -21px;
}
main#sub .sec03 .textUl li {
  width: 23.63%;
  margin: 21px 1.8% 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(0.64deg, rgba(218, 241, 255, 0.7) 0%, rgba(126, 201, 255, 0.7) 51.79%, rgba(131, 202, 196, 0.7) 100%);
}
main#sub .sec03 .textUl li:nth-child(4n) {
  margin-right: 0;
}
main#sub .sec03 .textUl a {
  display: block;
  padding: 27px 25px 48px;
  height: 100%;
  box-sizing: border-box;
  background: url("../img/common/icon08.png") no-repeat bottom 20px center;
  background-size: 22px auto;
}
main#sub .sec03 .textUl .pho {
  position: relative;
  max-width: 198px;
  margin: 0 auto 18px;
}
main#sub .sec03 .textUl .pho .on {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
}
main#sub .sec03 .textUl p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.07;
}
main#sub .sec03 .textUl h3 {
  margin-bottom: 6px;
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}
main#sub .sec05 {
  padding: 0 0;
  margin-bottom: 200px;
}
main#sub .sec05 .content {
  max-width: 1130px;
  position: relative;
}
main#sub .sec05 .iconImg01 {
  position: absolute;
  left: 143px;
  top: 0;
  width: 56px;
}
main#sub .sec05 .iconImg02 {
  position: absolute;
  right: 123px;
  top: -44px;
  width: 124px;
}
main#sub .sec05 .headLine01 {
  margin-bottom: 50px;
  font-size: 3.4rem;
}
main#sub .sec05 .headLine01 .sml {
  margin: -3px 0 4px;
  line-height: 1.75;
}
main#sub .sec05 .imgBox {
  padding: 0.7% 0 0;
  margin-bottom: -5.5%;
  position: relative;
  align-items: center;
  z-index: 1;
  background: url("../../img/index/bg04.png") no-repeat;
  background-size: 100% 100%;
}
main#sub .sec05 .pho {
  width: 50%;
}
main#sub .sec05 .pho img {
  border-radius: 0;
}
main#sub .sec05 .textBox {
  width: 50%;
  padding: 0 15px 34px 70px;
  box-sizing: border-box;
}
main#sub .sec05 .textBox > div {
  max-width: 450px;
}
main#sub .sec05 .headLine02 h1 {
  padding-bottom: 42px;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 0;
}
main#sub .sec05 .headLine02 {
  font-size: 3rem;
}
main#sub .sec05 .textBox p {
  margin-bottom: 70px;
  line-height: 2;
}
main#sub .sec05 .textBox p strong {
  font-weight: bold;
  padding-bottom: 2px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #ffffd7 50%);
}
main#sub .sec05 .comLink + .comLink {
  margin-top: 20px;
}

/*main#sub*//*# sourceMappingURL=page.css.map */