.pageTitBar {
  background-image: url(../img/common/mv_img_recruit.png);
}

.row-01 .txtCol,
.row-01 .imgCol {
  -webkit-flex-basis: calc((100% - 50px) / 2);
      -ms-flex-preferred-size: calc((100% - 50px) / 2);
          flex-basis: calc((100% - 50px) / 2);
}
.row-01 .txtCol .txtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-01 .imgCol > div {
  margin-top: 10%;
}
.row-01 .imgCol > div > div {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
}
@media only screen and (max-width: 767px) {
  .row-01 .txtCol .txtBox {
    margin-bottom: 40px;
  }
  .row-01 .imgCol {
    margin-top: 5%;
  }
  .row-01 .imgCol > div {
    margin-top: 5%;
  }
  .row-01 .imgCol > div > div {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
}
.row-02 .movieBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.row-02 .movieBox__wrap {
  gap: 2em 0;
  grid-template-columns: repeat(2, 48.5%);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .row-02 .movieBox__wrap {
    display: grid;
  }
}
@media only screen and (max-width: 767px) {
  .row-02 .movieBox__child + .movieBox__child {
    margin-top: 1.2em;
  }
}
.row-02 .movieBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.row-03 .tb-01 dl {
  padding: 30px 0;
}
.row-03 .tb-01 dl dt,
.row-03 .tb-01 dl dd {
  font-size: 16px;
}
.row-04 .cvBox.bg {
  background: url(../img/recruit/img_recruit_06.png) no-repeat 50% 50%/cover;
}/*# sourceMappingURL=recruit.css.map */