@charset "utf-8";

html {
  scroll-behavior: smooth;
}

.subheader {
  height: 40px;
  padding: 40px 0;
  background-color: #f2f2f2;
}

.company_title {
  margin-bottom: 15px;
  font-size: 3.6rem;
  font-family: "valion";
  font-weight: 200;
  letter-spacing: 0.05em;
}

.subtitle {
  font-size: 1.2rem;
  font-weight: 400;
}

@media(min-width:1040px) {
  .subheader {
    height: 110px;
    padding: 80px 0 30px;
  }

  .company_title {
    margin-bottom: 40px;
    font-size: 6.4rem;
  }

  .subtitle {
    font-size: 2.0rem;
  }
}

.recruit_img {
  padding: 0px 0 60px;
  background-color: #A9C66B;
}

.recruit_img img {
  width: 50px;
}

.recruit_img_box {
  margin-top: 40px;
}

.recruit_img_box img {
  width: 100%;
}

.recruit_text_box {
  padding: 10px 30px 0;
  text-align: left;
  transition: 1.0s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.recruit_text_box.on {
  transform: translateY(0);
  opacity: 1.0;
}

.recruit_text_title {
  color: #FFF;
  font-size: 6.4rem;
  font-family: alumni-sans, sans-serif;
  font-weight: 600;
  line-height: 6.0rem;
  text-shadow: 2px 2px 5px #4c631c;
}

.recruit_text_description {
  margin-top: 20px;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-shadow: 1px 1px 2px #4c631c;
}

@media(min-width:1040px) {
  .recruit_img {
    padding: 0px 0 100px;
    position: relative;
  }

  .recruit_img img {
    width: 120px;
  }

  .recruit_img_box {
    position: absolute;
    margin-top: 50px;
    top: 50px;
    right: 0px;
  }

  .recruit_img_box img {
    margin-right: 60px;
    width: 100%;
    max-width: 760px;
  }

  .recruit_text_box {
    margin-top: 260px;
    padding: 0px 0px 0px 120px;
    text-align: left;
  }

  .recruit_text_title {
    color: #FFF;
    font-size: 12.8rem;
    line-height: 14.0rem;
    text-shadow: 2px 2px 5px #4c631c;
  }

  .recruit_text_description {
    margin-top: 20px;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.6rem;
    text-shadow: 1px 1px 2px #4c631c;
  }
}

.requirements {
  padding: 0 40px 100px;
}

.requirements img {
  width: 50px;
}

.recruit_title {
  margin: 80px 0 15px;
  font-size: 3.6rem;
  font-family: "valion";
  font-weight: 200;
  letter-spacing: 0.05em;
}

.requirements_description {
  margin: 50px auto 0;
  max-width: 500px;
  text-align: left;
}

.requirements_description table {
  border-collapse: separate;
  border-spacing: 0;
}

.requirements_description th {
  min-width: 120px;
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #333;
  font-size: 1.4rem;
  font-weight: 500;
}

.requirements_description td {
  padding: 10px 0 15px;
  border-bottom: 1px solid #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}

@media(min-width:1040px) {
  .requirements {
    padding: 0 40px 150px;
  }

  .requirements img {
    width: 120px;
  }

  .recruit_title {
    margin: 100px 0 40px;
    font-size: 6.4rem;
  }

  .requirements_description {
    margin: 70px auto 0;
    max-width: 700px;
  }

  .requirements_description th {
    min-width: 200px;
    padding: 20px 0 20px 10px;
    font-size: 1.8rem;
  }

  .requirements_description td {
    min-width: 460px;
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.subimg_sp {
  display:block;
  margin: 30px 0;
  transition: 1.0s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.subimg_sp.on {
  width: 100%;
  transform: translateY(0);
  opacity: 1.0;
}

.subimg_sp img {
  width: 100%;
}

.subimg_pc {
  display: none;
}



@media(min-width:1040px) {
  .subimg_pc {
    display:block;
    margin: 70px 0;
    transition: 1.0s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }

  .subimg_pc.on {
    width: 100%;
    transform: translateY(0);
    opacity: 1.0;
  }

  .subimg_sp {
    display: none;
  }

}

.contact {
  background-color: #f2f2f2;
  padding: 0 30px 70px 30px;
}

.contact img {
  width: 50px;
}

.contact p {
  font-size: 1.2rem;
  margin-top: 50px;
  font-weight: 400;
  line-height: 2.0rem;
}

.contact_button {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 45px;
  border-radius: 25px;
  border: solid 1px #333;
  background-color: #FFF;
  color: #333;
  text-decoration: none;
  font-size: 1.2rem;
}

.contact_button:hover {
  background-color: #333;
  color: #FFF;
  opacity: 1.0;
}

.contact_button i::before {
  padding-left: 15px;
}

@media(min-width:1040px) {
  .contact {
    padding: 0px 70px 150px;
  }

  .contact img {
    width: 120px;
  }

  .contact p {
    font-size: 1.8rem;
    margin-top: 70px;
  }

  .contact_button {
    margin-top: 70px;
    width: 340px;
    height: 80px;
    font-size: 2.0rem;
    border-radius: 50px;
    border: solid 2px #333;
  }

  .contact_button i::before {
    padding-left: 20px;
  }
}