@charset "UTF-8";

/* 主要カラー */
/* 主要サイズ */
/* 共通mixin */
/* 共通クラス */
.recruit_mainv {
  position: relative;
}

.recruit_mainv [class$="__title"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 205px;
  padding-left: 100px;
  padding-right: 100px;
  background-color: #d8152e;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  position: absolute;
  left: calc(50% - 890px);
  bottom: 32px;
  z-index: 2;
}

.recruit_mainv [class$="__title"]::before {
  content: '';
  display: block;
  width: 50vw;
  height: 100%;
  background-color: #d8152e;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  position: absolute;
  top: 0;
  right: 90%;
  z-index: -1;
}

@media screen and (max-width: 1580px) {
  .recruit_mainv [class$="__title"] {
    left: calc(5.75vw - 110px);
  }
}

@media screen and (max-width: 1280px) {
  .recruit_mainv [class$="__title"] {
    height: 120px;
    left: calc(5.75vw - 105px);
  }
}

@media screen and (max-width: 780px) {
  .recruit_mainv [class$="__title"] {
    height: 80px;
    left: calc(5.75vw - 105px);
    padding-right: 40px;
  }
}

.recruit_mainv [class$="__title"]>span {
  display: inline-block;
  color: #ffffff;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .recruit_mainv [class$="__title"]>span {
    margin-top: 5px;
    font-size: 36px;
  }
}

@media screen and (max-width: 780px) {
  .recruit_mainv [class$="__title"]>span {
    font-size: 24px;
  }
}

.recruit_mainv [class$="__title"]>small {
  display: inline-block;
  margin-top: 12px;
  margin-left: 16px;
  color: #ffffff;
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-indent: 0.2em;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .recruit_mainv [class$="__title"]>small {
    margin-left: 9px;
    font-size: 16px;
  }
}

@media screen and (max-width: 780px) {
  .recruit_mainv [class$="__title"]>small {
    margin-top: 5px;
    font-size: 14px;
  }
}

.recruit_mainv [class$="__image"] {
  position: relative;
  z-index: 1;
}

.recruit_mainv [class$="__breadcrumb"] {
  display: block;
  width: 100%;
  padding-top: 45px;
}

@media screen and (max-width: 1580px) {
  .recruit_mainv [class$="__breadcrumb"] {
    padding-left: 5.75vw;
    padding-right: 5.75vw;
  }
}

.recruit_mainv [class$="__breadcrumbList"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 1564px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1580px) {
  .recruit_mainv [class$="__breadcrumbList"] {
    width: 100%;
  }
}

.recruit_mainv [class$="__breadcrumbList"] [class$="-item"] {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 1280px) {
  .recruit_mainv [class$="__breadcrumbList"] [class$="-item"] {
    font-size: 12px;
  }
}

.recruit_mainv [class$="__breadcrumbList"] [class$="-item"]:nth-last-child(n+2)::after {
  content: '>';
  display: inline-block;
  margin-left: -1px;
  margin-right: 4px;
}

.recruit_mainv [class$="__breadcrumbList"] [class$="-item"]>a {
  color: inherit;
}


.recruit_message__head,
.recruit_workplace__head,
.about_job-type__head {
  display: block;
}

.recruit_message__head>small,
.recruit_workplace__head>small,
.about_job-type__head>small {
  display: block;
  color: #d8152e;
  font-family: "Questrial", sans-serif;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.09em;
  text-indent: 0.1em;
}

@media screen and (max-width: 780px) {

  .recruit_message__head>small,
  .recruit_workplace__head>small,
  .about_job-type__head>small {
    font-size: 14px;
  }
}

