@charset "UTF-8";
.contact-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e0e0e0;
}

.contact-tab-btn {
  padding: 12px 20px;
  border: none;
  background: transparent;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: color 0.2s;
}
.contact-tab-btn:hover {
  color: #1558a0;
}
.contact-tab-btn.active {
  color: #1558a0;
  font-weight: 600;
}
.contact-tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, #1558a0, #3e98a0);
}

.contact-form-panel {
  display: none;
}
.contact-form-panel.active {
  display: block;
}
.contact-form-panel[hidden] {
  display: none !important;
}

.entry-content {
  max-width: 704px;
  margin: auto;
  padding: 0 32px;
}

.elementor-form-fields-wrapper {
  gap: 12px;
  margin-bottom: 0;
}

.elementor-field-group > label {
  color: #000 !important;
  font-weight: 500 !important;
  margin-bottom: 4px;
}

.elementor-field:not(.elementor-select-wrapper) {
  padding: 12px 8px;
  border-radius: 8px;
  border-color: #ddd;
  color: #000;
}

.elementor-widget-form .elementor-field-group .elementor-field::-moz-placeholder {
  color: #aaa;
}

.elementor-widget-form .elementor-field-group .elementor-field::placeholder {
  color: #aaa;
}

.elementor-field-group .elementor-select-wrapper select {
  padding: 12px 8px;
  border-radius: 8px;
  border-color: #ddd;
}

.elementor-select-wrapper .select-caret-down-wrapper {
  display: none;
}

.elementor-select-wrapper.remove-before {
  position: relative;
}

.elementor-select-wrapper.remove-before::before {
  content: url(/asset/common/img/arrow.svg) !important;
  display: inline-block;
  margin-left: 4px;
  position: absolute;
}

.elementor-button {
  background-image: linear-gradient(90deg, #1558a0, #3e98a0);
  border-radius: 100px;
  padding: 8px 16px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
}

.elementor-field-type-submit {
  margin-bottom: 0;
}

.elementor-error-message {
  color: #f00;
}

.elementor-form-fields-wrapper {
  gap: 16px;
  margin-bottom: 0 !important;
  flex-direction: column;
}

.elementor-form-fields-wrapper .elementor-button {
  margin-top: 1rem;
  width: 200px;
  flex-direction: column;
}

.elementor-confirm-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.elementor-mark-required .elementor-field-label:after {
  color: #fff;
  background: #1558A0;
  content: "必須";
  padding-inline-start: 0.2em;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 6px;
  position: relative;
  top: -1px;
}

.elementor-field-group-agreeCheck1 .elementor-field-label,
.elementor-field-group-agreeCheck2 .elementor-field-label,
.elementor-field-group-agreeCheck3 .elementor-field-label,
.elementor-field-group-agreeCheck4 .elementor-field-label {
  display: none;
}

.elementor-form-confirmation-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 0 2rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #A2A7AC;
}

.elementor-form-confirmation-item {
  margin-bottom: 1.5rem;
}
.elementor-form-confirmation-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.elementor-form-confirmation-label {
  flex: 0 0 30%;
  font-weight: bold;
  color: #555;
  padding-right: 1rem;
  font-size: 14px;
}

.elementor-form-confirmation-value {
  flex: 1;
  color: #000;
  white-space: pre-wrap;
  word-break: break-word;
}

.elementor-form-confirmation-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
  justify-content: center;
}
.elementor-form-confirmation-buttons .elementor-button {
  min-width: 150px;
}
.elementor-form-confirmation-buttons .elementor-button-back {
  background-image: none;
  background-color: #fff !important;
  color: #1558A0 !important;
  border: 1px solid #ddd !important;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .contact-tabs-nav {
    overflow-x: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
  }
  .contact-tab-btn {
    flex-shrink: 0;
    padding: 10px 14px;
    font-size: 14px;
  }
  .elementor-form-confirmation-item {
    flex-direction: column;
  }
  .elementor-form-confirmation-label {
    flex: none;
    margin-bottom: 0.5rem;
    padding-right: 0;
  }
  .elementor-form-confirmation-value {
    flex: none;
  }
  .elementor-form-confirmation-buttons {
    flex-direction: column;
  }
  .elementor-form-confirmation-buttons .elementor-button {
    width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */