@charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.j-kv {
  width: 100%;
  height: 720px;
  background: url(/recruit/assets/images/works/jobs/kv_ph.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-kv {
    width: 100%;
    height: 173.333vw;
    background: url(/recruit/assets/images/works/jobs/kv_sp.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

.j-kv h1 {
  position: relative;
  padding-bottom: 24px;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-kv h1 {
    padding-bottom: 6.5vw;
    margin: 0 0 6.4vw 0;
  }
}

.j-kv h1::after {
  content: "";
  width: 40px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-kv h1::after {
    content: "";
    width: 9.866vw;
    height: 1.6vw;
  }
}

.j-kv__heading_01 {
  display: block;
  font-size: 120px;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-kv__heading_01 {
    font-size: 17.066vw;
  }
}

.j-kv__heading_02 {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-kv__heading_02 {
    margin-top: 3vw;
    font-size: 4vw;
  }
}

.j-kv p {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-kv p {
    font-size: 3.466vw;
    margin: 0 auto;
    width: 73.333vw;
    text-align: left;
  }
}


/*--------------------------------------------
menu
--------------------------------------------*/
.j-menu {
  background: #005944;
  height: 96px;
  display: flex;
  margin-top: 1px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-menu {
    height: auto;
    display: block;
    margin-top: 1px;
  }
}

.j-menu li {
  width: 100%;
  height: 100%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-menu li {
    width: 100%;
    height: 14vw;
  }
}

.j-menu li:first-child {
  border-right: solid 1px #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-menu li:nth-child(1) {
    border-right: none;
  }
  .j-menu li:nth-child(2) {
    border-top: solid 1px #fff;
  }
}

.j-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 700;
  padding-bottom: 15px;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-menu li a {
    font-size: 3.466vw;
    font-weight: 500;
    padding-bottom: 1.8vw;
  }
}

.j-menu li a::after {
  content: "";
  background: url(/recruit/assets/images/arrow_w.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 15px;
  transform:rotate(90deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21px;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-menu li a::after {
    background: url(/recruit/assets/images/arrow_w.svg) no-repeat;
    background-size: cover;
    width: 1.444vw;
    height: 2.133vw;
    bottom: 2vw;
  }
}


/*--------------------------------------------
業務体制
--------------------------------------------*/
.j-workflow {
  padding: 96px 0 140px;
  background: #F0F0E5;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-workflow {
    padding: 22.666vw 0 37.333vw;
    background: #F0F0E5;
  }
}

.j-workflow__heading_h2 {
  position: relative;
  padding-bottom: 24px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-workflow__heading_h2 {
    padding-bottom: 6.933vw;
  }
}

.j-workflow__heading_h2::after {
  content: "";
  width: 32px;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-workflow__heading_h2::after {
    width: 9.866vw;
    height: 1.6vw;
  }
}

.j-workflow__heading_h2_01 {
  text-align: center;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #000;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-workflow__heading_h2_01 {
    font-size: 12.8vw;
  }
}

.j-workflow__heading_h2_02 {
  display: block;
  color: #000;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 2em;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-workflow__heading_h2_02 {
    font-size: 4.533vw;
    margin-top: 1.066vw;
  }
}

.j-workflow__flow {
  width: 87.5%;
  max-width: 1120px;
  margin: 70px auto 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-workflow__flow {
    width: 89.333vw;
    max-width: none;
    margin: 16vw auto 0;
    overflow: auto;
    padding-bottom: 5vw;
  }

  .j-workflow__flow img {
    width: 143.901vw;
  }
}


/*--------------------------------------------
業務内容・各担当のミッション
--------------------------------------------*/
.j-job {
  padding: 64px 0 144px;
  background: #FCF7ED;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job {
    padding: 20vw 0 0;
  }
}

.j-job__heading_h2 {
  position: relative;
  padding-bottom: 24px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__heading_h2 {
    padding-bottom: 6.933vw;
  }
}

.j-job__heading_h2::after {
  content: "";
  width: 32px;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__heading_h2::after {
    width: 9.866vw;
    height: 1.6vw;
  }
}

.j-job__heading_h2_01 {
  text-align: center;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #000;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__heading_h2_01 {
    font-size: 12.8vw;
  }
}

.j-job__heading_h2_02 {
  display: block;
  color: #000;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 2em;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__heading_h2_02 {
    font-size: 4.533vw;
    margin-top: 1.066vw;
  }
}

.j-job__bg {
  width: 100%;
  margin-top: 48px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__bg {
    margin-top: 0;
    padding-bottom: 17.066vw;
  }
}

.j-job__bg:nth-of-type(2) {
  margin-top: 130px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__bg:nth-of-type(2) {
    margin-top: 0;
  }
}

.-bg_j-job__bg_left::after {
  content: "";
  width: 50%;
  height: calc(100% - 96px);
  background: #005944;
  position: absolute;
  top: 0;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .-bg_j-job__bg_left::after {
    width: 100%;
    height: calc(100% - 17.333vw);
    background: #005944;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.-bg_j-job__bg_right::after {
  content: "";
  width: 50%;
  height: calc(100% - 96px);
  background: #005944;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .-bg_j-job__bg_right::after {
    width: 100%;
    height: calc(100% - 17.333vw);
    background: #005944;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }
}

.j-job__cnt {
  width: 70.31%;
  max-width: 896px;
  margin: 0 auto;
  padding-top: 96px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt {
    width: 94.666vw;
    max-width: none;
    margin: 0 auto;
    padding-top: 24vw;
  }
}

.-bg_j-job__cnt_left::before {
  content: "";
  width: 100%;
  height: calc(100% - 210px);
  background: #004031;
  position: absolute;
  top: 275px;
  right: -45px;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .-bg_j-job__cnt_left::before {
    height: calc(100% - 2.67vw);
    top: 26.67vw;
    right: -4vw;
  }
}

.-bg_j-job__cnt_left::after {
  content: "";
  width: calc(100% - 112px);
  height: calc(100% - 96px);
  background: #005944;
  position: absolute;
  top: 0;
  left: 0;
}

.-bg_j-job__cnt_right::after {
  content: "";
  width: calc(100% - 112px);
  height: calc(100% - 96px);
  background: #005944;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .-bg_j-job__cnt_left::after,
  .-bg_j-job__cnt_right::after {
    background: none;
  }
}

.j-job__cnt__ttl {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #191919;
  padding: 10px 0;
  position: relative;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__ttl {
    height: auto;
    display: block;
    padding: 0 0 8.666vw 0;
  }
}

.j-job__heading_h3 {
  width: 25.44%;
  height: 100px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  background: url(/recruit/assets/images/2col_bg_w.png) repeat-y;
  background-size: 3px;
  background-position: top right;
  display: flex;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__heading_h3 {
    width: 84vw;
    height: 19.733vw;
    text-align: center;
    font-size: 5.866vw;
    background: url(/recruit/assets/images/1col_bg_w.png) repeat-x;
    background-size: 1.333vw;
    margin: 0 auto;
    background-position: bottom center;
    display: flex;
    align-items: center;
  }
}

.j-job__heading_h3 span {
  display: block;
  margin: 0 auto;
}

.j-job__cnt__ttl__txt {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  padding-left: 64px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__ttl__txt {
    width: 84vw;
    margin: 3.266vw auto 0 auto;
    font-size: 4.533vw;
    padding-left: 0;
  }
}

.j-job__cnt__sec__container.--people06::after {
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  background: #004031;
  position: absolute;
  top: 45px;
  right: -45px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__container.--people06::after {
    height: calc(100% - 2.67vw);
    top: 10.67vw;
    right: -4vw;
  }
}

.j-job__cnt__sec__container.--people05 {
  margin-top: 81px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__container.--people05 {
    margin-top: 13.33vw;
  }
}

.j-job__cnt__sec__container.--people05::after {
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  background: #004031;
  position: absolute;
  top: 45px;
  right: -45px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__container.--people05::after {
    height: calc(100% - 2.67vw);
    top: 10.67vw;
    right: -4vw;
  }
}

.j-job__cnt__sec__container.--people08 {
  margin-top: 81px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__container.--people08 {
    margin-top: 13.33vw;
  }
}
.j-job__cnt__sec__container.--people08::after {
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  background: #004031;
  position: absolute;
  top: 45px;
  right: -45px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__container.--people08::after {
    height: calc(100% - 2.67vw);
    top: 10.67vw;
    right: -4vw;
  }
}

.j-job__cnt__sec__container.--people00 {
  margin-top: 81px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__container.--people00 {
    margin-top: 13.33vw;
  }
}

.j-job__cnt__sec__container.--people00::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #004031;
  position: absolute;
  top: 45px;
  right: -45px;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__container.--people00::after {
    height: calc(100% - 2.67vw);
    top: 10.67vw;
    right: -4vw;
  }
}

