/* ------------------------------------------------------------------------------------------ */
.is-view-pc {
  display: none;
}

@media screen and (min-width:760px) {
  .is-view-sp {
    display: none;
  }
  .is-view-pc {
    display: block;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.contents-wapper {
  margin-top: 37px;
  border: none;
}

.faq-list {
  margin-top: 10px;
}
.faq-list li {
  background: #fff;
  border: 1px #ebd1d7 solid;
  border-radius: 10px;
  padding: 15px 15px;
}
.faq-list li:not(:first-child) {
  margin-top: 15px;
}
.faq-list li .q {
  color: #b60028;
  min-height: 35px;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 0 0 40px;
  position: relative;
}
.faq-list li .q:after {
  content: "Q";
  display: block;
  font-size: 18px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #b60028;
  border: 2px #b60028 solid;
  border-radius: 5px;
}
.faq-list li .a {
  margin-top: 10px;
  min-height: 35px;
  font-size: 16px;
  padding: 3px 0 0 40px;
  position: relative;
}
.faq-list li .a:after {
  content: "A";
  display: block;
  font-size: 18px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #b60028;
  background: #fff;
  border: 2px #b60028 solid;
  border-radius: 5px;
}

/* ------------------------------------------------------------------------------------------ */
.recruit-catch {
  margin-top: min(6%, 35px);
  background: #1b1b29;
  line-height: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.recruit-catch .text {
  width: min(85%, 450px);
  padding: clamp(40px, 10%, 60px) 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.recruit-catch .text img {
  width: 100%;
  filter: drop-shadow(0 0 10px #000);
}
.recruit-catch .movie {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.recruit-catch .movie .grad {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .recruit-catch .movie .grad:before, .recruit-catch .movie .grad:after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .recruit-catch .movie .grad:before {
    background: linear-gradient(to right, #1b1b29, rgba(27, 27, 41, 0));
    background: -webkit-linear-gradient(left, #1b1b29, rgba(27, 27, 41, 0));
    background: -moz-linear-gradient(left, #1b1b29, rgba(27, 27, 41, 0));
    left: 0;
  }
  .recruit-catch .movie .grad:after {
    background: linear-gradient(to left, #1b1b29, rgba(27, 27, 41, 0));
    background: -webkit-linear-gradient(right, #1b1b29, rgba(27, 27, 41, 0));
    background: -moz-linear-gradient(right, #1b1b29, rgba(27, 27, 41, 0));
    right: 0;
  }
}
.recruit-catch .movie .grad video {
  width: 100%;
  height: auto;
}

.recruit-bnr {
  line-height: 0;
}
.recruit-bnr a {
  width: 100%;
  max-width: 350px;
  display: inline-block;
}
@media screen and (min-width:1040px) {
  .recruit-bnr a {
    cursor: pointer;
    transition: 0.3s;
  }
  .recruit-bnr a:hover {
    opacity: 0.6;
  }
}
.recruit-bnr a img {
  width: 100%;
}

/*# sourceMappingURL=contact.css.map */
