@charset "UTF-8";
.section-doctor-greeting {
  position: relative;
}
.section-doctor-greeting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #fff;
}
.section-doctor-greeting .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.section-doctor-greeting .image-wrapper::before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.section-doctor-greeting .greeting-content {
  color: #004b69;
  line-height: 2;
}
.section-doctor-greeting .greeting-content .text-highlight {
  font-weight: 700;
}
.section-doctor-greeting .wrapper,
.section-doctor-greeting .greeting-image {
  position: relative;
  z-index: 1;
}
.section-doctor-greeting .image-logo {
  position: absolute;
  bottom: 0;
}
.section-doctor-greeting .content-text {
  position: relative;
}
.section-doctor-greeting .content-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 4px;
  background: url("../img/common/decoration_dots_01.svg") center/100% auto no-repeat;
}
.section-doctor-greeting .content-text:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-doctor-greeting .content-text:last-child::before {
  content: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-greeting {
    padding-top: 0.89rem;
    padding-bottom: 0.48rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 249, 255, 0.51)), to(#daf1ff));
    background: linear-gradient(180deg, rgba(239, 249, 255, 0.51) 0%, #daf1ff 100%);
  }
  .section-doctor-greeting::before {
    height: 0.37rem;
    -webkit-mask-image: url("../img/common/sp/decoration_mask_01.svg");
    mask-image: url("../img/common/sp/decoration_mask_01.svg");
  }
  .section-doctor-greeting .image-wrapper {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: auto;
    margin-left: auto;
  }
  .section-doctor-greeting .image-wrapper::before {
    right: -0.41rem;
    bottom: 0;
    width: 2.76rem;
    height: 0.91rem;
  }
  .section-doctor-greeting .image-logo {
    right: 0.43rem;
    width: 1.24rem;
  }
  .section-doctor-greeting .greeting-image {
    margin-bottom: 0.24rem;
    padding-bottom: 0.33rem;
  }
  .section-doctor-greeting .content-text {
    margin-bottom: 0.21rem;
    padding-bottom: 0.24rem;
  }
  .section-doctor-greeting .title-common-primary {
    margin-bottom: 0.28rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-greeting {
    padding-top: 181px;
    padding-bottom: 106px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 249, 255, 0.6)), to(#daf1ff));
    background: linear-gradient(180deg, rgba(239, 249, 255, 0.6) 0%, #daf1ff 100%);
  }
  .section-doctor-greeting::before {
    height: 198px;
    -webkit-mask-image: url("../img/common/decoration_mask_01.svg");
    mask-image: url("../img/common/decoration_mask_01.svg");
  }
  .section-doctor-greeting::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 708px;
    background: url("../img/common/decoration_mask_02.png") center/100% 100% no-repeat;
  }
  .section-doctor-greeting .greeting-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-doctor-greeting .image-wrapper {
    width: 520px;
    height: 520px;
  }
  .section-doctor-greeting .image-wrapper::before {
    right: -87px;
    bottom: 0;
    width: 597px;
    height: 196px;
  }
  .section-doctor-greeting .image-logo {
    right: 0;
    width: 234px;
  }
  .section-doctor-greeting .greeting-content {
    max-width: 570px;
  }
  .section-doctor-greeting .content-text {
    margin-bottom: 31px;
    padding-bottom: 33px;
  }
  .section-doctor-greeting .greeting-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 108px;
    padding-top: 9px;
    padding-bottom: 47px;
  }
  .section-doctor-greeting .wrapper {
    max-width: 1255px;
  }
  .section-doctor-greeting .title-common-primary {
    margin-bottom: 61px;
  }
}
.section-doctor-philosophy .philosophy-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-doctor-philosophy .philosophy-list .item-wrapper {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(222, 243, 255)), to(rgb(183, 229, 255)));
  background: linear-gradient(180deg, rgb(222, 243, 255) 0%, rgb(183, 229, 255) 100%);
}
.section-doctor-philosophy .philosophy-list .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  border-radius: 50%;
  background-color: #fff;
}
.section-doctor-philosophy .philosophy-list .item-content {
  margin-bottom: 0;
  color: #004b69;
  line-height: 2;
}
.section-doctor-philosophy .philosophy-list .number-wrapper img {
  width: auto;
  height: 100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-philosophy {
    padding-top: 0.61rem;
    padding-bottom: 1.22rem;
    background: url("../img/common/sp/decoration_img_02.png") bottom left -0.04rem/3.75rem 2.74rem no-repeat;
  }
  .section-doctor-philosophy .item-wrapper {
    padding: 0.22rem 0.2rem 0.2rem;
    border-radius: 0.2rem;
  }
  .section-doctor-philosophy .item-wrapper::before {
    width: 0.24rem;
    height: 0.24rem;
  }
  .section-doctor-philosophy .number-wrapper {
    height: 0.21rem;
  }
  .section-doctor-philosophy .item-number {
    margin-bottom: 0.12rem;
    padding: 0 0.34rem;
  }
  .section-doctor-philosophy .title-common-secondary {
    margin-bottom: 0.49rem;
  }
  .section-doctor-philosophy .list-item {
    margin-bottom: 0.19rem;
  }
  .section-doctor-philosophy .item-content.is-spacing {
    margin-right: -0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-philosophy {
    padding-top: 65px;
    padding-bottom: 180px;
    background: url("../img/common/decoration_img_02.png") bottom left/758px 554px no-repeat;
  }
  .section-doctor-philosophy .philosophy-list .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 172px;
    padding: 30px 23px;
    border-radius: 0.3rem;
  }
  .section-doctor-philosophy .philosophy-list .item-wrapper::before {
    width: 29px;
    height: 29px;
  }
  .section-doctor-philosophy .philosophy-list .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -25px -20px;
  }
  .section-doctor-philosophy .philosophy-list .list-item {
    width: 50%;
    padding: 25px 20px;
  }
  .section-doctor-philosophy .philosophy-list .item-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    margin-right: 13px;
  }
  .section-doctor-philosophy .philosophy-list .number-wrapper {
    height: 35px;
  }
  .section-doctor-philosophy .philosophy-list .item-content {
    font-size: 0.2rem;
  }
  .section-doctor-philosophy .title-common-secondary {
    margin-bottom: 55px;
  }
}
.section-doctor-profile {
  position: relative;
  z-index: 1;
}
.section-doctor-profile .image-wrapper {
  overflow: hidden;
  border: 1px solid #64a7df;
  border-radius: 0.2rem;
}
.section-doctor-profile .profile-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section-doctor-profile .profile-name .name-subtitle {
  color: #64a7df;
  font-weight: 700;
}
.section-doctor-profile .profile-name .name-japanese {
  color: #004b69;
  font-size: 0.35rem;
  font-weight: 400;
}
.section-doctor-profile .profile-name .name-english {
  color: #64a7df;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
html.is-android .section-doctor-profile .profile-name .name-english {
  font-weight: 700;
}
.section-doctor-profile .profile-name .name-subtitle,
.section-doctor-profile .profile-name .name-english {
  position: relative;
  font-size: 0.2rem;
}
.section-doctor-profile .detail-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0.62rem;
  min-height: 0.36rem;
  padding: 0.04rem 0.1rem;
  border-radius: 0.05rem;
  background-color: #caecff;
  color: #004b69;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", verdana, sans-serif;
  font-size: 0.16rem;
  font-weight: 600;
  text-align: center;
}
html.is-android .section-doctor-profile .detail-title {
  font-weight: 700;
}
html.is-firefox .section-doctor-profile .detail-title {
  padding: 0.05rem 0.1rem 0.04rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-doctor-profile {
    padding-top: 0.62rem;
    padding-bottom: 0.09rem;
    background: url("../img/common/sp/decoration_img_01.png") bottom right -0.03rem/3.75rem 2.74rem no-repeat;
  }
  .section-doctor-profile .image-wrapper {
    width: 1.82rem;
    height: 2.42rem;
    margin: 0 auto 0.09rem;
  }
  .section-doctor-profile .title-common-secondary {
    margin-bottom: 0.35rem;
  }
  .section-doctor-profile .name-subtitle {
    display: block;
    text-align: center;
            margin-bottom: 0.03rem;
  }
  .section-doctor-profile .name-japanese {
    padding: 0 0.3rem 0 0.28rem;
    line-height: 1.2;
  }
  .section-doctor-profile .name-english {
    bottom: 0.06rem;
  }
  .section-doctor-profile .profile-name {
    margin-bottom: 0.3rem;
            margin-top: 0.2rem;
  }
  .section-doctor-profile .detail-title {
    margin-bottom: 0.21rem;
  }
  .section-doctor-profile .detail-wrapper {
    margin-bottom: 0.39rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-doctor-profile {
    padding-top: 129px;
    padding-bottom: 52px;
    background: url("../img/common/decoration_img_01.png") bottom -40px right -1px/758px 554px no-repeat;
  }
  .section-doctor-profile .image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 332px;
    height: 442px;
    margin-right: 60px;
  }
  .section-doctor-profile .profile-wrapper,
  .section-doctor-profile .detail-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-doctor-profile .profile-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 54px;
  }
  .section-doctor-profile .title-common-secondary {
    margin-bottom: 55px;
  }
  .section-doctor-profile .profile-detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 34px;
  }
  .section-doctor-profile .name-subtitle,
  .section-doctor-profile .name-japanese {
    padding-right: 30px;
  }
  .section-doctor-profile .name-subtitle {
    top: 3px;
  }
  .section-doctor-profile .detail-title {
    margin-bottom: 22px;
  }
  .section-doctor-profile .detail-wrapper:nth-child(1) {
    width: 348px;
    padding-right: 30px;
  }
  .section-doctor-profile .detail-wrapper:last-child {
    margin-right: -16px;
  }
  .section-doctor-profile .name-english {
    top: 2px;
  }
}
.table-common-profile .table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
}
.table-common-profile .table-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1rem;
  margin-right: 0.12rem;
  font-weight: 700;
}
.table-common-profile .table-content {
  position: relative;
  top: -0.02rem;
  font-weight: 500;
  line-height: 2;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .table-common-profile .table-content {
    margin-right: -0.02rem;
  }
}
/*# sourceMappingURL=doctor.css.map */