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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#company .top_company {
  position: relative;
}

#company .top_company 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) {
  #company .top_company h2 {
    padding: 20px 0;
    font-size: 20px;
  }
}

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

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

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

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

#company .company_client {
  display: flex;
  align-items: center;
  padding: 25px 0;
}

@media screen and (max-width: 640px) {
  #company .company_client {
    flex-wrap: wrap;
  }
}

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

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

#company .company .list_btn {
  position: absolute;
  width: 200px;
  right: 0;
  top: 0;
  font-weight: bold;
}

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

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

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

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

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

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

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

#company .company_top_item:first-of-type {
  margin-right: 10px;
}

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

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

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

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

#company .company_cont_item {
  border-bottom: 1px solid #707070;
}

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

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

#company .company_cont_item a.link {
  display: inline;
}

#company .company_cont_item a.link span {
  font-weight: bold;
}

#company .company_cont_item a.client {
  display: inline;
  padding: 0;
}

#company .company_cont_item a.company_client {
  width: 30px;
  padding: 0;
}

#company .company_cont_item .an {
  display: flex;
  align-items: center;
  padding: 25px 0;
}

@media screen and (max-width: 640px) {
  #company .company_cont_item .an {
    flex-wrap: wrap;
  }
}

#company .company_cont_item .an a {
  display: inline-block;
  padding: 0;
  font-weight: bold;
  color: #333;
}

#company .company_cont_item .an a span {
  font-weight: bold;
}

#company .company_cont_item .an a.client {
  display: inline;
  padding: 0;
}

#company .company_cont_item .an a.company_client {
  width: 30px;
  padding: 0;
}

#company .company_cont_item_date {
  width: 30%;
}

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

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

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

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

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

#company .company_cont_item_client {
  width: 40%;
}

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

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

#company .company_cont_item_client p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

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

#company .company_cont_item_category {
  width: 13%;
}

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

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

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

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

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

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

#company .company_cont_item_title {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}

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

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

@media screen and (max-width: 640px) {
  #company .company_cont_item_title p {
    width: 80%;
  }
}

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

#company .company_cont_item_title p span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url(../img/company/map_icon.png);
  background-size: cover;
  transform: translate(5px, 2px);
}

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

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

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

#company .company_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;
}
/*# sourceMappingURL=company.css.map */