#recruit .title {
  margin-bottom: 50px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #recruit .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  #recruit .title {
    margin-bottom: 30px;
  }
}

#recruit .title .container {
  max-width: 960px;
}

@media screen and (max-width: 1024px) {
  #recruit .title .container {
    max-width: 95%;
  }
}

#recruit .title h1 {
  font-size: 7.5vw;
  color: #f1f1f1;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #recruit .title h1 {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #recruit .title h1 {
    font-size: 20vw;
  }
}

#recruit .title h1 span {
  font-size: 7.5vw;
  color: #ccc;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #recruit .title h1 span {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #recruit .title h1 span {
    font-size: 20vw;
  }
}

#recruit .title_bottom {
  margin-left: 15px;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #recruit .title_bottom {
    margin-left: 10px;
    margin-bottom: 17px;
  }
}

#recruit .title_bottom h2 {
  font-size: 1.55vw;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  #recruit .title_bottom h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  #recruit .title_bottom h2 {
    font-size: 3.5vw;
  }
}

#recruit .title_arrow {
  width: 156px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #recruit .title_arrow {
    width: 17%;
  }
}

#recruit .top_recruit {
  position: relative;
}

#recruit .top_recruit h2 {
  position: relative;
  font-size: 30px;
  margin: 50px auto 0;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 50px 0;
  color: #333;
}

@media screen and (max-width: 640px) {
  #recruit .top_recruit h2 {
    padding: 20px 0 0;
  }
}

#recruit .top_recruit h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 5px;
  background-color: #000;
}

@media screen and (max-width: 640px) {
  #recruit .top_recruit h2::before {
    height: 3px;
  }
}

#recruit .recruit {
  background-color: #fff;
  position: relative;
}

#recruit .recruit .container {
  position: relative;
}

#recruit .recruit h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  #recruit .recruit h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#recruit .recruit .list_btn {
  position: absolute;
  width: 200px;
  right: 0;
  top: 0;
  font-weight: bold;
  line-height: 2.5;
}

@media screen and (max-width: 640px) {
  #recruit .recruit .list_btn {
    width: 100%;
    position: relative;
    margin: 20px auto;
  }
}

#recruit .recruit .list_btn::after {
  content: "";
  background-image: url(../img/recruit/minus.png);
  background-size: cover;
  width: 130px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: -57px;
  font-weight: bold;
}

#recruit .recruit .list_btn.close::after {
  content: "";
  background-image: url(../img/recruit/plus.png);
  background-size: cover;
  width: 130px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: -57px;
  font-weight: bold;
}

#recruit .recruit_top {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 30px auto;
}

@media screen and (max-width: 415px) {
  #recruit .recruit_top {
    width: 100%;
    margin-bottom: 20px;
  }
}

#recruit .recruit_top_item {
  width: 190px;
  padding: 10px 0;
  text-align: center;
  background-color: #333333;
  border-radius: 30px;
}

@media screen and (max-width: 640px) {
  #recruit .recruit_top_item {
    width: 150px;
  }
}

@media screen and (max-width: 415px) {
  #recruit .recruit_top_item {
    width: 49%;
  }
}

#recruit .recruit_top_item:first-of-type {
  margin-right: 10px;
}

#recruit .recruit_top_item a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  #recruit .recruit_top_item a {
    font-size: 15px;
  }
}

#recruit .recruit_cont {
  width: 100%;
  margin-bottom: 100px;
  border-top: 1px solid #707070;
}

#recruit .recruit_cont.close {
  display: none;
}

@media screen and (max-width: 414px) {
  #recruit .recruit_cont {
    margin-bottom: 10px;
  }
}

#recruit .recruit_cont_item {
  border-bottom: 1px solid #707070;
}

#recruit .recruit_cont_item a {
  display: flex;
  align-items: center;
  padding: 25px 0;
}

@media screen and (max-width: 640px) {
  #recruit .recruit_cont_item a {
    flex-wrap: wrap;
  }
}

