#intro {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  color: #0062C8;
  position: relative;
}
#intro section {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
#intro section h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #intro section h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #intro section h2 {
    font-size: 30px;
  }
}
#intro section h2 .opensans {
  font-size: 115%;
  font-weight: 700;
}
#intro section p > span {
  font-size: 60px;
}
@media (max-width: 480px) {
  #intro section p > span {
    font-size: 50px;
  }
}
#intro section p small {
  display: block;
  font-size: 17px;
}
@media (max-width: 768px) {
  #intro section p small {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #intro section p small {
    font-size: 14px;
  }
}

.webp #intro {
  background: url(../../image/recruit1.webp);
  background-size: cover;
  background-position: center right;
}
@media (max-width: 768px) {
  .webp #intro {
    background: url(../../image/recruit1s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #intro {
    background: url(../../image/recruit1ss.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #intro {
  background: url(../../image/recruit1.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #intro {
    background: url(../../image/recruit1s.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .no-webp #intro {
    background: url(../../image/recruit1ss.jpg);
    background-size: cover;
    background-position: center;
  }
}

#recruit_section {
  background: #0062C8;
}
#recruit_section > section {
  padding: 70px 30px;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 768px) {
  #recruit_section > section {
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  #recruit_section > section {
    padding: 30px 20px;
  }
}
#recruit_section > section h3 {
  margin-bottom: 1rem;
}
#recruit_section > section > p {
  text-align: center;
  line-height: 2;
  font-size: 24px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #recruit_section > section > p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #recruit_section > section > p {
    font-size: 16px;
    text-align: justify;
  }
  #recruit_section > section > p br {
    display: none;
  }
}
#recruit_section .article {
  display: flex;
  justify-content: space-between;
  margin: 70px auto;
}
@media (max-width: 768px) {
  #recruit_section .article {
    margin: 50px auto;
  }
}
@media (max-width: 600px) {
  #recruit_section .article {
    display: block;
  }
}
@media (max-width: 480px) {
  #recruit_section .article {
    margin: 20px auto;
  }
}
#recruit_section .article section {
  width: 48%;
}
@media (max-width: 600px) {
  #recruit_section .article section {
    width: 100%;
  }
}
#recruit_section .article section h4 {
  font-size: 30px;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #recruit_section .article section h4 {
    font-size: 24px;
  }
}
#recruit_section .article section p {
  text-align: justify;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #recruit_section .article section p {
    font-size: 16px;
  }
}
#recruit_section .article section img {
  width: 100%;
}
#recruit_section .article2 {
  flex-direction: row-reverse;
}

#form {
  margin: 0 auto;
  max-width: 900px;
  padding: 70px 30px;
}
@media (max-width: 768px) {
  #form {
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  #form {
    padding: 30px 20px;
  }
}
#form h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #form h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #form h3 {
    font-size: 30px;
  }
}
#form h3 + p {
  line-height: 1.5;
}
@media (max-width: 480px) {
  #form h3 + p {
    text-align: justify;
  }
  #form h3 + pbr {
    display: none;
  }
}
#form ul {
  display: flex;
  justify-content: center;
  margin: 3rem auto 4rem;
}
@media (max-width: 480px) {
  #form ul {
    display: block;
    margin: 2rem auto 1rem;
  }
}
#form ul li a {
  display: inline-block;
  background: #0062C8;
  color: #fff;
  padding: 1rem 1.25rem;
  font-size: 26px;
  border-radius: 3rem;
  margin: 0 1rem;
}
@media (max-width: 768px) {
  #form ul li a {
    font-size: 20px;
    margin: 0 0.5rem;
  }
}
@media (max-width: 480px) {
  #form ul li a {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
#form ul li a i {
  margin-right: 0.5rem;
}
#form h4 {
  background: #0062C8;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 30px;
}
@media (max-width: 768px) {
  #form h4 {
    font-size: 24px;
  }
}
#form table {
  width: 100%;
  font-size: 20px;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  #form table {
    font-size: 18px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  #form table {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}
#form th {
  white-space: nowrap;
  width: 35%;
  padding: 2rem 0.5rem;
  border-top: 1px solid #0062C8;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #form th {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 480px) {
  #form th {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
  }
}
#form tr:nth-of-type(1) th,
#form tr:nth-of-type(1) td {
  border-top: 1px solid #0062C8;
}
@media (max-width: 480px) {
  #form tr:nth-of-type(1) th,
#form tr:nth-of-type(1) td {
    border: none;
  }
}
#form td {
  width: 65%;
  padding: 2rem 0.5rem;
  border-top: 1px solid #0062C8;
  vertical-align: middle;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #form td {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 480px) {
  #form td {
    display: block;
    width: 100%;
    border: none;
    padding: 0 0.5rem 1rem;
  }
}
#form tr:nth-last-of-type(1) th {
  border-bottom: 1px solid #0062C8;
}
@media (max-width: 480px) {
  #form tr:nth-last-of-type(1) th {
    border: none;
    border-top: 1px solid #0062C8;
  }
}
#form tr:nth-last-of-type(1) td {
  border-bottom: 1px solid #0062C8;
}
#form > p {
  text-align: center;
  line-height: 2;
  font-size: 24px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #form > p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #form > p {
    font-size: 16px;
    text-align: justify;
  }
  #form > p br {
    display: none;
  }
}
#form .telephone {
  background: #0062C8;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 5rem;
  border-radius: 10px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #form .telephone {
    margin: 2rem auto 3rem;
  }
}
@media (max-width: 480px) {
  #form .telephone {
    margin: 1rem auto 2rem;
    padding: 1rem;
    width: 100%;
  }
}
#form .telephone span:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #form .telephone span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #form .telephone span:nth-of-type(1) {
    font-size: 18px;
  }
}
#form .telephone span:nth-of-type(2) {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #form .telephone span:nth-of-type(2) {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #form .telephone span:nth-of-type(2) {
    font-size: 28px;
  }
}
#form .telephone span:nth-of-type(2) i {
  margin-right: 0.5rem;
}
#form form textarea {
  border: 1px solid #0062C8;
  border-radius: 5px;
  width: 100%;
  height: 7rem;
  font-weight: 500;
  padding: 0.5rem;
}
#form form input[type=radio] {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
  margin-right: 5px;
}
#form form input[type=radio]::before,
#form form input[type=radio]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#form form input[type=radio]::before {
  background-color: #fff;
  border: 1px solid #0062C8;
  height: 20px;
  width: 20px;
  left: 0px;
}
#form form input[type=radio]::after {
  background-color: #0062C8;
  opacity: 0;
  height: 12px;
  width: 12px;
  left: 4px;
}
#form form input[type=radio]:checked::after {
  opacity: 1;
}
#form form label {
  margin-right: 1rem;
}
#form form input[type=text] {
  border: 1px solid #0062C8;
  width: 100%;
  padding: 0.5rem;
  font-weight: 500;
}
#form form input[type=submit],
#form form input[type=reset] {
  background: #0062C8;
  color: #fff;
  padding: 0.5rem 1rem;
  width: 7rem;
  border-radius: 7px;
  text-align: center;
}
@media (max-width: 480px) {
  #form form input[type=submit],
#form form input[type=reset] {
    width: 6rem;
  }
}
#form form input[type=submit]:hover,
#form form input[type=reset]:hover {
  opacity: 0.7;
}
#form form p {
  text-align: center;
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 768x) {
  #form form p {
    font-size: 18px;
  }
}
/*# sourceMappingURL=recruit.css.map */