@charset "UTF-8";
/*=======================================
ABOUT
=========================================*/
.l-pagetitl {
  background: url("../img/lp/bg.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-pagetitl {
  position: relative;
  height: 682px;
}




.l-pagetitl .box {
width: 830px;
height: 228px;
background: #fff;
box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);

  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;

  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-pagetitl  .box p {
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  text-align: left;
  color: #7d7b7b;
  margin-bottom: 20px;
  
}
.l-pagetitl .box h1 {

  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;

  color: #42d16d;

  line-height: 60px;
  color: #42D16D;
}
.p-recruit-p__intro{
  padding: 80px 0 120px;
}

.p-recruit-p__intro p{
  margin:35px auto 90px;
}

.p-recruit-p__intro .box{
  background-color: #F5F6F8;
  padding: 78px 40px 45px;
  position: relative;
}
.p-recruit-p__intro .box .tit{
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  width: 300px;
}
.p-recruit-p__intro .box ul{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      
}
.p-recruit-p__intro .box ul li{
  width: 32%;
  width: 360px;
  height: 104px;
  background: #fff;
  border: 1px solid #cecece;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
font-family: "Noto Sans CJK JP";
font-weight: 500;
font-size: 18px;
line-height: 30px;
text-align: center;
color: #000;


}

.p-recruit-p__intro{
  position: relative;
}

.loop_wrap {
    display: flex;
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: absolute;
    top:120px;
    z-index: -1;
  }

.loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 150px;
    overflow: hidden;
    
font-family: Sen;
font-weight: bold;
font-size: 110px;
line-height:1;
text-align: left;
color: #f3f3f3;


  }

.loop_wrap div:nth-child(odd) {
animation: loop 50s -25s linear infinite;
}

.loop_wrap div:nth-child(even) {
animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }


