@charset "UTF-8";
.header-service .wrapper {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .header-service .wrapper {
    padding-top: 3rem;
  }
}
.header-service .wrapper .text h1 {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .header-service .wrapper .text h1 {
    margin-bottom: 1rem;
  }
}

#online-consultation-page {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#online-consultation-page .online-consultation {
  margin: 0;
  padding: 0;
  background-color: #EDF5FB;
}
#online-consultation-page .online-consultation .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9.1rem 36rem 8rem 36rem;
}
@media screen and (max-width: 768px) {
  #online-consultation-page .online-consultation .wrapper {
    padding: 3rem 1.8rem 6rem;
  }
}
#online-consultation-page .online-consultation .wrapper > h2 {
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 768px) {
  #online-consultation-page .online-consultation .wrapper > h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #online-consultation-page .online-consultation .wrapper > hr {
    margin-bottom: 3rem;
  }
}
#online-consultation-page .online-consultation .wrapper .description {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 5.5rem 38rem 3.3rem 6rem;
  border-radius: 3rem;
  width: 120rem;
  gap: 6.9rem;
}
@media screen and (max-width: 768px) {
  #online-consultation-page .online-consultation .wrapper .description {
    padding: 3rem 1.8rem;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}
#online-consultation-page .online-consultation .wrapper .description p {
  color: #0D5393;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #online-consultation-page .online-consultation .wrapper .description p {
    font-size: 1.4rem;
    margin-bottom: 18rem;
  }
}
#online-consultation-page .online-consultation .wrapper .description img {
  transform: translate(185%, -15%);
  position: absolute;
  width: 31.4rem;
  height: 27.9rem;
}
@media screen and (max-width: 768px) {
  #online-consultation-page .online-consultation .wrapper .description img {
    width: 50%;
    height: 50%;
    height: 30rem;
    transform: translate(30%, 45%);
  }
}
#online-consultation-page .booking-form {
  margin: 0;
  padding: 0;
}
#online-consultation-page .booking-form .wrapper {
  padding: 8.8rem 21rem 16rem 21rem;
}
@media screen and (max-width: 768px) {
  #online-consultation-page .booking-form .wrapper {
    padding: 3rem 1.8rem 6rem;
  }
}
#online-consultation-page .booking-form .wrapper .form {
  position: relative;
}
@media screen and (max-width: 768px) {
  #online-consultation-page .booking-form .wrapper .form iframe {
    height: 30rem;
  }
}
#online-consultation-page .booking-form .wrapper .form::after {
  content: "現在、調整中です。";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(204, 204, 204);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #0D5393;
  z-index: 10;
  text-align: center;
  pointer-events: none;
}

/*# sourceMappingURL=online-consultation.css.map */
