@charset "utf-8";

.banana-contact {
  width: 100%;
  margin: 1px auto 0;
  overflow: hidden;
  color: #1b1b1b;
  background: #fbf7ef;
  font-family: "Noto Sans JP", sans-serif;
}

.banana-contact-stage {
  position: relative;
  width: 390px;
  min-height: 1200px;
  overflow: hidden;
  zoom: var(--banana-stage-scale, 1);
  background: #fbf7ef;
}

.banana-contact-stage *,
.banana-contact-stage *::before,
.banana-contact-stage *::after {
  box-sizing: border-box;
}

.banana-contact .banana-page-hero {
  position: relative;
  width: 390px;
  height: 125px;
  overflow: hidden;
}

.banana-contact .banana-page-hero-clip,
.banana-contact .banana-page-hero-bg,
.banana-contact .banana-page-hero-banana,
.banana-contact .banana-page-hero-decoration,
.banana-contact .banana-page-hero-copy {
  position: absolute;
}

.banana-contact .banana-page-hero-clip {
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.banana-contact .banana-page-hero-bg {
  display: block;
  max-width: none;
  object-fit: cover;
}

.banana-contact .banana-page-hero-bg-desktop {
  top: -2.6px;
  left: 0;
  display: block;
  width: 390px;
  height: 130px;
}

.banana-contact .banana-page-hero-bg-mobile {
  display: none;
}

.banana-contact .banana-page-hero-banana {
  top: 31.2px;
  left: 285.9px;
  z-index: 1;
  width: 248px;
  height: 253px;
  overflow: hidden;
  transform: scale(0.39);
  transform-origin: top left;
}

.banana-contact .banana-page-hero-banana img {
  position: absolute;
  top: -229px;
  left: -287px;
  display: block;
  width: 574px;
  height: 482px;
  max-width: none;
}

.banana-contact .banana-page-hero-decoration {
  top: 83.1px;
  left: 43.7px;
  z-index: 1;
  display: block;
  width: 101px;
  height: 101px;
  max-width: none;
  transform: scale(0.39);
  transform-origin: top left;
}

.banana-contact .banana-page-hero-copy {
  top: 44px;
  left: 20px;
  z-index: 2;
  width: 350px;
  text-align: center;
}

.banana-contact .banana-page-hero-copy h1,
.banana-contact .banana-page-hero-copy p {
  margin: 0;
}

.banana-contact .banana-page-hero-copy h1 {
  color: #092a69;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.banana-contact .banana-page-hero-copy p {
  display: none;
  width: 322px;
  margin-top: 26px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.banana-contact-main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 390px;
  padding: 48px 24px 80px;
  background: #fbf7ef;
}

.banana-form-card {
  display: flex;
  flex-direction: column;
  width: 342px;
  margin: 0 auto;
  padding: 28px 18px;
  border: 1px solid #eee7db;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(66, 48, 24, 0.08);
}

.banana-contact-form,
.banana-form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}

.banana-contact-form .formRow {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid #e8e2d8;
}

.banana-contact-form .formTh,
.banana-contact-form .formTd {
  width: 100%;
  margin: 0;
  padding: 0;
}

.banana-contact-form .formTh {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}

