@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@1,600&display=swap");

.m-header-001,
.m-footer-001,
.single-post_recruit {
  --font-en: "Overpass", sans-serif;
  --font-yu-gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-josefin-sans: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

strong,
b {
  font-weight: 700;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.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 {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
  font-family: var(--font-josefin-sans);
  /* text-transform: uppercase; */
}
.c-headline-001__ja {
  font-weight: 700;
}

.c-headline-001__ja,
[class$="__headline-txt"],
[class$="__content-ttl"] {
  line-height: 1.6;
}

.c-page-ttl-001 {
  padding: 160px 20px 120px 20px;
  background: #40b46a !important;
}

/* IE対応 */
_:-ms-fullscreen,
:root .c-page-ttl-001 {
  padding: 100px 20px;
}

@media screen and (max-width: 767px) {
  .c-page-ttl-001 {
    padding: 80px 20px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .c-page-ttl-001 {
    padding: 40px 20px;
  }
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: transparent;
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen,
:root .m-kv-001 {
  transform: translate(0%, -70px);
  margin-bottom: -70px;
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .m-kv-001 {
    transform: translate(0%, -60px);
    margin-bottom: -60px;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .m-kv-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
}

.m-header-001__logo {
  padding: 0;
}

.m-header-001__logo-link-img {
  max-height: 80px;
}

@media screen and (max-width: 1024px) {
  .m-header-001__logo {
    padding: 9px 2%;
  }
}

@media screen and (max-width: 1024px) {
  .m-header-001__logo-link-img {
    max-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 12px 2%;
  }

  .m-header-001__logo-link-img {
    max-height: 39px;
  }
}

@media screen and (max-width: 320px) {
  .m-header-001__logo-link-img {
    max-height: 32px;
  }
}

.m-header-001__logo {
  max-width: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.m-header-001__btn-link {
  min-height: 50px;
  font-family: var(--font-josefin-sans);
  color: #fff;
}

/* -------------------------------------------
ITエンジニアモジュール：メッセージ
------------------------------------------- */
.m-modulegroup011-001 {
  overflow: hidden;
  margin: 80px auto 120px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001 {
    margin: 15px auto 60px;
  }
}

.m-modulegroup011-001__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-001__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001__inner {
    padding: 0 37px;
  }
}

.m-modulegroup011-001__main {
  width: 99%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-001__main {
    width: 100%;
  }
}

.m-modulegroup011-001__main:only-child {
  width: 100%;
}

.m-modulegroup011-001__sub {
  width: 1%;
  min-height: 700px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-001__sub {
    width: 100%;
    min-height: auto;
  }
}

.m-modulegroup011-001__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-001__headline {
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001__headline {
    margin-bottom: 30px;
    padding-top: 45px;
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.m-modulegroup011-001__headline::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(100% - 30px);
  display: inline-block;
  width: 241px;
  height: 185px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNDg1IDM3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg1IDM3MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDJ7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMjIyfTwvc3R5bGU+PHBhdGggZD0iTTQ4NC40IDM3MC40aC0xODdMMSA3NC4xaDE4Ni45bDI5Ni41IDI5Ni4zeiIgc3R5bGU9Im9wYWNpdHk6LjUwMjtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMwMDcxYTM7ZW5hYmxlLWJhY2tncm91bmQ6bmV3Ii8+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iMzcxIiB4Mj0iMSIgeTI9IjM3MSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgwIDI5Ni4zNTMgLTI5Ni4zNTMgMCAxMTAxODkuNjQgNzQuMDc3KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2ZmMGE4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2ZjZDliIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBzdHlsZT0iZmlsbDp1cmwoI1NWR0lEXzFfKSIgZD0iTTE4Ny45IDc0LjFIMWwyOTYuNCAyOTYuM2gxODdMMTg3LjkgNzQuMSIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zNzggMjA3LjQgMTcwLjQgMGg5LjhsMjA3LjYgMjA3LjNIMzc4ek00MDguOSAyNzEuMyAyNDEuMSAxMDMuOGg5LjhsMTY3LjcgMTY3LjVoLTkuN3oiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001__headline::before {
    right: calc(100% - 18px);
    width: 107px;
    height: 82px;
  }
}

_:-ms-fullscreen,
:root .m-modulegroup011-001__headline::before {
  /*IE用*/
  right: calc(100% - 35px);
}

.m-modulegroup011-001__headline-en {
  display: block;
  margin-left: -0.025em;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-style: italic;
  line-height: 0.863;
  letter-spacing: 0.025em;
}

.m-modulegroup011-001__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001__headline-ja {
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup011-001__cnt {
  width: 46%;
  max-width: 600px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-001__cnt {
    width: 100%;
    max-width: none;
  }
}

.m-modulegroup011-001__main:only-child .m-modulegroup011-001__cnt {
  width: 100%;
  max-width: none;
}

.m-modulegroup011-001__ttl {
  margin-top: 25px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup011-001__ttl:first-child {
  margin-top: 0;
}

.m-modulegroup011-001__txt {
  margin-top: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001__txt {
    margin-top: 15px;
  }
}

.m-modulegroup011-001__txt:first-child {
  margin-top: 0;
}

.m-modulegroup011-001__figure {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40%;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-001__figure {
    position: static;
    margin: 35px -80px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001__figure {
    margin: 35px -37px 0;
  }
}

.m-modulegroup011-001__figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-001__figure-img-pc {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001__figure-img-pc {
    display: none;
  }
}

.m-modulegroup011-001__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001__figure-img-sp {
    display: inline;
    width: calc(100% - 20px);
  }
}

/* -------------------------------------------
ITエンジニアモジュール：福利厚生
------------------------------------------- */
.m-modulegroup011-004 {
  --mg011-bg1: #e6f9fa;
  --mg011-bg2: #e6f1f6;
  --mg011-bg3: #e7e9f2;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  margin: 70px auto 100px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004 {
    margin: 40px auto;
  }
}

.m-modulegroup011-004__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-004__inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__inner {
    padding: 0 37px;
  }
}

.m-modulegroup011-004__headline {
  position: relative;
  margin-bottom: 50px;
  padding-top: 40px;
  font-size: 100px;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__headline {
    margin-bottom: 30px;
    padding-top: 15px;
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.m-modulegroup011-004__headline::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -200px;
  display: inline-block;
  width: 356px;
  height: 295px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMzU2IDI5NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iMjk1IiB4Mj0iMSIgeTI9IjI5NSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgwIDI1NS4xIDI1NS4xIDAgLTc1MDc2LjQ5MiAzOS45KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjOTRkZWU0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjODU5MGI5Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI1NWR0lEXzFfKSIgZD0iTTEwMC45IDM5LjlIMEwyNTUuMSAyOTVIMzU2TDEwMC45IDM5LjkiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTM0LjkgNTYuMWgtNS4zbDkwLjYgOTAuM2g1LjN6TTIwOS4zIDExMS45IDk2LjggMGgtNS4zbDExMi4xIDExMS45eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__headline::after {
    right: -95px;
    width: 148px;
    height: 123px;
  }
}

.m-modulegroup011-004__headline-en {
  display: block;
  font-family: var(--font-en);
  font-style: italic;
  line-height: 0.863;
  letter-spacing: 0.025em;
}

.m-modulegroup011-004__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__headline-ja {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup011-004__list {
  margin: 0 -20px;
}

.m-modulegroup011-004__list::after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup011-004__list-item {
  width: calc(50% - 40px);
  margin: 20px;
  /*色の変更*/
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__list-item {
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
  }
}

.m-modulegroup011-004__list-item::before,
.m-modulegroup011-004__list-item::after {
  display: block;
  height: 20px;
  content: "";
}

.m-modulegroup011-004__list-item::before {
  margin-bottom: -1px;
  background: -webkit-linear-gradient(45deg, var(--mg011-bg1) 0, var(--mg011-bg1) 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 120%);
  background: linear-gradient(45deg, var(--mg011-bg1) 0, var(--mg011-bg1) 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 120%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-004__list-item::before {
    background-size: 110%;
  }
}

.m-modulegroup011-004__list-item::after {
  margin-top: -1px;
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, var(--mg011-bg1) 35%, var(--mg011-bg1) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, var(--mg011-bg1) 35%, var(--mg011-bg1) 100%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-004__list-item::after {
    background-position: 100% 100%;
    background-size: 110%;
  }
}

.m-modulegroup011-004__list-item:nth-child(2) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__list-item:nth-child(2) {
    margin: 10px auto;
  }
}

.m-modulegroup011-004__list-item:nth-child(2n + 1) {
  float: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__list-item:nth-child(2n + 1) {
    float: none;
  }
}

.m-modulegroup011-004__list-item:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__list-item:nth-child(2n) {
    float: none;
  }
}

.m-modulegroup011-004__list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  background: var(--mg011-bg1);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1260px) {
  .m-modulegroup011-004__list-item-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 6.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup011-004__list-item:nth-child(3n + 2)::before {
  background: -webkit-linear-gradient(45deg, var(--mg011-bg2) 0, var(--mg011-bg2) 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 120%);
  background: linear-gradient(45deg, var(--mg011-bg2) 0, var(--mg011-bg2) 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 120%);
}

.m-modulegroup011-004__list-item:nth-child(3n + 2)::after {
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, var(--mg011-bg2) 35%, var(--mg011-bg2) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, var(--mg011-bg2) 35%, var(--mg011-bg2) 100%);
}

.m-modulegroup011-004__list-item:nth-child(3n + 2) .m-modulegroup011-004__list-item-inner {
  background: var(--mg011-bg2);
}

.m-modulegroup011-004__list-item:nth-child(3n + 3)::before {
  background: -webkit-linear-gradient(45deg, var(--mg011-bg3) 0, var(--mg011-bg3) 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 120%);
  background: linear-gradient(45deg, var(--mg011-bg3) 0, var(--mg011-bg3) 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 120%);
}

.m-modulegroup011-004__list-item:nth-child(3n + 3)::after {
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, var(--mg011-bg3) 35%, var(--mg011-bg3) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, var(--mg011-bg3) 35%, var(--mg011-bg3) 100%);
}

.m-modulegroup011-004__list-item:nth-child(3n + 3) .m-modulegroup011-004__list-item-inner {
  background: var(--mg011-bg3);
}

.m-modulegroup011-004__list-figure {
  width: 40%;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 1260px) {
  .m-modulegroup011-004__list-figure {
    width: 100%;
    margin-bottom: 20px;
  }
}

.m-modulegroup011-004__list-figure-img-pc {
  max-width: 145px;
  max-height: 145px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__list-figure-img-pc {
    display: none;
  }
}

.m-modulegroup011-004__list-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__list-figure-img-sp {
    display: inline;
    max-width: 140px;
    max-height: 140px;
  }
}

.m-modulegroup011-004__list-cnt {
  width: 60%;
  padding-right: 40px;
  text-align: left;
}

@media screen and (max-width: 1260px) {
  .m-modulegroup011-004__list-cnt {
    width: 100%;
    padding: 0;
  }
}

.m-modulegroup011-004__list-cnt:only-child {
  width: 100%;
  padding: 0 40px;
}

@media screen and (max-width: 1260px) {
  .m-modulegroup011-004__list-cnt:only-child {
    padding: 0;
  }
}

.m-modulegroup011-004__list-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-004__list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup011-004__list-txt {
  margin-top: 20px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-004__list-txt {
    max-width: none;
  }
}

.m-modulegroup011-004__list-txt:first-child {
  margin-top: 0;
}

/* -------------------------------------------
ITエンジニアモジュール：仕事内容2
------------------------------------------- */
.m-modulegroup011-003 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 70px auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003 {
    margin: 20px auto 40px;
  }
}

.m-modulegroup011-003::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 480px;
  background: linear-gradient(90deg, rgba(0, 192, 205, 0.102), rgba(7, 31, 120, 0.1));
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003::before {
    height: 230px;
  }
}

.m-modulegroup011-003__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__inner {
    padding: 10px 37px 0;
  }
}

.m-modulegroup011-003__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-003__headline {
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__headline {
    margin-bottom: 30px;
    padding-top: 45px;
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.m-modulegroup011-003__headline::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(100% - 30px);
  display: inline-block;
  width: 241px;
  height: 185px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNDg1IDM3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg1IDM3MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDJ7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMjIyfTwvc3R5bGU+PHBhdGggZD0iTTQ4NC40IDM3MC40aC0xODdMMSA3NC4xaDE4Ni45bDI5Ni41IDI5Ni4zeiIgc3R5bGU9Im9wYWNpdHk6LjUwMjtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMwMDcxYTM7ZW5hYmxlLWJhY2tncm91bmQ6bmV3Ii8+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iMzcxIiB4Mj0iMSIgeTI9IjM3MSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgwIDI5Ni4zNTMgLTI5Ni4zNTMgMCAxMTAxODkuNjQgNzQuMDc3KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2ZmMGE4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2ZjZDliIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBzdHlsZT0iZmlsbDp1cmwoI1NWR0lEXzFfKSIgZD0iTTE4Ny45IDc0LjFIMWwyOTYuNCAyOTYuM2gxODdMMTg3LjkgNzQuMSIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zNzggMjA3LjQgMTcwLjQgMGg5LjhsMjA3LjYgMjA3LjNIMzc4ek00MDguOSAyNzEuMyAyNDEuMSAxMDMuOGg5LjhsMTY3LjcgMTY3LjVoLTkuN3oiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__headline::before {
    right: calc(100% - 18px);
    width: 107px;
    height: 82px;
  }
}

_:-ms-fullscreen,
:root .m-modulegroup011-003__headline::before {
  /*IE用*/
  right: calc(100% - 35px);
}

.m-modulegroup011-003__headline-en {
  display: block;
  margin-left: -0.1em;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-style: italic;
  line-height: 0.863;
  letter-spacing: 0.025em;
}

.m-modulegroup011-003__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__headline-ja {
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup011-003__works-item {
  text-align: left;
}

.m-modulegroup011-003__works-item:only-child {
  max-width: 1120px;
  /*1枚の時*/
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-item:only-child {
    padding: 0 37px;
  }
}

.m-modulegroup011-003__works-figure {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-figure {
    margin-bottom: 20px;
  }
}

.m-modulegroup011-003__works-figure::before,
.m-modulegroup011-003__works-figure::after {
  position: absolute;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  /*スライドのチラつき防止*/
  height: 20px;
  /* content: ""; */
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-figure::before,
  .m-modulegroup011-003__works-figure::after {
    height: 7px;
  }
}

.m-modulegroup011-003__works-figure::before {
  top: -1px;
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 58%, var(--mg011-bg1) 58%, var(--mg011-bg1) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 58%, var(--mg011-bg1) 58%, var(--mg011-bg1) 100%);
}

.m-modulegroup011-003__works-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-003__works-figure-img-pc {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-figure-img-pc {
    display: none;
  }
}

.m-modulegroup011-003__works-figure-img-sp {
  display: none;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup011-003__works-data {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-data {
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup011-003__works-data-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-data-item {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup011-003__works-data-item::before,
.m-modulegroup011-003__works-data-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  content: "";
}

.m-modulegroup011-003__works-data-item::before {
  width: 100%;
  background: #ccc;
}

.m-modulegroup011-003__works-data-item::after {
  width: 140px;
  background: var(--sub-txt, #04a1af);
}

.m-modulegroup011-003__works-data-ttl {
  width: 140px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-data-ttl {
    width: 100%;
  }
}

.m-modulegroup011-003__works-data-txt {
  width: calc(100% - 140px);
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-data-txt {
    width: 100%;
    padding-left: 0;
  }
}

.m-modulegroup011-003__works-ttl {
  margin-top: 15px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup011-003__works-ttl:first-child {
  margin-top: 0;
}

.m-modulegroup011-003__works-ttl-marker {
  display: inline-block;
  margin: 3px 0;
  padding: 2px 10px;
  background: var(--sub-txt, #04a1af);
  color: var(--primary-txt, #ffffff);
}

.m-modulegroup011-003__works-txt {
  margin-top: 20px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-003__works-txt {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003__works-txt {
    margin-top: 15px;
  }
}

.m-modulegroup011-003__works-txt:first-child {
  margin-top: 0;
}

.m-modulegroup011-003 .swiper-button-prev,
.m-modulegroup011-003 .swiper-button-next {
  top: 12vw;
  width: 80px;
  height: 80px;
  margin-top: 0;
  background-color: var(--sub-txt, #04a1af);
  background-size: 20.5px 25px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-003 .swiper-button-prev,
  .m-modulegroup011-003 .swiper-button-next {
    top: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003 .swiper-button-prev,
  .m-modulegroup011-003 .swiper-button-next {
    top: 21.6vw;
    width: 37px;
    height: 37px;
    background-size: 10px 12px;
  }
}

.m-modulegroup011-003 .swiper-button-prev {
  left: 25%;
  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-003 .swiper-button-prev {
    left: calc(15.45vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003 .swiper-button-prev {
    left: calc(8.4% - 14px);
  }
}

.m-modulegroup011-003 .swiper-button-next {
  right: 25%;
  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-003 .swiper-button-next {
    right: calc(15.45vw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003 .swiper-button-next {
    right: calc(8.4% - 14px);
  }
}

.m-modulegroup011-003 .swiper-pagination-bullets {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-003 .swiper-pagination-bullets {
    margin-top: 15px;
  }
}

.m-modulegroup011-003 .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-003 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}

.m-modulegroup011-003 .swiper-pagination-bullet-active {
  background: #29bdca;
}

/* -------------------------------------------
ITエンジニアモジュール：キャリアプラン2
------------------------------------------- */
.m-modulegroup011-007 {
  overflow: hidden;
}

.m-modulegroup011-007__inner {
  max-width: 1440px;
  min-height: 700px;
  margin: 0 auto;
  padding: 0 80px 80px 80px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__inner {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-007__inner {
    padding: 5px 37px 60px;
  }
}

.m-modulegroup011-007__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__intro {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup011-007__headline {
  position: relative;
  z-index: 2;
  width: 50%;
  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-007__headline {
    width: 100%;
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-007__headline {
    margin-bottom: 30px;
    padding-top: 45px;
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.m-modulegroup011-007__headline::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(100% - 30px);
  display: inline-block;
  width: 241px;
  height: 185px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNDg1IDM3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg1IDM3MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDJ7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMjIyfTwvc3R5bGU+PHBhdGggZD0iTTQ4NC40IDM3MC40aC0xODdMMSA3NC4xaDE4Ni45bDI5Ni41IDI5Ni4zeiIgc3R5bGU9Im9wYWNpdHk6LjUwMjtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMwMDcxYTM7ZW5hYmxlLWJhY2tncm91bmQ6bmV3Ii8+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iMzcxIiB4Mj0iMSIgeTI9IjM3MSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgwIDI5Ni4zNTMgLTI5Ni4zNTMgMCAxMTAxODkuNjQgNzQuMDc3KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2ZmMGE4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2ZjZDliIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBzdHlsZT0iZmlsbDp1cmwoI1NWR0lEXzFfKSIgZD0iTTE4Ny45IDc0LjFIMWwyOTYuNCAyOTYuM2gxODdMMTg3LjkgNzQuMSIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zNzggMjA3LjQgMTcwLjQgMGg5LjhsMjA3LjYgMjA3LjNIMzc4ek00MDguOSAyNzEuMyAyNDEuMSAxMDMuOGg5LjhsMTY3LjcgMTY3LjVoLTkuN3oiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-007__headline::before {
    right: calc(100% - 18px);
    width: 107px;
    height: 82px;
  }
}

_:-ms-fullscreen,
:root .m-modulegroup011-007__headline::before {
  /*IE用*/
  right: calc(100% - 35px);
}

.m-modulegroup011-007__headline-en {
  display: block;
  margin-left: -0.025em;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-style: italic;
  line-height: 0.863;
  letter-spacing: 0.025em;
}

.m-modulegroup011-007__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-007__headline-ja {
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup011-007__desc {
  position: relative;
  width: 50%;
  margin-top: 120px;
  padding-top: 30px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__desc {
    width: 100%;
    margin-top: 0;
  }
}

.m-modulegroup011-007__desc::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background: #111;
  content: "";
}

.m-modulegroup011-007__list {
  margin: 0 -30px;
}

.m-modulegroup011-007__list::after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup011-007__list-item {
  position: relative;
  width: calc(50% - 30px);
  margin: 15px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__list-item {
    width: 100%;
    margin: 10px 0;
  }
}

.m-modulegroup011-007__list-item:nth-child(2) {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__list-item:nth-child(2) {
    margin-top: 10px;
  }
}

.m-modulegroup011-007__list-item:nth-child(2n + 1) {
  float: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__list-item:nth-child(2n + 1) {
    float: none;
  }
}

.m-modulegroup011-007__list-item:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__list-item:nth-child(2n) {
    float: none;
  }
}

.m-modulegroup011-007__list-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.m-modulegroup011-007__list-bg::before,
.m-modulegroup011-007__list-bg::after {
  position: absolute;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  /*スライドのチラつき防止*/
  height: 20px;
  content: "";
}

.m-modulegroup011-007__list-bg::before {
  top: -1px;
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 65%, #fff 65%, #fff 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 65%, #fff 65%, #fff 100%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__list-bg::before {
    background-size: 110%;
  }
}

.m-modulegroup011-007__list-bg::after {
  bottom: -1px;
  background: -webkit-linear-gradient(45deg, #fff 0%, #fff 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, #fff 0%, #fff 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__list-bg::after {
    background-position: 100% 100%;
    background-size: 110%;
  }
}

.m-modulegroup011-007__list-bg-pc {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-007__list-bg-pc {
    display: none;
  }
}

.m-modulegroup011-007__list-bg-sp {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-007__list-bg-sp {
    display: block;
  }
}

.m-modulegroup011-007__list-bg-none {
  width: 100%;
  height: 100%;
  background: var(--primary-bg, #04a1af);
}

.m-modulegroup011-007__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 455px;
  padding: 30px 8%;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-007__list-body {
    padding: 35px 5%;
  }
}

_:-ms-fullscreen,
:root .m-modulegroup011-007__list-body {
  /*IE用*/
  height: 455px;
}

.m-modulegroup011-007__list-subttl {
  font-weight: 900;
  line-height: 1.56;
  letter-spacing: 0.1em;
}

.m-modulegroup011-007__list-ttl {
  margin-top: 5px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-007__list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup011-007__list-ttl:first-child {
  margin-top: 0;
}

/* -------------------------------------------
ITエンジニアモジュール：キャリアプラン
------------------------------------------- */
.m-modulegroup011-006 {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  /* background-image: -webkit-gradient(linear, left top, right top, from(var(--mg011-grad1-start)), to(var(--mg011-grad1-end)));
  background-image: -webkit-linear-gradient(left, var(--mg011-grad1-start) 0%, var(--mg011-grad1-end) 100%);
  background-image: linear-gradient(90deg, var(--mg011-grad1-start) 0%, var(--mg011-grad1-end) 100%); */
  background-color: #e5faed;
}

.m-modulegroup011-006__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 80px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-006__inner {
    padding: 35px 37px 0;
  }
}

.m-modulegroup011-006__headline {
  position: relative;
  margin-bottom: 50px;
  padding-top: 40px;
  font-size: 100px;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-006__headline {
    margin-bottom: 30px;
    padding-top: 15px;
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.m-modulegroup011-006__headline::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -200px;
  display: inline-block;
  width: 356px;
  height: 295px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNzEzIDU5MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzEzIDU5MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDJ7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMjIyfTwvc3R5bGU+PHBhdGggZD0iTTcxMi40IDU5MEg1MTAuNUwuNCA4MGgyMDEuOWw1MTAuMSA1MTB6IiBzdHlsZT0ib3BhY2l0eTouNTAyO2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzAwNzFhMztlbmFibGUtYmFja2dyb3VuZDpuZXciLz48bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAiIHkxPSI1OTAiIHgyPSIxIiB5Mj0iNTkwIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDAgNTEwLjAyIC01MTAuMDIgMCAzMDEyNjguMTg4IDc5Ljk5MykiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6IzdmZjBhOCIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzdmY2Q5YiIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggc3R5bGU9ImZpbGw6dXJsKCNTVkdJRF8xXykiIGQ9Ik0yMDIuMyA4MEguNGw1MTAuMSA1MTBoMjAxLjlMMjAyLjMgODAiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNNDA3LjUgMjIzLjkgMTgzLjQgMEgxOTRsMjI0LjEgMjIzLjloLTEwLjZ6TTQ0MC45IDI5Mi45IDI1OS43IDExMmgxMC42bDE4MS4xIDE4MC45aC0xMC41eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-006__headline::after {
    right: -95px;
    width: 148px;
    height: 123px;
  }
}

.m-modulegroup011-006__headline-en {
  display: block;
  font-family: var(--font-en);
  font-style: italic;
  line-height: 0.863;
  letter-spacing: 0.025em;
}

.m-modulegroup011-006__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-006__headline-ja {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup011-006__container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px 100px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-006__container {
    padding: 0 37px 50px;
  }
}

.m-modulegroup011-006__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-006__list {
    margin: 0;
  }
}

.m-modulegroup011-006__list-item {
  width: calc(25% - 40px);
  margin: 20px;
}

@media screen and (max-width: 1260px) {
  .m-modulegroup011-006__list-item {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-006__list-item {
    width: 100%;
    margin: 10px 0;
  }
}

.m-modulegroup011-006__list-item::before,
.m-modulegroup011-006__list-item::after {
  display: block;
  height: 20px;
  content: "";
}

.m-modulegroup011-006__list-item::before {
  margin-bottom: -1px;
  background: -webkit-linear-gradient(45deg, #fff 0, #fff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 120%);
  background: linear-gradient(45deg, #fff 0, #fff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 120%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-006__list-item::before {
    background-size: 110%;
  }
}

.m-modulegroup011-006__list-item::after {
  margin-top: -1px;
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, #fff 35%, #fff 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, #fff 35%, #fff 100%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-006__list-item::after {
    background-position: 100% 100%;
    background-size: 110%;
  }
}

.m-modulegroup011-006__list-item-inner {
  height: calc(100% - 40px);
  padding: 30px 8%;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-006__list-item-inner {
    padding: 35px 5%;
  }
}

.m-modulegroup011-006__list-figure {
  height: 135px;
  text-align: center;
}

.m-modulegroup011-006__list-figure-img-pc {
  max-height: 135px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-006__list-figure-img-pc {
    display: none;
  }
}

.m-modulegroup011-006__list-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-006__list-figure-img-sp {
    display: inline;
    max-width: 93px;
  }
}

.m-modulegroup011-006__list-ttl {
  margin-top: 30px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-006__list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-006__list-ttl {
    margin-top: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-modulegroup011-006__list-ttl {
    font-size: 1.8rem;
  }
}

.m-modulegroup011-006__list-ttl:first-child {
  margin-top: 0;
}

.m-modulegroup011-006__list-txt {
  margin-top: 20px;
  line-height: 1.875;
  text-align: left;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-006__list-txt {
    margin-top: 15px;
  }
}

.m-modulegroup011-006__list-txt:first-child {
  margin-top: 0;
}

/* -------------------------------------------
ITエンジニアモジュール：リコメンド
------------------------------------------- */
.m-modulegroup011-009 {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background: var(--sub-bg);
}

.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: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNDg1IDM3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg1IDM3MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDJ7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMjIyfTwvc3R5bGU+PHBhdGggZD0iTTQ4NC40IDM3MC40aC0xODdMMSA3NC4xaDE4Ni45bDI5Ni41IDI5Ni4zeiIgc3R5bGU9Im9wYWNpdHk6LjUwMjtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMwMDcxYTM7ZW5hYmxlLWJhY2tncm91bmQ6bmV3Ii8+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iMzcxIiB4Mj0iMSIgeTI9IjM3MSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgwIDI5Ni4zNTMgLTI5Ni4zNTMgMCAxMTAxODkuNjQgNzQuMDc3KSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2ZmMGE4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2ZjZDliIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBzdHlsZT0iZmlsbDp1cmwoI1NWR0lEXzFfKSIgZD0iTTE4Ny45IDc0LjFIMWwyOTYuNCAyOTYuM2gxODdMMTg3LjkgNzQuMSIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0zNzggMjA3LjQgMTcwLjQgMGg5LjhsMjA3LjYgMjA3LjNIMzc4ek00MDguOSAyNzEuMyAyNDEuMSAxMDMuOGg5LjhsMTY3LjcgMTY3LjVoLTkuN3oiLz48L3N2Zz4=");
  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: -0.025em;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-style: italic;
  line-height: 0.863;
  letter-spacing: 0.025em;
}

.m-modulegroup011-009__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.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: 0.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: 0.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;
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  padding: 80px 0;
  /* background: #f7f7f7 !important; */
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding: 60px 0 40px 0;
    /* background: #f7f7f7 !important; */
  }
}

.m-require-001 .c-headline-001 {
  margin: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-001 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-001 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-001__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 767px) {
  .m-require-001__detail {
    padding: 20px;
  }
}

.m-require-001__detail-ttl {
  font-weight: 700;
  background: #009b38;
  color: #fff;
}

.m-require-001__detail-desc {
  font-weight: 500;
  color: #333;
}

.m-require-001__detail-desc::before {
  background: #ccebd7;
  opacity: 1;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-001__detail-flow-ttl-number {
  color: #fff;
}

.m-require-001__entry-btn {
  color: #fff;
}

/* -------------------------------------------
フッター
------------------------------------------- */
.m-footer-001 {
  background: #009b38;
  color: #fff;
}
