@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@1,600&display=swap");

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* 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;
  }
}

img {
  vertical-align: bottom;
}

b {
  font-weight: 700;
}

.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;
}

[class$="__headline-en"] {
  font-family: "Overpass", sans-serif;
  font-weight: 600;
}

[class$="__headline-ja"] {
  font-weight: 700;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 22px 40px;
}
.m-header-001__logo-link-img {
  max-height: 31px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 17px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 26px;
  }
}

.m-header-001__logo {
  max-width: none;
  flex: 1 0 0;
}

.m-header-001__btn-link {
  min-height: 60px;
}

/* -------------------------------------------
ITエンジニアモジュール：キャリアプラン2
------------------------------------------- */
.m-modulegroup011-007 {
  overflow: hidden;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-007 {
    margin-top: 40px;
  }
}

.m-modulegroup011-007__inner {
  max-width: 1440px;
  min-height: 700px;
  margin: 0 auto;
  padding: 0 80px 100px;
  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 50px;
  }
}

.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;
  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("https://hikaritechnobsj.itszai.jp/wp-content/uploads/2022/05/ashirai_l.png");
  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-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;
  }
}

@media screen and (min-width: 1025px) {
  .m-modulegroup011-007__list-item:nth-child(2n + 1):last-child {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
}

.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;
  font-weight: 700;
}

@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 {
  line-height: 1.56;
  letter-spacing: 0.1em;
}

.m-modulegroup011-007__list-ttl {
  margin-top: 5px;
  font-size: 25px;
  font-size: 2.5rem;
  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-005 {
  overflow: hidden;
  margin: 0 auto;
  background: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-005 {
    margin: 0 auto;
  }
}

.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;
  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: url("https://hikaritechnobsj.itszai.jp/wp-content/uploads/2022/05/ashirai_l.png");
  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: -0.025em;
  font-style: italic;
  line-height: 0.863;
  letter-spacing: 0.025em;
}

.m-modulegroup011-005__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-005__headline-ja {
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup011-005__interview + .m-modulegroup011-005__interview {
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-005__interview + .m-modulegroup011-005__interview {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-005__interview + .m-modulegroup011-005__interview {
    padding-top: 40px;
  }
}

.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;
  font-weight: 700;
}

.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: #ccc;
}

@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.6rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.1em;
}

@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;
  line-height: 1.5;
  letter-spacing: 0.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;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-005__interview-block-ttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.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エンジニアモジュール：メッセージ
------------------------------------------- */
.m-modulegroup011-001 {
  overflow: hidden;
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001 {
    margin: 60px auto;
  }
}

.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;
  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("https://hikaritechnobsj.itszai.jp/wp-content/uploads/2022/05/ashirai_l.png");
  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-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;
  line-height: 1.44;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@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-008 {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.m-modulegroup011-008__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px 100px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-008__inner {
    padding: 0 37px 50px;
  }
}

.m-modulegroup011-008__headline {
  position: relative;
  margin-bottom: 50px;
  padding-top: 40px;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-008__headline {
    margin-bottom: 30px;
    padding-top: 15px;
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.m-modulegroup011-008__headline::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -200px;
  display: inline-block;
  width: 356px;
  height: 295px;
  background-image: url("https://hikaritechnobsj.itszai.jp/wp-content/uploads/2022/05/ashirai_r.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-008__headline::after {
    right: -95px;
    width: 148px;
    height: 123px;
  }
}

.m-modulegroup011-008__headline-en {
  display: block;
  font-style: italic;
  line-height: 0.863;
  letter-spacing: 0.025em;
}

.m-modulegroup011-008__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-008__headline-ja {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup011-008__container {
  max-width: 860px;
  margin: 0 auto;
}

.m-modulegroup011-008__list-item {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-008__list-item {
    margin-top: 25px;
  }
}

.m-modulegroup011-008__list-item:first-child {
  margin-top: 0;
}

.m-modulegroup011-008__list-ttl {
  position: relative;
  padding-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-008__list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup011-008__list-ttl::before,
.m-modulegroup011-008__list-ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  content: "";
}

.m-modulegroup011-008__list-ttl::before {
  width: 100%;
  background: #ccc;
}

.m-modulegroup011-008__list-ttl::after {
  width: 140px;
  background: #000;
}

.m-modulegroup011-008__list-txt {
  margin-top: 20px;
  line-height: 1.875;
  text-align: left;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-008__list-txt {
    margin-top: 15px;
    line-height: 1.78;
  }
}

.m-modulegroup011-008__list-txt:first-child {
  margin-top: 0;
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  overflow-x: hidden;
  background: var(--sub-bg) !important;
}

.m-require-001 .m-require-001__inner {
  max-width: none;
}

.m-require-001 .m-require-001__detail {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.m-require-001 .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-001 .c-headline-001 {
    padding: 40px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001 {
    padding: 0 37px;
  }
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001 {
    padding-top: 15px;
  }
}

.m-require-001 .c-headline-001::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -160px;
  display: inline-block;
  width: 356px;
  height: 295px;
  background-image: url("https://hikaritechnobsj.itszai.jp/wp-content/uploads/2022/05/ashirai_r.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001::after {
    right: -60px;
    width: 148px;
    height: 123px;
  }
}

.m-require-001 .c-headline-001__en {
  display: block;
  font-family: var(--font-en);
  font-size: 100px;
  font-size: 10rem;
  font-style: italic;
  line-height: 0.863;
  color: var(--primary, #04a1af);
  letter-spacing: 0.025em;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 374px) {
  .m-require-001 .c-headline-001__en {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

.m-require-001 .c-headline-001__ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-require-001__detail-row {
  margin-bottom: 5px;
}

.m-require-001__detail-ttl {
  font-weight: 700;
  background: #699aed;
}

.m-require-001__detail-desc {
  background: #fff;
  font-weight: 500;
}

.m-require-001__detail-desc::before {
  opacity: 0;
}

.m-require-001__detail-flow-ttl-number {
  background: #699aed;
}

/* フッター */
.m-footer-001 {
  background: #fff;
  color: var(--primary);
}
