@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@1,600&display=swap');
/* ITエンジニアモジュール用 変数 */
:root {
  --font-en: 'Overpass', sans-serif;
  --mg011-bg1: #f9e5e5;
  --mg011-bg2: #df7a7a;
  --mg011-bg3: #e7e9f1;
  --mg011-grad1-start: #e400001A;
  --mg011-grad1-end: #6300001A;
  --mg011-grad2-start: #e4000080;
  --mg011-grad2-end: #63000080;
  --left:url("https://tasukutokyo.itszai.jp/wp-content/uploads/2024/01/left.png");
  --right:url("https://tasukutokyo.itszai.jp/wp-content/uploads/2024/01/right.png");

}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

.m-header-001__btn-link {
 font-family: 'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;
 font-weight: 400;
 color: #fff;
}

/* ロゴ */
.m-header-001__logo {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 20px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 15px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-require-003__entry-btn-icon {
position: relative;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.single-post_recruit .m-header-001 {
background: transparent;
}
.m-header-001 + .m-kv-001 {
margin-top: -68px;
}
@media screen and (max-width: 767px) {
.m-header-001 + .m-kv-001 {
margin-top: -48px;
}
}
/* -------------------------------------------
ITエンジニアモジュール：リコメンド
------------------------------------------- */
.m-modulegroup011-009 {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    margin-top: 120px;
    background: #fff;
    background-image: linear-gradient(180deg,var(--mg011-grad1-start) 0%, var(--mg011-grad1-end) 70%);
  }
  @media screen and (max-width: 767px) {
    .m-modulegroup011-009 {
      margin-top: 60px;
    }
  }
  
  .m-modulegroup011-009__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px 100px;
    text-align: left;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-009__inner {
      padding: 5px 37px 50px;
    }
  }
  
  .m-modulegroup011-009__headline {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    padding-top: 105px;
    font-size: 100px;
    font-size: 10rem;
    font-weight: 900;
    line-height: 1;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-009__headline {
      margin-left: 35px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-009__headline {
      margin-bottom: 30px;
      padding-top: 45px;
      font-size: 44px;
      font-size: 4.4rem;
    }
  }
  
  .m-modulegroup011-009__headline::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(100% - 30px);
    display: inline-block;
    width: 241px;
    height: 185px;
    background-image: var(--left);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-009__headline::before {
      right: calc(100% - 18px);
      width: 107px;
      height: 82px;
    }
  }
  
  _:-ms-fullscreen, :root .m-modulegroup011-009__headline::before {
    /*IE用*/
    right: calc(100% - 35px);
  }
  
  .m-modulegroup011-009__headline-en {
    display: block;
    margin-left: -.025em;
    font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
    font-style: italic;
    line-height: .863;
    letter-spacing: .025em;
  }
  
  .m-modulegroup011-009__headline-ja {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .2em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-009__headline-ja {
      margin-top: 6px;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }
  
  .m-modulegroup011-009__txt {
    margin-bottom: 30px;
  }
  
  .m-modulegroup011-009__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: center;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-009__list {
      margin: 0;
    }
  }
  
  .m-modulegroup011-009__list-item {
    width: calc(33.33% - 34px);
    margin: 20px 17px;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-009__list-item {
      width: 100%;
      margin: 20px auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-009__list-item {
      margin: 10px auto;
    }
  }
  
  .m-modulegroup011-009__list-item-inner {
    padding: 30px 8%;
    background: #fff;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-009__list-item-inner {
      padding: 35px 5%;
    }
  }
  
  .m-modulegroup011-009__list-figure {
    text-align: center;
  }
  
  .m-modulegroup011-009__list-figure-img-pc {
    vertical-align: bottom;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-009__list-figure-img-pc {
      display: none;
    }
  }
  
  .m-modulegroup011-009__list-figure-img-sp {
    display: none;
    vertical-align: bottom;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-009__list-figure-img-sp {
      display: inline;
    }
  }
  
  .m-modulegroup011-009__list-ttl {
    margin-top: 15px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.44;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-009__list-ttl {
      font-size: 20px;
      font-size: 2rem;
    }
  }
  
  .m-modulegroup011-009__list-ttl:first-child {
    margin-top: 0;
  }
  
  .m-modulegroup011-009__list-txt {
    margin-top: 20px;
    line-height: 1.875;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-009__list-txt {
      max-width: none;
    }
  }
  
  .m-modulegroup011-009__list-txt:first-child {
    margin-top: 0;
  }
/* -------------------------------------------
ITエンジニアモジュール：インタビュー
------------------------------------------- */
.m-modulegroup011-005 {
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    background-image: linear-gradient(180deg, var(--mg011-grad1-start) 0%, var(--mg011-grad1-end) 70%);
  }

  
  .m-modulegroup011-005__inner {
    position: relative;
    max-width: 1440px;
    min-height: 700px;
    margin: 0 auto;
    padding: 0 80px 100px;
    text-align: left;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-005__inner {
      min-height: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__inner {
      padding: 6px 37px 50px;
    }
  }
  
  .m-modulegroup011-005__headline {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    padding-top: 105px;
    font-size: 100px;
    font-size: 10rem;
    font-weight: 900;
    line-height: 1;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-005__headline {
      margin-left: 35px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__headline {
      margin-bottom: 30px;
      padding-top: 45px;
      font-size: 44px;
      font-size: 4.4rem;
    }
  }
  
  .m-modulegroup011-005__headline::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(100% - 30px);
    display: inline-block;
    width: 241px;
    height: 185px;
    background-image: var(--left);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__headline::before {
      right: calc(100% - 18px);
      width: 107px;
      height: 82px;
    }
  }
  
  _:-ms-fullscreen, :root .m-modulegroup011-005__headline::before {
    /*IE用*/
    right: calc(100% - 35px);
  }
  
  .m-modulegroup011-005__headline-en {
    display: block;
    margin-left: -.025em;
    font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
    font-style: italic;
    line-height: .863;
    letter-spacing: .025em;
  }
  
  .m-modulegroup011-005__headline-ja {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .2em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__headline-ja {
      margin-top: 6px;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }
  
  .m-modulegroup011-005__interview-profile {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-align: start;
    min-height: 440px;
    /*IE対策*/
    margin-top: 60px;
    padding-top: 40px;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-005__interview-profile {
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__interview-profile {
      min-height: 240px;
      margin-top: 30px;
      padding-top: 30px;
    }
  }
  
  .m-modulegroup011-005__interview-profile:first-child {
    margin-top: 0;
  }
  
  .m-modulegroup011-005__interview-profile::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 440px;
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 315px, #fff 315px, #fff 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 315px, #fff 315px, #fff 100%);
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__interview-profile::before {
      left: -15px;
      height: 240px;
      background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 170px, #fff 170px, #fff 100%);
      background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 170px, #fff 170px, #fff 100%);
    }
  }
  
  .m-modulegroup011-005__interview-profile-cnt {
    width: 44%;
    padding-right: 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-005__interview-profile-cnt {
      width: 100%;
      padding-right: 0;
    }
  }
  
  .m-modulegroup011-005__interview-profile-cnt:only-child {
    width: 100%;
  }
  
  .m-modulegroup011-005__interview-profile-name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
    margin-bottom: 15px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  
  .m-modulegroup011-005__interview-profile-name::before, .m-modulegroup011-005__interview-profile-name::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    content: "";
  }
  
  .m-modulegroup011-005__interview-profile-name::before {
    width: calc(100% + 15px);
    background: var(--primary-border);;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-005__interview-profile-name::before {
      width: 100%;
    }
  }
  
  .m-modulegroup011-005__interview-profile-name::after {
    width: 140px;
    background: #111;
  }
  
  .m-modulegroup011-005__interview-profile-name-kanji {
    padding: 7px 13px 5px 15px;
    background: #111;
    font-size: 36px;
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    letter-spacing: .1rem;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__interview-profile-name-kanji {
      font-size: 26px;
      font-size: 2.6rem;
    }
  }
  
  .m-modulegroup011-005__interview-profile-name-kana {
    margin-top: 5px;
    padding: 7px 13px 5px 15px;
    background: #fff;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  
  .m-modulegroup011-005__interview-profile-figure {
    width: 56%;
    text-align: center;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-005__interview-profile-figure {
      width: 100%;
      margin-top: 20px;
    }
  }
  
  .m-modulegroup011-005__interview-profile-figure:only-child {
    width: 100%;
  }
  
  .m-modulegroup011-005__interview-profile-figure-svg-pc {
    width: 100%;
    vertical-align: bottom;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__interview-profile-figure-svg-pc {
      display: none;
    }
  }
  
  .m-modulegroup011-005__interview-profile-figure-svg-sp {
    display: none;
    vertical-align: bottom;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__interview-profile-figure-svg-sp {
      display: block;
    }
  }
  
  .m-modulegroup011-005__interview-profile-figure-img-pc {
    vertical-align: bottom;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__interview-profile-figure-img-pc {
      display: none;
    }
  }
  
  .m-modulegroup011-005__interview-profile-figure-img-sp {
    display: none;
    vertical-align: bottom;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__interview-profile-figure-img-sp {
      display: inline;
    }
  }
  
  .m-modulegroup011-005__interview-block {
    margin-top: 35px;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__interview-block {
      margin-top: 20px;
    }
  }
  
  .m-modulegroup011-005__interview-block:first-child {
    margin-top: 0;
  }
  
  .m-modulegroup011-005__interview-block-ttl {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 15px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-005__interview-block-ttl {
      margin-bottom: 20px;
      font-size: 20px;
      font-size: 2rem;
    }
  }
  
  .m-modulegroup011-005__interview-block-ttl:only-child {
    margin-bottom: 0;
  }
  
  .m-modulegroup011-005__interview-block-ttl::before, .m-modulegroup011-005__interview-block-ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    content: "";
  }
  
  .m-modulegroup011-005__interview-block-ttl::before {
    width: 100%;
    background: #ccc;
  }
  
  .m-modulegroup011-005__interview-block-ttl::after {
    width: 140px;
    background: #111;
  }
  
  .m-modulegroup011-005__interview-block-txt {
    line-height: 1.875;
  }
/* -------------------------------------------
ITエンジニアモジュール：当社の特徴2（タブ）
------------------------------------------- */
.m-modulegroup011-013 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 auto;
    background: var(--sub-bg);;
  }
  
  .m-modulegroup011-013__inner {
    position: relative;
    max-width: 1440px;
    margin: 60px auto 0;
    padding: 0 80px;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__inner {
      margin-top: 30px;
      padding: 10px 37px 0;
    }
  }
  
  .m-modulegroup011-013__headline {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    padding-top: 105px;
    font-size: 100px;
    font-size: 10rem;
    font-weight: 900;
    line-height: 1;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__headline {
      margin-bottom: 30px;
      padding-top: 45px;
      font-size: 44px;
      font-size: 4.4rem;
    }
  }
  
  .m-modulegroup011-013__headline::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -200px;
    display: inline-block;
    width: 356px;
    height: 295px;
    background-image: var(--right);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    /*右飾り*/
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__headline::after {
      right: -95px;
      width: 148px;
      height: 123px;
    }
  }
  
  .m-modulegroup011-013__headline-en {
    display: block;
    margin-left: -.1em;
    font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
    font-style: italic;
    line-height: .863;
    letter-spacing: .025em;
  }
  
  .m-modulegroup011-013__headline-ja {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .2em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__headline-ja {
      margin-top: 6px;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }
  
  .m-modulegroup011-013__container {
    position: relative;
    width: calc(100% - 160px);
    margin-right: auto;
    padding-top: 25px;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-013__container {
      width: calc(100% - 90px);
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__container {
      width: 100%;
      padding-top: 10px;
    }
  }
  
  .m-modulegroup011-013__btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -45px;
    max-width: 100%;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__btn {
      position: relative;
      right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 32px 6px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  
  .m-modulegroup011-013__btn-item {
    position: relative;
    margin-bottom: 4px;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__btn-item {
      width: 25%;
      padding: 0 4px 4px;
    }
  }
  
  .m-modulegroup011-013__btn-item-txt {
    position: relative;
    min-width: 122px;
    height: 50px;
    max-height: 50px;
    padding: 5px 12px 0;
    background: #777;
    font-family: var(--font-en);
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    cursor: pointer;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__btn-item-txt {
      width: 100%;
      min-width: auto;
      height: 28px;
      max-height: 28px;
      font-size: 13px;
      font-size: 1.3rem;
    }
  }
  
  .m-modulegroup011-013__btn-item-txt.is-active {
    background: var(--mg011-bg2);
    pointer-events: none;
  }
  
  .m-modulegroup011-013__btn-item-txt.is-active::before {
    border-right: 25px solid var(--mg011-bg2);
  }
  
  .m-modulegroup011-013__btn-item-txt::before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 0;
    pointer-events: none;
    content: "";
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__btn-item-txt::before {
      display: none;
    }
  }
  
  .m-modulegroup011-013__list {
    position: relative;
  }
  
  .m-modulegroup011-013__list-body {
    position: relative;
    overflow: hidden;
    max-width: 1110px;
    margin: auto;
    padding: 0 20px 170px 160px;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__list-body {
      padding: 0 0 100px 36px;
    }
  }
  
  .m-modulegroup011-013__list-item {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: left;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__list-item {
      padding-right: 36px;
    }
  }
  
  .m-modulegroup011-013__list-item.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
  }
  
  .m-modulegroup011-013__list-figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 38.20312%;
    text-align: center;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__list-figure {
      margin-bottom: 20px;
      padding-bottom: 66.66667%;
    }
  }
  
  .m-modulegroup011-013__list-figure-img-pc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__list-figure-img-pc {
      display: none;
    }
  }
  
  .m-modulegroup011-013__list-figure-img-sp {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__list-figure-img-sp {
      display: inline;
    }
  }
  
  .m-modulegroup011-013__list-num {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    font-family: var(--font-en);
    font-size: 250px;
    font-size: 25rem;
    line-height: 1.35;
    color: #fff;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__list-num {
      top: auto;
      bottom: 32px;
      left: 24px;
      font-size: 123px;
      font-size: 12.3rem;
      line-height: 1;
    }
  }
  
  .m-modulegroup011-013__list-ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__list-ttl {
      margin-bottom: 8px;
      padding-bottom: 8px;
      font-size: 20px;
      font-size: 2rem;
    }
  }
  
  .m-modulegroup011-013__list-ttl::before, .m-modulegroup011-013__list-ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    content: "";
  }
  
  .m-modulegroup011-013__list-ttl::before {
    width: 100%;
    background: #ccc;
  }
  
  .m-modulegroup011-013__list-ttl::after {
    width: 140px;
    background: #111;
  }
  
  .m-modulegroup011-013__list-txt {
    margin-top: 32px;
    line-height: 1.875;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-013__list-txt {
      margin-top: 0;
    }
  }
