/* single-partner */
.single_partner_wrap {
  width: 91rem;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
  font-family: var(--NotoSans);
}

.office_name {
  font-size: 1.8rem;
  background-color: #003d6d;
  color: #ffffff;
  padding: 1rem 2.5rem 1rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

.place_name_wrap {
  margin-bottom: 2rem;
  position: relative;
}

.company_photo {
  height: 40rem;
}

.place_name {
  font-size: 2rem;
  padding: 1.5rem 6rem;
  font-weight: normal;
  background-color: #333333;
  color: #ffffff;
  position: absolute;
  top: 3rem;
  left: -4.5rem;
  white-space: nowrap;
  display: inline-block;
}

.partner_a_type_facilities {
  font-size: 1.2rem;
  padding: 0.2rem 1rem;
  font-weight: normal;
  background-color: #003d6d;
  color: #ffffff;
  margin-bottom: 2rem;
  display: inline-block;
  font-weight: 500;
}

.office_info {
  display: flex;
  gap: 5rem;
  font-size: 1.6rem;
  margin-bottom: 6rem;
  font-weight: 500;
}

.partner_address {
  display: flex;
  gap: 1.5rem;
}

.address {
  width: 8.2rem;
  height: 3rem;
  padding: 0.3rem 1.7rem;
  background-color: #333333;
  color: #ffffff;
}

.address_detail {
  width: 31.8rem;
}

.partner_phone_number {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 1.5rem;
  align-items: center;
}

.phone_number {
  width: 8.2rem;
  height: 3rem;
  padding: 0.3rem 0.9rem;
  background-color: #333333;
  color: #ffffff;
}

.partner_use_time {
  width: 19.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.use_time {
  width: 8.2rem;
  height: 3rem;
  padding: 0.3rem 0.9rem;
  background-color: #333333;
  color: #ffffff;
}

.map_wrap{
  aspect-ratio: 1.7;
  margin-bottom :8rem;

  iframe{
    width: 100%;
    height: 100%;
  }
}

/* 仕事内容 */
.work_service_wrap {
  font-size: 1.6rem;
  /* margin-bottom: 15rem; */
}

.job_content_wrap {
  /* border-bottom: 0.2rem solid #003d6d; */
  /* padding-bottom: 0.75rem;
  margin-bottom: 2.05rem; */
}

.job_content {
  font-weight: 500;
  background-color: #333333;
  color: #ffffff;
  padding: 0.3rem 0.9rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 1.6rem;
}

.job_content_title {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 500;
  border-bottom: 0.2rem solid #003d6d;
  padding-bottom: 0.75rem;
  margin-bottom: 2.05rem;
}

.introduction_text_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  gap: 2.5rem;
}

.introduction_photo {
  width: 43.2rem;
  height: 24.2rem;
}

.introduction_text {
  /* height: 34.4rem; */
  line-height: calc(32 / 16);
  font-size: 1.6rem;
  flex: 1;
}

/* following */
.job_content_wrap_following {
  width: 91rem;
}

.job_content_title_following {
  padding-bottom: 0.75rem;
  margin-bottom: 2.05rem;
}

.introduction_text_following {
  width: 91rem;
  height: 18.4rem;
  line-height: calc(32 / 16);
}

/* 事務所へお問い合わせフォーム */
.office_contact_us_heading {
  width: 19rem;
  height: 3rem;
  font-weight: normal;
  font-size: 1.6rem;
  background-color: #333333;
  color: #ffffff;
  padding: 0.3rem 1.5rem;
  margin-bottom: 2rem;
  margin-top: 15rem;
}

.form_category_wrap {
  margin-bottom: 15rem;
  display: flex;
  justify-content: space-between;
}

/* お名前 */
.partner_form_wrap {
  width: 45.5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.partner_form_wrap:last-child {
  margin: 0;
}

.partner_items {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.partner_item {
  font-size: 1.6rem;
}

.partner_required {
  width: 4rem;
  height: 1.7rem;
  font-size: 1rem;
  padding: 0.1rem 1rem;
  background-color: #b62035;
  color: #ffffff;
  border-radius: 0.9rem;
}

.partner_info {
  width: 45.5rem;
  font-size: 1.6rem;
  border: 0.1rem solid #333333;
}

.partner_info_text {
  padding: 0.72rem 1rem;
}

/* お問い合わせ項目 */
.partner_select_wrap {
  width: 45.5rem;
  height: 4rem;
  font-size: 1.6rem;
  border: 0.1rem solid #333333;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.partner_select_wrap::after {
  position: absolute;
  right: 1rem;
  width: 1.2rem;
  height: 1rem;
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.partner_select_wrap .partner_select_box {
  appearance: none;
  width: 45.5rem;
  color: #000000;
  cursor: pointer;
}

.partner_select_box {
  padding-left: 1rem;
}

/* お問い合わせ内容 */
.partner_info_exception {
  width: 45.5rem;
  height: 28.2rem;
  font-size: 1.6rem;
  border: 0.1rem solid #333333;
}

.partner_info_text_area {
  width: 45.5rem;
  height: 28.2rem;
  padding: 1rem;
}

/* 確認ボタン */
.partner_form_sending {
  width: 45.5rem;
  text-align: center;
}

.partner_form_btn {
  font-size: 1.4rem;
  padding: 1.5rem 5.5rem;
  background-color: #003d6d;
  color: #ffffff;
}

/* form画像 */
.form_photo {
  width: 40rem;
  height: 73.3rem;
  margin-top: 2.9rem;
}

.wpcf7-spinner{
  display: none;
}

@media screen and (max-width: 699.98px) {
  /* レスポンシブ */
  /* single-partner */
  .single_partner_wrap {
    width: 33.5rem;
    margin-top: 2.2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .office_name {
    font-size: 1.6rem;
    padding: 0.5rem 1rem 0.5rem;
    margin-bottom: 1.5rem;
  }

  .company_photo {
    height: 22.8rem;
  }

  .place_name_wrap {
    margin-bottom: 1.2rem;
  }

  .place_name {
    font-size: 1.5rem;
    padding: 1rem 3.8rem;
    top: 2.5rem;
    left: -1rem;
  }

  .office_info {
    flex-direction: column;
    gap: 0;
  }

  .partner_address {
    margin-bottom: 1rem;
  }

  .address_detail {
    width: 23.8rem;
  }

  /* 仕事内容 */
  .work_service_wrap {
    /* margin-bottom: 10.3rem; */
  }

  .job_content {
    font-size: 1.6rem;
  }

  .introduction_text_wrap {
    flex-direction: column;
    margin-bottom: 5rem;
    gap: 0;
  }

  .introduction_photo {
    width: 33.5rem;
    height: 18.8rem;
    margin-bottom: 1rem;
  }

  .introduction_text {
    width: 33.5rem;
    /* height: 40.5rem; */
    font-size: 1.4rem;
    line-height: calc(32 / 14);
  }

  /* following */
  .job_content_wrap_following {
    width: 33.5rem;
  }

  .introduction_text_following {
    width: 33.5rem;
    height: 40.5rem;
    font-size: 1.4rem;
    line-height: calc(32 / 14);
  }

  /* 事務所へお問い合わせフォーム */

  .office_contact_us_heading {
    margin-bottom: 1.5rem;
    margin-top: 10rem;
  }

  .form_category_wrap {
    flex-direction: column;
    margin-bottom: 10rem;
  }

  .partner_form_wrap {
    width: 33.5rem;
  }

  .partner_info {
    width: 33.5rem;
  }

  .partner_info_text {
    width: 33.5rem;
  }

  /* お問い合わせ項目 */
  .partner_select_wrap {
    width: 33.5rem;
  }

  .partner_select_wrap .partner_select_box {
    width: 33.5rem;
  }

  /* お問い合わせ内容 */
  .partner_info_exception {
    width: 33.5rem;
  }

  .partner_info_text_area {
    width: 33.5rem;
  }
  /* 確認ボタン */
  .partner_form_sending {
    width: 33.5rem;
    margin-bottom: 5.5rem;
  }

  /* form横の画像 */
  .form_photo_wrap {
    position: relative;
    right: 2rem;
  }

  .form_photo {
    width: 37.5rem;
    height: 26.2rem;
    margin: 0;
  }
}
