@charset "UTF-8";
/* =================================================================================================

　仕事紹介

================================================================================================= */
/* CSS Document */
.fixed_text {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  color: #f6e214;
  position: absolute;
  top: 1rem;
  left: -10rem;
  font-size: 1.125rem;
  line-height: 100%;
}

@media screen and (max-width: 592px) {
  .fixed_text {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
#title_area {
  position: relative;
  margin-bottom: 4rem;
}

#title_area h1 {
  width: 760px;
  position: absolute;
  top: 0rem;
  left: calc((100% - 760px) / 2);
  z-index: 2;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 3px;
  color: #2e3192;
}

@media screen and (max-width: 840px) {
  #title_area h1 {
    width: 80%;
    left: 10%;
  }
}

#title_area h1 span {
  display: inline-block;
  border-top: 5px solid #2e3192;
  padding-top: 1rem;
}

#title_area h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  color: #2e3192;
  font-size: 2.4rem;
  letter-spacing: 12px;
  line-height: 210%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #title_area h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  #title_area h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 592px) {
  #title_area h2 {
    font-size: 1.4rem;
    top: 2rem;
  }
}

#title_area .bg {
  width: 100%;
}

@media screen and (max-width: 592px) {
  #title_area .bg {
    position: relative;
    top: 2rem;
  }
}

#title_area .bg img {
  width: 100%;
}

/* ----------------------------------------------------------------------------
　アンカーリンク
---------------------------------------------------------------------------- */
#anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 13rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 800px) {
  #anchor {
    display: block;
    text-align: center;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 592px) {
  #anchor {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding-left: 7.5%;
  }
}

#anchor li {
  margin-right: 2rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  #anchor li {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 800px) {
  #anchor li {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 592px) {
  #anchor li {
    letter-spacing: 0px;
  }
}

#anchor li:last-child {
  margin-right: 0rem;
}

/* ----------------------------------------------------------------------------
　法人営業 兼 転職カウンセラー
---------------------------------------------------------------------------- */
#counselor {
  width: 760px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 840px) {
  #counselor {
    width: 85%;
  }
}

@media screen and (max-width: 592px) {
  #counselor {
    width: 100%;
  }
}

#counselor .title {
  position: relative;
  margin-bottom: 6rem;
}

@media screen and (max-width: 592px) {
  #counselor .title {
    margin-bottom: 4rem;
  }
}

#counselor .title .photo img {
  width: 100%;
}

#counselor .title h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 120%;
  color: #1d2063;
}

@media screen and (max-width: 592px) {
  #counselor .title h2 {
    font-size: 1.125rem;
  }
}

#counselor .title h2 span {
  display: inline-block;
  background-color: #f6e001;
  padding: 0.3rem 1rem 0.2rem;
}

#counselor dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6rem;
  padding-left: 2rem;
}

@media screen and (max-width: 800px) {
  #counselor dl {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 592px) {
  #counselor dl {
    width: 85%;
    margin: 0 auto 5rem;
    display: block;
    padding-left: 0rem;
  }
}

#counselor dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-right: 7rem;
  color: #2e3192;
}

@media screen and (max-width: 800px) {
  #counselor dl dt {
    margin-right: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

@media screen and (max-width: 592px) {
  #counselor dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
  }
}

#counselor dl dt img {
  width: 100%;
}

@media screen and (max-width: 592px) {
  #counselor dl dt img {
    width: 30%;
    margin-right: 1.5rem;
  }
}

#counselor dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#counselor dl dd h3 {
  font-size: 1.5rem;
  line-height: 150%;
  color: #293193;
  margin-bottom: 1.5rem;
}

#counselor dl dd .text {
  line-height: 220%;
}

@media screen and (max-width: 592px) {
  #counselor dl dd .text {
    font-size: 0.875rem;
  }
}

/* ----------------------------------------------------------------------------
　サポートスタッフ（営業事務）
---------------------------------------------------------------------------- */
#staff {
  position: relative;
  overflow: hidden;
  padding: 15rem 0 6rem;
}

@media screen and (max-width: 1366px) {
  #staff {
    padding: 10rem 0 0rem;
  }
}

@media screen and (max-width: 1024px) {
  #staff {
    padding: 8rem 0 0rem;
  }
}

#staff:after {
  content: "";
  width: 100%;
  left: 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  background-color: #f3f1f2;
  position: absolute;
  height: 200%;
  top: 100px;
}

@media screen and (max-width: 1366px) {
  #staff:after {
    top: 75px;
  }
}

@media screen and (max-width: 1024px) {
  #staff:after {
    top: 50px;
  }
}

@media screen and (max-width: 800px) {
  #staff:after {
    top: 35px;
  }
}

#staff .inner {
  width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 840px) {
  #staff .inner {
    width: 85%;
  }
}

@media screen and (max-width: 592px) {
  #staff .inner {
    width: 100%;
  }
}

#staff .title {
  position: relative;
  margin-bottom: 6rem;
}

