@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*breadCrumb*/
.breadCrumb {
  position: relative;
  margin-top: -28px;
  text-align: right;
}

.breadCrumb-content {
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 26px;
  font-size: 14px;
  padding: 6px 22px;
}

.breadCrumb-content a {
  padding-right: 15px;
}

@media (max-width: 374px) {
  .breadCrumb-content a {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .breadCrumb-content {
    padding: 6px 23px;
  }
}

@media (max-width: 374px) {
  .breadCrumb-content {
    padding: 6px 8px;
  }
}

.second-item {
  padding-left: 12px;
}

@media (max-width: 374px) {
  .second-item {
    padding-left: 10px;
  }
}

.current-item {
  padding-left: 7px;
}

@media (max-width: 374px) {
  .current-item {
    padding-left: 10px;
  }
}

/*下層ページのtop*/
.topImg {
  position: relative;
  background: url(../img-sub/top-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 353px;
}

@media (max-width: 991px) {
  .topImg {
    padding-top: 27%;
    background-position: 3% center;
  }
}
@media (max-width: 768px) {
  .topImg {
  background: url(../img-sub/top-bg_sp.png) no-repeat;
  background-size: cover;
  background-position: center center;
  }
}

@media (max-width: 575px) {
  .topImg {
    padding-top: 280px;
    background-position: center center;
  }
}

.topInr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.topContent {
  margin-top: 50px;
}

.topCatch {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .topCatch {
    font-size: 4rem;
  }
}

@media (max-width: 575px) {
  .topCatch {
    font-size: 3.2rem;
  }
}

.topCatch-sub {
  color: #243a90;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: Quicksand;
  display: block;
  text-align: center;
}

@media (max-width: 575px) {
  .topCatch-sub {
    font-size: 1.4rem;
  }
}

/*下層ページ波型の背景 bgWave*/
.bgWave {
  position: relative;
  height: 21.4vw;
  width: 100%;
}

.bgWave::before {
  position: absolute;
  content: "";
  background: url(../img-sub/common/bg-wave.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: inherit;
  height: inherit;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*各診療ページのブルー色の背景*/
.serviceBg-main {
  background-color: #fbfcff;
}

/*各診療ページの共通(一部のみ)*/
/*serviceTop*/
.serviceTop {
  padding-top: 88px;
}

@media (max-width: 991px) {
  .serviceTop {
    padding-bottom: 80px;
  }
}

.serviceTop-head {
  position: relative;
  margin-bottom: -42px;
  z-index: 1;
}

.serviceTop-head::before {
  position: absolute;
  content: "";
  background: url(../img-sub/common/bg-circle.svg) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  top: -25%;
  right: 1.5%;
  width: 27%;
  height: 100%;
}

@media (max-width: 991px) {
  .serviceTop-head::before {
    width: 38%;
  }
}

@media (max-width: 767px) {
  .serviceTop-head::before {
    display: none;
  }
}

.serviceTop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .serviceTop-item {
    display: block;
  }
}

.serviceTop-img {
  width: 47.4%;
  margin-right: 3.3%;
}

@media (max-width: 1199px) {
  .serviceTop-img {
    width: 40%;
    margin-right: 3%;
  }
}

@media (max-width: 767px) {
  .serviceTop-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.serviceTop-content {
  width: 51%;
  margin-top: 68px;
}

@media (max-width: 1399px) {
  .serviceTop-content {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .serviceTop-content {
    margin-top: 0;
    width: 57%;
  }
}

@media (max-width: 767px) {
  .serviceTop-content {
    width: 100%;
  }
}

.serviceTop-heading {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .serviceTop-heading {
    font-size: 3rem;
  }
}

@media (max-width: 1199px) {
  .serviceTop-heading {
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .serviceTop-heading {
    font-size: 2.3rem;
  }
}

@media (max-width: 767px) {
  .serviceTop-heading {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .serviceTop-heading {
    font-size: 2.2rem;
  }
}

.serviceTop-text {
  line-height: 2.05;
  letter-spacing: 0.02em;
}

/*serviceMain*/
.serviceMain-title {
  color: #243A90;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.serviceMain-text {
  text-align: center;
}

@media (max-width: 575px) {
  .serviceMain-text {
    text-align: left;
  }
}
