@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@1,600&display=swap");
:root {
  --tertiary-bg: #1e94e4;
}
@media screen and (min-width: 768px) {
  .pc-tab,
  .is-tablet-up {
    display: block;
  }
}

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

@media screen and (max-width: 767px) {
  .c-message-001 {
    margin: 0 auto;
  }
}

:root {
  --font-op: "Overpass", sans-serif;
}

.single-post_recruit {
  color: var(--sub-txt);
}

@media screen and (min-width: 1024.01px) {
  .single-post_recruit .m-header-001 {
    background: transparent;
  }

  .m-header-001 + .m-kv-001 {
    margin-top: -80px; /* PCヘッダーの高さ */
  }
}

.m-header-001__logo {
  padding: 4px 40px;
}

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

.m-header-001__logo-link-img {
  max-height: 42px;
}

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

.m-header-001__btn-link {
  -ms-flex-pack: center;
  min-height: 80px;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link-txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-headline-001__en {
  font-weight: 400;
}

.m-footer-001 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 80px;
  background-color: transparent;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.m-footer-001::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(21, 87, 235, 0.5) 0%, rgba(7, 143, 33, 0.5) 100%);
  content: "";
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .m-footer-001 {
    height: 60px;
  }
}

.m-footer-001__copyright {
  z-index: 1;
  padding: 0;
}

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

.m-require-002 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .m-require-002 {
    padding-top: 50px;
  }
}

.m-require-002__detail-ttl {
  color: var(--primary);
  font-weight: 900;
}

.m-require-002__detail-desc {
  color: var(--sub-txt);
  font-weight: 400;
}

.m-require-002__detail-row::before {
  background-color: #b8e4fb;
  opacity: 1;
}

/* -------------------------------------------
ITエンジニアモジュール：メッセージ
------------------------------------------- */
.m-modulegroup011-001 {
  background: #fff;
  color: #222;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-001 {
    padding: 15px 0 40px;
  }
}

.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: 42px;
    font-size: 4.2rem;
  }
}

.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://d1k5qq9h33oekz.cloudfront.net/customers/4d6a63314d673d3d/itszai1/ico_left.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-family: var(--font-op);
  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 {
  position: relative;
  z-index: 1;
  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: 0;
  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エンジニアモジュール：仕事内容1
------------------------------------------- */
.m-modulegroup011-002 {
  background: #fff;
  color: #222;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-002 {
    margin-top: 50px;
  }
}

.m-modulegroup011-002::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 10%;
  width: 100vw;
  height: 480px;
  background: var(--sub-bg, #f2f2f2);
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 340px, var(--sub-bg, #f2f2f2) 340px, var(--sub-bg, #f2f2f2) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 340px, var(--sub-bg, #f2f2f2) 340px, var(--sub-bg, #f2f2f2) 100%);
  /*灰色背景*/
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-002::before {
    left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-002::before {
    left: 20px;
    height: 240px;
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 170px, var(--sub-bg, #f2f2f2) 170px, var(--sub-bg, #f2f2f2) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 170px, var(--sub-bg, #f2f2f2) 170px, var(--sub-bg, #f2f2f2) 100%);
  }
}

.m-modulegroup011-002__inner {
  max-width: 1440px;
  min-height: 480px;
  margin: 0 auto;
  padding: 60px 80px 60px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup011-002__inner {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-002__inner {
    padding: 35px 37px 35px;
  }
}

.m-modulegroup011-002__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-002__headline {
    margin-bottom: 30px;
    padding-top: 15px;
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.m-modulegroup011-002__headline::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -200px;
  display: inline-block;
  width: 356px;
  height: 295px;
  background-image: url("https://d1k5qq9h33oekz.cloudfront.net/customers/4d6a63314d673d3d/itszai1/ico_right.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-002__headline::after {
    right: -95px;
    width: 148px;
    height: 123px;
  }
}

.m-modulegroup011-002__headline-en {
  display: block;
  font-family: var(--font-op);
  font-style: italic;
  line-height: 0.863;
  letter-spacing: 0.025em;
}

.m-modulegroup011-002__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-002__headline-ja {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup011-002__container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.m-modulegroup011-002__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-002__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup011-002__ttl:first-child {
  margin-top: 0;
}

.m-modulegroup011-002__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-002__txt {
    margin-top: 15px;
  }
}

.m-modulegroup011-002__txt:first-child {
  margin-top: 0;
}

/* -------------------------------------------
ITエンジニアモジュール：インタビュー
------------------------------------------- */
.m-modulegroup011-005 {
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  color: #222;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-005 {
    padding-bottom: 50px;
  }
}

.m-modulegroup011-005__inner {
  position: relative;
  max-width: 1440px;
  min-height: 700px;
  margin: 0 auto;
  padding: 0 80px 0;
  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 0;
  }
}

.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: 42px;
    font-size: 4.2rem;
  }
}