.p-recruit-p__intro .box ul li:nth-child(n+4){
  margin-top: 1.5%;
}
.p-recruit-p__intro .box ul:before,
.p-recruit-p__intro .box ul:after{
  content: none;
}
.p-recruit-p__intro h2{
  text-align: center;
}
.p-recruit-p__intro p{
  text-align: center;
}
.p-recruit-p__pl {
  padding: 80px 0 120px;
}
.p-recruit-p__pl .pl-wrap .item {
  display: table;
  width: 100%;
  margin-top: 60px;
}
.p-recruit-p__pl .pl-wrap .item .icon {
  display: table-cell;
  width: 220px;
}
.p-recruit-p__pl .pl-wrap .item .txt {
  display: table-cell;
  width: calc(100% - 220px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  vertical-align: middle;
}
.p-recruit-p__pl .pl-wrap .item .txt h3 {
  border-bottom: 1px solid #BDBDBD;
  position: relative;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-align: left;
  color: #000;
  padding-bottom: 10px;
}
.p-recruit-p__pl .pl-wrap .item .txt h3 span {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-recruit-p__pl .pl-wrap .item .txt h4:before {
  content: "■";
  color: #73E1E9;
  margin-right: 5px;
}
.p-recruit-p__pl .pl-wrap .item .txt p {
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 15px auto 20px;
}
.p-recruit-p__pl .pl-wrap .item .txt ul {
  margin-top: 10px;
}
.p-recruit-p__pl .pl-wrap .item .txt ul li {
  width: fit-content;
  padding: 10px;
  background: #f5f6f8;
  min-width: 220px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.p-recruit-p__pl .pl-wrap .item .txt ul li:nth-child(3n) {
  margin-right: 0;
}
.p-recruit-p__pl .pl-wrap .item .txt ul li:nth-child(n+4) {
  margin-top: 20px;
}
.p-recruit-p .c-p-contact {
  margin-top: 80px;
}
.p-recruit-p .c-p-contact p {
  text-align: center;
}
.p-recruit-p__op {
  background-color: #F5F6F8;
  padding: 80px 0 120px;
}
.p-recruit-p__op .op-wrap {
  margin-top: 60px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-recruit-p__op .op-wrap:before, .p-recruit-p__op .op-wrap:after {
  content: none;
}
.p-recruit-p__op .op-wrap .item {
  border: 1px solid #cecece;
  background: #fff;
  width: 580px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-recruit-p__op .op-wrap .item h3 {
  text-align: center;
  height: 50px;
}
.p-recruit-p__op .op-wrap .item h3 img {
  height: 50px;
  width: auto;
}
.p-recruit-p__op .op-wrap .item p {
  margin-top: 30px;
}
.p-recruit-p__ct h2 {
  text-align: center;
}
.p-recruit-p__flow {
  padding: 80px 0 120px;
}
.p-recruit-p__flow ul {
  margin-top: 60px;
}
.p-recruit-p__flow ul li {
  display: table;
  width: 100%;
  background-color: #F5F6F8;
  margin-bottom: 30px;
}
.p-recruit-p__flow ul li:last-child {
  margin-bottom: 0;
}
.p-recruit-p__flow ul li .num {
  display: table-cell;
  width: 120px;
  height: 120px;

background: linear-gradient(#9fe8c6 0%, #d8e980 100%);

  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 60px;
  line-height: 30px;
  color: #fff;
}
.p-recruit-p__flow ul li .txt {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}
.p-recruit-p__flow ul li .txt h3 {
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}
.p-recruit-p__wk {
  padding: 100px 0;
  background: #F8FFF6;
}
.p-recruit-p__wk .title {

}
.p-recruit-p__wk .title h2 {

}
.p-recruit-p__wk .title p {
  width: calc(100% - 483px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  display: table-cell;
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  color: #000;
}
.p-recruit-p__wk ul {
  margin: 57px auto 60px;
}
.p-recruit-p__wk ul li {
  float: left;
}
.p-recruit-p__wk ul li:nth-child(2n) {
  float: right;
}
.p-recruit-p__wk .rec-btn {
  margin: 79px auto 0;
}
.p-recruit-p__wk .rec-btn a {
  width: 780px;
  height: 90px;
  line-height: 90px;


background: linear-gradient(#9fe8c6 0%, #d8e980 100%);
border: 1px solid rgba(0, 0, 0, 0);

  border: 1px solid transparent;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.p-recruit-p__merit {
  padding: 80px 0 120px;
}
.p-recruit-p__merit .top {
  display: table;
  width: 100%;
}
.p-recruit-p__merit .top .title {
  display: table-cell;
  width: calc(100% - 620px);
  vertical-align: middle;
}
.p-recruit-p__merit .top .ph {
  display: table-cell;
  width: 620px;
  vertical-align: middle;
}
.p-recruit-p__merit .merit-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-recruit-p__merit .merit-wrap:before, .p-recruit-p__merit .merit-wrap:after {
  content: none;
}
.p-recruit-p__merit .merit-wrap .item {
  width: 32%;
}
.p-recruit-p__merit .merit-wrap .item:nth-child(2) {
  padding-top: 90px;
}
.p-recruit-p__merit .merit-wrap .item:nth-child(3) {
  padding-top: 180px;
}
.p-recruit-p__merit .merit-wrap .item h3 {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  text-align: left;
  padding: 50px 0 50px 50px;
  color: #404040;
  background: url("../img/rec-p/icon.png") no-repeat left top;
  margin-left: -50px;
  margin-top: -50px;
}
.p-recruit-p__merit .merit-wrap .item p {
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  color: #000;
}
.p-recruit-p__merit .question {
  display: table;
  margin-top: 80px;
  width: 100%;
  background: #f5f6f8;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-recruit-p__merit .question .graph {
  display: table-cell;
  width: 440px;
}
.p-recruit-p__merit .question .txt {
  display: table-cell;
  width: calc(100% - 440px);
  vertical-align: middle;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-recruit-p__merit .question .txt .title {
  border: 1px solid #707070;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  background-color: #FFF;
  padding: 10px;
  color: #4d9edc;
  margin-bottom: 20px;
}
.p-recruit-p__merit .question .txt .cap {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #404040;
}
.p-recruit-p__merit .question .txt .point {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #404040;
  margin: 20px auto;
}
.p-recruit-p__merit .question .txt .point:before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 51px;
  position: relative;
  top: -10px;
  margin-right: 20px;
  vertical-align: middle;
  background: url(../img/rec-p/icon2.png) no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-recruit-p__merit .question .txt .point span {
  font-size: 40px;
  color: #E093F7;
}
.c-wrap{
  width: 1200px!important;
  
}


/*お問い合わせ*/
.t-contact{
    font-size: 16px;
    font-size: 1rem;
    font-weight:500;
    position: absolute;
    top:0px;
    right: 0px;
    display: flex;
    align-items: center
}


.contact .corporate{
    border-radius: 0;
    margin-right: 0px;
    width:140px;
    height: 110px;
    background:#0A246B;
    /*border: 1px solid #8291A7;*/
    position: relative;
    white-space: nowrap;
}

.contact .corporate .home{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact .corporate .home img{
    padding-right: 10px;
}


.contact .corporate a{
    font-size: 13px;
    /*color:#8291A7;*/
    color:#FFF;
    line-height: 1.3;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.contact .left{
    width: 400px;
    height: 110px;
    background: #FFF;
    position: relative;
    border-left:1px solid #C0DFF5;
}

.contact .left .telbox{
    width: 305px;
    position: absolute;
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);
    white-space: nowrap;
}
    
/*.contact .left a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    }*/

.contact .left .tel{
    font-size:42px;
    font-family: "Sen", sans-serif;
    font-weight: 500
}

.contact .left .tel img{
    padding-right: 10px;
}

.contact .right{
    width: 220px;
    height: 110px;
    /* background: linear-gradient(方向[角度], 色1, 色2); */
    background: linear-gradient(45deg, #49B9EF, #4FD7DA);
    position: relative;
    white-space: nowrap;
}

.contact .right .mail{
    position:absolute;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact .right .mail img{
    padding-right: 10px;
}


.contact .right a{
    color: #FFF;
    line-height: 1.5;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.f-contact .right{
    border-radius: 0px 5px 5px 0px;
}
.f-contact .left{
    border-radius: 5px 0px 0px 5px;
    border-left: none;
}
.f-contact{
    width: 620px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight:500;
    display: flex;
    align-items: center
}

.m-contact .right{
    border-radius: 0px 5px 5px 0px;
}
.m-contact .left{
    border-radius: 5px 0px 0px 5px;
    border-left: none;
    border:1px solid #C0DFF5;
    box-sizing: border-box;
}
.m-contact{
    width: 620px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight:500;
    display: flex;
    align-items: center
}
.corporate-contact{
    
    width: 620px;
    margin: 20px auto 0;
    font-weight:500;
    display: flex;
    align-items: center
}
.contact.corporate-contact .corporate{
    width:100%;
    border-radius: 5px;
    height: 80px;
    background:#0A246B;
    /*border: 1px solid #8291A7;*/
    position: relative;
    white-space: nowrap;
    
}
.contact.corporate-contact .corporate a{
    font-size: 16px;
    font-size: 1rem;
}

.t-contact .corporate p {
    text-align: center!important;
}

a{
  text-decoration: none;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
.l-pagetitl {
  background: url("../img/lp/bg.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-pagetitl {
  position: relative;
  height: 450px;
}




.l-pagetitl .box {
width: 80%;
height: 160px;
background: #fff;
box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);

  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;

  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-pagetitl  .box p {
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #7d7b7b;
  margin-bottom: 20px;
  text-align: center;
  
}
.l-pagetitl .box h1 {

  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 24px;
  line-height:1;
  text-align: center;

  color: #42d16d;



}
  .p-recruit-p__pl {
    padding: 80px 0 120px;
  }
  .p-recruit-p__pl .pl-wrap .item {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .p-recruit-p__pl .pl-wrap .item .icon {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-recruit-p__pl .pl-wrap .item .icon img {
    display: inline-block;
  }
  .p-recruit-p__pl .pl-wrap .item .txt {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .p-recruit-p__pl .pl-wrap .item .txt h3 {
    border-bottom: 1px solid #BDBDBD;
    position: relative;
    font-family: "Noto Sans CJK JP";
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    text-align: left;
    color: #000;
    padding-bottom: 10px;
    overflow: hidden;
  }
  .p-recruit-p__pl .pl-wrap .item .txt h3 span {
    position: static;
    right: 0;
    bottom: 0;
    text-align: center;
    float: right;
    font-size: 18px;
  }
  .p-recruit-p__pl .pl-wrap .item .txt h4:before {
    content: "■";
    color: #73E1E9;
    margin-right: 5px;
  }
  .p-recruit-p__pl .pl-wrap .item .txt p {
    font-family: "Noto Sans CJK JP";
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin: 15px auto 20px;
  }
  .p-recruit-p__pl .pl-wrap .item .txt ul {
    margin-top: 10px;
  }
  .p-recruit-p__pl .pl-wrap .item .txt ul li {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #f5f6f8;
    min-width: 220px;
    text-align: center;
    float: left;
    margin-right: 0;
  }
  .p-recruit-p__pl .pl-wrap .item .txt ul li:nth-child(3n) {
    margin-right: 0;
  }
  .p-recruit-p__pl .pl-wrap .item .txt ul li:nth-child(n+4) {
    margin-top: 0;
  }
  .p-recruit-p .c-p-contact {
    margin-top: 80px;
  }
  .p-recruit-p .c-p-contact p {
    text-align: center;
  }
  .p-recruit-p__op {
    background-color: #F5F6F8;
    padding: 80px 0 80px;
  }
  .p-recruit-p__op .op-wrap {
    margin-top: 60px;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-recruit-p__op .op-wrap:before, .p-recruit-p__op .op-wrap:after {
    content: none;
  }
  .p-recruit-p__op .op-wrap .item {
    border: 1px solid #cecece;
    background: #fff;
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-recruit-p__op .op-wrap .item:last-child{
    margin-top: 30px;
  }
  .p-recruit-p__op .op-wrap .item h3 {
    text-align: center;
    height: 40px;
  }
  .p-recruit-p__op .op-wrap .item h3 img {
    height: 100%;
    width: auto;
  }
  .p-recruit-p__op .op-wrap .item p {
    margin-top: 30px;
  }
  .p-recruit-p__ct h2 {
    text-align: center;
  }
  .p-recruit-p__flow {
    padding: 80px 0 120px;
  }
  .p-recruit-p__flow ul {
    margin-top: 60px;
  }
  .p-recruit-p__flow ul li {
    display: table;
    width: 100%;
    background-color: #F5F6F8;
    margin-bottom: 30px;
  }
  .p-recruit-p__flow ul li:last-child {
    margin-bottom: 0;
  }
  .p-recruit-p__flow ul li .num {
    display: table-cell;
    width: 60px;
    height: 60px;

    border: 1px solid transparent;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
  }
  .p-recruit-p__flow ul li .txt {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 120px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
  }
  .p-recruit-p__flow ul li .txt h3 {
    font-family: "Noto Sans CJK JP";
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
  }
  .p-recruit-p__wk {
    padding: 60px 0;
    background: #f6fdff;
  }
  .p-recruit-p__wk .title {
    display: block;
    width: 100%;
  }
  .p-recruit-p__wk .title h2 {
    display: block;
    width: 100%;
  }
  .p-recruit-p__wk .title p {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 30px;
    display: block;
    font-family: "Noto Sans CJK JP";
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    color: #000;
  }
  .p-recruit-p__wk ul {
    margin: 57px auto 0;
  }
  .p-recruit-p__wk ul li {
    float: left;
  }
  .p-recruit-p__wk ul li:nth-child(2n) {
    float: right;
  }
  .p-recruit-p__wk .rec-btn {
    margin: 30px auto 0;
  }
  .p-recruit-p__wk .rec-btn a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 40px auto 0;
    font-size: 16px;

  }
  .p-recruit-p__merit {
    padding: 80px 0 120px;
  }
  .p-recruit-p__merit .top {
    display: table;
    width: 100%;
  }
  .p-recruit-p__merit .top .title {
    display: table-cell;
    width: calc(100% - 620px);
    vertical-align: middle;
  }
  .p-recruit-p__merit .top .ph {
    display: table-cell;
    width: 620px;
    vertical-align: middle;
  }
  .p-recruit-p__merit .merit-wrap {
    display: block;
    margin-top: 30px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-recruit-p__merit .merit-wrap:before, .p-recruit-p__merit .merit-wrap:after {
    content: none;
  }
  .p-recruit-p__merit .merit-wrap .item {
    width: 100%;
  }
  .p-recruit-p__merit .merit-wrap .item:nth-child(2) {
    padding-top: 30px;
  }
  .p-recruit-p__merit .merit-wrap .item:nth-child(3) {
    padding-top: 30px;
  }
  .p-recruit-p__merit .merit-wrap .item h3 {
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    text-align: left;
    padding: 50px 0 50px 50px;
    color: #404040;
    background: url("../img/rec-p/icon.png") no-repeat left top;
    margin-left: -50px;
    margin-top: -50px;
  }
  .p-recruit-p__merit .merit-wrap .item p {
    font-family: "Noto Sans CJK JP";
    font-weight: normal;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    color: #000;
  }
  .p-recruit-p__merit .question {
    display: block;
    margin-top: 60px;
    width: 100%;
    background: #f5f6f8;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-recruit-p__merit .question .graph {
    display: block;
    width: 100%;
    text-align: center;
  }
  .p-recruit-p__merit .question .graph img {
    display: inline-block;
  }
  .p-recruit-p__merit .question .txt {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding-left: 0;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-recruit-p__merit .question .txt .title {
    border: 1px solid #707070;
    font-family: "Noto Sans CJK JP";
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    background-color: #FFF;
    padding: 10px;
    color: #4d9edc;
    margin-bottom: 20px;
  }
  .p-recruit-p__merit .question .txt .cap {
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #404040;
  }
  .p-recruit-p__merit .question .txt .point {
    font-family: "Noto Sans CJK JP";
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #404040;
    margin: 20px auto;
  }
  .p-recruit-p__merit .question .txt .point:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 51px;
    position: relative;
    top: -10px;
    margin-right: 20px;
    vertical-align: middle;
    background: url(../img/rec-p/icon2.png) no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .p-recruit-p__merit .question .txt .point span {
    font-size: 40px;
    color: #E093F7;
  }
  .c-wrap{
    width: auto!important;
  }


.p-recruit-p__intro{
  padding: 80px 0 60px;
}

.p-recruit-p__intro p{
  margin:35px auto 90px;
}

.p-recruit-p__intro .box{
  padding: 78px 15px 15px;
  position: relative;
}
.p-recruit-p__intro .box .tit{
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  width: 300px;
}

.p-recruit-p__intro .box ul li{
  width:100%;

  height: 104px;
  background: #fff;
  border: 1px solid #cecece;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
font-family: "Noto Sans CJK JP";
font-weight: 500;
font-size: 14px;
line-height: 30px;
text-align: center;
color: #000;
  margin-top: 10px;

}

.p-recruit-p__intro .box ul li:nth-child(n+4){
  margin-top: 10px;
}

.p-recruit-p__intro{
  position: relative;
}



}