.j-job__cnt__sec {
  margin-top: 16px;
  width: 100%;
  position: relative;
  z-index: +1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec {
    display: block;
    margin-top: 4.266vw;
  }
}

.j-job__cnt__sec__ico {
  width: 25%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__ico {
    width: 42.666vw;
    margin: 0 auto;
    padding-top: 10.666vw;
  }
}

.j-job__heading_h4 {
  color: #005944;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__heading_h4 {
    font-size: 4.533vw;
  }
}

.j-job__ico01 {
  display: block;
  width: 30px;
  margin: 0 auto 17px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__ico01 {
    width: 8.05vw;
    margin: 0 auto 4.533vw;
  }
}

.j-job__ico02 {
  display: block;
  width: 45px;
  margin: 0 auto 17px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__ico02 {
    width: 12.042vw;
    margin: 0 auto 4.533vw;
  }
}

.j-job__ico03 {
  display: block;
  width: 53px;
  margin: 0 auto 17px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__ico03 {
    width: 14.138vw;
    margin: 0 auto 4.533vw;
  }
}

.j-job__ico04 {
  display: block;
  width: 31px;
  margin: 0 auto 17px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__ico04 {
    width: 8.261vw;
    margin: 0 auto 4.533vw;
  }
}

.j-job__ico05 {
  display: block;
  width: 62px;
  margin: 0 auto 17px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__ico05 {
    width: 16.514vw;
    margin: 0 auto 4.533vw;
  }
}

.j-job__ico06 {
  display: block;
  width: 35px;
  margin: 0 auto 17px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__ico06 {
    width: 9.336vw;
    margin: 0 auto 4.533vw;
  }
}

.j-job__cnt__sec__txt {
  width: 50%;
  padding: 10px 32px 10px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__txt {
    width: 84vw;
    padding: 8.533vw 0 8.533vw 0;
    margin: 0 auto;
  }
}

.j-job__cnt__sec__txt_01 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 16px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__txt_01 {
    font-size: 4.533vw;
    margin-bottom: 4.266vw;
  }
}

.j-job__cnt__sec__txt_02 {
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__txt_02 {
    font-size: 4vw;
  }
}
.j-job__cnt__sec__txt_02 + .j-job__cnt__sec__txt_02 {
  margin-top: 16px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__txt_02 {
    font-size: 4vw;
  }
}

.j-job__cnt__sec__person__container {
  display: flex;
  flex-direction: column;
  width: 25%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person__container {
    width: auto;
  }
}

.j-job__cnt__sec__person__container > .j-job__cnt__sec__person {
  width: 100%;
}