.banana-contact-form .labelText01 {
  margin: 0 10px 0 0;
  color: #171717;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.banana-contact-form .requiredText,
.banana-contact-form .anyText {
  margin: 0;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.banana-contact-form .requiredText {
  background: #e3483f;
}

.banana-contact-form .anyText {
  background: #72808a;
}

.banana-contact-form .formInput,
.banana-contact-form .formSelect {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #cfd5db;
  border-radius: 4px;
  color: #1b1b1b;
  background: #ffffff;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
}

.banana-contact-form .formTextArea {
  min-height: 180px;
  resize: vertical;
}

.banana-contact-form .formInput:focus,
.banana-contact-form .formSelect:focus {
  border-color: #0160b8;
  outline: 3px solid rgba(1, 96, 184, 0.18);
}

.banana-contact-form .formHelp {
  margin: 8px 0 0;
  color: #59636c;
  font-size: 12px;
  line-height: 1.6;
}

.banana-file-drop {
  width: 100%;
  padding: 28px 16px;
  border: 2px dashed #aebac5;
  border-radius: 6px;
  background: #f9fbfc;
  cursor: pointer;
  text-align: center;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.banana-file-drop:hover,
.banana-file-drop:focus-visible,
.banana-file-drop.is-dragover {
  border-color: #0160b8;
  outline: none;
  background: #eef7ff;
}

.banana-file-drop-title,
.banana-file-drop-or {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.banana-file-drop-or {
  color: #6c747b;
  font-size: 12px;
}

.banana-file-select {
  margin: 0;
  color: #0160b8;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.banana-contact .banana-page-hero-copy p {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.banana-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.banana-file-status {
  min-height: 22px;
  margin-top: 6px;
  color: #b62f27;
  font-size: 13px;
  line-height: 1.6;
}

.banana-file-list {
  width: 100%;
}

.banana-file-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  padding: 9px 10px;
  border-radius: 4px;
  background: #f2f5f7;
}

.banana-file-name {
  margin: 0;
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 13px;
}

.banana-file-remove {
  flex: 0 0 auto;
  margin-left: 12px;
  padding: 6px 10px;
  border: 1px solid #9da7af;
  border-radius: 4px;
  color: #24313b;
  background: #ffffff;
  cursor: pointer;
  font-size: 12px;
}

.banana-file-remove:focus-visible {
  outline: 3px solid rgba(1, 96, 184, 0.25);
}

.banana-privacy-consent {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.banana-contact-form .formCheck {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 2px 10px 0 0;
  accent-color: #0160b8;
}

.banana-contact-form .privacyLabel {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.banana-privacy-link {
  margin-left: 30px;
  color: #0160b8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.banana-contact-form .banana-form-actions {
  padding-bottom: 0;
  border-bottom: 0;
}

.banana-contact-form .formBtnTd {
  flex: 0 0 auto;
  width: 100%;
  min-height: 58px;
  text-align: center;
}

.banana-contact-form .formSend {
  width: 100%;
  max-width: 420px;
  min-height: 58px;
  margin: 0 auto;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  background: #0160b8;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  transition: background-color 160ms ease;
}

.banana-contact-form .formSend:hover {
  background: #064c91;
}

.banana-contact-form .formSend:focus-visible {
  outline: 3px solid rgba(1, 96, 184, 0.3);
  outline-offset: 3px;
}

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
  width: 170px;
  padding: 8px 10px;
  border: 2px solid #dddddd;
  border-radius: 4px;
  color: #ffffff;
  background: #e3483f;
  font-size: 12px;
  box-shadow: 0 0 6px #000000;
}

.formError .formErrorArrow {
  z-index: 996;
  width: 15px;
  margin: -2px 0 0 13px;
}

.formError .formErrorArrow div {
  display: block;
  height: 1px;
  margin: 0 auto;
  border-right: 2px solid #dddddd;
  border-left: 2px solid #dddddd;
  background: #e3483f;
  box-shadow: 0 2px 3px #444444;
  font-size: 0;
  line-height: 0;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: 0;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: 0;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-right: 2px solid #dddddd;
  border-bottom: 0;
  border-left: 2px solid #dddddd;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line1 {
  width: 0;
  border: 0;
  background: #dddddd;
}

@media (min-width: 768px) {
  .banana-contact-stage {
    width: 1000px;
    min-height: 1200px;
  }

  .banana-contact .banana-page-hero {
    width: 1000px;
    height: 333px;
  }

  .banana-contact .banana-page-hero-bg-mobile {
    display: none;
  }

  .banana-contact .banana-page-hero-bg-desktop {
    top: 0;
    left: 0;
    display: block;
    width: 1000px;
    height: 333px;
  }

  .banana-contact .banana-page-hero-banana {
    top: 80px;
    left: 733px;
    transform: none;
  }

  .banana-contact .banana-page-hero-decoration {
    top: 213px;
    left: 112px;
    transform: none;
  }

  .banana-contact .banana-page-hero-copy {
    top: 80px;
    left: 230px;
    width: 540px;
    text-align: center;
  }

  .banana-contact .banana-page-hero-copy h1 {
    font-size: 50px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .banana-contact .banana-page-hero-copy p {
    display: block;
    width: 540px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.55;
    white-space: nowrap;
  }

  .banana-contact-main {
    width: 1000px;
    padding: 64px 70px 96px;
  }

  .banana-form-card {
    width: 860px;
    padding: 48px 52px;
  }

  .banana-contact-form .formRow {
    flex-direction: row;
    padding: 28px 0;
  }

  .banana-contact-form .formTh {
    align-content: flex-start;
    width: 34%;
    margin-bottom: 0;
    padding: 11px 24px 0 0;
  }

  .banana-contact-form .formTd {
    width: 66%;
  }

  .banana-contact-form .formPrivacyArea .formTh {
    align-content: center;
    padding-top: 0;
  }

  .banana-contact-form .formPrivacyArea .formTd {
    display: flex;
    align-items: center;
  }

  .banana-privacy-link {
    margin-left: 12px;
  }
}

/* SiblooのStyle Manager非対応ルールをeditor CSSから分離 */
* {
  box-sizing: border-box
}