#recruit .recruit_cont_item_date {
  width: 13%;
}

@media screen and (max-width: 768px) {
  #recruit .recruit_cont_item_date {
    width: 17%;
  }
}

@media screen and (max-width: 640px) {
  #recruit .recruit_cont_item_date {
    width: 25%;
  }
}

@media screen and (max-width: 414px) {
  #recruit .recruit_cont_item_date {
    width: 30%;
  }
}

#recruit .recruit_cont_item_date p {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  #recruit .recruit_cont_item_date p {
    font-size: 13px;
  }
}

#recruit .recruit_cont_item_category {
  width: 13%;
}

@media screen and (max-width: 768px) {
  #recruit .recruit_cont_item_category {
    width: 15%;
  }
}

@media screen and (max-width: 640px) {
  #recruit .recruit_cont_item_category {
    width: 75%;
  }
}

@media screen and (max-width: 414px) {
  #recruit .recruit_cont_item_category {
    width: 70%;
  }
}

#recruit .recruit_cont_item_category_bg {
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
}

#recruit .recruit_cont_item_category_bg p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  #recruit .recruit_cont_item_category_bg p {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  #recruit .recruit_cont_item_title {
    width: 100%;
    margin-top: 10px;
  }
}

#recruit .recruit_cont_item_title p {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  #recruit .recruit_cont_item_title p {
    font-size: 13px;
  }
}

#recruit .recruit_bottom {
  display: flex;
  align-items: center;
  margin-bottom: 210px;
}

@media screen and (max-width: 1024px) {
  #recruit .recruit_bottom {
    margin-bottom: 110px;
  }
}

#recruit .recruit_bottom_item {
  margin-right: 10px;
  border: 2px solid #333;
  border-radius: 50%;
}

#recruit .recruit_bottom_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 17px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

#recruit .interview_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 640px) {
  #recruit .interview_box {
    flex-wrap: wrap-reverse;
  }
}

#recruit .interview_box_desc {
  position: absolute;
  left: 0;
  top: 15%;
}

@media screen and (max-width: 640px) {
  #recruit .interview_box_desc {
    position: relative;
    left: auto;
    top: auto;
  }
}

#recruit .interview_box_desc_catch {
  font-size: 20px;
  width: 450px;
  background: #333333;
  color: #fff;
  font-weight: bold;
  padding: 40px 20px;
  line-height: 2;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #recruit .interview_box_desc_catch {
    width: 100%;
    padding: 20px 10px;
  }
}

#recruit .interview_box_desc_name {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  margin: 10px;
}

@media screen and (max-width: 640px) {
  #recruit .interview_box_desc_name {
    font-size: 18px;
    margin: 20px auto;
  }
}

#recruit .interview_box_desc_image {
  width: 60%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 640px) {
  #recruit .interview_box_desc_image {
    width: 100%;
    margin: 20px auto 0;
  }
}

#recruit .interview_box_desc_image img {
  height: auto;
}

#recruit .interview_box_content {
  margin: 20px auto 150px;
}

@media screen and (max-width: 640px) {
  #recruit .interview_box_content {
    margin: 20px auto 50px;
  }
}

#recruit .interview_box_content_inner {
  margin: 50px auto;
}

#recruit .interview_box_content_inner h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

#recruit .interview_box_content_inner p {
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}

#recruit .interview_box_content_inner_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#recruit .interview_box_content_inner_column_image {
  width: 45%;
}

@media screen and (max-width: 640px) {
  #recruit .interview_box_content_inner_column_image {
    width: 100%;
  }
}

#recruit .interview_box_content_inner_column_desc {
  width: 50%;
}

@media screen and (max-width: 640px) {
  #recruit .interview_box_content_inner_column_desc {
    width: 100%;
  }
}

#recruit .interview_box_content_inner_column_desc h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

#recruit .interview_box_content_inner_column_desc p {
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}
/*# sourceMappingURL=recruit.css.map */