* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

html,
body,
div,
span,
form,
label,
p,
dl,
dt,
dd,
ol,
ul,
li,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000000;
}

a:hover {
  color: #fabe00;
}

ul,
ol,
li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  color: #231815;
  font-weight: 400;
}

strong {
  font-style: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

.__standardWidth {
  max-width: calc(900px + 50px);
  padding-inline: 25px;
  margin-inline: auto;
}

.__standardWidth_NoGap {
  max-width: 900px;
  margin-inline: auto;
}

.__weight300 {
  font-weight: 300;
}

.__weight400 {
  font-weight: 400;
}

.__weight500 {
  font-weight: 500;
}

.__weight600 {
  font-weight: 600;
}

.__weight700 {
  font-weight: 700;
}

.__weight800 {
  font-weight: 800;
}

.__weight900 {
  font-weight: 900;
}

.dataArea {
  max-width: calc(900px + 50px);
  padding-inline: 25px;
  margin-inline: auto;
  -webkit-margin-before: 82px;
          margin-block-start: 82px;
}

.recruitFormTitle {
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1;
}

.recruitFormText {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
}

.formArea {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}

.required {
  padding-block: 3px;
  padding-inline: 8px;
  font-size: 0.625rem;
  line-height: 1;
  color: red;
  border: red 1px solid;
}
@media (max-width: 860px) {
  .required {
    display: block;
    -webkit-margin-before: 6px;
            margin-block-start: 6px;
  }
}

.formTable {
  width: 100%;
  table-layout: fixed;
}
.formTable tr {
  width: 100%;
  background-color: #efefef;
}
@media (max-width: 860px) {
  .formTable tr {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.formTable th {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 60px;
  padding-block: 8px;
  padding-inline: 10px;
  font-size: 0.8125rem;
  line-height: 1;
  background-color: #efefef;
  -webkit-border-before: 1px solid #9fa0a0;
          border-block-start: 1px solid #9fa0a0;
  font-weight: 600;
}
.formTable td {
  width: 80%;
  padding-block: 8px;
  padding-inline: 10px;
  font-size: 0.8125rem;
  line-height: 1;
  background-color: #ffffff;
  -webkit-border-before: 1px solid #9fa0a0;
          border-block-start: 1px solid #9fa0a0;
  font-weight: 400;
}
@media (max-width: 860px) {
  .formTable td {
    width: 100%;
    padding-block: 18px;
    padding-inline: 0;
  }
}
@media (max-width: 860px) {
  .formTable td span {
    display: block;
    width: 100%;
  }
}
.formTable tr:last-of-type th {
  -webkit-border-after: 1px solid #9fa0a0;
          border-block-end: 1px solid #9fa0a0;
}
@media (max-width: 860px) {
  .formTable tr:last-of-type th {
    -webkit-border-after: none;
            border-block-end: none;
  }
}
.formTable tr:last-of-type td {
  -webkit-border-after: 1px solid #9fa0a0;
          border-block-end: 1px solid #9fa0a0;
}

textarea {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  width: 100%;
  padding-block: 6px;
  margin-inline: 3px;
}
@media (max-width: 860px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number] {
    padding-block: 8px;
    padding-inline: 3px;
    -webkit-margin-after: 3px;
            margin-block-end: 3px;
  }
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  font-size: 0.8125rem;
  opacity: 0.5;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  font-size: 0.8125rem;
  opacity: 0.5;
}

.__placeholder,
textarea::placeholder,
input::placeholder {
  font-size: 0.8125rem;
  opacity: 0.5;
}

.width15 {
  width: 15% !important;
}
@media (max-width: 860px) {
  .width15 {
    width: 80% !important;
  }
}

.width70 {
  width: 70% !important;
}
@media (max-width: 860px) {
  .width70 {
    width: 80% !important;
  }
}

.width25 {
  width: 15% !important;
}
@media (max-width: 860px) {
  .width25 {
    width: 80% !important;
  }
}

.width80 {
  width: 35% !important;
}
@media (max-width: 860px) {
  .width80 {
    width: 80% !important;
  }
}

div.soushin {
  -webkit-margin-after: 62px;
          margin-block-end: 62px;
}
@media (max-width: 860px) {
  div.soushin {
    display: block;
  }
  div.soushin button {
    margin-inline: auto;
  }
}

.errorScreen {
  -webkit-margin-before: 26px;
          margin-block-start: 26px;
  -webkit-margin-after: 172px;
          margin-block-end: 172px;
  text-align: center;
}

.backPage {
  width: 100%;
  text-align: center;
}
.backPage button {
  display: block;
  margin-inline: auto;
}
