/* フォームスタイル */
#wpcf7-f90-o1, #wpcf7-f93-o1, #wpcf7-f96-o1 {
  display: block;
  width: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="file"] {
    background: #f7f7f7;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-radius: 4px;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    box-shadow: none;
    color: #333;
    font-family: var(--s-font-daa8975e);
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    margin: 0px 0px 0px 0px;
    opacity: 1;
    padding: 12px;
    text-align: left;
    width: 100%;
    max-width: 100%;

    &::placeholder {
      color: #b3b3b3;
    }

    &:focus {
        outline: none;
        border-bottom: 1px solid #aaaaaa;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
        border-top: 1px solid #aaaaaa;
    }
}

input[type="file"] {
    padding: 10px 0 10px 10px;
    height: auto;
}

textarea {
    background: #f7f7f7;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-radius: 4px;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    box-shadow: none;
    color: #333;
    font-family: var(--s-font-daa8975e);
    font-size: 15px;
    font-weight: 400;
    height: 160px;
    justify-content: center;
    letter-spacing: 0em;
    line-height: 1.4;
    opacity: 1;
    padding: 10px 10px 10px 10px;
    text-align: left;
    text-shadow: none;
    width: 100%;
    max-width: 100%;

    &:focus {
        outline: none;
        border-bottom: 1px solid #aaaaaa;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
        border-top: 1px solid #aaaaaa;
    }
}

.wpcf7-list-item-label {
    display: none;
}

input[type=checkbox] {
    margin-right: 10px;
}

.submit_btn_box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.submit_btn_box input[type="submit"] {
    background: #000000;
    border-radius: 40px;
    box-shadow: none;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 70px;
    justify-content: center;
    opacity: 1;
    padding: 12px 24px 12px;
    width: 400px;
    max-width: 100%;
    color: #FFFFFF;
    font-family: var(--s-font-daa8975e);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin: 0px 0px 0px 0px;
    text-align: center;
    z-index: 1;
    justify-content: center;
    transition-duration: .3s;
    @media screen and (max-width: 540px) {
        font-size: 18px;
        max-width: 400px;
        width: 100%;
    }

    &:hover {
        background: #575757;
    }
}

.wpcf7-spinner {
  position: absolute;
  bottom: -44px;
  left: 47%;
  transform: translateX(-50%);
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
}

/* partnership */
.sd[data-s-1a5f867a-9ff5-4da6-9aa7-e8a2cffa590e] {
    margin: 60px auto 0;
}

/* recruit */
.sd[data-s-ce322b11-133b-4b5b-ad0e-372cdaa20f4a] {
  margin: 60px auto 0;
}

.sd[data-s-addee677-2674-42c8-ac10-65c9f73f77d2] {
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  height: auto;
  margin: -24px 0px 48px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
}

/* contact */
.sd[data-s-908d4963-6acd-4221-b352-26cfe1e56948] {
    margin: 60px auto 0;
}

.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: block;
  width: 100%;
  padding: 10px;
  margin-left: 0;
  transition: all .3s ease;

  &:hover {
    background: #fff;
  }
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wpcf7-form-control.wpcf7-radio input[type=radio] {
  display: inline-block;
  transform: scale(1.154);
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  display: block;
  font-family: var(--s-font-daa8975e);
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  justify-content: flex-start;
}