.j-job__cnt__sec__person {
  width: 25%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person {
    width: 100%;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person a {
    display: flex;
  }
  .j-job__cnt__sec__person a.-notflex {
    display: block;
  }
}

.j-job__cnt__sec__person__img {
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person__img {
    width: 45%;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person.-onlyimg .j-job__cnt__sec__person__img {
    width: 100%;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person__img img {
    height: 100%;
    object-fit: cover;
  }
}

.j-job__cnt__sec__person__txt {
  width: 100%;
  background-color: #191919;
  padding: 34px 24px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person__txt {
    width: 55%;
    padding: 4.266vw 4.67vw;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person.-onlyimg .j-job__cnt__sec__person__txt {
    display: none !important;
  }
}

.j-job__cnt__sec__person__txt_01 {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 8px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person__txt_01 {
    font-size: 4.533vw;
    margin-bottom: 2.133vw;
  }
}

.j-job__cnt__sec__person__txt_02 {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person__txt_02 {
    font-size: 3.466vw;
  }
}

.j-job__cnt__sec__person.--height2 .j-job__cnt__sec__person__img {
  width: 100%;
  height: 96px;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person.--height2 .j-job__cnt__sec__person__img {
    width: 45%;
    height: auto;
  }
}

.j-job__cnt__sec__person.--height2 .j-job__cnt__sec__person__img > img.u-pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
}

.j-job__cnt__sec__person.--height2 .j-job__cnt__sec__person__txt {
  padding: 10px 24px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person__txt.--height2 {
    padding: 4.266vw 4.67vw;
  }
}

.j-job__cnt__sec__person.--height2 .j-job__cnt__sec__person__txt_01 {
  font-size: 15px;
  margin-bottom: 4px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person.--height2 .j-job__cnt__sec__person__txt_01 {
    font-size: 4.533vw;
    margin-bottom: 2.133vw;
  }
}

.j-job__cnt__sec__person.--height2 .j-job__cnt__sec__person__txt_02 {
  font-size: 12px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__sec__person.--height2 .j-job__cnt__sec__person__txt_02 {
    font-size: 3.466vw;
  }
}

.j-job__cnt__movie {
  margin: 30px 0 0 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie {
    margin: 8vw 0 0 0;
  }
}

.j-job__cnt__movie h3 {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 25px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie h3 {
    font-size: 4.53vw;
    margin-bottom: 4vw;
  }
}

.j-job__cnt__movie h3::before,
.j-job__cnt__movie h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(/recruit/assets/images/linew_l.svg) no-repeat center / contain;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie h3::before,
  .j-job__cnt__movie h3::after {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.j-job__cnt__movie h3::before {
  left: -30px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie h3::before {
    left: -8vw;
  }
}

.j-job__cnt__movie h3::after {
  right: -30px;
  background: url(/recruit/assets/images/linew_r.svg) no-repeat center / contain;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie h3::after {
    right: -8vw;
  }
}

.j-job__cnt__movie__btn__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie__btn__container {
    flex-direction: column;
    gap: 2.13vw;
  }
}

.j-job__cnt__movie__btn {
  width: 47.65%;
  max-width: 384px;
  height: 73px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #191919 url(/recruit/assets/images/arrow_w.svg) no-repeat;
  background-position: center right 20px;
  background-size: 15px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie__btn {
    width: 76vw;
    max-width: none;
    height: 17.07vw;
    border-radius: 1.6vw;
    padding: 2.67vw 0;
    font-size: 4vw;
    background-position: center right 5.33vw;
    background-size: 4vw;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie__btn.--structure {
    height: 22.93vw;
  }
}

.j-job__cnt__movie__btn__heading {
  width: 28.64%;
  height: 52px;
  text-align: center;
  background: url(/recruit/assets/images/2col_bg_w.png) repeat-y;
  background-size: 3px;
  background-position: top right;
  display: flex;
  justify-content: center;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie__btn__heading {
    width: 35%;
    height: 12vw;
    background-size: 3px;
  }
}

.j-job__cnt__movie__btn__heading > img {
  width: 77.27%;
  max-width: 68px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie__btn__heading > img {
    max-width: 18.13vw;
  }
}

.j-job__cnt__movie__txt {
  margin-left: 20px;
  line-height: 1.4;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .j-job__cnt__movie__txt {
    margin-left: 5.33vw;
  }
}