@charset "utf-8";



/*============================
MV
============================*/
#mv {
  background-image: url(../img/recruit/mv.jpg);
}


/*============================
会社概要
============================*/
#recruit {
  padding: 1.7rem 0 1.2rem;
}
@media screen and (max-width: 640px) {
  #recruit {
    padding: 0.8rem 0 0.5rem;
  }
}

#recruit .in {
  width: 100%;
  max-width: 12.80rem;
}

#recruit h4 {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  margin: 0.3rem 0;
}
@media screen and (max-width: 640px) {
  #recruit h4 {
    font-size: 0.2rem;
    margin: 0.2rem 0;
  }
}

#recruit .cont_wrap {
  max-width: 8rem;
  margin: 0 auto;
}

#recruit .cont_wrap {
  width: 100%;
  margin-top: 0.7rem;
}

#recruit .cont_wrap table {
  width: 100%;
  border-collapse: collapse;
}

#recruit .cont_wrap table tr {
  border-bottom: 1px solid #ccc;
}

#recruit .cont_wrap table tr:first-child {
  border-top: 1px solid #ccc;
}

#recruit .cont_wrap table th {
  width: 25%;
  padding: 0.3rem 0.1rem;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.16rem;
  line-height: 1.65;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  #recruit .cont_wrap table th {
    font-size: 0.14rem;
  }
}
#recruit .cont_wrap td {
  padding: 0.3rem 0;
  font-size: 0.16rem;
  line-height: 1.65;
  position: relative;
}
@media screen and (max-width: 640px) {
  #recruit .cont_wrap td {
    font-size: 0.14rem;
    display: block;
  }
}

#recruit .cont_wrap table td .map {
  display: inline-block;
  margin-left: 0.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
}

#recruit .cont_wrap table td .map a {
  font-size: 0.14rem;
  font-family: "Inter", sans-serif;
  color: #fff;
  background: #2272d3;
  font-weight: 700;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.08rem 0.15rem;
}

#recruit .cont_wrap table td .map a:hover {
  opacity: 0.7;
}

#recruit .bottom_cont {
  margin-top: 0.7rem;
}

#recruit .bottom_cont .text {
  font-size: 0.16rem;
  line-height: 2;
  margin: 0.3rem 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #recruit .bottom_cont .text {
    font-size: 0.14rem;
    margin: 0.2rem 0;
   line-height: 1.8;
  }
}

#recruit .bottom_cont .btn {
  margin-top: 0.7rem;
}

#recruit .bottom_cont .btn a {
  font-size: 0.22rem;
  color: #fff;
  background: #2272D3;
  max-width: 3.7rem;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.3rem 0;
  border-radius: 0.1rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  #recruit .bottom_cont .btn a {
    font-size: 0.18rem;
    max-width: 3rem;
    padding: 0.25rem 0;
  }
} 

#recruit .bottom_cont .btn a:hover {
  opacity: 0.7;
}


#recruit .bottom_cont .btn a::after {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../img/recruit/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 0.1rem;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  #recruit .bottom_cont .btn a::after {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.1rem;
  }
}