@charset "UTF-8";
* {
  box-sizing: border-box;
}
div{
  color: #000000;
}
.privacy_header {
  height: 130rem;
  padding-top: 80rem;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #B39A47;
}
.privacy_header_en {
  display: block;
  color: #FFF;
  font-size: 16rem;
  margin-bottom: 6rem;
}
.privacy_header_jp {
  display: inline-block;
  color: #FFF;
  font-size: 19rem;
  letter-spacing: 4rem;
  padding-bottom: 16rem;
  border-bottom: 1px solid #FFF;
  width: 329rem;
}
.policy-label {
  margin-top: 40rem;
  margin-bottom: 30rem;
  text-align: center;
  font-size: 18rem;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
}
.recruit_body{
  position: relative;
  width: 100%;
  height: auto;
}
.ul{
  left: 9.375%;
  width: 81.25%;
}
.li{
  list-style: none;
}
.recruit_done{
  position: relative;
  line-height: 2.2;
  letter-spacing: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
.recruit_title, .recruit_title_text, .recruit_body_title, .recruit_body_text{
  left: 9.375%;
  width: 81.25%;
  font-weight: 400;
  line-height: 2.45;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
}
.recruit_title{
  position: relative;
  font-size: 20rem;
  font-weight: 700;
  text-align: center;
  margin-top: 100rem;
  margin-bottom: 50rem;
  color: black;
  letter-spacing: 1.5rem;
}
.recruit_title_text{
  position: relative;
  text-align: left;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16rem;
  font-weight: 500;
  line-height: 30rem;
  color: black;
  margin-top: 4rem;
  margin-bottom: 50rem;
}
.recruit_body_title{
  position: relative;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16rem;
  line-height: 16rem;
  letter-spacing: 1.5rem;
  color: #000;
  padding-bottom: 29rem;
  border-bottom: 1rem solid #000;
}
.recruit_body_text{
  position: relative;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16rem;
  line-height: 30rem;
  text-align: left;
  letter-spacing: 1.5rem;
  color: black;
  padding-top: 30rem;
  padding-bottom: 50rem;
}
.recruit_done{
  position: relative;
  width: 81.25%;
  text-align: right;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16rem;
  margin-bottom: 100rem;
}