
.recruit-point-list {
  background-color: #ecedf3;
}
.recruit-point-tit {
  font-weight: bold;
}
.recruit-point-txt {
  font-weight: bold;
}
.recruit-point-item {
  display: flex;
 
  margin-bottom: 10px;
}

.recruit-point-item::before {
content: '';


background-image: url("../img/user.svg");
background-size: cover;
width: 25px;
height: 25px;
margin-right: 10px;
}
.recruit-point-desc {
  background-color: #fff;
  padding: 20px;
}

.recruit-point-item {
  font-size: 20px;
  font-weight: bold;
}
.recruit-point-desc {
  margin-bottom: 30px;
}
.benefitG {
  background-color: #ecedf3;
}
.left-group {
  text-align: center;
}
.benefit-tit {
  font-weight: bold;
}
.benefit-list {
  line-height: 1.6;
}
.benefit-list-tit {
  font-weight: bold;
}
.qaG {
  margin: 0 auto 150px;
}
.qa-title {
  font-weight: bold;
  font-size: 36px;
}
.qa-item {
  font-size: 20px;
  font-weight: bold;
}
.qa-list {
  background-color: #ecedf3;
}
.qa-desc-list {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
}
.qa-desc-list-tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.qa-desc-list-desc-list-tit {
  font-size: 20px;
  color: #5978DB;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.qa-desc-list-desc-list-tit:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .tit-txG {
    padding: 70px 0 0 60px;
  }
  .recruit-kv{
    height: 600px;
    background: url("../img/recruit-kv.png") no-repeat center;
    
    background-size: cover;
    margin-bottom: 80px;
  }
  .recruit-pointG {
    max-width: 1160px;
    margin: 0 auto 70px;
  }
  .recruit-point-tit {
  font-size: 36px;
  margin-bottom: 40px;
}
.recruit-point-txt {
  font-size: 20px;
  margin-bottom: 70px;
}
.recruit-point-list {
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px;
}

.benefitG {
  
  padding: 70px 0;
}
.benefit-inner {
  max-width: 1160px;
display: flex;
gap: 50px;
/* justify-content: center; */
margin: 0 auto;
}
.benefit-tit {
  font-size: 32px;
  margin-bottom: 25px;
}
.benefit-txt {
  margin-bottom: 25px;
}
.benefit-list {
  margin-top: 112px;
}
.bannerG {
  display: flex;
  width: 1160px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 70px 0;
}
.bannerG a {
  max-width: 355px;

}
.qaG {
  max-width: 1160px;
  
}
.qa-title {
  
  margin-bottom: 70px;
}
.qa-item {
  margin-bottom: 10px;
}
.qa-list {
  padding: 70px 60px;
}


.qa-desc-list-desc-list-desc {
  padding-left: 1.3em;
}
.qa-desc-list-desc-txt {
  padding-left: 1.3em;
}




}
@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .first-pg, .second-pg {
    margin-bottom: 1em;
  }
  .tit-txG {
    padding: 40px 0 0;
  }
  .recruit-kv{
    height: 600px;
    background: url(../img/recruit-kv.png) no-repeat 47% 100%;
    background-size: cover;
    margin-bottom: 40px;
  }
  .recruit-pointG {
    padding: 0 10px;
  }
  .recruit-point-tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .recruit-point-txt {
    margin-bottom: 40px;
  }
  .recruit-point-list {
    padding: 30px;
  }
  .benefitG {
    margin-top: 50px;
  }
  .benefit-inner {
    padding: 40px 10px;
  }
  .benefit-tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .benefit-txt {
    margin-bottom: 20px;
  }
  .right-group {
    margin-top: 20px;
  }
  .bannerG {
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .qa-title {
    margin-bottom: 40px;
  }
  .qaG {
    padding: 0 10px;
  }
  .qa-list {
    padding: 30px;
  }
}