@media screen and (max-width: 592px) {
  #staff .title {
    margin-bottom: 4rem;
  }
}

#staff .title .photo img {
  width: 100%;
}

#staff .title h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 120%;
  color: #1d2063;
}

@media screen and (max-width: 800px) {
  #staff .title h2 {
    font-size: 1.275rem;
  }
}

@media screen and (max-width: 592px) {
  #staff .title h2 {
    font-size: 1.125rem;
  }
}

#staff .title h2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 592px) {
  #staff .title h2 p {
    display: block;
    text-align: left;
  }
}

#staff .title h2 span {
  display: inline-block;
  background-color: #f6e001;
  padding: 0.3rem 1rem 0.2rem;
}

#staff .title h2 span:first-child {
  padding-right: 0rem;
}

@media screen and (max-width: 592px) {
  #staff .title h2 span:first-child {
    padding-right: 1rem;
  }
}

#staff .title h2 span:last-child {
  padding-left: 0rem;
}

@media screen and (max-width: 592px) {
  #staff .title h2 span:last-child {
    padding-left: 1rem;
  }
}

#staff dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6rem;
  padding-left: 4rem;
}

@media screen and (max-width: 800px) {
  #staff dl {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 592px) {
  #staff dl {
    width: 85%;
    margin: 0 auto 5rem;
    display: block;
    padding-left: 0rem;
  }
}

#staff dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
  margin-right: 7rem;
  color: #2e3192;
}

@media screen and (max-width: 800px) {
  #staff dl dt {
    margin-right: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

@media screen and (max-width: 592px) {
  #staff dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

#staff dl dt img {
  width: 100%;
}

@media screen and (max-width: 592px) {
  #staff dl dt img {
    width: 25%;
    margin-right: 1.7rem;
  }
}

@media screen and (max-width: 592px) {
  #staff dl dt h3 {
    font-size: 1rem;
  }
}

#staff dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#staff dl dd h3 {
  font-size: 1.5rem;
  line-height: 150%;
  color: #293193;
  margin-bottom: 1.5rem;
}

#staff dl dd .text {
  line-height: 220%;
}

@media screen and (max-width: 592px) {
  #staff dl dd .text {
    font-size: 0.875rem;
  }
}

/* ----------------------------------------------------------------------------
　サポートスタッフ（営業事務）
---------------------------------------------------------------------------- */
#engineer {
  position: relative;
  overflow: hidden;
  padding: 15rem 0 6rem;
}

@media screen and (max-width: 1366px) {
  #engineer {
    padding: 10rem 0 0rem;
  }
}

@media screen and (max-width: 1024px) {
  #engineer {
    padding: 8rem 0 0rem;
  }
}

#engineer:after {
  content: "";
  width: 100%;
  left: 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  background-color: #f3f1f2;
  position: absolute;
  height: 200%;
  top: 100px;
}

@media screen and (max-width: 1366px) {
  #engineer:after {
    top: 75px;
  }
}

@media screen and (max-width: 1024px) {
  #engineer:after {
    top: 50px;
  }
}

@media screen and (max-width: 800px) {
  #engineer:after {
    top: 35px;
  }
}

#engineer .inner {
  width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 840px) {
  #engineer .inner {
    width: 85%;
  }
}

@media screen and (max-width: 592px) {
  #engineer .inner {
    width: 100%;
  }
}

#engineer .title {
  position: relative;
  margin-bottom: 6rem;
}

@media screen and (max-width: 592px) {
  #engineer .title {
    margin-bottom: 4rem;
  }
}

#engineer .title .photo img {
  width: 100%;
}

#engineer .title h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 120%;
  color: #1d2063;
}

@media screen and (max-width: 800px) {
  #engineer .title h2 {
    font-size: 1.275rem;
  }
}

@media screen and (max-width: 592px) {
  #engineer .title h2 {
    font-size: 1.125rem;
  }
}

#engineer .title h2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 592px) {
  #engineer .title h2 p {
    display: block;
    text-align: left;
  }
}

#engineer .title h2 span {
  display: inline-block;
  background-color: #f6e001;
  padding: 0.3rem 1rem 0.2rem;
}

#engineer .title h2 span:first-child {
  padding-right: 0rem;
}

@media screen and (max-width: 592px) {
  #engineer .title h2 span:first-child {
    padding-right: 1rem;
  }
}

#engineer .title h2 span:last-child {
  padding-left: 0rem;
}

@media screen and (max-width: 592px) {
  #engineer .title h2 span:last-child {
    padding-left: 1rem;
  }
}

#engineer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6rem;
  padding-left: 4rem;
}

@media screen and (max-width: 800px) {
  #engineer dl {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 592px) {
  #engineer dl {
    width: 85%;
    margin: 0 auto 5rem;
    display: block;
    padding-left: 0rem;
  }
}

#engineer dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
  margin-right: 7rem;
  color: #2e3192;
}

