*{
  border-collapse: collapse;
}
.p-recruit__heading{
  font-size: 16px;
    letter-spacing: 1.6px;
    line-height: calc(48 / 16);
    border: 1px solid #fff;
    max-width: 406px;
    margin-top: 70px;
    margin-inline: auto;
    display: block;
    @media screen and (max-width: 768px){
     max-width: 242px;
     font-size: 14px;
     letter-spacing: .1em;
     margin-top: 60px;
  }
}
.value-title__jp{
  border-bottom: none;
}
.l-philosophy{
  max-width: 1180px;
  margin: 0 auto;
  @media screen and (max-width: 768px){
    padding-inline: 20px;
  }
}
.p-philosophy{
  margin-top: 129px;
  overflow: hidden;
  @media screen and (max-width: 768px){
    margin-top: 0;
  }
}
.p-philosophy__title{
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.p-philosophy__title::after{
  content: "";
  display: inline-block;
  width: 56px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 16px;
  right: -71px;
}
.p-philosophy__inner{
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 768px){
    flex-direction: column-reverse;
  }
}
.p-philosophy__lead{
  font-size: 22px;
  line-height: calc(32 / 22);
  letter-spacing: .05em;
  margin-top: 57px;
  @media screen and (max-width: 768px){
    font-size: 20px;
    margin-top: 43px;
  }
}
.p-philosophy__text{
  font-size: 14px;
  line-height: calc(26 / 14);
  letter-spacing: .05em;
  margin-top: 30px;
}
.p-philosophy__img-block{
  max-width: 548px;

  @media screen and (max-width: 768px){
    transform: rotate( 53.12deg);
    margin-top: -114px;
  }
}
.p-recruit-section__header{
  border-bottom: 1px solid #fff;
  padding-bottom: 62px;
  @media screen and (max-width: 768px){
    padding-bottom: 44px;
  }
}
.p-recruit-section__title{
  font-size: 22px;
  padding-left: 62px;
  display: inline-block;
  font-weight: 400;
  @media screen and (max-width: 768px){
    padding-left: 0;
  }
}
.p-recruit-section__lead{
  font-size: 14px;
  line-height: calc(26 / 14);
  letter-spacing: 0;
  max-width: 630px;
  margin-top: 78px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  @media screen and (max-width: 768px){
    margin-top: 38px;
  }
}
.p-recruit-section__intro{
  display: flex;
  margin-top: 46px;
  gap: 12%;
  padding-left: 60px;
  justify-content: space-between;
  
  @media screen and (max-width: 768px){
    flex-direction: column;
    padding-left: 0;
    margin-top: 102px;
  }
}

