html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.desc {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}
.desc a {
  text-decoration: underline;
}

form .inputarea-wrapper {
  background-color: #f2f4f6;
  padding: 16px 49px 42px 38px;
  margin-bottom: 80px;
}
form .row {
  display: flex;
  gap: 59px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
form .row:last-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
form .row .text {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 185px;
  min-width: 185px;
  padding-top: 23px;
  white-space: nowrap;
}
form .row input {
  background-color: #fff;
  padding: 29px 22px;
  width: 100%;
}
form .row textarea {
  background-color: #fff;
  padding: 29px 22px;
  width: 100%;
  height: 270px;
}
form .row input::placeholder,
form .row textarea::placeholder {
  color: #bcbcbc;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
form .checkbox {
  display: flex;
  justify-content: center;
  gap: 18px;
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
}
form .checkbox input {
  width: 20px;
  height: 20px;
}
form .checkbox {
  margin-bottom: 66px;
}
form .submit-btn {
  margin: 0 auto;
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 354px;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 28px;
  background-color: #f5f5f5;
  position: relative;
  background-image: url(/assets/images/btn-bg.png);
  background-size: cover;
  background-position: center;
  text-align: center;
}
form .submit-btn::after {
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(/assets/images/submit-arrow.png);
  background-size: contain;
  background-position: center;
  display: block;
  aspect-ratio: 5/9;
  width: 7px;
}

.asterisk {
  color: #e84700;
}

@media screen and (max-width: 768px) {
  .desc {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
  }
  .desc a {
    text-decoration: underline;
  }
  form .inputarea-wrapper {
    background-color: #f2f4f6;
    padding: 24px;
    margin-bottom: 30px;
  }
  form .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
  }
  form .row:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
  }
  form .row .text {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 185px;
    min-width: 185px;
    padding-top: 0;
    white-space: nowrap;
  }
  form .row input {
    background-color: #fff;
    padding: 16px;
    width: 100%;
  }
  form .row textarea {
    background-color: #fff;
    padding: 16px;
    width: 100%;
    height: 200px;
  }
  form .row input::placeholder,
  form .row textarea::placeholder {
    color: #bcbcbc;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  form .checkbox {
    display: flex;
    justify-content: center;
    gap: 18px;
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
  }
  form .checkbox input {
    width: 20px;
    height: 20px;
  }
  form .checkbox {
    margin-bottom: 30px;
  }
  form .submit-btn {
    margin: 0 auto;
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 354px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
    position: relative;
    background-image: url(/assets/images/btn-bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  form .submit-btn::after {
    position: absolute;
    right: 29px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(/assets/images/submit-arrow.png);
    background-size: contain;
    background-position: center;
    display: block;
    aspect-ratio: 5/9;
    width: 7px;
  }
  .asterisk {
    color: #e84700;
  }
}/*# sourceMappingURL=recruit.css.map */