section {
  padding-bottom: 92px;
}

.common-fv {
  padding: 40px 35px 90px;
}
.common-fv .inner {
  max-width: 1040px;
  height: 254px;
  margin: 0 auto;
}
.common-fv h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.3;
}

.detailTxt p {
  margin-bottom: 1em;
}

.c-borderTxt {
  color: var(--Blue);
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--Blue);
  margin-bottom: 10px;
}
.c-borderTxt .numTxt-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-borderTxt .numTxt-wrap span:last-child {
  width: calc(100% - 32px);
}

.bg-rainbow01 {
  position: relative;
}
.bg-rainbow01::before {
  content: "";
  background: url(../img/home/rainbow01.png);
  background-size: 100% 100%;
  width: 100%;
  height: 407px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
}

.bg-rainbow02 {
  position: relative;
}
.bg-rainbow02::before {
  content: "";
  background: url(../img/home/rainbow02.png);
  background-size: 100% 100%;
  width: 100%;
  height: 407px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
}

.bg-rainbow01, .bg-rainbow02 {
  position: relative;
}
.bg-rainbow01 .bgBlue-wrap, .bg-rainbow02 .bgBlue-wrap {
  position: relative;
  z-index: 2;
}
.bg-rainbow01 .bgBlue, .bg-rainbow02 .bgBlue {
  padding: 60px 100px;
  background-color: rgba(239, 251, 255, 0.8705882353);
}

