@charset "UTF-8";

/*****************************
  採用情報　
*****************************/
.page-recruit .hcontent{
  width: 630%;
}
.pagesec1 .pscontent2{
  background: url(../../images/page/recruit/recruit_bg.webp) no-repeat center / cover;
}
.pagesec1 .pscontent2 h3{
  font-size: 2.6rem;
}
.pagesec1 .pscontent2 .inner2{
  position: relative;
  z-index: 1;
}
.pagesec2 .psimghov-imgbox .imgbox {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.pagesec2 .psimghov-txtbox .inner3 {
  max-width: 80%;
  padding: 0;
  right: 5%;
  left: auto;
  transform: translate(0%,-50%);
}
.pagesec2 .psimghov-txtbox .content_ttl{
  margin-bottom: 10rem;
}

.pagesec3 .fbox{
  background: #4D4549;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  position: relative;
  height: 100%;
  width: 20%;
}
.pagesec3 .fbox:not(:last-of-type){
  border-right: 1px solid #fff;
}
.pagesec3 .fbox:not(:last-of-type)::before{
  content: "";
  background: url(../../images/page/recruit/step_arrow.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  z-index: 1;
}
.pagesec3 .fbox2{
  background: #4D4945;
}
.pagesec3 .fbox3{
  background: #4C4D45;
}
.pagesec3 .fbox4{
  background: #454D48;
  padding: 0 3rem 0 4rem;
}
.pagesec3 .fbox5{
  background: #45494D;
}
.pagesec3 .fbox img{
  margin-bottom: 2rem;
  max-width: 200px;
}
.pagesec3 .fbox .txt {
  height: 100px;
}

.pagesec4{
  background: #fff;
  color: #000;
  width: 200%;
}
.pagesec4 .inner{
  padding: 15rem 5rem 2rem;
  width: 100%;
}
.pagesec4 .content_ttl{
  margin-bottom: 3rem;
}
.pagesec4 .fbox{
  padding: 1rem;
  width: 12.5%;
}
.pagesec4 .fbox7{
  width: 25%;
}
.pagesec4 .requirements:not(:last-of-type){
  margin-bottom: 3rem;
  margin-bottom: 2rem;
}
.pagesec4 .requirements > dt{
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.pagesec4 .requirements dd dt{
  font-weight: bold;
}
.pagesec4 .requirements dd li{
  padding-left: 2rem;
  position: relative;
}
.pagesec4 .requirements dd li::before{
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.pagesec4 .requirements .linebox .fimgbox{
  width: 100px;
}
.pagesec4 .requirements .linebox .flinkbtn{
  max-width: 200px;
  width: calc(100% - 110px);
}
.pagesec4 .requirements .linebox .flinkbtn a{
  border: 1px solid #06C755;
}
.pagesec4 .requirements .linebox .flinkbtn a::before{
  display: none;
}


@media only screen and (min-height: 910px) and (min-width: 1440px) {
  .pagesec4 .inner{
    padding: 0 5rem ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .page-recruit .hcontent{
    width: 680%;
  }
  .pagesec2 .psimghov-txtbox .content_ttl {
    margin-bottom: 3rem;
  }
  .pagesec4 .inner{
    padding: 8rem 5rem 2rem;
  }
  .pagesec4 {
    width: 250%;
  }
}
@media only screen and (max-width: 1366px) {
  .pagesec2 .psimghov-txtbox .inner3 {
    max-width: 85%;
    right: 5%;
  }
  .pagesec3 .fbox {
    padding: 0 2rem;
  }
  .pagesec3 .fbox:not(:last-of-type)::before {
    right: -20px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .pagesec2 .psimghov-txtbox .inner3 {
    max-width: 75%;
    right: 10%;
  }
  .pagesec3 .fbox h2{
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
  .page-recruit .hcontent{
    width: 730%;
  }
  .pagesec3 {
    width: 130%;
  }
  .pagesec4 {
    width: 270%;
  }
}
@media only screen and (max-height: 720px) and (min-width: 1024px) {
  .pagesec4 .inner{
    padding: 8rem 5rem 2rem;
  }
  .pagesec4 .content_ttl {
    margin-bottom: 1rem;
  }
  .pagesec4 .requirements > dd{
    font-size: 1.4rem;
  }
  .pagesec .psimghov-imgbox .imgbox{
    top: auto;
    bottom: 2rem;
    transform: none;
  }
  .pagesec .psimghov-txtbox .inner3{
    top: 10rem;
    transform: none;
  }
  .pagesec .psimghov-txtbox .content_ttl{
    margin-bottom: 5rem;
  }
  .pagesec .psimghov-txtbox .content_ttl img{
    width: 300px;
  }
  .pagesec .psimghov-txtbox .txtbox{
    font-size: 1.4rem;
  }
}
@media only screen and (max-height: 720px) and (min-width: 1400px) {
  .pagesec .psimghov-txtbox .txtbox{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  #pageheadsec.pagesec1 .pscontent2{
    height: 450px;
  }
  .pagesec2,
  .pagesec4{
    height: auto;
  }
  .pagesec2  .psimghov-imgbox {
    padding: 10rem 0 5rem;
    width: 20%;
  }
  .pagesec2  .psimghov-txtbox {
    padding: 10rem 3rem 5rem;
    width: 80%;
  }
  .pagesec2 .psimghov-imgbox .imgbox {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 180%;
  }
  .pagesec2 .psimghov-txtbox .inner3 {
    margin-left: auto;
    max-width: 75%;
    position: static;
    transform: none;
  }
  .pagesec3 .fbox{
    border-bottom: 1px solid #fff;
    height: 50%;
    width: 33.333%;
  }
  .pagesec3 .fbox4,
  .pagesec3 .fbox5{
    border-bottom: none;
    width: 50%;
  }
  .pagesec3 .fbox:not(:last-of-type)::before {
    right: -25px;
    height: 50px;
    width: 50px;
  }
  .pagesec3 .fbox:nth-of-type(3):before {
    top: auto ;
    right: auto ;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .pagesec3 .fbox:nth-of-type(4):before {
    left: -25px;
    right: auto;
    transform: translateY(-50%) rotate(180deg);
  }
  .pagesec3 .fbox4{
    border-right: 0;
    border-left: 1px solid #fff;
    order: 5;
  }
  .pagesec3 .fbox5{
    order: 4;
  }
  .pagesec4 .inner {
    padding: 8rem 5rem;
  }
  .pagesec4 .fbox {
    padding: 3rem 0;
    margin-right: auto;
    width: 100%;
  }

  .pagesec4 .requirements3 dd br:nth-of-type(1),
  /* .pagesec4 .requirements3 dd br:nth-of-type(3), */
  .pagesec4 .requirements6 dd div:nth-of-type(3) br:nth-of-type(5){
    display: none;
  }
  
}
@media only screen and (max-width: 820px) {
  .pagesec2 .psimghov-txtbox .inner3{
    max-width: 100%;
  }
  .pagesec2 .psimghov-txtbox .content_ttl {
    margin: 8rem 0 5rem 15rem;
  }
  .pagesec2 .psimghov-imgbox .imgbox {
    top: 0;
    transform: none;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .pagesec1 .pscontent2 h3 {
    font-size: 2.2rem;
  }
  .pagesec2 .psimghov-imgbox,
  .pagesec2 .psimghov-txtbox{
    padding: 5rem 3rem;
    height: auto;
    width: 100%;
  }
  .pagesec2 .psimghov-imgbox{
    height: 220px;
  }
  .pagesec2 .psimghov-imgbox .imgbox {
    top: 0;
    right: 0;
    left: auto;
    width: 80%;
  }
  .pagesec .psimghov-txtbox .content_ttl{
    margin: 5rem 0;
  }

  .pagesec3 .fbox{
    align-items: normal;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 5rem 3rem;
    height: auto;
    width: 100%;
  }
  .pagesec3 .fbox:not(:last-of-type)::before {
    top: auto ;
    right: auto ;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .pagesec3 .fbox4{
    order: 4;
  }
  .pagesec3 .fbox5{
    border: none;
    order: 5;
  }
  .pagesec3 .fbox .txt{
    height: auto;
    margin-left: 3rem;
  }
  .pagesec4 .inner {
    padding: 8rem 3rem;
  }
  
}
@media only screen and (max-width: 321px) {
  .pagesec4 .requirements > dd{
    font-size: 1.4rem;
  }
}