.contact-page .contact-contents .contact-content {
  background-color: #ffffff;
  padding: 60px 160px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.0392156863), 0px 6px 6px 0px rgba(0, 0, 0, 0.031372549), 0px 14px 9px 0px rgba(0, 0, 0, 0.0196078431), 0px 25px 10px 0px rgba(0, 0, 0, 0.0117647059), 0px 40px 11px 0px rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  margin-top: -170px;
}
.contact-page .contact-contents .contact-content .inner {
  padding: 0;
  margin: 0;
}
.contact-page .contact-contents .contact-content .inner .contact-notice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 32px;
  background: #F3F6F7;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
}
.contact-page .contact-contents .contact-content .inner .contact-notice .contact-notice-intro {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #231815;
  width: 100%;
}
.contact-page .contact-contents .contact-content .inner .contact-notice .contact-notice-required {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 0;
  width: 100%;
}
.contact-page .contact-contents .contact-content .inner .contact-notice .contact-notice-required .contact-notice-required-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  background: rgba(235, 87, 87, 0.1);
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #EB5757;
  flex: none;
}
.contact-page .contact-contents .contact-content .inner .contact-notice .contact-notice-required .contact-notice-required-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #231815;
}
.contact-page .contact-contents .contact-content .inner .contact-container {
  min-height: 120px;
  padding-top: 60px;
}
.contact-page .contact-contents .contact-content .inner .contact-container #embbed-form {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .contact-page .contact-contents .contact-content {
    padding: 60px 40px;
  }
  .contact-page .contact-contents .contact-content .inner {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-contents .contact-content {
    padding: 24px;
    margin-top: -74px;
  }
  .contact-page .contact-contents .contact-content .inner {
    padding: 0;
    margin: 0;
  }
  .contact-page .contact-contents .contact-content .inner .contact-notice {
    padding: 24px;
    gap: 23px;
    margin-bottom: 16px;
  }
  .contact-page .contact-contents .contact-content .inner .contact-notice .contact-notice-intro {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-page .contact-contents .contact-content .inner .contact-container {
    min-height: 80px;
    padding-top: 0px;
  }
}/*# sourceMappingURL=index.css.map */