.main {
  /* font-family: "Zen Kaku Gothic New", sans-serif; */
  width: 108rem;
  /* padding-top: 20rem; */
  margin: 0 auto 8rem;
}

.head_sec {
  background-image: url(../img/about_fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  color: #fff;
  text-align: center;
}

.head_title {
  font-size: 3.0rem;
  line-height: calc(47 / 28);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.head_text {
  padding-top: 0.7rem;
  font-size: 1.8rem;
  line-height: calc(36 / 18);
  font-weight: 600;
}


.section_title {
  display: flex;
  margin-bottom: 4rem;
}

.line {
  width: 2.8rem;
  height: 3.6rem;
  border-left: #26A64D 1rem solid;
}

.section_workplace {
  margin-top: 5.25rem;
}

.title {
  font-size: 2.6rem;
  color: #26A64D;
}

.text {
  font-size: 1.8rem;
  line-height: calc(27 / 18);
  margin-bottom: 7rem;
}

.section_recruitment {
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.requirements {
  width: 108rem;
  display: flex;
  flex-wrap: wrap;

}

.category {
  width: 20rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #26A64D;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.text_container {
  width: 87.5rem;
  padding-left: 2.5rem;
  background-color: #F0F0F0;
  margin-bottom: 0.5rem;
}

.space_1 {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.space_2 {
  padding: 1rem 2.5rem;
}

.space_3 {
  padding: 1.2rem 0 1rem 4rem;
}

.space_4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.space_5 {
  padding-top: 1rem;
  padding-bottom: 0.3rem;
}

.space_6 {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}

.space_7 {
  padding-top: 1.1rem;
  padding-bottom: 0.7rem;
}

.requirements_text,
.conditions_list {
  width: 82.2rem;
  font-size: 1.8rem;
}

.requirements_text {
  line-height: calc(34.5 / 18);
}

.conditions_list {
  list-style-type: "・";
  line-height: calc(35 / 18);
}

.inquiry_container {
  width: 50rem;
  height: 10rem;
  background-color: #26A64D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  margin: 0 auto;
  transition: .3s;
}



.inquiry_link {
  font-size: 2.8rem;
  color: #FFFFFF;
}

.inquiry_container:hover {
  color: #03A64D;
  background-color: #ffffff;
  border: #03A64D solid 1px;
  transition: .5s;
}

.inquiry_container:hover .inquiry_link {
  color: #03A64D;
}

@media screen and (max-width:699.98px) {

  .main,
  .requirements,
  .requirements_text,
  .conditions_list,
  .inquiry_container,
  .category {
    width: 35.5rem;
  }

  .text,
  .requirements_text,
  .conditions_list {
    font-size: 2rem;
    line-height: calc(30 / 20);
  }

  .main {
    padding-top: 11rem;
  }

  .text {
    margin-bottom: 10.7rem;
  }

  .category {
    padding: 1.2rem 0;
  }

  .text_container {
    padding: 1.9rem 0.95rem;
  }

  .requirements_text {
    width: 33.5rem;
  }

  .conditions {
    width: 33.5rem;
  }

  .space_1 {
    padding-bottom: 4rem;
  }

  .space_2 {
    padding-bottom: 4.9rem;
  }

  .space_3 {
    padding-bottom: 7rem;
  }

  .space_4 {
    padding-bottom: 2.5rem;
  }

  .space_5 {
    padding-bottom: 1.6rem;
  }

  .space_6 {
    padding-bottom: 1.5rem;
  }

  .space_7 {
    padding-bottom: 2.5rem;
  }

  .conditions_list {
    width: 33.5rem;
    margin-left: 0.9rem;
  }

  .inquiry_container {
    font-size: 2.4rem;
    line-height: calc(36 / 24);
    height: 7rem;
  }
}