@charset "utf-8";

.p-contact {
  padding-top: 134px;
  padding-bottom: 150px;
  background: linear-gradient(180deg, #fff 0%, #dbefdc 100%);
  color: #454545;

  @media (width < 768px) {
    padding-top: 180px;
  }

  .l-inner {
    padding: 0 90px;

    @media (width < 768px) {
      padding: 0 20px;
    }
  }

  .p-contact__fields {
    margin: 0 auto;
    max-width: 924px;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .row {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .col-md-4 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .label {
    margin: 0;
  }

  .d-inline-block {
    background: #5a5a5a;
    border-radius: 2px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
  }

  .d-inline-block.requiredText {
    background: #d80e0e;
  }

  .col-md-8 {
    max-width: 100%;
    padding: 0;
    flex: 0 0 100%;
  }

  .input,
  .select,
  .textarea {
    width: 100%;
    height: 50px;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 1em;
  }

  .input::placeholder,
  .textarea::placeholder {
    color: #555555;
  }

  .textarea {
    height: 197px;
  }

  .select {
    max-width: 210px;
    width: 100%;
    padding: 0 1em;
    appearance: none;
    background: #f9f9f9 url("https://eco-connect-plus.co.jp/system_panel/uploads/images/select-arrow.svg") no-repeat center right 20px / 12px 8px;
    cursor: pointer;
  }
}

.p-contact-privacy {
}

.p-contact-privacy__box {
  overflow-y: scroll;
  height: 155px;
  padding: 34px 46px 36px 28px;
  color: #2c2c2c;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  line-height: 2;

  @media (width < 768px) {
    padding: 1em;
  }
}

.p-contact-privacy__box > * + .p-contact-privacy__text {
  margin-top: 36px;
}

.p-contact-privacy__box > * + .p-contact-privacy__heading {
  margin-top: 68px;
}

.p-contact-privacy__text {
  letter-spacing: 0.08em;

  a:hover {
    opacity: 0.7;
  }
}

.p-contact-privacy__heading {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}

.p-contact-privacy__heading::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #303030;
  border-radius: 3px;
  flex-shrink: 0;
}

.p-contact-privacy__check {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 6px;

  input {
    cursor: pointer;
  }

  label {
    color: #454545;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-contact__submit {
  margin: 25px auto 0;

  button {
    background: #3ba7d3;
    border: 1px solid #3ba7d3;
    color: var(--color-white);
    min-width: 183px;
    display: block;
    padding: 10px 60px 12px;
    border-radius: 99px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0em;
    text-align: center;
  }
}

.p-contact__submit button:hover {
  color: #3ba7d3;
  background: var(--color-white);
}

.p-contact__thanks {
}

.p-contact__back-btn {
  margin: 60px auto 0;
  background: #3ba7d3;
  border: 1px solid #3ba7d3;
  color: var(--color-white);
  width: fit-content;
  min-width: 183px;
  display: block;
  padding: 10px 60px 12px;
  border-radius: 99px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0em;
  text-align: center;
}

.p-contact__back-btn:hover {
  color: var(--color-cyan);
  background: var(--color-white);
}

.p-contact__pdfs {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.p-contact__pdf-link {
  background: var(--color-cyan);
  border: 1px solid var(--color-cyan);
  color: var(--color-white);
  width: 100%;
  max-width: 400px;
  display: block;
  padding: 10px 20px 12px;
  border-radius: 99px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;

  div {
    flex: 1 1 auto;
  }
}

.p-contact__pdf-link::after {
  content: "";
  width: 16px;
  aspect-ratio: 16 / 7;
  background: url("https://eco-connect-plus.co.jp/system_panel/uploads/images/btn-arrow-white.svg") no-repeat center center / contain;
  transition: all 0.3s ease;
}

.p-contact__pdf-link:hover {
  color: var(--color-cyan);
  background: var(--color-white);
}

.p-contact__pdf-link:hover::after {
  background: url("https://eco-connect-plus.co.jp/system_panel/uploads/images/btn-arrow-5cbfcb.svg") no-repeat center center / contain;
}
