@charset "UTF-8";
/*----------------------------------------------------------
sec共通
----------------------------------------------------------*/
.sec_title {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.46;
  color: #982A33;
  padding: 0 38px 0 0;
}
@media screen and (min-width: 1024px) {
  .sec_title {
    font-size: 30px;
    line-height: 1.5;
    padding: 0 135px 0 0;
  }
}
.sec_title .line {
  width: 27px;
  height: 1px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #982A33;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .sec_title .line {
    width: 99px;
    height: 3px;
  }
}

/*----------------------------------------------------------
事業紹介
----------------------------------------------------------*/
.sec_business .inner {
  padding: 0;
  margin: 0 auto;
}
.sec_business .contents {
  width: 85.3333333333vw;
  margin: 30px auto 0;
}
@media screen and (min-width: 1024px) {
  .sec_business .contents {
    width: clamp(850px, 83.0078125%, 960px);
  }
}
.sec_business .content {
  position: relative;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .sec_business .content {
    width: 85.1041666667%;
    padding-left: 15px;
  }
}
.sec_business .content + .content {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .sec_business .content + .content {
    margin-top: 52px;
  }
}
.sec_business .content:nth-child(odd) .content_wrap {
  background-color: #F8FCFC;
}
@media screen and (min-width: 1024px) {
  .sec_business .content:nth-child(odd) .content_wrap {
    padding: 56px 16.5238678091% 56px 6.7319461444%;
  }
}
.sec_business .content:nth-child(odd) .content_wrap::after {
  background-color: #ECF2F2;
}
.sec_business .content:nth-child(odd) .title {
  color: #0B3937;
}
@media screen and (min-width: 1024px) {
  .sec_business .content:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
}
.sec_business .content:nth-child(even) .content_wrap {
  background-color: #FCF9FA;
}
@media screen and (min-width: 1024px) {
  .sec_business .content:nth-child(even) .content_wrap {
    padding: 56px 8.5679314565% 56px 18.3598531212%;
  }
}
.sec_business .content:nth-child(even) .content_wrap::after {
  background-color: #F2E8EA;
}
.sec_business .content:nth-child(even) .title {
  color: #982A33;
}
.sec_business .content_wrap {
  position: relative;
  border-radius: 30px;
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  .sec_business .content_wrap {
    border-radius: 50px;
    padding: 56px 0;
  }
}
.sec_business .content_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: -1;
  border-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .sec_business .content_wrap::after {
    top: 19px;
    left: -15px;
    border-radius: 50px;
  }
}
.sec_business .title {
  width: 81.25%;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .sec_business .title {
    width: 100%;
    font-size: 24px;
    margin: 0;
  }
}
.sec_business .text {
  width: 81.25%;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 16px auto 0;
}
@media screen and (min-width: 1024px) {
  .sec_business .text {
    width: 100%;
    font-size: 15px;
    margin-top: 25px;
  }
}
.sec_business .business_obj {
  position: absolute;
  z-index: 1;
}
.sec_business .business_obj--solution {
  width: 120px;
  bottom: 100%;
  right: 0;
  transform: translate(0, 40%);
}
@media screen and (min-width: 1024px) {
  .sec_business .business_obj--solution {
    width: clamp(220px, 34.1493268054%, 279px);
    bottom: 0;
    right: 0;
    transform: translate(67%, 34%);
  }
}
.sec_business .business_obj--consultant {
  width: 120px;
  bottom: 100%;
  right: 0;
  transform: translate(0%, 46%);
}
@media screen and (min-width: 1024px) {
  .sec_business .business_obj--consultant {
    width: clamp(210px, 30.599755202%, 250px);
    bottom: 0;
    right: 100%;
    transform: translate(45%, 28%);
  }
}
.sec_business .business_obj--ai {
  width: 130px;
  bottom: 0;
  right: 0;
  transform: translate(0, 70%);
}
@media screen and (min-width: 1024px) {
  .sec_business .business_obj--ai {
    width: clamp(250px, 25.2994011976%, 338px);
    bottom: 0;
    right: 0;
    transform: translate(6%, 24.5%);
  }
}