.c-numIcon {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background-color: var(--Blue);
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.c-numIcon span {
  width: auto !important;
}

.pinkTxt {
  color: var(--Pink);
}

.blueTxt {
  color: var(--Blue);
}

.indentTxt {
  display: flex;
}
.indentTxt .pinkTxt {
  white-space: nowrap;
}

.clinic-fv .inner {
  background: url(../img/common/clinic_pcFirstview.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.secton-access .content-wrap {
  max-width: 970px;
}
.secton-access .map-container {
  margin-top: 40px;
  padding: 0 5px;
}
.secton-access .map-container p {
  padding-left: 20px;
}
.secton-access .map-container .map-wrap {
  margin-top: 20px;
}

.section-docotr {
  position: relative;
}
.section-docotr .doctor-info-block {
  display: flex;
  justify-content: space-between;
}
.section-docotr .doctor-info-block .img-area {
  width: 25.41%;
}
.section-docotr .doctor-info-block .txt-area {
  width: 70%;
}
.section-docotr .doctor-info-block .txt-area .alignLeft-txt {
  margin-top: 25px;
}
.section-docotr .doctor-info-block .txt-area .alignLeft-txt img {
  display: block;
  margin-left: auto;
}
.section-docotr .doctor-detail-block {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.section-docotr .doctor-detail-block div {
  width: 50%;
}
.section-docotr .doctor-detail-block ul li {
  margin-bottom: 1em;
}
.section-docotr .doctor-detail-block ul li span {
  padding-right: 10px;
}

.section-clinic .content-wrap {
  max-width: 960px;
}
.section-clinic .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 72px;
}

.clinicImg-item img {
  width: 100%;
}
.clinicImg-item .imgTtl {
  color: #fff;
  background-color: var(--Blue);
  padding: 12px 0 12px 24px;
  font-size: 20px;
  margin-top: -3px;
  margin-bottom: 15px;
}
.clinicImg-item p:last-child {
  padding: 0 10px;
}

.child-fv .inner {
  background: url(../img/common/child_pcFv.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.child-sec01 .content-wrap {
  max-width: 960px;
}
.child-sec01 .container {
  display: flex;
  justify-content: space-between;
}
.child-sec01 .container .img-area {
  width: 26.04%;
}
.child-sec01 .container .txt-area {
  width: 68.95%;
}

.child-sec02 h2::before {
  background: url(../img/common/clover_icon02.png) no-repeat;
  background-size: contain;
}
.child-sec02 .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.child-sec02 .merit-item .wrap {
  display: flex;
  justify-content: space-between;
}
.child-sec02 .merit-item .wrap .img-area {
  width: 35.33%;
}
.child-sec02 .merit-item .wrap .txt-area {
  width: 62%;
}

.child-sec03 .content-wrap {
  max-width: 942px;
}
.child-sec03 .heading {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-left: 38px;
  margin-bottom: 36px;
}
.child-sec03 .heading .img-area {
  width: 88px;
  height: auto;
}
.child-sec03 .heading .txt-area {
  width: calc(100% - 118px);
}
.child-sec03 .container {
  margin-left: 18px;
}
.child-sec03 .container div .detailTxt {
  width: 85%;
  margin: 0 auto;
}

.child-sec04 .container {
  display: flex;
  justify-content: space-between;
}
.child-sec04 .container .img-area {
  width: 26.04%;
}
.child-sec04 .container .txt-area {
  width: 68.95%;
}

.child-sec05 .content-wrap {
  max-width: 942px;
}
.child-sec05 .container {
  margin-left: 18px;
}
.child-sec05 .container .age-item {
  margin-bottom: 20px;
}
.child-sec05 .container .age-item .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.child-sec05 .container .age-item .wrap .img-area {
  width: 21.1%;
}
.child-sec05 .container .age-item .wrap .txt-area {
  width: 76.4%;
}

.child-sec06 .content-wrap {
  max-width: 920px;
}
.child-sec06 .content-wrap p {
  margin-left: 40px;
}
.child-sec06 .content-wrap .c-btnWrap {
  margin-top: 30px;
}
.child-sec06 .content-wrap .c-btn span:first-of-type {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
}

.child-sec07 .container {
  margin-left: 40px;
}
.child-sec07 .container p:first-of-type {
  margin-bottom: 20px;
}

.counseling-fv .inner {
  background: url(../img/common/counseling_pcFv.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.counseling-sec01.bg-rainbow01::before {
  top: 5%;
  transform: translateY(0%);
}
.counseling-sec01 .bgBlue-wrap {
  max-width: 960px;
}
.counseling-sec01 .bgBlue {
  padding: 40px 60px;
}
.counseling-sec01 .bgBlue .inner {
  display: flex;
  gap: 40px;
}
.counseling-sec01 .bgBlue .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.counseling-sec01 .bgBlue .container .trouble-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.counseling-sec01 .bgBlue .container .trouble-item .img-area {
  width: 65px;
}
.counseling-sec01 .bgBlue .container .trouble-item p {
  width: calc(100% - 77px);
}
.counseling-sec01 .columBlock {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.counseling-sec01 .columBlock .img-area {
  width: 26.04%;
}
.counseling-sec01 .columBlock .txt-area {
  width: 68.95%;
}

.counseling-sec02 .heading {
  max-width: 767px;
  margin: auto;
  margin-bottom: 62px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.counseling-sec02 .heading .img-area {
  width: 93px;
}
.counseling-sec02 .heading .txt-area {
  width: calc(100% - 123px);
}

.flow-fv .inner {
  background: url(../img/common/flow-pcFv.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.flow-sec01 .content-wrap {
  max-width: 942px;
}

.c-numItem-wrap {
  max-width: 924px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.c-numItem {
  margin-bottom: 40px;
}
.c-numItem:last-child {
  margin-bottom: 0px;
}
.c-numItem .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.c-numItem .wrap .img-area {
  width: 27.05%;
}
.c-numItem .wrap .txt-area {
  width: 69.04%;
}
.c-numItem .c-telBtn {
  width: 368px;
  margin-top: 25px;
}

.first-step, .middle-step, .last-step {
  margin: 0em calc(50% - 50vw);
}

.middle-step {
  margin-top: 100px;
  margin-bottom: 100px;
}

.middle-step {
  background-color: #EFFBFF;
  position: relative;
  padding-top: 20px;
}
.middle-step::before {
  content: "";
  background: url(../img/common/flowArw01.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 100px;
  top: -100px;
  position: absolute;
}
.middle-step::after {
  content: "";
  background: url(../img/common/flowArw02.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 100px;
  bottom: -100px;
  position: absolute;
}

.last-step {
  padding-top: 20px;
}

.price-fv .inner {
  background: url(../img/common/price_pcFv.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.price-sec01 .content-wrap {
  max-width: 942px;
}

.price-sec02 .bgBlue .inner .container {
  display: flex;
  gap: 20px;
  margin: 40px 0;
}
.price-sec02 .bgBlue .inner .container div {
  width: 50%;
}
.price-sec02 .bgBlue .inner .container div ul {
  width: 250px;
  margin-top: 20px;
}
.price-sec02 .bgBlue .inner .container div li {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.price-sec02 .bgBlue .inner .container div li span {
  display: block;
}
.price-sec02 .bgBlue .inner .container div:last-child .c-borderTxt span {
  font-size: 18px;
}
.price-sec02 .bgBlue .inner .noteWrap {
  margin-bottom: 40px;
  font-size: 14px;
}

.about-fv .inner {
  background: url(../img/common/about_pcFv.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.about-sec01 .content-wrap {
  max-width: 942px;
}

@media screen and (max-width: 768px) {
  .bg-rainbow01, .bg-rainbow02 {
    position: relative;
  }
  .bg-rainbow01::before, .bg-rainbow02::before {
    background-size: cover;
  }
  .bg-rainbow01 .bgBlue-wrap, .bg-rainbow02 .bgBlue-wrap {
    background-color: rgba(239, 251, 255, 0.8705882353);
  }
  .bg-rainbow01 .bgBlue, .bg-rainbow02 .bgBlue {
    background-color: transparent;
    padding: 0;
  }
  section {
    padding-bottom: 60px;
  }
  .common-fv {
    padding: 0;
    margin-bottom: 60px;
  }
  .common-fv .inner {
    width: 100vw;
    height: 515px;
  }
  .clinic-fv .inner {
    background: url(../img/common/clinic_spFirstview.png) no-repeat;
    background-size: cover;
  }
  .child-fv .inner {
    background: url(../img/common/child_spFv.png) no-repeat;
    background-size: cover;
  }
  .counseling-fv .inner {
    background: url(../img/common/counseling_spFv.png) no-repeat;
    background-size: cover;
  }
  .flow-fv .inner {
    background: url(../img/common/flow-spFv.png) no-repeat;
    background-size: cover;
  }
  .price-fv .inner {
    background: url(../img/common/price_spFv.png) no-repeat;
    background-size: cover;
  }
  .about-fv .inner {
    background: url(../img/common/about_spFv.png) no-repeat;
    background-size: cover;
  }
  .secton-access {
    padding-bottom: 0px;
  }
  .secton-access .map-container p {
    padding-left: 0px;
  }
  .secton-access .map-container .map-wrap {
    margin: 40px calc(50% - 50vw) 0;
  }
  .section-docotr .bgBlue-wrap {
    background-color: rgba(239, 251, 255, 0.8705882353);
  }
  .section-docotr .bgBlue {
    background-color: transparent;
    padding: 0px;
  }
  .section-docotr .doctor-info-block {
    flex-direction: column;
    gap: 20px;
  }
  .section-docotr .doctor-info-block .img-area {
    width: 100%;
  }
  .section-docotr .doctor-info-block .txt-area {
    width: 100%;
  }
  .section-docotr .doctor-detail-block {
    flex-direction: column;
  }
  .section-docotr .doctor-detail-block div {
    width: 100%;
  }
  .section-clinic .container {
    display: block;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .clinicImg-item {
    margin-bottom: 30px;
  }
  .child-sec01 .container {
    flex-direction: column;
    gap: 30px;
  }
  .child-sec01 .container .img-area {
    width: 100%;
  }
  .child-sec01 .container .txt-area {
    width: 100%;
  }
  .child-sec02 .container {
    display: block;
  }
  .child-sec02 .container .merit-item {
    margin-bottom: 30px;
  }
  .child-sec03 .heading {
    margin-left: 0px;
  }
  .child-sec03 .container {
    margin-left: 0px;
  }
  .child-sec03 .container div .detailTxt {
    width: 100%;
  }
  .child-sec04 .container {
    flex-direction: column;
    gap: 30px;
  }
  .child-sec04 .container .img-area {
    width: 100%;
  }
  .child-sec04 .container .txt-area {
    width: 100%;
  }
  .child-sec05 .container {
    margin-left: 0px;
  }
  .child-sec05 .container .age-item .wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    gap: 30px;
  }
  .child-sec05 .container .age-item .wrap .img-area {
    width: 195px;
    height: 195px;
  }
  .child-sec05 .container .age-item .wrap .txt-area {
    width: 100%;
  }
  .child-sec06 .content-wrap p {
    margin-left: 0px;
  }
  .child-sec07 .container {
    margin-left: 0px;
  }
  .counseling-sec01 .bgBlue-wrap {
    background-color: transparent;
    padding: 0 35px;
  }
  .counseling-sec01 .bgBlue {
    background-color: rgba(239, 251, 255, 0.8705882353);
    padding: 36px 45px;
    border-radius: 60px;
  }
  .counseling-sec01 .bgBlue .inner {
    flex-direction: column;
    gap: 10px;
  }
  .counseling-sec01.bg-rainbow01::before {
    top: 20%;
  }
  .counseling-sec01 .columBlock {
    flex-direction: column;
    gap: 30px;
  }
  .counseling-sec01 .columBlock .img-area {
    width: 100%;
  }
  .counseling-sec01 .columBlock .txt-area {
    width: 100%;
  }
  .c-numItem .wrap {
    flex-direction: column;
    gap: 20px;
  }
  .c-numItem .wrap .img-area {
    width: 100%;
  }
  .c-numItem .wrap .txt-area {
    width: 100%;
  }
  .c-numItem .c-telBtn {
    width: 100%;
  }
  .middle-step {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .middle-step::before {
    height: 60px;
    top: -60px;
  }
  .middle-step::after {
    height: 60px;
    bottom: -60px;
  }
  .price-sec01 .c-numItem-wrap {
    padding: 0px;
  }
  .price-sec02 .bgBlue .inner .container {
    flex-direction: column;
  }
  .price-sec02 .bgBlue .inner .container div {
    width: 100%;
  }
  .price-sec02 .bgBlue .inner .container div ul {
    margin: 20px auto 0;
  }
  .about-sec01 .c-numItem-wrap {
    padding: 0px;
  }
}
@media screen and (max-width: 520px) {
  .common-fv .inner {
    height: 315px;
  }
  .common-fv h1 {
    font-size: 32px;
  }
  .counseling-fv h1 {
    font-size: 28px;
  }
}/*# sourceMappingURL=common.css.map */