@charset "UTF-8";
h1{
  text-align: center;
  color: var(--main-color);
  font-size: 40px;
  padding-top: 250px;
  padding-bottom: 70px;
}
.jobTop-p{
  width: 80%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.jobTop{
  margin-top: -200px;
  background-image: url(../images/job-back.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.need h2{
  color: black;
  text-align: center;
  padding: 100px 0;
  margin: 5%;
}
/* .need h2装飾 */
.need h2{
	position: relative;
	padding:10px 20px;
	font-size:30px;
	color:#FFF;
	width: calc(100% - 80px);
	box-sizing: border-box;
	margin-left: 40px;
	background: var(--main-color);
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
  width: 60%;
  margin: 10% auto 5% auto;
  z-index: 10;
}
.need h2:before,
.need h2:after{
	content: "";
	position: absolute;
	top:13px;
	height: 0;
	width: 0;
	border: 35px solid var(--main-color);
	z-index:-1;
}
.need h2:before{
	right: -60px;
	border-right-color: transparent;
}
.need h2:after{
	left: -60px;
	border-left-color: transparent;
}
.need h2 span{
	display:block;
}
.need h2 span:before,
.need h2 span:after{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #1f2e5e;
}
.need h2 span:before{
	right: 0;
	border-left: 5px solid #1f2e5e;
}
.need h2 span:after{
	left: 0;
	border-right: 5px solid #1f2e5e;
}
/*  */
.need img{
  width: 54px;
  height: 54px;
}
.need-item-wrap{
  display: flex;
  padding-bottom: 10px;
  transition: 0.5s;
}
.need-item p{
  text-align: left;
  width: 90%;
  padding-left: 20px;
}
.need-item-wrap:hover{
  transform: scale(1.1);
}
.p1{
color: var(--main-color);
font-weight: bold;
font-size: 20px;
padding-bottom: 5px;
}
.need-wrap{
  display: grid;
  justify-content: center;
  grid-template-columns: 530px 500px;
	grid-template-rows: 150px 150px;
  gap: 15px;
}
.jobTop h1{
  margin-top: 5%;
}
/* ---------------- melitここから ---------------- */
.merit{
  width: 60%;
  margin-right: auto;
  margin-left: auto;

}
.merit h2{
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 20px;
  margin: 150px 0 100px 0;
}
.merit-item{
  display: flex;
  padding-bottom: 100px;
}
.merit-item img{
  width: 10%;
}
.meritTitle{
  color: var(--main-color);
  font-weight: bold;
  font-size: calc( 28 / 1440 * 100vw );
}
.merit-p{
  padding-left: 30px;
}
main{
  background-image: url(../images/job-back3.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 300px;
  background-size: 100%;
}


/* ---------------- モバイルここから ---------------- */

@media only screen and (max-width:1043px){
  /* br{
    display: none;
  } */
  .need-wrap{
    display: grid;
    justify-content: center;
    grid-template-columns: 40% 40%;
    grid-template-rows: repeat(3,40%);
    margin-bottom: 10%;
  }
  }

@media screen and (max-width: 640px) {
  main{
    padding-bottom: 100px;
  }
.jobTop-p br{
  display: none;
}
.p1{
  display: none;
}
  h1{
    text-align: center;
    color: var(--main-color);
    font-size: 28px;
    padding-top: 250px;
    padding-bottom: 30px;
  }
  .jobTop-p{
    width: 80%;
    text-align: start;
    margin-right: auto;
    margin-left: auto;
  }
  .jobTop{
    background-image: url(../images/job-back.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .need{
    width: 90%;
    margin: 0 auto;
  }
  /* .need h2装飾レスポンシブ */
  .need h2{
    /* color: black;
    font-size: 28px;
    text-align: center;
    padding: 100px 0;
    padding-bottom: 40px; */
    font-size: 20px;
    margin-top: 15%;
    margin-bottom: 10%;
  }
  .need h2:before,
  .need h2:after{
	content: "";
	position: absolute;
	top:15px;
	height: 0;
	width: 0;
	border: 25px solid var(--main-color);
	z-index:-1;
  }
  .need h2:before{
	right: -40px;
	border-right-color: transparent;
  }
  .need h2:after{
	left: -40px;
	border-left-color: transparent;
  }
/*  */
  .need img{
    width: 35px;
    height: 35px;
  }
  .need-item-wrap{
    display: flex;
    padding-bottom: 30px;
  }
  .need-item p{
    text-align: left;
    width: 90%;
    padding-left: 1rem;
  }
  .p1{
  color: var(--main-color);
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
  }
  .need-wrap{
    display: grid;
    justify-content: center;
    grid-template-columns: 530px 500px;
    grid-template-rows: 150px 150px;
    margin-left: 16px;
  }
/* ---------------- モバイルmelitここから ---------------- */
.merit{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.merit h2{
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  font-size: 28px;
  border-radius: 15px;
  margin-top: 75px;
  margin-bottom: 50px;
}
.merit-item{
  display: block;
  padding-bottom: 70px;
  text-align: center;
}
.merit-item img{
  width: 35%;
  padding-bottom: 20px;
}
.meritTitle{
  color: var(--main-color);
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.merit-p{
  padding-left: 20px;
  font-size: 16px;
  text-align: start;
}
  .need-wrap {
    display: block;
  }
  .merit-item .merit-p{
    padding: 0;
  }
}