@media screen and (max-width: 800px) {
  #engineer dl dt {
    margin-right: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

@media screen and (max-width: 592px) {
  #engineer dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

#engineer dl dt img {
  width: 100%;
}

@media screen and (max-width: 592px) {
  #engineer dl dt img {
    width: 25%;
    margin-right: 1.7rem;
  }
}

@media screen and (max-width: 592px) {
  #engineer dl dt h3 {
    font-size: 1rem;
  }
}

#engineer dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#engineer dl dd h3 {
  font-size: 1.5rem;
  line-height: 150%;
  color: #293193;
  margin-bottom: 1.5rem;
}

#engineer dl dd .text {
  line-height: 220%;
}

@media screen and (max-width: 592px) {
  #engineer dl dd .text {
    font-size: 0.875rem;
  }
}

/* ----------------------------------------------------------------------------
　サポートスタッフ（営業事務）
---------------------------------------------------------------------------- */
#webstaff {
  position: relative;
  overflow: hidden;
  padding: 15rem 0 6rem;
  background-color: #f3f1f2;
}

@media screen and (max-width: 1366px) {
  #webstaff {
    padding: 10rem 0 0rem;
  }
}

@media screen and (max-width: 1024px) {
  #webstaff {
    padding: 8rem 0 0rem;
  }
}

#webstaff:after {
  content: "";
  width: 100%;
  left: 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  background-color: #fff;
  position: absolute;
  height: 200%;
  top: 100px;
}

@media screen and (max-width: 1366px) {
  #webstaff:after {
    top: 75px;
  }
}

@media screen and (max-width: 1024px) {
  #webstaff:after {
    top: 50px;
  }
}

@media screen and (max-width: 800px) {
  #webstaff:after {
    top: 35px;
  }
}

#webstaff .inner {
  width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 840px) {
  #webstaff .inner {
    width: 85%;
  }
}

@media screen and (max-width: 592px) {
  #webstaff .inner {
    width: 100%;
  }
}

#webstaff .title {
  position: relative;
  margin-bottom: 6rem;
}

@media screen and (max-width: 592px) {
  #webstaff .title {
    margin-bottom: 4rem;
  }
}

#webstaff .title .photo img {
  width: 100%;
}

#webstaff .title h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 120%;
  color: #1d2063;
}

@media screen and (max-width: 800px) {
  #webstaff .title h2 {
    font-size: 1.275rem;
  }
}

@media screen and (max-width: 592px) {
  #webstaff .title h2 {
    font-size: 1.125rem;
  }
}

#webstaff .title h2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 592px) {
  #webstaff .title h2 p {
    display: block;
    text-align: left;
  }
}

#webstaff .title h2 span {
  display: inline-block;
  background-color: #f6e001;
  padding: 0.3rem 1rem 0.2rem;
}

#webstaff .title h2 span:first-child {
  padding-right: 0rem;
}

@media screen and (max-width: 592px) {
  #webstaff .title h2 span:first-child {
    padding-right: 1rem;
  }
}

#webstaff .title h2 span:last-child {
  padding-left: 0rem;
}

@media screen and (max-width: 592px) {
  #webstaff .title h2 span:last-child {
    padding-left: 1rem;
  }
}

#webstaff dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6rem;
  padding-left: 4rem;
}

@media screen and (max-width: 800px) {
  #webstaff dl {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 592px) {
  #webstaff dl {
    width: 85%;
    margin: 0 auto 5rem;
    display: block;
    padding-left: 0rem;
  }
}

#webstaff dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
  margin-right: 7rem;
  color: #2e3192;
}

@media screen and (max-width: 800px) {
  #webstaff dl dt {
    margin-right: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

@media screen and (max-width: 592px) {
  #webstaff dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

#webstaff dl dt img {
  width: 100%;
}

@media screen and (max-width: 592px) {
  #webstaff dl dt img {
    width: 25%;
    margin-right: 1.7rem;
  }
}

@media screen and (max-width: 592px) {
  #webstaff dl dt h3 {
    font-size: 1rem;
  }
}

#webstaff dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#webstaff dl dd h3 {
  font-size: 1.5rem;
  line-height: 150%;
  color: #293193;
  margin-bottom: 1.5rem;
}

#webstaff dl dd .text {
  line-height: 220%;
}

@media screen and (max-width: 592px) {
  #webstaff dl dd .text {
    font-size: 0.875rem;
  }
}

/* コラム */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 592px) {
  .column {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}

.column li {
  width: 47%;
  margin-bottom: 5rem;
}

@media screen and (max-width: 592px) {
  .column li {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.column h3 {
  margin-bottom: 1.5rem;
}

.column h3 span {
  color: #fff;
  font-size: 1.5rem;
  line-height: 110%;
  padding: 0.3rem 0.5rem;
  background-color: #2e3192;
  display: inline-block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .column h3 span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 800px) {
  .column h3 span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 592px) {
  .column h3 span {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

.column .text {
  line-height: 210%;
  letter-spacing: -0.9px;
}

@media screen and (max-width: 592px) {
  .column .text {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=work.css.map */