.p-recruit-section__intro-inner{
  max-width: 270px;
  width: 50%;
  @media screen and (max-width: 768px){
    max-width: 100%;
    width: 100%;
  }
}
.p-recruit-section__intro-title{
  font-size: 22px;
  line-height: calc(27 / 22);
  letter-spacing: .05em;
  @media screen and (max-width: 768px){
    font-size: 20px;
  }
}
.p-recruit-section__intro-text{
  font-size: 14px;
  line-height: calc(27 / 14);
  letter-spacing: 0;
  margin-top: 26px;
  @media screen and (max-width: 768px){
    margin-bottom: 38px;
  }
}
.p-recruit-section__job{
  max-width: 712px;
  width: 65%;
  @media screen and (max-width: 768px){
    width: 100%;
    max-width: 100%;
  }
}
.p-recruit-section__job-inner{
  display: flex;
  padding-block: 55px;
  padding-left: 16px;
  gap: 49px;
  border-top: 1px solid #fff;
  @media screen and (max-width: 768px){
    padding-left: 0;
    gap: 10%;
  }  
}
.p-recruit-section__job-image{
  max-width: 131px;
}
.p-recruit-section__job-title{
  font-size: 22px;
  line-height: calc(27 / 22);
  letter-spacing: .05em;
}
.p-recruit-section__job-text{
  font-size: 14px;
  line-height: calc(27 / 14);
  margin-top: 26px;
  max-width: 450px;
}
.p-recruit-section__job-text--long{
  max-width: 100%;
  font-size: 14px;
  line-height: calc(27 / 14);
  margin-top: 26px;
}
.p-recruit-section__job-link{
  display: inline-block;
  font-size: 14px;
  line-height: calc(22 / 14);
  letter-spacing: .2em;
  border: solid #fff 1px;
  border-radius: 34px;
  max-width: 157px;
  width: 100%;
  text-align: center;
  padding-block: 5px;
  margin-top: 41px;
}
.p-recruit-section__job-caution{
  font-size: 14px;
  margin-top: 32px;
}
.p-employment{
  padding-top: 75px;
  padding-left: 62px;
  @media screen and (max-width: 768px){
    padding-left: 0;
  }
}
.p-employment__section{
  display: flex;
  margin-top: 80px;
  @media screen and (max-width: 768px){
    flex-direction: column;
    gap: 22px;
  }
}
.p-employment_heading{
  font-size: 18px;
  line-height: calc(27 / 22);
  letter-spacing: .05em;
  margin-bottom: 30px;
}
.p-employment_read{
  font-size: 14px;
  line-height: 0;
  letter-spacing: .05em;
  font-weight: 400;
  width: 35%;
  @media screen and (max-width: 768px){
    width: 100%;
    padding-bottom: 16px;
    position: relative;
  }
}
.p-employment_read::after{
  @media screen and (max-width: 768px){
    content: "";
    border-bottom: solid 1px #fff;
    width: 140px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

}
.p-employment_content{
  width: 65%;
  position: relative;
  @media screen and (max-width: 768px){
    width: 100%;
  }
}
.p-employment_content::before{
  content: "";
  display: inline-block;
  width: 37px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 14px;
  left: -70px;
}
.p-employmentTable__th{
  border-bottom: solid 1px #fff;
  width: 208px;
  text-align: left;
  padding-bottom: 25px;
}
.p-employmentTable__td{
  padding-top: 28px;
}
.p-employment__note{
  border-top: solid 1px #fff;
  margin-top: 30px;
  padding-top: 30px;
  line-height: 2;
}
.p-work-data{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-top: 78px;
}
.p-work-data__item{
  width: calc(100% / 3 - 100px);
  max-width: 260px;
  text-align: center;
  @media screen and (max-width: 768px){
    width: 100%;
  }
}
.p-work-data__title{
  padding-bottom: 13px;
  line-height: calc(48 / 14);
}
.p-work-data__data{
  font-size: 28px;
  line-height: calc(48 / 28);
  letter-spacing: .05em;
  border-top: solid 1px #fff;
  padding-top: 13px;
}
.p-faq__inner{
  padding-left: 62px;
  margin-top: 49px;
  @media screen and (max-width: 768px){
    padding-left: 0;
    margin-top: 0;
  }
}
.p-faq__item{
  display: flex;
  padding-top: 78px;
  @media screen and (max-width: 768px){
    flex-direction: column;
    padding-top: 0;
    margin-top: 40px;
  }
}
.p-faq__q{
  width: 35%;
  @media screen and (max-width: 768px){
    width: 100%;
  }
}
.p-faq__a{
  width: 65%;
  border-bottom: solid 1px #fff;
  padding-bottom: 49px;
  @media screen and (max-width: 768px){
    width: 100%;
    margin-top: 26px;
  }
}
.p-recruit__form{
  font-size: 16px;
    letter-spacing: .1em;
    line-height: calc(48 / 16);
    border: 1px solid #fff;
    max-width: 410px;
    width: 100%;
    margin-top: 70px;
    margin-inline: auto;
    text-align: center;
    display: block;
}
.p-interview_heading{
  font-size: 22px;
  line-height: calc(27 / 22);
  letter-spacing: .05em;
  border-bottom: solid 1px #fff;
  padding-bottom: 16px;
  font-weight: 400;
  display: block;
  max-width: 252px;
}

.p-interview_read {
  margin-top: 25px;
  font-size: 16px;
  line-height: calc(24 / 16);
  letter-spacing: 0;
}
.p-interview_name {
  margin-top: 14px;
  font-size: 22px;
  line-height: calc(27 / 22);
  letter-spacing: .05em;
}
.p-interview_year {
  margin-top: 10px;
  line-height: calc(27 / 14);
  letter-spacing: .05em;
}
.p-interview_content {
  margin-top: 53px;
}
.p-interview_q {
  font-size: 16px;
  line-height: calc(27 / 16);
  letter-spacing: 0;
}
.p-interview_a {
  margin-top: 23px;
  line-height: calc(27 / 14);
  letter-spacing: 0;
}
.p-interview__intro{
  border-bottom: solid 1px #fff;
  padding-bottom: 80px;
}
/* .p-interview__intro:last-of-type{
  border-bottom: none;
} */
 .p-interview__job{
  @media screen and (max-width: 768px){
    margin-top: 239px;
  }
 }