/* お問い合わせ */
.contact_tel {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 2rem;
}

.contact_tel h3 {
  font-size: clamp(1.2rem, 0.955rem + 1.23vw, 1.875rem);
}

.contact_tel img {
  width: 2rem;
  height: auto;
}

.contact1 span {
  font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
  text-align: center;
  margin-top: 0;
  display: block;
  padding-bottom: 2rem;
}

/* お問い合わせ入力 */
.contact2 {
  margin-top: 120px;
}

.contact_text {
  padding-top: 3rem;
}

.contact_area ul li {
  display: flex;
  justify-content: center;
}

.contact_textarea {
  background-color: #fff;
  box-shadow: 0.2px 1.6px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 80vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
}

.input {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.input p {
  width: 20vw;
  text-align: left;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  margin-right: 1rem;
}

#input_type {
  width: 40vw;
  height: 3.75rem;
}

#input_textarea {
  width: 40vw;
  height: 8rem;
}

.contact1 {
  background-color: #ffe34d;
  border-radius: 20px;
  width: 78vw;
  height: auto;
  margin-top: 5.625rem;
}

/* 採用情報 */

.recruit {
  background-color: #ffe34d;
  border-radius: 20px;
  width: 78vw;
  height: auto;
  margin-top: 5.625rem;
}
.recruit p {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