/*----------------------------------------------------------
メンバー紹介
----------------------------------------------------------*/
.member_list {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .member_list {
    margin-top: 44px;
  }
}
.member_list .member_item:nth-child(odd) .member_item-inner {
  padding-left: 12px;
}
@media screen and (min-width: 1024px) {
  .member_list .member_item:nth-child(odd) .member_item-inner {
    padding-left: 0;
  }
}
.member_list .member_item:nth-child(even) .member_item-inner {
  padding-left: 75px;
}
@media screen and (min-width: 1024px) {
  .member_list .member_item:nth-child(even) .member_item-inner {
    padding-left: 0;
    margin: 0 0 0 auto;
  }
}
.member_item {
  position: relative;
  border-radius: 30px;
  padding: 40px 15px;
}
@media screen and (min-width: 1024px) {
  .member_item {
    border-radius: 50px;
    padding: 38px 14.142194745% 40px 14.142194745%;
  }
}
.member_item + .member_item {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .member_item + .member_item {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .member_item-inner {
    width: 95.150862069%;
  }
}
.member_type {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #982A33;
}
@media screen and (min-width: 1024px) {
  .member_type {
    font-size: 20px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1024px) {
  .member_experience {
    padding-left: 1em;
  }
}
.member_profile {
  font-size: 11px;
  letter-spacing: 0.24em;
  line-height: 2.18;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .member_profile {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 14px;
  }
}
.member_item-wrap {
  width: clamp(220px, 58.6666666667vw, 600px);
}
@media screen and (min-width: 1024px) {
  .member_item-wrap {
    width: 100%;
  }
}
.member_intro {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .member_intro {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
  }
}
.member_skills, .member_records {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.69;
}
@media screen and (min-width: 1024px) {
  .member_skills, .member_records {
    font-size: 15px;
    line-height: 1.33;
  }
}
.member_skills .label, .member_records .label {
  display: block;
}
@media screen and (min-width: 1024px) {
  .member_skills {
    width: 39.0218522373%;
  }
}
.member_skills p {
  overflow-wrap: break-word;
}
.member_records {
  margin-top: 14px;
}
@media screen and (min-width: 1024px) {
  .member_records {
    width: 52.2372528616%;
    margin-top: 0;
  }
}
.member_obj {
  position: absolute;
}

.member_list--ai .member_item:nth-child(odd) {
  background-color: #F2E8EA;
}
.member_list--ai .member_item:nth-child(even) {
  background-color: #FDF9FA;
}
.member_list--ai .member_item:nth-child(1) .member_obj {
  width: 60px;
  bottom: 4px;
  right: -8px;
}
@media screen and (min-width: 1024px) {
  .member_list--ai .member_item:nth-child(1) .member_obj {
    width: 86px;
    bottom: 12px;
    right: 37px;
  }
}
.member_list--ai .member_item:nth-child(2) .member_obj {
  width: 91px;
  bottom: 3px;
  left: -13px;
}
@media screen and (min-width: 1024px) {
  .member_list--ai .member_item:nth-child(2) .member_obj {
    width: 131px;
    bottom: -13px;
    left: 28px;
  }
}
.member_list--ai .member_item:nth-child(3) .member_obj {
  width: 76px;
  bottom: 5px;
  right: -12px;
}
@media screen and (min-width: 1024px) {
  .member_list--ai .member_item:nth-child(3) .member_obj {
    width: 109px;
    bottom: -18px;
    right: 14px;
  }
}
.member_list--ai .member_item:nth-child(4) .member_obj {
  width: 99px;
  bottom: 8px;
  left: -13px;
}
@media screen and (min-width: 1024px) {
  .member_list--ai .member_item:nth-child(4) .member_obj {
    width: 149px;
    bottom: -19px;
    left: 28px;
  }
}

.member_list--ses .member_item:nth-child(odd) {
  background-color: #F2F7F7;
}
.member_list--ses .member_item:nth-child(even) {
  background-color: #F9FBFB;
}
.member_list--ses .member_item:nth-child(1) .member_obj {
  width: 80px;
  width: clamp(75px, 20vw, 80px);
  bottom: 16px;
  right: -8px;
}
@media screen and (min-width: 1024px) {
  .member_list--ses .member_item:nth-child(1) .member_obj {
    width: 110px;
    bottom: -2px;
    right: 41px;
  }
}
.member_list--ses .member_item:nth-child(2) .member_obj {
  width: clamp(75px, 20vw, 80px);
  bottom: 16px;
  left: -11px;
}
@media screen and (min-width: 1024px) {
  .member_list--ses .member_item:nth-child(2) .member_obj {
    width: 112px;
    bottom: -13px;
    left: 25px;
  }
}
.member_list--ses .member_item:nth-child(3) .member_obj {
  width: 48px;
  width: clamp(43px, 11.4666666667vw, 48px);
  bottom: 16px;
  right: -4px;
}
@media screen and (min-width: 1024px) {
  .member_list--ses .member_item:nth-child(3) .member_obj {
    width: 66px;
    bottom: 12px;
    right: 53px;
  }
}

.sec .inner {
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .sec .inner {
    width: 69.445%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .sec .inner {
    width: 85%;
  }
}

/*----------------------------------------------------------
lowheader
----------------------------------------------------------*/
.lowheader .title_en {
  line-height: 1.1;
}
@media (min-width: 1600px) {
  .lowheader .title_en br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .lowheader .title_jp {
    margin: 8px 0 35px 0;
  }
}

/*----------------------------------------------------------
business
----------------------------------------------------------*/
.sec_business {
  padding: 54px 0 118px;
}
@media screen and (min-width: 1024px) {
  .sec_business {
    padding: 122px 0 237px;
  }
}

/*----------------------------------------------------------
strength
----------------------------------------------------------*/
.sec_strength {
  padding: 0 0 82px;
}
@media screen and (min-width: 1024px) {
  .sec_strength {
    padding: 0 0 144px;
  }
}
.sec_strength .strength_image {
  width: clamp(320px, 100%, 520px);
  aspect-ratio: 333/293;
  overflow: hidden;
  margin: 24px auto 0;
}
@media screen and (min-width: 1024px) {
  .sec_strength .strength_image {
    width: 844px;
    width: clamp(700px, 60.4615384615%, 786px);
    aspect-ratio: 786/692;
    margin-top: 35px;
  }
}
.sec_strength .strength_image picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_strength .strength_image img {
  width: 120%;
}
@media screen and (min-width: 1024px) {
  .sec_strength .strength_image img {
    width: 110%;
  }
}
.sec_strength .strength_image.fadein.scrollin {
  animation-delay: 0.5s;
}

/*----------------------------------------------------------
tech 旧scss引継ぎ
----------------------------------------------------------*/
.sec_tech {
  padding: 0 0 60px;
}
@media screen and (min-width: 1024px) {
  .sec_tech {
    padding: 0 0 146px;
  }
}
.sec_tech_kinds {
  position: relative;
  background-color: #ECF2F2;
  padding: 60px 0 50px 0;
}
@media screen and (min-width: 1024px) {
  .sec_tech_kinds {
    background-color: rgba(236, 242, 242, 0.42);
    padding: 70px 0 0 0;
  }
}
.sec_tech_kinds::before {
  content: "";
  position: absolute;
  display: block;
  top: 241px;
  left: 0;
  width: 100%;
  height: 421px;
  background-color: #F6F9F9;
}
@media screen and (min-width: 1024px) {
  .sec_tech_kinds::before {
    top: 0;
    height: 630px;
    background-color: #ECF2F2;
  }
}
.sec_tech_kinds .sec_title::before {
  background-color: #ECF2F2;
}
.sec_tech_kinds_list {
  margin: 39px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .sec_tech_kinds_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 65px 0 0 0;
  }
}
.sec_tech_kinds_list li {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 35px;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1024px) {
  .sec_tech_kinds_list li {
    width: 31.9%;
    padding: 37px 30px;
    margin: 0 2.1% 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .sec_tech_kinds_list li:nth-child(4), .sec_tech_tech_kinds_list li:last-child {
    width: 36.355%;
  }
}
@media screen and (min-width: 1024px) {
  .sec_tech_kinds_list li:nth-child(3), .sec_tech_tech_kinds_list li:last-child {
    margin-right: 0;
  }
}
.sec_tech_kinds_list .title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .sec_tech_kinds_list .title {
    font-size: 20px;
    line-height: 1.45;
  }
}
.sec_tech_kinds_list .text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .sec_tech_kinds_list .text {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 15px 0 0 0;
  }
}
.sec_tech_region {
  background-color: rgba(236, 242, 242, 0.42);
  padding: 50px 0 58px 0;
}
@media screen and (min-width: 1024px) {
  .sec_tech_region {
    padding: 18px 0 101px 0;
  }
}
.sec_tech_region_wrap {
  display: flex;
  justify-content: center;
  background-color: #ECF2F2;
  padding: 50px 30px 40px 30px;
  border-radius: 35px;
}
@media screen and (min-width: 1024px) {
  .sec_tech_region_wrap {
    padding: 64px 0 38px 0;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .sec_tech_region_wrap .contents {
    width: 80.21%;
    margin: 0 auto;
  }
}
.sec_tech_region_wrap .title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .sec_tech_region_wrap .title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.sec_tech_region_wrap ul {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .sec_tech_region_wrap ul {
    margin: 3px 0 0 0;
  }
}
.sec_tech_region_wrap li {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1024px) {
  .sec_tech_region_wrap li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #7B1820;
    margin: 0;
  }
}
.sec_tech_region_wrap li:last-child {
  border: none;
}
.sec_tech_region_wrap .midashi {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #7B1820;
}
@media screen and (max-width: 1023px) {
  .sec_tech_region_wrap .midashi {
    padding: 0 0 2px 11px;
    border-bottom: 1px solid #7B1820;
  }
}
@media screen and (min-width: 1024px) {
  .sec_tech_region_wrap .midashi {
    font-size: 20px;
    line-height: 1.45;
  }
}
.sec_tech_region_wrap .midashi::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 20px;
  background-color: #7B1820;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .sec_tech_region_wrap .midashi::before {
    display: none;
  }
}
.sec_tech_region_wrap .text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  margin: 11px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .sec_tech_region_wrap .text {
    width: 74.934%;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0;
  }
}

/*----------------------------------------------------------
engineer
----------------------------------------------------------*/
.sec_engineer {
  padding: 0 0 92px;
}
@media screen and (min-width: 1024px) {
  .sec_engineer {
    padding: 0 0 233px;
  }
}
@media screen and (max-width: 1023px) {
  .sec_engineer .sec_title {
    padding-left: 15px;
  }
}/*# sourceMappingURL=it-staffing.css.map */