.recruit_message__head>span,
.recruit_workplace__head>span,
.about_job-type__head>span {
  display: block;
  margin-top: 4px;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

@media screen and (max-width: 780px) {

  .recruit_message__head>span,
  .recruit_workplace__head>span,
  .about_job-type__head>span {
    margin-top: 0;
    font-size: 23px;
  }
}

.recruit_message__head>span._row,
.recruit_workplace__head>span._row,
.about_job-type__head>span._row {
  margin-top: 10px;
  font-size: 36px;
}

@media screen and (max-width: 780px) {
  .recruit_message__head>span._row,
  .recruit_workplace__head>span._row,
  .about_job-type__head>span._row {
    margin-top: 0;
    font-size: 23px;
  }
}

.recruit_message {
  margin-top: 31px;
  padding-top: 100px;
  min-height: 802px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .recruit_message {
    min-height: auto;
  }
}

.recruit_message::before {
  content: '';
  display: block;
  width: 50vw;
  height: 620px;
  background-color: #ebf0f1;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  position: absolute;
  top: 100px;
  right: calc(50% + 160px);
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .recruit_message::before {
    width: 100%;
    right: 20%;
  }
}

@media screen and (max-width: 780px) {
  .recruit_message::before {
    height: 510px;
  }
}

.recruit_message__main {
  display: block;
  width: 1200px;
  margin-top: 76px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .recruit_message__main {
    width: auto;
    margin-left: 5.75vw;
    margin-right: 5.75vw;
  }
}

@media screen and (max-width: 780px) {
  .recruit_message__main {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5.75vw;
    padding-right: 5.75vw;
  }
}

.recruit_message__text {
  margin-top: 47px;
  line-height: 2.2;
}

@media screen and (max-width: 780px) {
  .recruit_message__text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.9;
  }
}

.recruit_workplace {
  margin-top: 0;
  padding-top: 100px;
  min-height: 802px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .recruit_workplace {
    min-height: auto;
  }
}

.recruit_workplace::before {
  content: '';
  display: block;
  width: 50vw;
  height: 660px;
  background-color: #ebf0f1;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  position: absolute;
  top: 100px;
  left: calc(50% + 350px);
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .recruit_workplace::before {
    width: 100%;
    left: 40%;
  }
}

.recruit_workplace__main {
  display: block;
  width: 644px;
  margin-top: 76px;
  margin-left: auto;
  margin-right: calc(50% - 42px);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .recruit_workplace__main {
    width: 52%;
    margin-top: 120px;
    margin-left: 20px;
    margin-right: auto;
  }
}

@media screen and (max-width: 780px) {
  .recruit_workplace__main {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5.75vw;
    padding-right: 5.75vw;
  }
}

.recruit_workplace__sub {
  display: block;
  margin-right: 20px;
  position: absolute;
  top: 202px;
  left: calc(50% + 134px);
  z-index: 3;
}

@media screen and (max-width: 780px) {
  .recruit_workplace__sub {
    margin-top: 46px;
    margin-left: 13vw;
    margin-right: 0;
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
  }
}

.recruit_workplace__text {
  margin-top: 47px;
  line-height: 2.2;
}

@media screen and (max-width: 780px) {
  .recruit_workplace__text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.9;
  }
}

.about_job-type {
  padding-top: 107px;
  padding-bottom: 116px;
  background-color: #f3f7f8;
  position: relative;
  margin-top: 130px;
}

@media screen and (max-width: 1280px) {
  .about_job-type {
    margin-top: 290px;
  }
}

@media screen and (max-width: 780px) {
  .about_job-type {
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.about_job-type__head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about_job-type__table {
  width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1280px) {
  .about_job-type__table {
    width: auto;
  }
}

.about_job-type__tableRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media screen and (max-width: 780px) {
  .about_job-type__tableRow {
    display: block;
    margin-left: 5.75vw;
    margin-right: 5.75vw;
  }
}

.about_job-type__tableRow>dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 203px;
  height: auto;
  padding: 26px 0 23px 42px;
  border-bottom: 2px solid #d8152e;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .about_job-type__tableRow>dt {
    display: inline-block;
    width: auto;
    padding: 30px 0 10px;
    border-width: 1px;
    font-size: 14px;
  }
}

.about_job-type__tableRow>dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: calc(100% - 203px);
  padding: 26px 0 23px 96px;
  border-bottom: 2px solid #ebf0f1;
  font-size: 16px;
}

@media screen and (max-width: 780px) {
  .about_job-type__tableRow>dd {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-width: 1px;
    font-size: 12px;
  }
}
