@charset "utf-8";


/* --------コンタクト-------- */

.entoowl_contact_wrapper {
  background-color: white;
  margin-top: 12.3rem;
  width: 100%;
  /* height: 114rem; */
  background-image: url(../img/contact_background.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}


/* --------コンタクトタイトル-------- */

.contact_title_wrapper {
  width: 100%;
  height: 13.3rem;
}

.contact_title_background {
  width: 53rem;
  height: 13rem;
  background-image: url(../img/contact_title.png);
  opacity: .25;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  right: 3rem;
}

.contact_title {
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 900;
  color: #364786;
  margin: -7rem auto 0;
  position: relative;
  right: 3.9rem;
  bottom: 1rem;
  font-style: italic;
  transform: rotate(-1.5deg);
}

.contact_title::after {
  content: "";
  width: 5.6rem;
  height: .624rem;
  background-color: #FF6A00;
  position: absolute;
  bottom: -5.1rem;
  right: 38%;
  /* transform: rotate(-1.2deg); */
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
}


/* --------コンタクトフォーム-------- */

.contact_form_wrapper {
  margin-top: 6.7rem;
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 1rem;
  top: 2rem;
}

.contact_detail_wrapper {
  width: 100rem;
  height: 67rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30rem 70rem;
  grid-template-rows: 5rem 5rem 5rem 5rem 5rem 5rem min-content min-content min-content;
  row-gap: 2rem;
}

.contact_titles {
  display: flex;
  align-items: center;
}

.contact_row {
  display: flex;
  align-items: center;
  height: 5rem;
}

.contact_text_label {
  color: #364786;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1em;
  height: 5rem;
  display: flex;
  align-items: center;
}

.required_sign {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1rem;
  color: white;
  background-color: #FF6A00;
  padding: .3rem .8rem;
}

.contact_textbox {
  border: .2rem solid #D3DCD6 !important;
  height: 5rem;
  width: 70rem;
  font-size: 1.6rem;
  padding-left: 1rem;
}

.contact_textbox::placeholder {
  color: #D3DCD6;
}

.fullname_label {
  margin-right: 1.6rem;
}

.contact_date_wrapper {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  position: relative;
}

.contact_date_wrapper::before {
  content: attr(placeholder);
  position: absolute;
  font-size: 1.6rem;
  left: 31.1rem;
  display: flex;
  align-items: center;
  width: 23.4rem;
  height: 5rem;
  color: #D3DCD6;
  pointer-events: none;
  transition: 0.2s ease;
  z-index: 1;
}


.contact_date_wrapper.hide-placeholder::before {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.date_label {
  width: 30rem;
}

.contact_date {
  width: 23.4rem;
  height: 5rem;
  position: relative;
  font-size: 1.6rem;
  padding-left: 1em;
  border: .2rem solid #D3DCD6 !important;
  z-index: 2;
}

.contact_date:not(.hide-placeholder)::-webkit-datetime-edit-fields-wrapper {
  display: none;
}

.contact_date::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

.contact_date::after {
  content: "";
  background-image: url(../img/simple-line-icons_calender.png);
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  left: 19.8rem;
  bottom: 1.1rem;
}

.consultation_label {
  display: flex;
  align-items: start;
}

.contact_consultation_topic {
  border: .2rem solid #D3DCD6 !important;
  height: 25rem;
  width: 70rem;
  resize: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 1rem;
}

.contact_consultation_topic::placeholder {
  color: #D3DCD6;
}

/* ----プライバシーポリシー---- */
.privacy_policy_wrapper {
  grid-column-start: 1;
  grid-column-end: 3;
  width: fit-content;
  margin: 3.7rem auto 0;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

.privacy_policy_label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
}

.privacy_policy_checkbox {
  width: 1.8rem;
  height: 1.8rem;
  border: .25rem solid black;
  border-radius: 20%;
  pointer-events: all;
  appearance: auto;
  background-color: #00000000;
}

.privacy_policy_link {
  color: black;
  text-decoration: underline;
}

.wpcf7-list-item {
  margin: 0;
  width: 1.8rem;
  height: 1.8rem;
}

.privacy_policy_wrapper .wpcf7-form-control.wpcf7-acceptance.optional,
.privacy_policy_wrapper .wpcf7-form-control-wrap {
  margin: 0;
  width: 1.8rem;
  height: 1.8rem;
}

.wpcf7-not-valid-tip{
  opacity: 0;
}

.active_message{
  opacity: 1;
}

/* ----送信するボタン---- */
.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-list-item-label {
  line-height: 1em;
}

.submit_button_wrapper {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  justify-content: space-between;
  width: 27.1rem;
  margin: 2.8rem auto 0;
  position: relative;
  padding-bottom: 10rem;
}

.submit_button {
  width: 20.2rem;
  height: 6.8rem;
  background-color: #FF6A00;
  position: relative;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: .262rem;
  cursor: pointer;
}

.submit_button2 {
  height: 6.8rem;
  width: 6.8rem;
  background-color: #FF6A00;
  color: #FF6A0000;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: .262rem;
  position: relative;
  left: .2rem;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/carbon_arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25%;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}


/* ----------メディアクエリ---------- */
@media screen and (max-width:699.98px) {


  /* --------コンタクト-------- */

  .entoowl_contact_wrapper {
    background-color: white;
    margin-top: 5.3rem;
    width: 100%;
    height: fit-content;
    background-image: url(../img/contact_background.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    overflow-x: hidden;
  }


  /* --------コンタクトタイトル-------- */

  .contact_title_wrapper {
    width: 33.5rem;
    height: fit-content;
  }

  .contact_title_background {
    width: 34rem;
    height: 5.8rem;
    background-image: url(../img/contact_title.PNG);
    opacity: .25;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
    left: 7rem;
    top: .7rem;
  }

  .contact_title {
    width: fit-content;
    font-size: 2.4rem;
    font-weight: 900;
    color: #364786;
    margin: -3.5rem auto 0;
    position: relative;
    right: 0;
    left: 1.9rem;
    font-style: italic;
    transform: rotate(-1.5deg);
  }

  .contact_title::after {
    content: "";
    width: 5.7rem;
    height: .624rem;
    background-color: #FF6A00;
    position: absolute;
    bottom: 0;
    top: 7.4rem;
    right: 7.6rem;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  }


  /* --------コンタクトフォーム-------- */

  .contact_form_wrapper {
    margin-top: 7.4rem;
  }

  .contact_detail_wrapper {
    width: 33.5rem;
    height: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }

  .contact_titles {
    display: flex;
    align-items: center;
    height: fit-content;
  }

  .contact_text_label {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    height: fit-content;
    display: flex;
    align-items: center;
  }

  .required_sign {
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 1.2rem;
    padding: .3rem .8rem;
    position: relative;
    top: .1rem;
  }

  .contact_textbox {
    width: 33.5rem;
    font-size: 1.6rem;
    padding-left: 1rem;
    margin-top: .8rem;
    margin-bottom: 1.9rem;
  }

  .fullname_label {
    margin-right: 0;
  }

  .contact_date_wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .contact_date {
    width: 23.4rem;
    height: 5rem;
    padding: 0;
    padding-left: 1rem;
    margin-top: .9rem;
    margin-bottom: 1.9rem;
    border: .2rem solid #D3DCD6 !important;
  }

  .contact_date::after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background-size: cover;
    left: 20rem;
    bottom: 1.4rem;
  }

  .contact_date_wrapper::before {
    content: attr(placeholder);
    position: absolute;
    font-size: 1.6rem;
    left: 1rem;
    top: 2.2rem;
    display: flex;
    align-items: center;
    width: 23.4rem;
    height: 5rem;
    color: #D3DCD6;
    pointer-events: none;
    transition: 0.2s ease;
    z-index: 1;
  }

  .consultation_label {
    display: flex;
    align-items: start;
    margin-bottom: .9rem;
  }

  .contact_consultation_topic {
    border: .2rem solid #D3DCD6 !important;
    height: 25rem;
    width: 33.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 1rem;
  }


  /* ----プライバシーポリシー---- */
  .privacy_policy_wrapper {
    margin: 3.5rem auto 0;
    font-size: 1.4rem;
    letter-spacing: -.03rem;
  }

  /* ----送信するボタン---- */
  .wpcf7-list-item label {
    margin: 0 auto;
  }

  .submit_button_wrapper {
    padding-bottom: 5rem;
    margin-top: 3rem;
    right: 1.5rem;
  }


}