* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.5%;
  background: #000;
  --side-margin: 5vw;
  --top-maring: 5vh;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #fff;
}

.header {
  width: 100%;
}
.header_top {
  width: 25rem;
  height: 7rem;
  margin-top: var(--top-maring);
  margin-left: var(--side-margin);
}
.header_top_imgBx {
  width: 100%;
  height: 100%;
}
.header_top_imgBx img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .header_top {
    width: 20rem;
    height: 6rem;
    margin-top: calc(var(--top-maring) / 2);
    margin-left: calc(var(--side-margin) / 2);
  }
}

.recruit_info {
  max-width: 1200px;
  margin: calc(var(--top-maring) * 3) auto;
}
@media screen and (max-width: 520px) {
  .recruit_info {
    max-width: 100%;
    margin: calc(var(--top-maring) * 2) auto;
  }
}
.recruit_info > h2 {
  width: 100%;
  font-size: 3rem;
  color: #2188E4;
  text-align: center;
}
.recruit_info > h2 span {
  margin-left: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 520px) {
  .recruit_info > h2 {
    font-size: 2.5rem;
  }
  .recruit_info > h2 span {
    font-size: 1.2rem;
  }
}
.recruit_info_container {
  width: 80rem;
  margin: calc(var(--top-maring) * 2) auto var(--top-maring);
}
.recruit_info_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.recruit_info_wrapper:last-child {
  border-bottom: solid 1px #fff;
}
.recruit_info_wrapper p {
  padding: 24px 20px;

  font-size: 1.8rem;
}
.recruit_info_left {
  width: 20rem;
}
.recruit_info_left p {
  text-align: center;
}
.recruit_info_wrapper > p {
  width: 60rem;

  border-left: solid 1px #fff;
  
  line-height: 1.7;
}
.recruit_info_wrapper > p span {
  margin-left: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .recruit_info_container {
    width: 95%;
  }
  .recruit_info_wrapper p {
    padding: 20px 12px;
  
    font-size: 1.5rem;
  }
  .recruit_info_wrapper > p span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .recruit_info_wrapper p {
    padding: 20px 12px;
  
    font-size: 1.2rem;
  }
  .recruit_info_left {
    width: 18rem;
  }
  .recruit_info_wrapper > p span {
    font-size: 1.2rem;
  }
}
main {
  max-width: 1200px;
  margin: calc(var(--top-maring) * 3) auto;
}
@media screen and (max-width: 520px) {
  main {
    max-width: 100%;
    margin: calc(var(--top-maring) * 2) auto;
  }
}

.contact_hl {
  width: calc(100% - var(--side-margin) * 2);
  margin-left: var(--side-margin);
}
.contact_hl h2 {
  width: 100%;
  font-size: 3rem;
  color: #2188E4;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .contact_hl h2 {
    font-size: 2.5rem;
  }
}
.contact_hl h2 span {
  margin-left: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 520px) {
  .contact_hl h2 span {
    font-size: 1.2rem;
  }
}
.contact_hl p {
  width: 100%;
  margin-top: var(--top-maring);
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .contact_hl p {
    font-size: 1rem;
  }
}
.contact_hl p.hissu {
  margin-top: calc(var(--top-maring) / 2);
  text-align: end;
}

form {
  width: 100%;
}
@media screen and (max-width: 520px) {
  form {
    margin: calc(var(--top-maring) * 2) auto;
  }
}

.form-table {
  width: 80rem;
  margin: calc(var(--top-maring) * 2) auto var(--top-maring);
}
@media screen and (max-width: 800px) {
  .form-table {
    width: 100%;
    margin: calc(var(--top-maring) * 2) auto var(--top-maring);
  }
}
@media screen and (max-width: 520px) {
  .form-table {
    width: 100%;
    margin-top: 0;
    margin-bottom: calc(var(--top-maring) * 1);
  }
}
.form-table table {
  width: 100%;
}
.form-table table tbody {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .form-table table tbody {
    gap: 0.5rem;
  }
}
.form-table table tbody tr {
  width: 100%;
  border-bottom: solid 1px #304C97;
}
.form-table table tbody tr th {
  width: 22rem;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: start;
  border-right: solid 1px #304C97;
}
@media screen and (max-width: 800px) {
  .form-table table tbody tr th {
    width: 20rem;
    padding: 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  .form-table table tbody tr th {
    width: 13rem;
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.form-table table tbody tr td {
  width: 58rem;
}
@media screen and (max-width: 800px) {
  .form-table table tbody tr td {
    width: calc(100vw - 20rem);
  }
}
@media screen and (max-width: 520px) {
  .form-table table tbody tr td {
    width: calc(100vw - 13rem);
  }
}
.form-table table tbody tr td input {
  width: 100%;
  height: 5rem;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 520px) {
  .form-table table tbody tr td input {
    height: 3rem;
  }
}
.form-table table tbody tr td input:hover {
  background: #333;
}
.form-table table tbody tr td textarea {
  width: 100%;
  height: 20rem;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
}
.form-table table tbody tr td textarea:hover {
  background: #333;
}

.contact_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.contact_button input {
  width: 20rem;
  height: 4rem;
  background: #2188E4;
  border: none;
  border-radius: 4rem;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .contact_button input {
    width: 15rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1.2rem;
  }
}
.contact_button input:hover {
  box-shadow: 5px 5px 5px rgba(33, 136, 228, 0.4392156863), -5px -5px 5px rgba(33, 136, 228, 0.4392156863), -5px 5px 5px rgba(33, 136, 228, 0.4392156863), 5px -5px 5px rgba(33, 136, 228, 0.4392156863);
}

footer {
  width: 100%;
}
footer .footer_logo {
  width: 25rem;
  height: 7rem;
  margin-left: var(--side-margin);
}
@media screen and (max-width: 800px) {
  footer .footer_logo {
    width: 20rem;
    height: 6rem;
    margin-top: calc(var(--top-maring) / 2);
    margin-left: calc(var(--side-margin) / 2);
  }
}
footer .footer_logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer p {
  width: 100%;
  height: var(--top-maring);
  padding-right: var(--side-margin);
  font-size: 1.2rem;
  text-align: end;
  line-height: var(--top-maring);
  border-top: solid var(--top-maring) #304C97;
}
@media screen and (max-width: 520px) {
  footer p {
    font-size: 1rem;
    padding-right: calc(var(--side-margin) / 2);
  }
}