.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://d1k5qq9h33oekz.cloudfront.net/customers/4d6a63314d673d3d/itszai1/ico_left.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-family: var(--font-op);
  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-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, var(--sub-bg) 315px, var(--sub-bg) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 315px, var(--sub-bg) 315px, var(--sub-bg) 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, var(--sub-bg) 170px, var(--sub-bg) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 170px, var(--sub-bg) 170px, var(--sub-bg) 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: #fff;
}

@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: #fff;
}

.m-modulegroup011-005__interview-profile-name-kanji {
  padding: 7px 13px 5px 15px;
  background: linear-gradient(150deg, #b1ecf6 0%, #57c4fe 100%);
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  color: var(--primary-txt);
  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 {
  background: #fff;
  color: #222;
  margin-top: 5px;
  padding: 7px 13px 5px 15px;
  font-weight: 900;
  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;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.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: #222;
}

.m-modulegroup011-005__interview-block-txt {
  line-height: 1.875;
}

/* -------------------------------------------
ITエンジニアモジュール：ギャラリー
------------------------------------------- */
.m-modulegroup011-011 {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  padding-bottom: 100px;
  background-color: var(--sub-bg);
}
@media screen and (max-width: 767px) {
  .m-modulegroup011-011 {
    padding-bottom: 50px;
  }
}

.m-modulegroup011-011__figure {
  position: relative;
  z-index: -2;
  width: 100vw;
  margin: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-011__figure {
    margin: 50px 0 0;
  }
}

.m-modulegroup011-011__figure-img-pc {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-011__figure-img-pc {
    display: none;
  }
}

.m-modulegroup011-011__figure-img-sp {
  display: none;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-011__figure-img-sp {
    display: inline;
  }
}

/* -------------------------------------------
ITエンジニアモジュール：当社の特徴2（タブ）
------------------------------------------- */
.m-modulegroup011-013 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0 auto;
  background-color: var(--sub-bg);
  color: #fff;
}

.m-modulegroup011-013__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-013__inner {
    padding: 10px 37px 0;
  }
}

.m-modulegroup011-013__headline {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  padding-top: 90px;
  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: 42px;
    font-size: 4.2rem;
  }
}

.m-modulegroup011-013__headline::after {
  position: absolute;
  z-index: -1;
  top: 50px;
  right: -200px;
  display: inline-block;
  width: 356px;
  height: 295px;
  background-image: url("https://d1k5qq9h33oekz.cloudfront.net/customers/4d6a63314d673d3d/itszai1/ico_right.png");
  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: -0.1em;
  font-family: var(--font-op);
  font-style: italic;
  line-height: 0.863;
  letter-spacing: 0.025em;
  color: #222;
}

.m-modulegroup011-013__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #222;
}

@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-op);
  font-size: 25px;
  font-size: 2.5rem;
  color: var(--primary-txt);
  text-align: center;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  cursor: pointer;
  -webkit-transition: background 0.1s ease;
  transition: background 0.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: #1557eb;
  pointer-events: none;
}

.m-modulegroup011-013__btn-item-txt.is-active::before {
  border-right: 25px solid #1557eb;
}

.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 0.1s ease;
  transition: background 0.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 {
  color: #222;
  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 0.5s ease;
  transition: opacity 0.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-op);
  font-size: 250px;
  font-size: 25rem;
  line-height: 1.35;
  color: #46a1d7;
  opacity: 0.2;
}

@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: 0.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: #222;
}

.m-modulegroup011-013__list-txt {
  margin-top: 32px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup011-013__list-txt {
    margin-top: 0;
  }
}

.m-require-002 {
  background: var(--sub-bg) !important;
  overflow-x: hidden;
}

.m-require-002 .m-require-002__inner {
  max-width: none;
}

.m-require-002 .m-require-002__detail {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.m-require-002 .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-002 .c-headline-001 {
    padding: 40px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-require-002 .c-headline-001 {
    padding: 0 37px;
  }
}

@media screen and (max-width: 767px) {
  .m-require-002 .c-headline-001 {
    padding-top: 15px;
  }
}

.m-require-002 .c-headline-001::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -160px;
  display: inline-block;
  width: 356px;
  height: 295px;
  background-image: url("https://d1k5qq9h33oekz.cloudfront.net/customers/4d6a63314d673d3d/itszai1/ico_right.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-require-002 .c-headline-001::after {
    right: -60px;
    width: 148px;
    height: 123px;
  }
}

.m-require-002 .c-headline-001__en {
  display: block;
  font-family: var(--font-op);
  font-size: 100px;
  font-size: 10rem;
  font-style: italic;
  line-height: 0.863;
  color: #222;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 767px) {
  .m-require-002 .c-headline-001__en {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-require-002 .c-headline-001__en {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.m-require-002 .c-headline-001__ja {
  display: block;
  color: #222;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-require-002 .c-headline-001__ja {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=maps/custom.css.map */
