@charset "UTF-8";
input {
  width: 100%;
}
textarea {
  width: 100%;
  min-height: 264px;
}
::placeholder {
  color: #a0a0a0;
  font-size: 16px;
}
.form {
  margin-bottom: 376px;
}
.center {
  text-align: center;
}
.center a {
  color: #245428;
  text-decoration: underline;
}
.step {
  margin: 64px auto;
  background-image: url(../../img/recruit/flow-nyuryoku.png);
  background-repeat: no-repeat;
  width: 288px;
  height: 58px;
}
.form-wrapper {
  margin: 0 auto;
  width: 600px;
}
.form-table tr {
  display: flex;
  flex-direction: column;
}
.form-table tr {
  padding: 32px 0;
  border-bottom: 1px solid #e6e6e6;
}
.form-table th {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 16px;
}
.must th::before {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  content: '必 須';
  background-color: #245428;
  color: #fff;
  padding: 3px 11px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 16px;
}
.neednot th::before {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  content: '任 意';
  background-color: #bdbdbd;
  color: #fff;
  padding: 3px 11px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 16px;
}
.w600 {
  padding: 16px 16px;
  width: 600px;
  background-color: #f0f0f0;
}
.w223 {
  width: 223px;
  padding: 16px 16px;
  background-color: #f0f0f0;
}
.adress .w223 {
  margin-bottom: 16px;
}
.mb16 {
  margin-bottom: 16px;
}
.resume-btn {
  width: 223px;
  border-radius: 50rem;
  display: inline-block;
  position: relative;
  background-color: #f0f0f0;
  cursor: pointer;
  padding-block: 0.9em;
  color: #245428;
  font-weight: 700;
}
.resume input {
  opacity: 0;
}
.resume_tmp_title {
  white-space: nowrap;
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resume input[type='file'] {
  opacity: 0;
  position: absolute;
  top: 0;
}
.indent {
  font-size: 13px;
}
.eg {
  margin-top: 16px;
  line-height: 2;
}
input[type='checkbox'] {
  appearance: checkbox;
  width: 20px;
  height: 20px;
}
.check {
  padding-top: 56px;
}
.check-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.check label {
  font-weight: 700;
}
.check .link {
  display: block;
  color: #245428;
  text-decoration: underline;
  padding-left: 192px;
}
.link-btn {
  margin: 0 auto;
  display: table;
}
.entry-btn {
  padding-top: 64px;
}
.entry-btn :where(a, span) {
  display: inline-flex;
  align-items: center;
  gap: 64px;
  padding: 18px 40px;
  background: #245428;
  color: #fff;
}
.entry-btn :where(a, span)::after {
  content: '';
  background-image: url(../../img/recruit/entry_arrow.png);
  width: 24px;
  height: 8px;
}

/* contact-about */
.contact-about-text {
  margin-bottom: 32px;
}
.contact-about-text p {
  line-height: 2;
}
.tell-icon {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  color: #245428;
  font-family: Crimson Text;
  font-size: 40px;
  font-weight: 700;
}
.tell-icon::before {
  content: '';
  background-image: url(../../img/contact/tel-icon.png);
  width: 40px;
  height: 40px;
}

/* confirm */

.confirm {
  margin: 64px auto;
  background-image: url(../../img/recruit/flow-confirm.png);
  background-repeat: no-repeat;
  width: 288px;
  height: 58px;
}
.confirm-list li {
  padding-top: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}
.confirm-list li:first-child {
  padding-top: 0;
}
.confirm-list li p:first-child {
  font-weight: 700;
  padding-bottom: 8px;
}
.return-btn :where(a, button) {
  padding-top: 24px;
  color: #245428;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-inline: auto;
  justify-content: center;
}
.return-btn :where(a, button)::before {
  content: '';
  background-image: url(../../img/recruit/return-arrow.png);
  width: 24px;
  height: 8px;
}

/* comp */
.comp {
  margin: 64px auto;
  background-image: url(../../img/recruit/flow-comp.png);
  background-repeat: no-repeat;
  width: 288px;
  height: 58px;
}