/* -------------------------------------------
ITエンジニアモジュール：仕事内容（スライダー）
------------------------------------------- */
.m-modulegroup011-010 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(var(--mg011-grad1-start)), to(var(--mg011-grad1-end)));
    background: -webkit-linear-gradient(left, var(--mg011-grad1-start) 0%, var(--mg011-grad1-end) 70%);
    background: linear-gradient(180deg, var(--mg011-grad1-start) 0%, var(--mg011-grad1-end) 70%);
  }
  
  .m-modulegroup011-010__inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    text-align: left;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__inner {
      padding: 10px 37px 0;
    }
  }
  
  .m-modulegroup011-010__headline {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    padding-top: 105px;
    font-size: 100px;
    font-size: 10rem;
    font-weight: 900;
    line-height: 1;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-010__headline {
      margin-left: 35px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__headline {
      margin-bottom: 30px;
      padding-top: 45px;
      font-size: 44px;
      font-size: 4.4rem;
    }
  }
  
  .m-modulegroup011-010__headline::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(100% - 30px);
    display: inline-block;
    width: 241px;
    height: 185px;
    background-image: var(--left);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    /*左飾り*/
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__headline::before {
      right: calc(100% - 18px);
      width: 107px;
      height: 82px;
    }
  }
  
  _:-ms-fullscreen, :root .m-modulegroup011-010__headline::before {
    /*IE用*/
    right: calc(100% - 35px);
  }
  
  .m-modulegroup011-010__headline-en {
    display: block;
    margin-left: -.1em;
    font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
    font-style: italic;
    line-height: .863;
    letter-spacing: .025em;
  }
  
  .m-modulegroup011-010__headline-ja {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .2em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__headline-ja {
      margin-top: 6px;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }
  
  .m-modulegroup011-010__container {
    padding-bottom: 100px;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__container {
      padding-bottom: 50px;
    }
  }
  
  .m-modulegroup011-010__list {
    padding-bottom: 8px;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__list {
      padding-bottom: 4px;
    }
  }
  
  .m-modulegroup011-010__list-item {
    position:relative;
    height: auto;
    text-align: left;
  }
  
  .m-modulegroup011-010__list-item:only-child {
    max-width: 1000px;
    /*1枚の時*/
    margin: 0 auto;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-010__list-item:only-child {
      width: calc(100% - 160px);
      max-width: 100%;
      margin: 0 80px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__list-item:only-child {
      width: calc(100% - 74px);
      margin: 0 37px;
    }
  }
  
  .m-modulegroup011-010__list-shadow {
    position: absolute;
    z-index: -1;
    top: 8px;
    left: -8px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,var(--mg011-grad2-start) 0%, var(--mg011-grad2-end) 100%) !important;
    content: "";
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-010__list-shadow {
      top: 4px;
      left: -4px;
    }
  }
  
  .m-modulegroup011-010__list-container {
    padding: 30px;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__list-container {
      padding: 14px;
    }
  }
  
  .m-modulegroup011-010__list-figure {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__list-figure {
      margin-bottom: 20px;
    }
  }
  
  .m-modulegroup011-010__list-figure::before, .m-modulegroup011-010__list-figure::after {
    position: absolute;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    /*スライドのチラつき防止*/
    height: 20px;
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__list-figure::before, .m-modulegroup011-010__list-figure::after {
      height: 15px;
    }
  }
  
  .m-modulegroup011-010__list-figure::before {
    top: -1px;
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 58%, #fff 58%, #fff 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 58%, #fff 58%, #fff 100%);
  }
  
  .m-modulegroup011-010__list-figure::after {
    bottom: -1px;
    background: -webkit-linear-gradient(45deg, #fff 0%, #fff 39%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, #fff 0%, #fff 39%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
  }
  
  .m-modulegroup011-010__list-figure-img-pc {
    width: 100%;
    vertical-align: bottom;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__list-figure-img-pc {
      display: none;
    }
  }
  
  .m-modulegroup011-010__list-figure-img-sp {
    display: none;
    width: 100%;
    vertical-align: bottom;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__list-figure-img-sp {
      display: inline;
    }
  }
  
  .m-modulegroup011-010__list-ttl {
    margin-top: 15px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.44;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__list-ttl {
      font-size: 1.8rem;
      letter-spacing: 0.1rem;
    }
  }
  
  .m-modulegroup011-010__list-ttl:first-child {
    margin-top: 0;
  }
  
  .m-modulegroup011-010__list-ttl-marker {
    display: inline-block;
    margin: 3px 0;
    padding: 2px 10px;
    background: var(--sub-txt);
    color: #fff;
  }
  
  .m-modulegroup011-010__list-ttl-marker:first-child {
    margin-top: 0;
  }
  
  .m-modulegroup011-010__list-txt {
    margin-top: 20px;
    line-height: 1.875;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-010__list-txt {
      max-width: none;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010__list-txt {
      margin-top: 15px;
    }
  }
  
  .m-modulegroup011-010__list-txt:first-child {
    margin-top: 0;
  }
  
  .m-modulegroup011-010 .swiper-button-prev, .m-modulegroup011-010 .swiper-button-next {
    top: 12vw;
    width: 80px;
    height: 80px;
    margin-top: 0;
    background-color: var(--sub-txt);;
    background-size: 20.5px 25px;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-010 .swiper-button-prev, .m-modulegroup011-010 .swiper-button-next {
      top: 23vw;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010 .swiper-button-prev, .m-modulegroup011-010 .swiper-button-next {
      top: 27.6vw;
      width: 37px;
      height: 37px;
      background-size: 10px 12px;
    }
  }
  
  .m-modulegroup011-010 .swiper-button-prev {
    left: 17%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22icon%2Farrow_l.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041%2050%22%3E%3Cpath%20data-name%3D%22%26lt%3B%22%20d%3D%22M25.145%200H41L15.855%2025%2041%2050H25.145L0%2025Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-010 .swiper-button-prev {
      left: calc(15.45vw - 40px);
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010 .swiper-button-prev {
      left: calc(8.4% - 14px);
    }
  }
  
  .m-modulegroup011-010 .swiper-button-next {
    right: 17%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22icon%2Farrow_r.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041%2050%22%3E%3Cpath%20data-name%3D%22%26gt%3B%22%20d%3D%22M15.86%200H0l25.14%2025L0%2050h15.86L41%2025Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-010 .swiper-button-next {
      right: calc(15.45vw - 40px);
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010 .swiper-button-next {
      right: calc(8.4% - 14px);
    }
  }
  
  .m-modulegroup011-010 .swiper-pagination-bullets {
    margin-top: 35px;
    padding: 0 80px 0;
    text-align: right;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010 .swiper-pagination-bullets {
      margin-top: 15px;
      padding: 0 30px;
    }
  }
  
  .m-modulegroup011-010 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 7px;
    border-radius: 0;
    background: #ccc;
    opacity: 1;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-010 .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 6px;
    }
  }
  
  .m-modulegroup011-010 .swiper-pagination-bullet-active {
    background: var(--mg011-bg2);
  }
/* -------------------------------------------
ITエンジニアモジュール：当社の特徴1（スライダー）
------------------------------------------- */
.m-modulegroup011-012 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 auto;
    background: -webkit-linear-gradient(top, var(--sub-bg, #f2f2f2) 560px, #fff 560px);
    background: linear-gradient(180deg, var(--sub-bg, #f2f2f2) 560px, #fff 560px);
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012 {
      background: -webkit-linear-gradient(top, var(--sub-bg, #f2f2f2) 230px, #fff 230px);
      background: linear-gradient(180deg, var(--sub-bg, #f2f2f2) 230px, #fff 230px);
    }
  }
  
  .m-modulegroup011-012__inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    text-align: left;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__inner {
      padding: 10px 37px 0;
    }
  }
  
  .m-modulegroup011-012__headline {
    position: relative;
    margin: 0 40px 50px 0;
    padding-top: 105px;
    font-size: 100px;
    font-size: 10rem;
    font-weight: 900;
    line-height: 1;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-012__headline {
      width: calc(100% - 35px);
      margin-right: 0;
      margin-left: 35px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__headline {
      margin-bottom: 30px;
      padding-top: 45px;
      font-size: 44px;
      font-size: 4.4rem;
    }
  }
  
  .m-modulegroup011-012__headline::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(100% - 30px);
    display: inline-block;
    width: 241px;
    height: 185px;
    background-image: var(--left);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    /*左飾り*/
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__headline::before {
      right: calc(100% - 18px);
      width: 107px;
      height: 82px;
    }
  }
  
  _:-ms-fullscreen, :root .m-modulegroup011-012__headline::before {
    /*IE用*/
    right: calc(100% - 35px);
  }
  
  .m-modulegroup011-012__headline-en {
    display: block;
    font-family: var(--font-en);
    font-style: italic;
    line-height: .863;
    letter-spacing: .025em;
  }
  
  .m-modulegroup011-012__headline-ja {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .2em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__headline-ja {
      margin-top: 5px;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }
  
  .m-modulegroup011-012__container {
    padding-bottom: 100px;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__container {
      padding-bottom: 50px;
    }
  }
  
  .m-modulegroup011-012__list {
    padding-bottom: 8px;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__list {
      padding-bottom: 4px;
    }
  }
  
  .m-modulegroup011-012__list-item {
    height: auto;
    padding: 45px 25px 70px;
    background-color: var(--mg011-bg2);
    text-align: left;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__list-item {
      padding: 36px 14px;
    }
  }
  
  .m-modulegroup011-012__list-item:only-child {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-012__list-item:only-child {
      width: calc(100% - 160px);
      max-width: 100%;
      margin: 0 80px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__list-item:only-child {
      width: calc(100% - 74px);
      margin: 0 37px;
    }
  }
  
  .m-modulegroup011-012__list-item[data-swiper-slide-index='1'], .m-modulegroup011-012__list-item[data-swiper-slide-index='4'], .m-modulegroup011-012__list-item[data-swiper-slide-index='7'], .m-modulegroup011-012__list-item[data-swiper-slide-index='10'] {
    background-color: #ddebf1;
  }
  
  .m-modulegroup011-012__list-item[data-swiper-slide-index='2'], .m-modulegroup011-012__list-item[data-swiper-slide-index='5'], .m-modulegroup011-012__list-item[data-swiper-slide-index='8'], .m-modulegroup011-012__list-item[data-swiper-slide-index='11'] {
    background-color: #dcdfec;
  }
  
  .m-modulegroup011-012__list-item::before, .m-modulegroup011-012__list-item::after {
    position: absolute;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    /*スライドのチラつき防止*/
    height: 20px;
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__list-item::before, .m-modulegroup011-012__list-item::after {
      height: 15px;
    }
  }
  
  .m-modulegroup011-012__list-item::before {
    top: -1px;
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 58%, var(--sub-bg, #f2f2f2) 58%, var(--sub-bg, #f2f2f2) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 58%, var(--sub-bg, #f2f2f2) 58%, var(--sub-bg, #f2f2f2) 100%);
  }
  
  .m-modulegroup011-012__list-item::after {
    bottom: -1px;
    background: -webkit-linear-gradient(45deg, #fff 0%, #fff 39%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, #fff 0%, #fff 39%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
  }
  
  .m-modulegroup011-012__list-figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 52.5%;
    text-align: center;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__list-figure {
      margin-bottom: 20px;
    }
  }
  
  .m-modulegroup011-012__list-figure-img-pc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__list-figure-img-pc {
      display: none;
    }
  }
  
  .m-modulegroup011-012__list-figure-img-sp {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__list-figure-img-sp {
      display: inline;
    }
  }
  
  .m-modulegroup011-012__list-ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__list-ttl {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.1rem;
    }
  }
  
  .m-modulegroup011-012__list-ttl::before, .m-modulegroup011-012__list-ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    content: "";
  }
  
  .m-modulegroup011-012__list-ttl::before {
    width: 100%;
    background: #ccc;
  }
  
  .m-modulegroup011-012__list-ttl::after {
    width: 140px;
    background: #111;
  }
  
  .m-modulegroup011-012__list-txt {
    margin-top: 30px;
    line-height: 1.875;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012__list-txt {
      margin-top: 15px;
    }
  }
  
  .m-modulegroup011-012 .swiper-button-prev,
  .m-modulegroup011-012 .swiper-button-next {
    top: 18vw;
    width: 80px;
    height: 80px;
    margin-top: 0;
    background-color: var(--primary-bg, #04a1af);
    background-size: 20.5px 25px;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-012 .swiper-button-prev,
    .m-modulegroup011-012 .swiper-button-next {
      top: 23vw;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012 .swiper-button-prev,
    .m-modulegroup011-012 .swiper-button-next {
      top: 27.6vw;
      width: 37px;
      height: 37px;
      background-size: 10px 12px;
    }
  }
  
  .m-modulegroup011-012 .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22icon%2Farrow_l.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041%2050%22%3E%3Cpath%20data-name%3D%22%26lt%3B%22%20d%3D%22M25.145%200H41L15.855%2025%2041%2050H25.145L0%2025Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-012 .swiper-button-prev {
      left: calc(15.45vw - 40px);
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012 .swiper-button-prev {
      left: calc(8.4% - 14px);
    }
  }
  
  .m-modulegroup011-012 .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%22icon%2Farrow_r.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041%2050%22%3E%3Cpath%20data-name%3D%22%26gt%3B%22%20d%3D%22M15.86%200H0l25.14%2025L0%2050h15.86L41%2025Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-012 .swiper-button-next {
      right: calc(15.45vw - 40px);
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-012 .swiper-button-next {
      right: calc(8.4% - 14px);
    }
  }
/* -------------------------------------------
ITエンジニアモジュール：当社について（スライダー）
------------------------------------------- */
.m-modulegroup011-014 {
    position: relative;
    overflow: hidden;
  }
  
  .m-modulegroup011-014::before, .m-modulegroup011-014::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 145px);
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-014::before, .m-modulegroup011-014::after {
      height: calc(100% - 70px);
    }
  }
  
  .m-modulegroup011-014::before {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--mg011-grad1-start)), to(var(--mg011-grad1-end)));
    background: -webkit-linear-gradient(top, var(--mg011-grad1-start) 0%, var(--mg011-grad1-end) 100%);
    background: linear-gradient(180deg, var(--mg011-grad1-start) 0%, var(--mg011-grad1-end) 100%);
  }
  
  .m-modulegroup011-014::after {
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69%, #fff 69%, #fff 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69%, #fff 69%, #fff 100%);
  }
  
  .m-modulegroup011-014__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px 32px;
    text-align: left;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-014__inner {
      min-height: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-014__inner {
      padding: 10px 37px 20px;
    }
  }
  
  .m-modulegroup011-014__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-014__intro {
      display: block;
    }
  }
  
  .m-modulegroup011-014__headline {
    position: relative;
    z-index: 2;
    width: 400px;
    margin: 0 30px 50px 0;
    padding-top: 105px;
    font-size: 100px;
    font-size: 10rem;
    font-weight: 900;
    line-height: 1;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-014__headline {
      width: calc(100% - 35px);
      margin-right: 0;
      margin-left: 35px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-014__headline {
      margin-bottom: 30px;
      padding-top: 45px;
      font-size: 44px;
      font-size: 4.4rem;
    }
  }
  
  .m-modulegroup011-014__headline::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(100% - 30px);
    display: inline-block;
    width: 241px;
    height: 185px;
    background-image: var(--left);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    /*左飾り*/
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-014__headline::before {
      right: calc(100% - 18px);
      width: 107px;
      height: 82px;
    }
  }
  
  _:-ms-fullscreen, :root .m-modulegroup011-014__headline::before {
    /*IE用*/
    right: calc(100% - 35px);
  }
  
  .m-modulegroup011-014__headline-en {
    display: block;
    margin-left: -.025em;
    font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
    font-style: italic;
    line-height: .863;
    letter-spacing: .025rem;
  }
  
  .m-modulegroup011-014__headline-ja {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .2em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-014__headline-ja {
      margin-top: 6px;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }
  
  .m-modulegroup011-014__cnt {
    position: relative;
    width: calc(100% - 400px);
    margin-top: 120px;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-014__cnt {
      width: 100%;
      margin-top: 0;
    }
  }
  
  .m-modulegroup011-014__cnt::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 1px;
    background: #111;
    content: "";
  }
  
  .m-modulegroup011-014__ttl {
    padding-top: 28px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-014__ttl {
      font-size: 20px;
      font-size: 2rem;
    }
  }
  
  .m-modulegroup011-014__desc {
    margin-top: 10px;
    line-height: 1.875;
    letter-spacing: .1em;
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-014__desc {
      width: 100%;
      padding-top: 28px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .m-modulegroup011-014__ttl + .m-modulegroup011-014__desc {
      padding-top: 0;
    }
  }
  
  .m-modulegroup011-014__container {
    padding-bottom: 75px;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-014__container {
      padding-bottom: 50px;
    }
  }
  
  .m-modulegroup011-014__list {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  
  .m-modulegroup011-014__list-figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 58.44156%;
  }
  
  .m-modulegroup011-014__list-figure-img-pc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-014__list-figure-img-pc {
      display: none;
    }
  }
  
  .m-modulegroup011-014__list-figure-img-sp {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-014__list-figure-img-sp {
      display: inline;
    }
  }
  
  .m-modulegroup011-014__list-item:only-child {
    max-width: 1440px;
    margin: auto;
    padding: 0 80px;
  }
  
  @media screen and (max-width: 767px) {
    .m-modulegroup011-014__list-item:only-child {
      padding: 0 37px;
    }
  }

.m-require-003 {
    overflow-x: hidden;
  }
  
  .m-require-003 .m-require-003__inner {
    max-width: none;
  }
  
  .m-require-003 .m-require-003__detail {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .m-require-003 .c-headline-001 {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 80px 0;
    padding-top: 40px;
    font-weight: 900;
    line-height: 1;
  }
  
  @media screen and (max-width: 1024px) {
    .m-require-003 .c-headline-001 {
      padding: 40px 40px 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-require-003 .c-headline-001 {
      padding: 0 37px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-require-003 .c-headline-001 {
      padding-top: 15px;
    }
  }
  
  .m-require-003 .c-headline-001::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -160px;
    display: inline-block;
    width: 356px;
    height: 295px;
    background-image: var(--right);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    content: "";
  }
  
  @media screen and (max-width: 767px) {
    .m-require-003 .c-headline-001::after {
      right: -60px;
      width: 148px;
      height: 123px;
    }
  }
  
  .m-require-003 .c-headline-001__en {
    display: block;
    font-family: var(--font-en);
    font-size: 100px;
    font-size: 10rem;
    font-style: italic;
    line-height: .863;
    color: var(--sub-txt);
    letter-spacing: .025em;
  }
  
  @media screen and (max-width: 767px) {
    .m-require-003 .c-headline-001__en {
      font-size: 44px;
      font-size: 4.4rem;
    }
  }
  
  @media screen and (max-width: 320px) {
    .m-require-003 .c-headline-001__en {
      font-size: 36px;
      font-size: 3.6rem;
    }
  }
  
  .m-require-003 .c-headline-001__ja {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .2em;
  }
  
  @media screen and (max-width: 767px) {
    .m-require-003 .c-headline-001__ja {
      margin-top: 5px;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }

  .m-require-003__detail-row,.m-require-003__detail-row:last-child {
    border-color: var(--primary-border);;
  }
  .m-require-003__detail-flow-ttl-number ,.m-require-003__entry-btn ,.m-footer-001 {
   background: var(--primary);
   color: #fff;
  }
  .m-require-003__detail ,.m-require-003__detail-flow-ttl-number ,.m-require-003__entry-btn ,.m-footer-001 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  }