.rec-mainvisual {
  width: 95%;
  margin: 0 auto;
}
.rec-mainvisual .rec-mainvisual-img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.rec-mainvisual .rec-mainvisual-img img {
  width: 100%;
  height: 600px;
  opacity: 0.3;
}
.rec-mainvisual .rec-mainvisual-img .img-text {
  position: absolute;
  top: 5%;
  left: 5%;
}
.rec-mainvisual .rec-mainvisual-img .img-text h3 {
  font-size: 3.5rem;
  color: black;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.rec-mainvisual .rec-mainvisual-img .img-text .rec-merit {
  display: flex;
  justify-content: space-between;
  width: 700px;
}
.rec-mainvisual .rec-mainvisual-img .img-text li {
  background-color: yellow;
  font-size: 1.5rem;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-top: 30px;
}
.rec-mainvisual .rec-mainvisual-img .img-text li p {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.rec-mainvisual .rec-mainvisual-img .img-text h4 {
  font-size: 2.5rem;
  margin-top: 50px;
  text-align: center;
}

.rec-event {
  width: 100%;
  margin: 50px auto 50px;
}
.rec-event h3 {
  text-align: center;
  font-size: 2rem;
}
.rec-event h3 .gradient {
  font-size: 3.5rem;
  color: blue;
}
.rec-event .inner {
  width: 75%;
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.rec-event .text-detail {
  text-align: center;
}
.rec-event .text-detail img {
  width: 300px;
  height: 200px;
}
.rec-event .text-detail .text {
  text-align: center;
}
.rec-event .text-detail .text h3 {
  display: inline;
  text-align: center;
  font-size: 1.2rem;
  background-color: yellow;
  width: 150px;
  border-radius: 50%;
}
.rec-event .text-detail .text h4 {
  text-align: center;
}
.rec-event .text-detail .text p {
  font-size: 1rem;
}
.rec-event .text-detail .text p a {
  color: white;
}

.step {
  width: 85%;
  margin: 50px auto 50px;
}
.step h3 {
  text-align: center;
  font-size: 2rem;
}
.step h3 .gradient {
  font-size: 3.5rem;
  color: blue;
}
.step .inner {
  width: 85%;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 50px;
}
.step .text-detail img {
  width: 300px;
  height: 200px;
}
.step .text-detail .text {
  text-align: center;
}
.step .text-detail .text h3 {
  display: inline;
  font-size: 1.2rem;
  background-color: yellow;
  width: 150px;
  border-radius: 50%;
}
.step .text-detail .text h4 {
  text-align: center;
}
.step .text-detail .text p {
  font-size: 0.7rem;
}
.step .text-detail .text p a {
  color: white;
}

.button {
  text-align: center;
  margin: 50px 0 50px;
}
.button input {
  width: 250px;
  height: 100px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 1024px) {
  .rec-mainvisual .rec-mainvisual-img img {
    width: 100%;
    height: 600px;
    opacity: 0.3;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text {
    position: absolute;
    top: 15%;
    left: 2%;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text h3 {
    font-size: 2.5rem;
    color: black;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text .rec-merit {
    display: flex;
    justify-content: center;
    width: 700px;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text li {
    background-color: yellow;
    font-size: 1.5rem;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 20px;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text li p {
    margin-top: 25px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text h4 {
    font-size: 2rem;
    margin-top: 50px;
    text-align: center;
  }
  .rec-event {
    width: 85%;
    margin: 50px auto 50px;
  }
  .rec-event h3 {
    text-align: center;
    font-size: 2rem;
  }
  .rec-event h3 .gradient {
    font-size: 3.5rem;
    color: blue;
  }
  .rec-event .inner {
    width: 85%;
    flex-wrap: wrap;
    margin: 50px auto;
  }
  .rec-event .text-detail img {
    width: 250px;
    height: 180px;
  }
  .rec-event .text-detail .text h3 {
    font-size: 1.5rem;
    background-color: yellow;
    width: 250px;
    border-radius: 50%;
  }
  .rec-event .text-detail .text h4 {
    text-align: center;
  }
  .rec-event .text-detail .text p {
    font-size: 1rem;
  }
  .rec-event .text-detail .text p a {
    color: white;
  }
  .step {
    width: 85%;
    margin: 50px auto 50px;
  }
  .step h3 {
    text-align: center;
    font-size: 2rem;
  }
  .step h3 .gradient {
    font-size: 3.5rem;
    color: blue;
  }
  .step .inner {
    width: 85%;
    flex-wrap: wrap;
    margin: 50px auto;
  }
  .step .text-detail img {
    width: 250px;
    height: 180px;
  }
  .step .text-detail .text {
    text-align: center;
  }
  .step .text-detail .text h3 {
    display: inline;
    font-size: 1.2rem;
    background-color: yellow;
    width: 150px;
    border-radius: 50%;
  }
  .step .text-detail .text h4 {
    text-align: center;
  }
  .step .text-detail .text p {
    font-size: 0.7rem;
  }
  .step .text-detail .text p a {
    color: white;
  }
  .button {
    text-align: center;
    margin: 50px 0 50px;
  }
  .button input {
    width: 250px;
    height: 100px;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 599px) {
  .rec-mainvisual {
    width: 95%;
    margin: 0 auto;
  }
  .rec-mainvisual .rec-mainvisual-img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rec-mainvisual .rec-mainvisual-img img {
    width: 100%;
    height: 500px;
    opacity: 0.3;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text {
    position: absolute;
    top: 5%;
    left: 5%;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text h3 {
    font-size: 2rem;
    color: black;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text .rec-merit {
    display: flex;
    justify-content: space-between;
    width: 310px;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text li {
    background-color: yellow;
    font-size: 1.5rem;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 50px;
    margin-left: 15px;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text li p {
    margin-top: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
  }
  .rec-mainvisual .rec-mainvisual-img .img-text h4 {
    font-size: 2rem;
    margin-top: 50px;
    text-align: center;
  }
  .rec-event {
    width: 85%;
    margin: 50px auto 50px;
  }
  .rec-event h3 {
    text-align: center;
    font-size: 1.5rem;
  }
  .rec-event h3 .gradient {
    font-size: 2rem;
    color: blue;
  }
  .rec-event h4 {
    margin-top: 30px;
  }
  .rec-event .inner {
    width: 95%;
    display: block;
    margin: 50px auto;
  }
  .rec-event .text-detail img {
    width: 250px;
    height: 150px;
  }
  .rec-event .text-detail .text {
    margin: 30px 0;
  }
  .rec-event .text-detail .text h3 {
    font-size: 1.5rem;
    background-color: yellow;
    width: 95%;
    border-radius: 50%;
  }
  .rec-event .text-detail .text h4 {
    text-align: center;
  }
  .rec-event .text-detail .text p {
    font-size: 1rem;
  }
  .rec-event .text-detail .text p a {
    color: white;
  }
  .step {
    width: 100%;
    margin: 50px auto 50px;
  }
  .step h3 {
    font-size: 1.5rem;
  }
  .step h3 .gradient {
    font-size: 2rem;
    color: blue;
  }
  .step .inner {
    width: 95%;
    display: block;
    margin: 50px auto;
  }
  .step .text-detail {
    text-align: center;
  }
  .step .text-detail img {
    width: 250px;
    height: 150px;
  }
  .step .text-detail .text {
    margin: 30px 0;
  }
  .step .text-detail .text h3 {
    font-size: 1.5rem;
    background-color: yellow;
    width: 95%;
    border-radius: 50%;
  }
  .step .text-detail .text h4 {
    text-align: center;
  }
  .step .text-detail .text p {
    font-size: 1rem;
  }
  .step .text-detail .text p a {
    color: white;
  }
  .button {
    text-align: center;
    margin: 50px 0 50px;
  }
  .button input {
    width: 150px;
    height: 50px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}/*# sourceMappingURL=recruit.css.map */