/*
 * Integrated stylesheet for /service/software/.
 * Source order preserved:
 * 1. /css/pages/service/style.css
 * 2. /css/pages/service/software-refresh.css
 * 3. /css/pages/service/software-ref2.css
 */

:root {
  --blue: #b83838;
  --blue-a: #c94444;
  --blue-b: #dd4a4a;
  --blue-deep: #812b2b;
  --cyan: #e86a6a;
  --cyan-deep: #dd4a4a;
  --accent-rgb: 221, 74, 74;
  --tone-red: #dd4a4a;
  --tone-red-soft: rgba(var(--accent-rgb), 0.12);
  --tone-red-line: rgba(var(--accent-rgb), 0.28);
}

.sp-br {
  display: none;
}

@media (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

.service_body .button_blue,
.service_body .button_blue.button_noshadow,
.service_body .button_blue.button_arrow {
  background: var(--blue-b);
  background-image: none;
}

.service_body .button_blue.disabled {
  background: #ccc;
}

.service_body .footer {
  background-color: #fff7f7;
  background-repeat: repeat-x;
  background-position: center top;
}

/* ===== BEGIN service/style.css ===== */
.service_body .serviceContents-inner {
  margin: 0 auto;
  width: 1000px;
  max-width: calc(100% - 60px);
}
.service_body .serviceContents-title {
  padding-left: 76px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #302433;
  letter-spacing: 0.04em;
}
.service_body .serviceContents-title::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  margin: auto 0;
  width: 60px;
  height: 3px;
  background: #302433;
}
.service_body .serviceForm {
  background-color: #f5f8f8;
  padding: 56px 0 76px;
  margin-bottom: 109px;
}
.service_body .serviceForm + .footContact {
  display: none;
}
.service_body .serviceForm form {
  display: block;
  position: relative;
}
.service_body .serviceForm-inner {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.service_body .serviceForm-title {
  color: #302433;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.service_body .serviceForm-list {
  width: 740px;
  max-width: 100%;
  margin-top: 42px;
}
.service_body .serviceForm-list > li {
  display: flex;
  justify-content: space-between;
}
.service_body .serviceForm-list > li:not(:first-child) {
  margin-top: 32px;
}
.service_body .serviceForm-labelWrap {
  width: 226px;
  font-weight: 700;
  color: #333;
  font-size: 16px;
  padding-top: 16px;
  letter-spacing: 0.12em;
}
.service_body .serviceForm-labelWrap label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service_body .serviceForm-labelWrap label span {
  color: #e05a5a;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #e05a5a;
  border-radius: 2px;
  padding: 4px 14px;
  letter-spacing: 0.25em;
  line-height: 1;
}
.service_body .serviceForm-inputWrap {
  width: 480px;
}
.service_body .serviceForm-inputText {
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  padding: 22px;
  letter-spacing: 0.1em;
}
.service_body .serviceForm-checkList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3px;
}
.service_body .serviceForm-checkList > li {
  width: 48.3%;
}
.service_body .serviceForm-checkList > li:nth-child(n + 3) {
  margin-top: 14px;
}
.service_body .serviceForm-checkLabel {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.service_body .serviceForm-checkLabel::before {
  position: absolute;
  left: -8px;
  top: 0;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #b0c0d1;
  margin-right: -2px;
}
.service_body .serviceForm-inputCheck:checked + .serviceForm-checkLabel::before {
  background: var(--blue);
  border-color: var(--blue);
}
.service_body .serviceForm textarea {
  resize: none;
  padding: 22px;
  font-size: 16px;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.service_body .serviceForm-btnWrap {
  position: absolute;
  bottom: -97px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.service_body .serviceForm-btnWrap .button {
  height: 50px;
  margin: 0 auto;
}
.service_body .serviceForm-btnWrap .button.disabled {
  background: #ccc;
  pointer-events: none;
}
.service_body .serviceForm-errorText {
  display: none;
  color: red;
  font-size: 12px;
}
.service_body .it_only {
  display: none;
}
.service-listArrow {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 30;
  top: calc(50% - 156px);
}
.service-listArrow[aria-disabled='true'] {
  opacity: 0.2;
}
.service-listArrow_prev {
  left: -10px;
  background: url(/img/common/ico_arrow01_prev.png) center center/contain no-repeat;
}
.service-listArrow_next {
  right: -10px;
  background: url(/img/common/ico_arrow01_next.png) center center/contain no-repeat;
}
.main_serviceIntroduce {
  overflow: hidden;
}
.main_serviceIntroduce .introduceHead {
  width: 1000px;
  margin: 48px auto 0;
  max-width: calc(100% - 60px);
}
.main_serviceIntroduce .introduceHead-title {
  font-size: 32px;
  font-weight: 700;
  color: #302433;
  letter-spacing: 0.04em;
}
.main_serviceIntroduce .introduceHead-text {
  line-height: 2.6;
  font-weight: 700;
  color: #302433;
  font-size: 15px;
  margin-top: 37px;
  padding-right: 200px;
}
.main_serviceIntroduce .introduceOverview {
  position: relative;
  margin-top: 84px;
}
.main_serviceIntroduce .introduceOverview::before {
  content: '';
  position: absolute;
  width: calc((100% - 1000px) / 2 + 440px);
  height: 340px;
  top: -33px;
  left: 0;
  background: #e9f4ed;
  z-index: -1;
}
.main_serviceIntroduce .introduceOverview-inner {
  width: 1000px;
  margin: 0 auto 0;
  max-width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.main_serviceIntroduce .introduceOverview .serviceContents-title::before {
  top: 20px;
}
.main_serviceIntroduce .introduceOverview_imageRight {
  margin-top: 36px;
}
.main_serviceIntroduce .introduceOverview_imageRight::before {
  left: auto;
  right: 0;
  top: 32px;
}
.main_serviceIntroduce .introduceOverview_imageRight .introduceOverview-inner {
  flex-direction: row;
}
.main_serviceIntroduce .introduceOverview-imageBlock {
  width: calc(100% - 521px);
  flex-shrink: 0;
}
.main_serviceIntroduce .introduceOverview-imageBlock img {
  vertical-align: bottom;
}
.main_serviceIntroduce .introduceOverview-textBlock {
  width: 461px;
}
.main_serviceIntroduce .introduceOverview-textBlock .serviceContents-title {
  line-height: 1.65;
}
.main_serviceIntroduce .introduceOverview-text {
  color: #302433;
  font-size: 15px;
  line-height: 2.6;
  font-weight: 700;
  margin-top: 19px;
}
.main_serviceIntroduce .introduceOverview-text a {
  color: var(--blue);
}
.main_serviceIntroduce .introduceExample {
  margin-top: 55px;
}
.main_serviceIntroduce .introduceExample-inner {
  background: #e9f4ed;
  width: calc((100% - 1000px) / 2 + 1000px);
  max-width: calc(100% - 60px);
  margin: 0 0 0 auto;
  padding: 57px 0 54px;
}
.main_serviceIntroduce .introduceExample-listWrap {
  width: 1000px;
  max-width: calc(100% - 30px);
}
.main_serviceIntroduce .introduceExample-list {
  width: 920px;
  max-width: 100%;
  margin: 36px 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_serviceIntroduce .introduceExample-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding-right: 20px;
}
.main_serviceIntroduce .introduceExample-list li:nth-child(1) {
  padding-left: 7px;
}
.main_serviceIntroduce .introduceExample-list li:nth-child(1) img {
  width: 54px;
  margin: 9px 0 0;
}
.main_serviceIntroduce .introduceExample-list li:nth-child(2) img {
  width: 70px;
}
.main_serviceIntroduce .introduceExample-list li:nth-child(3) {
  margin-top: 34px;
}
.main_serviceIntroduce .introduceExample-list li:nth-child(3) img {
  margin-top: 4px;
  width: 54px;
  margin-right: 7px;
}
.main_serviceIntroduce .introduceExample-list p {
  line-height: 2;
  font-weight: 700;
  padding-left: 24px;
}
.main_serviceIntroduce .introduceResult {
  padding: 88px 0 54px;
}
.main_serviceIntroduce .introduceResult-inner {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceIntroduce .introduceResult-list {
  margin-top: 40px;
  display: flex;
}
.main_serviceIntroduce .introduceResult-list li {
  width: calc((100% - 160px) / 3);
  display: flex;
  flex-direction: column;
}
.main_serviceIntroduce .introduceResult-list li:not(:first-child) {
  margin-left: 80px;
}
.main_serviceIntroduce .introduceResult-image {
  order: 1;
}
.main_serviceIntroduce .introduceResult-typeWrap {
  order: 2;
  margin-top: -36px;
  position: relative;
  text-align: right;
}
.main_serviceIntroduce .introduceResult-type01 {
  position: absolute;
  top: -44px;
  left: 10px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  color: #302433;
  display: inline-block;
  padding: 6px 19px;
}
.main_serviceIntroduce .introduceResult-type02 {
  display: inline-block;
  color: #302433;
  text-align: center;
  font-size: 12px;
  background: url(/img/service/production/bg_001.png) top center/cover no-repeat;
  width: 242px;
  margin-left: auto;
  margin-right: -11px;
  padding: 12px 0;
  max-width: 100%;
}
.main_serviceIntroduce .introduceResult-name {
  order: 3;
  font-size: 18px;
  color: #302433;
  font-weight: 700;
  margin-top: 22px;
}
.main_serviceIntroduce .introduceResult-text {
  order: 4;
  font-size: 15px;
  color: #302433;
  line-height: 2;
  margin-top: 21px;
}
.main_serviceIt {
  overflow: hidden;
}
.main_serviceIt .itHead {
  width: 1000px;
  margin: 44px auto 0;
  max-width: calc(100% - 60px);
}
.main_serviceIt .itHead-title {
  font-size: 32px;
  font-weight: 700;
  color: #302433;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.main_serviceIt .itHead-text01 {
  font-weight: 700;
  line-height: 2.6;
  color: #302433;
  font-size: 15px;
  margin-top: 17px;
  padding-right: 90px;
}
.main_serviceIt .itHead-list {
  margin-top: 36px;
  width: 950px;
  max-width: 100%;
  display: flex;
}
.main_serviceIt .itHead-list li {
  border: 6px solid var(--tone-red);
  width: calc((100% - 56px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 10px 11px;
  background: #fff;
  position: relative;
  z-index: 20;
}
.main_serviceIt .itHead-list li:not(:first-child) {
  margin-left: 14px;
}
.main_serviceIt .itHead-list li:nth-child(1) img {
  width: 31px;
  margin-bottom: 6px;
}
.main_serviceIt .itHead-list li:nth-child(2) img {
  margin-top: 12px;
  width: 64px;
}
.main_serviceIt .itHead-list li:nth-child(3) img {
  width: 61px;
}
.main_serviceIt .itHead-list li:nth-child(4) img {
  margin-top: 5px;
  width: 66px;
}
.main_serviceIt .itHead-list li:nth-child(5) img {
  width: 55px;
}
.main_serviceIt .itHead-list li p {
  color: #302433;
  text-align: center;
  margin-top: auto;
  min-height: 48px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.main_serviceIt .itHead-text02 {
  width: calc(100% - 50px);
  margin: -34px 0 0 auto;
  color: #fff;
  background-color: var(--tone-red);
  font-size: 24px;
  position: relative;
  z-index: 10;
  font-weight: 700;
  text-align: center;
  padding: 52px 0 23px;
}
.main_serviceIt .itHead-text03 {
  color: #302433;
  font-size: 24px;
  font-weight: 700;
  margin-top: 56px;
  letter-spacing: 0.04em;
}
.main_serviceIt .itHead-text04 {
  color: #302433;
  font-size: 15px;
  margin-top: 21px;
  line-height: 2.6;
  font-weight: 700;
}
.main_serviceIt .itExample {
  margin-top: 67px;
}
.main_serviceIt .itExample-inner {
  background: #fff7f7;
  width: calc((100% - 1000px) / 2 + 1000px);
  max-width: calc(100% - 60px);
  margin: 0 0 0 auto;
  padding: 57px 0 53px;
}
.main_serviceIt .itExample-listWrap {
  width: 1000px;
  max-width: calc(100% - 30px);
}
.main_serviceIt .itExample-list {
  width: 930px;
  max-width: 100%;
  margin: 39px 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_serviceIt .itExample-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 80px) / 4);
}
.main_serviceIt .itExample-list li:nth-child(n + 5) {
  margin-top: 21px;
}
.main_serviceIt .itExample-list li:nth-child(1) img {
  margin-bottom: 11px;
  width: 104px;
}
.main_serviceIt .itExample-list li:nth-child(2) {
  padding-left: 26px;
}
.main_serviceIt .itExample-list li:nth-child(2) img {
  width: 98px;
}
.main_serviceIt .itExample-list li:nth-child(3) {
  padding-left: 48px;
}
.main_serviceIt .itExample-list li:nth-child(3) img {
  width: 53px;
}
.main_serviceIt .itExample-list li:nth-child(4) {
  padding-left: 68px;
}
.main_serviceIt .itExample-list li:nth-child(4) img {
  width: 82px;
}
.main_serviceIt .itExample-list li:nth-child(5) img {
  width: 50px;
  margin-bottom: 15px;
}
.main_serviceIt .itExample-list li:nth-child(6) {
  padding-left: 28px;
}
.main_serviceIt .itExample-list li:nth-child(6) img {
  width: 50px;
}
.main_serviceIt .itExample-list li:nth-child(7) {
  padding-left: 48px;
}
.main_serviceIt .itExample-list li:nth-child(7) img {
  width: 64px;
  margin-top: 8px;
}
.main_serviceIt .itExample-list li:nth-child(8) {
  padding-left: 68px;
}
.main_serviceIt .itExample-list li:nth-child(8) img {
  width: 106px;
  margin-top: 8px;
}
.main_serviceIt .itExample-list p {
  text-align: center;
  line-height: 2.6;
  font-weight: 700;
  margin-top: auto;
}
.main_serviceIt .itPackage {
  background: #fff url(/img/service/it/bg_005.png) center bottom/contain no-repeat;
  padding: 57px 0 260px;
}
.main_serviceIt .itPackage-inner {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 40px;
}
.main_serviceIt .itPackage-blockWrap {
  width: 782px;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.main_serviceIt .itPackage-block {
  width: 324px;
  position: relative;
}
.main_serviceIt .itPackage-block:first-child .itPackage-list {
  position: relative;
}
.main_serviceIt .itPackage-block:first-child .itPackage-list::before {
  position: absolute;
  bottom: -41px;
  content: '';
  box-sizing: border-box;
  width: 125px;
  height: 20%;
  background: url(/img/service/it/ico_arrow.png) left top/contain no-repeat;
  max-width: 10vw;
  left: calc(100% + 17px);
  right: auto;
  z-index: 30;
}
.main_serviceIt .itPackage-block:first-child .itPackage-list li:last-child {
  background: url(/img/service/it/bg_002.png) left top/contain no-repeat;
  padding: 12px 10px 8px 24px;
  min-height: 46px;
}
.main_serviceIt .itPackage-block:last-child::after {
  content: '';
  width: calc(100% + 106px);
  background: #fff7f7;
  border-radius: 10px;
  height: calc(100% - 68px);
  position: absolute;
  top: 68px;
  z-index: 10;
  left: -46px;
  margin: 0 auto;
}
.main_serviceIt .itPackage-block:last-child li {
  background: url(/img/service/it/bg_003.png) left top/contain no-repeat;
}
.main_serviceIt .itPackage-block:last-child li .itPackage-day,
.main_serviceIt .itPackage-block:last-child li .itPackage-process {
  color: #fff;
}
.main_serviceIt .itPackage-block:last-child li:last-child {
  background: url(/img/service/it/bg_004.png) left top/contain no-repeat;
  padding: 12px 10px 8px 24px;
  min-height: 46px;
}
.main_serviceIt .itPackage-blockTitle {
  color: #302433;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-align: center;
}
.main_serviceIt .itPackage-list {
  margin-top: 24px;
  padding-left: 26px;
}
.main_serviceIt .itPackage-list li {
  position: relative;
  z-index: 20;
  width: 270px;
  background: url(/img/service/it/bg_001.png) left top/contain no-repeat;
  display: flex;
  justify-content: space-between;
  padding: 13px 10px 23px 24px;
  min-height: 66px;
}
.main_serviceIt .itPackage-list li:not(:first-child) {
  margin-top: 4px;
}
.main_serviceIt .itPackage-process {
  color: #302433;
  font-size: 17px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.main_serviceIt .itPackage-day {
  font-size: 18px;
  margin-top: -5px;
  font-weight: 700;
}
.main_serviceIt .itPackage-day span {
  font-family: Lobster, cursive;
  font-size: 28px;
}
.main_serviceIt .itPackage-costTitle {
  border-radius: 12px;
  font-size: 15px;
  border: 2px solid #302433;
  font-weight: 700;
  display: block;
  width: 162px;
  text-align: center;
  margin: 30px auto 0;
  padding: 3px;
  position: relative;
  z-index: 20;
}
.main_serviceIt .itPackage-costText01 {
  position: relative;
  text-align: center;
  color: #e05a5a;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 9px;
  z-index: 20;
}
.main_serviceIt .itPackage-costText01 span {
  font-family: Lobster, cursive;
  font-size: 28px;
  margin-right: 2px;
}
.main_serviceIt .itPackage-costText02 {
  position: relative;
  z-index: 20;
  width: 223px;
  margin: 86px auto 0;
  left: 7px;
}
.main_serviceIt .itPackage-exampleContainer {
  background-color: #fff7f7;
  width: 900px;
  max-width: 100%;
  margin: 40px auto 0;
  padding-top: 40px;
  border-radius: 10px;
}
.main_serviceIt .itPackage-exampleWrapTitle {
  color: #e05a5a;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
}
.main_serviceIt .itPackage-exampleBlockWrap {
  display: flex;
  margin: 20px 0 40px;
}
.main_serviceIt .itPackage-exampleBlock {
  width: 50%;
}
.main_serviceIt .itPackage-exampleBlock:nth-child(2) {
  margin-left: 19px;
}
.main_serviceIt .itPackage-exampleBlockTitle {
  font-size: 20px;
  font-weight: 700;
  color: #302433;
  text-align: center;
  line-height: 2;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
}
.main_serviceIt .itPackage-exampleList {
  margin-top: 17px;
}
.main_serviceIt .itPackage-exampleList > li {
  position: relative;
  z-index: 20;
  width: 270px;
  background: url(/img/service/it/bg_001.png) left top/contain no-repeat;
  display: flex;
  justify-content: space-between;
  padding: 13px 10px 23px 24px;
  min-height: 66px;
  margin: 0 auto;
}
.main_serviceIt .itPackage-exampleList > li:last-child {
  background: url(/img/service/it/bg_002.png) left top/contain no-repeat;
  padding: 12px 10px 13px 24px;
  min-height: 46px;
}
.main_serviceIt .itPackage-exampleList > li:not(:first-child) {
  margin-top: 4px;
}
.main_serviceIt .itPackage-exampleBlock:nth-child(2) li {
  background: url(/img/service/it/bg_003.png) left top/contain no-repeat;
}
.main_serviceIt .itPackage-exampleBlock:nth-child(2) li:last-child {
  background: url(/img/service/it/bg_004.png) left top/contain no-repeat;
}
.main_serviceIt .itPackage-exampleBlock:nth-child(2) li .itPackage-exampleDay,
.main_serviceIt .itPackage-exampleBlock:nth-child(2) li .itPackage-exampleProcess {
  color: #fff;
}
.main_serviceIt .itPackage-exampleProcess {
  color: #302433;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.main_serviceIt .itPackage-exampleDay {
  font-size: 18px;
  margin-top: -9px;
  font-weight: 700;
}
.main_serviceIt .itPackage-exampleDay span {
  font-family: Lobster, cursive;
  font-size: 28px;
}
.main_serviceIt .itPackage-market {
  border-top: 2px solid #e05a5a;
  padding: 47px 40px 40px;
}
.main_serviceIt .itPackage-marketText01 {
  color: #e05a5a;
  letter-spacing: 0.04em;
  font-size: 18px;
  font-weight: 700;
}
.main_serviceIt .itPackage-marketText02 {
  margin-top: 10px;
  color: #302433;
  letter-spacing: 0.04em;
  font-size: 24px;
  font-weight: 700;
  width: 60%;
}
.main_serviceIt .itPackage-marketText03 {
  max-width: 95%;
  width: 739px;
  display: block;
  margin: -69px auto 0;
  position: relative;
  left: 18px;
}
.main_serviceIt .itPackage-copy {
  color: #e05a5a;
  letter-spacing: 0.04em;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin-top: 78px;
  line-height: 1.65;
}
.main_serviceIt .itFlow {
  padding-top: 58px;
  background: #fff;
}
.main_serviceIt .itFlow-titleWrap {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceIt .itFlow-listWrap {
  margin-top: 41px;
  padding: 80px 0 100px;
  background: url(/img/service/it/bg_006.png) top center/cover no-repeat;
}
.main_serviceIt .itFlow-list {
  width: 563px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main_serviceIt .itFlow-list li {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.main_serviceIt .itFlow-list li::before {
  content: '';
  height: 2px;
  position: absolute;
  width: calc(100% + 20px);
  bottom: -20px;
  right: 50%;
  left: 50%;
  margin: auto;
  background: #fff;
  transform: translateY(-50%) translateX(-50%);
}
.main_serviceIt .itFlow-list li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 2px);
  left: -33px;
}
.main_serviceIt .itFlow-list li:first-child::after {
  content: none;
}
.main_serviceIt .itFlow-list li:not(:first-child) {
  margin-left: 60px;
}
.main_serviceIt .itResult {
  padding: 56px 0 52px;
}
.main_serviceIt .itResult-inner {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceIt .itResult-list {
  margin-top: 40px;
  display: flex;
}
.main_serviceIt .itResult-list li {
  width: calc((100% - 160px) / 3);
  display: flex;
  flex-direction: column;
}
.main_serviceIt .itResult-list li:not(:first-child) {
  margin-left: 80px;
}
.main_serviceIt .itResult-image {
  order: 1;
}
.main_serviceIt .itResult-typeWrap {
  order: 2;
  margin-top: -36px;
  position: relative;
  text-align: right;
}
.main_serviceIt .itResult-type01 {
  position: absolute;
  top: -44px;
  left: 10px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  color: #302433;
  display: inline-block;
  padding: 6px 19px;
}
.main_serviceIt .itResult-type02 {
  display: inline-block;
  color: #302433;
  text-align: center;
  font-size: 12px;
  background: url(/img/service/it/bg_002.png) top center/cover no-repeat;
  width: 242px;
  margin-left: auto;
  margin-right: -11px;
  padding: 12px 0;
  max-width: 100%;
}
.main_serviceIt .itResult-name {
  order: 3;
  font-size: 18px;
  color: #302433;
  font-weight: 700;
  margin-top: 22px;
}
.main_serviceIt .itResult-text {
  order: 4;
  font-size: 15px;
  color: #302433;
  line-height: 2;
  margin-top: 21px;
}
.main_serviceProduction {
  overflow: hidden;
}
.main_serviceProduction .productionHead {
  width: 1000px;
  margin: 48px auto 0;
  max-width: calc(100% - 60px);
}
.main_serviceProduction .productionHead-title {
  font-size: 32px;
  font-weight: 700;
  color: #302433;
  letter-spacing: 0.04em;
}
.main_serviceProduction .productionHead-text {
  line-height: 2.6;
  font-weight: 700;
  color: #302433;
  font-size: 15px;
  margin-top: 21px;
  width: 90%;
}
.main_serviceProduction .productionExample {
  margin-top: 51px;
}
.main_serviceProduction .productionExample + .productionHead {
  margin-top: 56px;
}
.main_serviceProduction .productionExample-inner {
  background: #f8fae5;
  width: calc((100% - 1000px) / 2 + 1000px);
  max-width: calc(100% - 60px);
  margin: 0 0 0 auto;
  padding: 57px 0 52px;
}
.main_serviceProduction .productionExample-listWrap {
  width: 1000px;
  max-width: calc(100% - 30px);
}
.main_serviceProduction .productionExample-list {
  width: 930px;
  max-width: 100%;
  margin: 36px 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.main_serviceProduction .productionExample-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 80px) / 4);
  margin-left: 26px;
}
.main_serviceProduction .productionExample-list li:nth-child(1),
.main_serviceProduction .productionExample-list li:nth-child(5) {
  margin-left: 0;
}
.main_serviceProduction .productionExample-list li:nth-child(n + 5) {
  margin-top: 21px;
}
.main_serviceProduction .productionExample-list li:nth-child(1) img {
  width: 90px;
  margin: 4px 0;
}
.main_serviceProduction .productionExample-list li:nth-child(2) {
  padding-left: 26px;
}
.main_serviceProduction .productionExample-list li:nth-child(2) img {
  margin-top: 3px;
  width: 85px;
}
.main_serviceProduction .productionExample-list li:nth-child(3) {
  padding-left: 48px;
}
.main_serviceProduction .productionExample-list li:nth-child(3) img {
  margin-top: 4px;
  width: 138px;
}
.main_serviceProduction .productionExample-list li:nth-child(4) {
  padding-left: 68px;
}
.main_serviceProduction .productionExample-list li:nth-child(4) img {
  margin-top: 10px;
  width: 68px;
}
.main_serviceProduction .productionExample-list li:nth-child(5) img {
  width: 106px;
  margin: 5px 0 13px;
}
.main_serviceProduction .productionExample-list li:nth-child(6) {
  padding-left: 28px;
}
.main_serviceProduction .productionExample-list li:nth-child(6) img {
  width: 48px;
  margin-top: 4px;
}
.main_serviceProduction .productionExample-list p {
  text-align: center;
  margin-top: auto;
  color: #302433;
  font-weight: 700;
  line-height: 2.6;
}
.main_serviceProduction .achievements-inner {
  background: #fff;
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto 0 auto;
  padding: 53px 0 52px;
}
.main_serviceProduction .achievements-contents {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 868px) {
  .main_serviceProduction .achievements-contents {
    display: block;
  }
  .main_serviceProduction .achievements-contents li:first-child {
    padding-top: 0;
  }
  .main_serviceProduction .achievements-contents li {
    padding-top: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
  }
}
.main_serviceProduction .achievements-content {
  -webkit-box-shadow: 11px 13px 27px 6px rgba(197, 37, 37, 0.08);
  box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 868px) {
  .main_serviceProduction .achievements-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    width: 100%;
  }
}
.main_serviceProduction .achievements-content .achievements-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 260px;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  cursor: pointer;
}
@media screen and (max-width: 1068px) {
  .main_serviceProduction .achievements-content .achievements-img {
    width: 260px;
    height: 200px;
  }
}
@media screen and (max-width: 868px) {
  .main_serviceProduction .achievements-content .achievements-img {
    width: 30%;
    min-width: 260px;
    height: 140px;
  }
}
@media screen and (max-width: 568px) {
  .main_serviceProduction .achievements-content .achievements-img {
    min-width: 120px;
    height: 100px;
  }
}
.main_serviceProduction .achievements-content .achievements-img .back,
.main_serviceProduction .achievements-content .achievements-img .front {
  position: absolute;
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 1068px) {
  .main_serviceProduction .achievements-content .achievements-img .back,
  .main_serviceProduction .achievements-content .achievements-img .front {
    max-width: 200px;
  }
}
.main_serviceProduction .achievements-content .achievements-img .front {
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.main_serviceProduction .achievements-content .achievements-img .back {
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease,
    transform 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(1);
}
@media screen and (max-width: 568px) {
  .main_serviceProduction .achievements-content .achievements-img .back {
    transform: scale(0.6);
  }
}
.main_serviceProduction .achievements-content .achievements-img:hover {
  opacity: 1;
}
.main_serviceProduction .achievements-content .achievements-img:hover .front {
  opacity: 0;
  visibility: hidden;
}
.main_serviceProduction .achievements-content .achievements-img:hover .back {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1);
}
@media screen and (max-width: 568px) {
  .main_serviceProduction .achievements-content .achievements-img:hover .back {
    transform: scale(1);
  }
}
.main_serviceProduction .achievements-content .achievements-block {
  padding: 1rem;
  text-align: center;
}
@media screen and (max-width: 868px) {
  .main_serviceProduction .achievements-content .achievements-block {
    padding: 0;
    margin: auto auto auto 16px;
    text-align: left;
    width: 68%;
  }
}
.main_serviceProduction .achievements-content .achievements-company {
  font-weight: 500;
  font-size: 1.3rem;
  color: #222;
}
.main_serviceProduction .achievements-content .achievements-text {
  font-size: 1rem;
  color: #aaa;
}
@media screen and (max-width: 1068px) {
  .main_serviceProduction .achievements-content .achievements-text {
    font-size: 0.75rem;
  }
}
.main_serviceProduction .productionExample02 {
  margin-top: 51px;
}
.main_serviceProduction .productionExample02-inner {
  background: #f8fae5;
  width: calc((100% - 1000px) / 2 + 1000px);
  max-width: calc(100% - 60px);
  margin: 0 0 0 auto;
  padding: 57px 0 48px;
}
.main_serviceProduction .productionExample02-listWrap {
  width: 1000px;
  max-width: calc(100% - 30px);
}
.main_serviceProduction .productionExample02-list {
  width: 930px;
  max-width: 100%;
  margin: 36px 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.main_serviceProduction .productionExample02-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 80px) / 4);
  margin-left: 26px;
}
.main_serviceProduction .productionExample02-list li:nth-child(1),
.main_serviceProduction .productionExample02-list li:nth-child(5) {
  margin-left: 0;
}
.main_serviceProduction .productionExample02-list li:nth-child(n + 5) {
  margin-top: 21px;
}
.main_serviceProduction .productionExample02-list li:nth-child(1) img {
  width: 63px;
  margin: 9px 0;
}
.main_serviceProduction .productionExample02-list li:nth-child(2) {
  padding-left: 26px;
}
.main_serviceProduction .productionExample02-list li:nth-child(2) img {
  margin-top: 3px;
  width: 53px;
}
.main_serviceProduction .productionExample02-list li:nth-child(3) {
  padding-left: 48px;
}
.main_serviceProduction .productionExample02-list li:nth-child(3) img {
  width: 52px;
}
.main_serviceProduction .productionExample02-list li:nth-child(4) {
  padding-left: 68px;
}
.main_serviceProduction .productionExample02-list li:nth-child(4) img {
  margin-top: 12px;
  width: 85px;
}
.main_serviceProduction .productionExample02-list li:nth-child(5) img {
  width: 87px;
  margin: 5px 0 13px;
}
.main_serviceProduction .productionExample02-list p {
  text-align: center;
  margin-top: auto;
  font-weight: 700;
  line-height: 2.6;
}
.main_serviceProduction .productionFlow {
  padding-top: 58px;
  background: #fff;
}
.main_serviceProduction .productionFlow-titleWrap {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceProduction .productionFlow-listWrap {
  margin-top: 42px;
  padding: 80px 0 100px;
  background: url(/img/service/production/bg_002.png) top center/cover no-repeat;
}
.main_serviceProduction .productionFlow-list {
  width: 680px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_serviceProduction .productionFlow-list li {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.main_serviceProduction .productionFlow-list li::before {
  content: '';
  height: 2px;
  position: absolute;
  width: calc(100% + 20px);
  bottom: -20px;
  right: 50%;
  left: 50%;
  margin: auto;
  background: #fff;
  transform: translateY(-50%) translateX(-50%);
}
.main_serviceProduction .productionFlow-list li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 2px);
  right: -36px;
}
.main_serviceProduction .productionResult {
  padding: 56px 0 54px;
}
.main_serviceProduction .productionResult-inner {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceProduction .productionResult-list {
  margin-top: 40px;
  display: flex;
}
.main_serviceProduction .productionResult-list li {
  width: calc((100% - 160px) / 3);
  display: flex;
  flex-direction: column;
}
.main_serviceProduction .productionResult-list li:not(:first-child) {
  margin-left: 80px;
}
.main_serviceProduction .productionResult-image {
  order: 1;
}
.main_serviceProduction .productionResult-typeWrap {
  order: 2;
  margin-top: -36px;
  position: relative;
  text-align: right;
}
.main_serviceProduction .productionResult-type01 {
  position: absolute;
  top: -44px;
  left: 10px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  color: #302433;
  display: inline-block;
  padding: 6px 19px;
}
.main_serviceProduction .productionResult-type02 {
  display: inline-block;
  color: #302433;
  text-align: center;
  font-size: 12px;
  background: url(/img/service/production/bg_001.png) top center/cover no-repeat;
  width: 242px;
  margin-left: auto;
  margin-right: -11px;
  padding: 12px 0;
  max-width: 100%;
}
.main_serviceProduction .productionResult-name {
  order: 3;
  font-size: 18px;
  color: #302433;
  font-weight: 700;
  margin-top: 22px;
}
.main_serviceProduction .productionResult-text {
  order: 4;
  font-size: 15px;
  color: #302433;
  line-height: 2;
  margin-top: 21px;
}
.main_serviceRecruit {
  overflow: hidden;
}
.main_serviceRecruit .recruitHead {
  width: 1000px;
  margin: 48px auto 0;
  max-width: calc(100% - 60px);
}
.main_serviceRecruit .recruitHead-title {
  font-size: 32px;
  font-weight: 700;
  color: #302433;
  letter-spacing: 0.04em;
}
.main_serviceRecruit .recruitHead-text {
  color: #302433;
  font-size: 15px;
  margin-top: 37px;
  line-height: 2.6;
  font-weight: 700;
}
.main_serviceRecruit .recruitOverview {
  position: relative;
  margin-top: 84px;
}
.main_serviceRecruit .recruitOverview + .recruitOverview {
  margin-top: 40px;
  padding-bottom: 40px;
}
.main_serviceRecruit .recruitOverview::before {
  content: '';
  position: absolute;
  width: calc((100% - 1000px) / 2 + 440px);
  height: 340px;
  top: -33px;
  left: 0;
  background: #eaeef2;
  z-index: -1;
}
.main_serviceRecruit .recruitOverview-inner {
  width: 1000px;
  margin: 0 auto 0;
  max-width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.main_serviceRecruit .recruitOverview_imageRight::before {
  left: auto;
  right: 0;
  top: 32px;
}
.main_serviceRecruit .recruitOverview_imageRight .recruitOverview-inner {
  flex-direction: row;
}
.main_serviceRecruit .recruitOverview-imageBlock {
  width: calc(100% - 521px);
  flex-shrink: 0;
}
.main_serviceRecruit .recruitOverview-imageBlock img {
  vertical-align: bottom;
}
.main_serviceRecruit .recruitOverview-textBlock {
  width: 461px;
}
.main_serviceRecruit .recruitOverview-textBlock .serviceContents-title {
  line-height: 1.65;
}
.main_serviceRecruit .recruitOverview-text {
  color: #302433;
  font-size: 15px;
  line-height: 2.6;
  font-weight: 700;
  margin-top: 19px;
}
.main_serviceRecruit .recruitOverview-image {
  max-width: 100%;
  width: 413px;
  margin: 18px auto 0;
}
.main_serviceRecruit .recruitFlow {
  margin-top: 12px;
  background: #fff;
}
.main_serviceRecruit .recruitFlow-titleWrap {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceRecruit .recruitFlow-listWrap {
  margin-top: 42px;
  padding: 44px 0 65px;
  background: url(/img/service/recruit/bg_001.png) top center/cover no-repeat;
}
.main_serviceRecruit .recruitFlow-list {
  width: 630px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main_serviceRecruit .recruitFlow-list li {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.main_serviceRecruit .recruitFlow-list li:not(:first-child) {
  margin-left: 59px;
}
.main_serviceRecruit .recruitFlow-list li:nth-child(n + 5) {
  margin-top: 43px;
}
.main_serviceRecruit .recruitFlow-list li:nth-child(5) {
  margin-left: 27px;
}
.main_serviceRecruit .recruitFlow-list li::before {
  content: '';
  height: 2px;
  position: absolute;
  width: calc(100% + 20px);
  bottom: -20px;
  right: 50%;
  left: 50%;
  margin: auto;
  background: #fff;
  transform: translateY(-50%) translateX(-50%);
}
.main_serviceRecruit .recruitFlow-list li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 2px);
  left: -36px;
}
.main_serviceRecruit .recruitFlow-list li:first-child::after {
  content: none;
}
.main_serviceRecruit .recruitResult {
  padding: 56px 0 54px;
}
.main_serviceRecruit .recruitResult-inner {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceRecruit .recruitResult-list {
  margin-top: 40px;
  display: flex;
}
.main_serviceRecruit .recruitResult-list li {
  width: calc((100% - 160px) / 3);
  display: flex;
  flex-direction: column;
}
.main_serviceRecruit .recruitResult-list li:not(:first-child) {
  margin-left: 80px;
}
.main_serviceRecruit .recruitResult-image {
  order: 1;
}
.main_serviceRecruit .recruitResult-typeWrap {
  order: 2;
  margin-top: -36px;
  position: relative;
  text-align: right;
}
.main_serviceRecruit .recruitResult-type01 {
  position: absolute;
  top: -44px;
  left: 10px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  color: #302433;
  display: inline-block;
  padding: 6px 19px;
}
.main_serviceRecruit .recruitResult-type02 {
  display: inline-block;
  color: #302433;
  text-align: center;
  font-size: 12px;
  background: url(/img/service/production/bg_001.png) top center/cover no-repeat;
  width: 242px;
  margin-left: auto;
  margin-right: -11px;
  padding: 12px 0;
  max-width: 100%;
}
.main_serviceRecruit .recruitResult-name {
  order: 3;
  font-size: 18px;
  color: #302433;
  font-weight: 700;
  margin-top: 22px;
}
.main_serviceRecruit .recruitResult-text {
  order: 4;
  font-size: 15px;
  color: #302433;
  line-height: 2;
  margin-top: 21px;
}
.main_serviceSes {
  overflow: hidden;
}
.main_serviceSes .sesHead {
  width: 1000px;
  margin: 48px auto 0;
  max-width: calc(100% - 60px);
}
.main_serviceSes .sesHead-title {
  font-size: 32px;
  font-weight: 700;
  color: #302433;
  letter-spacing: 0.04em;
}
.main_serviceSes .sesHead-text {
  line-height: 2.6;
  font-weight: 700;
  color: #302433;
  font-size: 15px;
  margin-top: 21px;
}
.main_serviceSes .aboutSes {
  background: url(/img/service/ses/bg_001.png) bottom left/cover;
  margin-top: 52px;
}
.main_serviceSes .aboutSes-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.main_serviceSes .aboutSes-imageBlock {
  flex-shrink: 0;
  width: 55.3%;
}
.main_serviceSes .aboutSes-imageBlock img {
  vertical-align: bottom;
}
.main_serviceSes .aboutSes-textBlock {
  padding-top: 113px;
  background: #fff;
}
.main_serviceSes .aboutSes-text {
  margin-top: 18px;
  padding: 0 32px 0 76px;
  font-size: 15px;
  line-height: 2.6;
  font-weight: 700;
}
.main_serviceSes .sesMerit-inner {
  background: #f8fae5;
  width: calc((100% - 1000px) / 2 + 1000px);
  max-width: calc(100% - 60px);
  margin: 0 0 0 auto;
  padding: 57px 0 52px;
}
.main_serviceSes .sesMerit-listWrap {
  width: 1000px;
  max-width: calc(100% - 30px);
}
.main_serviceSes .sesMerit-list {
  width: 870px;
  max-width: 100%;
  margin: 40px 0 0 auto;
  display: flex;
  justify-content: space-between;
}
.main_serviceSes .sesMerit-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_serviceSes .sesMerit-list li img {
  margin-bottom: 20px;
}
.main_serviceSes .sesMerit-list li:nth-child(1) img {
  width: 65px;
}
.main_serviceSes .sesMerit-list li:nth-child(2) img {
  width: 88px;
}
.main_serviceSes .sesMerit-list li:nth-child(3) {
  position: relative;
  left: -17px;
}
.main_serviceSes .sesMerit-list li:nth-child(3) img {
  width: 77px;
}
.main_serviceSes .sesMerit-list li:nth-child(4) img {
  width: 76px;
}
.main_serviceSes .sesMerit-list p {
  text-align: center;
  line-height: 2;
  font-weight: 700;
}
.main_serviceSes .sesFlow {
  padding-top: 72px;
  background: #fff;
}
.main_serviceSes .sesFlow-titleWrap {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceSes .sesFlow-listWrap {
  margin-top: 41px;
  padding: 80px 0 99px;
  background: url(/img/service/ses/bg_002.png) top center/cover no-repeat;
}
.main_serviceSes .sesFlow-list {
  width: 750px;
  max-width: 100%;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_serviceSes .sesFlow-list li {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.main_serviceSes .sesFlow-list li::before {
  content: '';
  height: 2px;
  position: absolute;
  width: calc(100% + 20px);
  bottom: -20px;
  right: 50%;
  left: 50%;
  margin: auto;
  background: #fff;
  transform: translateY(-50%) translateX(-50%);
}
.main_serviceSes .sesFlow-list li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 2px);
  right: -36px;
}
.main_serviceSes .sesResult {
  padding: 56px 0 53px;
}
.main_serviceSes .sesResult-inner {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceSes .sesResult-list {
  margin-top: 40px;
  display: flex;
}
.main_serviceSes .sesResult-list li {
  width: calc((100% - 160px) / 3);
  display: flex;
  flex-direction: column;
}
.main_serviceSes .sesResult-list li:not(:first-child) {
  margin-left: 80px;
}
.main_serviceSes .sesResult-image {
  order: 1;
}
.main_serviceSes .sesResult-typeWrap {
  order: 2;
  margin-top: -36px;
  position: relative;
  text-align: right;
}
.main_serviceSes .sesResult-type01 {
  position: absolute;
  top: -44px;
  left: 10px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  color: #302433;
  display: inline-block;
  padding: 6px 19px;
}
.main_serviceSes .sesResult-type02 {
  display: inline-block;
  color: #302433;
  text-align: center;
  font-size: 12px;
  background: url(/img/service/ses/bg_003.png) top center/cover no-repeat;
  width: 242px;
  margin-left: auto;
  margin-right: -11px;
  padding: 12px 0;
  max-width: 100%;
}
.main_serviceSes .sesResult-name {
  order: 3;
  font-size: 18px;
  color: #302433;
  font-weight: 700;
  margin-top: 22px;
}
.main_serviceSes .sesResult-text {
  order: 4;
  font-size: 15px;
  color: #302433;
  line-height: 2;
  margin-top: 21px;
}
.main_serviceSes .sesResult-listArrow {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 30;
  top: calc(50% - 156px);
}
.main_serviceSes .sesResult-listArrow[aria-disabled='true'] {
  opacity: 0.2;
}
.main_serviceSes .sesResult-listArrow_prev {
  left: -10px;
  background: url(/img/common/ico_arrow01_prev.png) center center/contain no-repeat;
}
.main_serviceSes .sesResult-listArrow_next {
  right: -10px;
  background: url(/img/common/ico_arrow01_next.png) center center/contain no-repeat;
}
.main_serviceSoftware {
  overflow: hidden;
}
.main_serviceSoftware .softwareHead {
  width: 1000px;
  margin: 48px auto 0;
  max-width: calc(100% - 60px);
}
.main_serviceSoftware .softwareHead-title {
  font-size: 32px;
  font-weight: 700;
  color: #302433;
  letter-spacing: 0.04em;
}
.main_serviceSoftware .softwareHead-text {
  font-weight: 700;
  line-height: 2.6;
  color: #302433;
  font-size: 15px;
  margin-top: 21px;
}
.main_serviceSoftware .softwareExample {
  margin-top: 51px;
}
.main_serviceSoftware .softwareExample-inner {
  background: #f8fae5;
  width: calc((100% - 1000px) / 2 + 1000px);
  max-width: calc(100% - 60px);
  margin: 0 0 0 auto;
  padding: 57px 0 38px;
}
.main_serviceSoftware .softwareExample-listWrap {
  width: 1000px;
  max-width: calc(100% - 30px);
}
.main_serviceSoftware .softwareExample-list {
  width: 930px;
  max-width: 100%;
  margin: 36px 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_serviceSoftware .softwareExample-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 80px) / 4);
}
.main_serviceSoftware .softwareExample-list li:nth-child(n + 5) {
  margin-top: 32px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(1) img {
  width: 52px;
  margin: 4px 0 18px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(2) {
  padding-left: 26px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(2) img {
  margin-top: 3px;
  width: 68px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(3) {
  padding-left: 48px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(3) img {
  margin-top: 4px;
  width: 53px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(4) {
  padding-left: 68px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(4) img {
  margin-top: 4px;
  width: 52px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(5) img {
  width: 95px;
  margin: 5px 0 13px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(6) {
  padding-left: 28px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(6) img {
  width: 85px;
  margin-top: 4px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(7) {
  padding-left: 48px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(7) img {
  width: 61px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(8) {
  padding-left: 68px;
}
.main_serviceSoftware .softwareExample-list li:nth-child(8) img {
  width: 97px;
  margin-top: 4px;
}
.main_serviceSoftware .softwareExample-list p {
  text-align: center;
  margin-top: auto;
  font-weight: 700;
  line-height: 2.6;
}
.main_serviceSoftware .softwarePercentage {
  margin-top: 58px;
}
.main_serviceSoftware .softwarePercentage-inner {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceSoftware .softwarePercentage-title {
  font-size: 24px;
  font-weight: 700;
  color: #302433;
  letter-spacing: 0.04em;
  display: inline-block;
  border-bottom: 5px solid #eabf79;
  padding: 0 14px;
}
.main_serviceSoftware .softwarePercentage-image {
  width: 556px;
  max-width: 100%;
  margin: 25px auto 0;
  position: relative;
  left: 78px;
}
.main_serviceSoftware .softwareFlow {
  padding-top: 48px;
  background: #fff;
}
.main_serviceSoftware .softwareFlow-titleWrap {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceSoftware .softwareFlow-listWrap {
  margin-top: 42px;
  padding: 80px 0 100px;
  background: url(/img/service/software/bg_002.png) top center/cover no-repeat;
}
.main_serviceSoftware .softwareFlow-list {
  width: 680px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_serviceSoftware .softwareFlow-list li {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.main_serviceSoftware .softwareFlow-list li::before {
  content: '';
  height: 2px;
  position: absolute;
  width: calc(100% + 20px);
  bottom: -20px;
  right: 50%;
  left: 50%;
  margin: auto;
  background: #fff;
  transform: translateY(-50%) translateX(-50%);
}
.main_serviceSoftware .softwareFlow-list li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 2px);
  right: -36px;
}
.main_serviceSoftware .softwareResult {
  padding: 56px 0 54px;
}
.main_serviceSoftware .softwareResult-inner {
  width: 1000px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.main_serviceSoftware .softwareResult-list {
  margin-top: 40px;
  display: flex;
}
.main_serviceSoftware .softwareResult-list li {
  width: calc((100% - 160px) / 3);
  display: flex;
  flex-direction: column;
}
.main_serviceSoftware .softwareResult-list li:not(:first-child) {
  margin-left: 80px;
}
.main_serviceSoftware .softwareResult-image {
  order: 1;
}
.main_serviceSoftware .softwareResult-typeWrap {
  order: 2;
  margin-top: -36px;
  position: relative;
  text-align: right;
}
.main_serviceSoftware .softwareResult-type01 {
  position: absolute;
  top: -44px;
  left: 10px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  color: #302433;
  display: inline-block;
  padding: 6px 19px;
}
.main_serviceSoftware .softwareResult-type02 {
  display: inline-block;
  color: #302433;
  text-align: center;
  font-size: 12px;
  background: url(/img/service/software/bg_001.png) top center/cover no-repeat;
  width: 242px;
  margin-left: auto;
  margin-right: -11px;
  padding: 12px 0;
  max-width: 100%;
}
.main_serviceSoftware .softwareResult-name {
  order: 3;
  font-size: 18px;
  color: #302433;
  font-weight: 700;
  margin-top: 22px;
}
.main_serviceSoftware .softwareResult-text {
  order: 4;
  font-size: 15px;
  color: #302433;
  line-height: 2;
  margin-top: 21px;
}
.main_serviceTop {
  padding-bottom: 75px;
  background-color: #f5f8f8;
}
.main_serviceTop .serviceTopHead {
  padding-top: 48px;
  background-color: #fff;
}
.main_serviceTop .serviceTopHead-title {
  margin: 0 auto;
  max-width: calc(100% - 60px);
  width: 1040px;
  position: relative;
  left: 20px;
  color: #302433;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.main_serviceTop .serviceTopHead-blockWrap {
  background-color: #e5f6fc;
  margin-top: 56px;
  padding: 50px 0 40px;
  overflow: hidden;
}
.main_serviceTop .serviceTopHead-block {
  background-color: #fff;
  padding: 64px 70px 56px;
  margin: 0 auto;
  width: 800px;
  max-width: calc(100% - 60px);
}
.main_serviceTop .serviceTopHead-list {
  justify-content: space-between;
  display: flex;
  max-width: 100%;
}
.main_serviceTop .serviceTopHead-list > li {
  position: relative;
  width: 320px;
  max-width: 50%;
}
.main_serviceTop .serviceTopHead-list > li:last-child li:first-child,
.main_serviceTop .serviceTopHead-list > li:last-child li:nth-child(2) {
  visibility: hidden;
}
.main_serviceTop .serviceTopHead-list > li::before {
  content: '';
  z-index: 0;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 430px;
  width: 276px;
  background: #fff7f7;
}
.main_serviceTop .serviceTopHead-listTitle {
  position: absolute;
  background: url(/img/service/bg_balloon.png) no-repeat top center/contain;
  right: 0;
  left: 0;
  width: 250px;
  height: 64px;
  margin: 0 auto;
  text-align: center;
  color: #302433;
  font-size: 1.0625rem;
  font-weight: 700;
  z-index: 40;
  top: -80px;
  padding-top: 12px;
}
.main_serviceTop .serviceTopHead-service {
  position: relative;
  z-index: 20;
  max-width: 100%;
}
.main_serviceTop .serviceTopHead-service li {
  display: flex;
  position: relative;
  height: 80px;
  width: 320px;
  max-width: 100%;
}
.main_serviceTop .serviceTopHead-service li:first-child,
.main_serviceTop .serviceTopHead-service li:nth-child(2) {
  width: 206.3%;
  max-width: none;
}
.main_serviceTop .serviceTopHead-service li:first-child .serviceTopHead-text,
.main_serviceTop .serviceTopHead-service li:nth-child(2) .serviceTopHead-text {
  background: url(/img/service/bg_solution_001.png) no-repeat top right/cover;
  justify-content: center;
  padding-left: 0;
  padding-right: 80px;
}
.main_serviceTop .serviceTopHead-service li:not(:first-child) {
  margin-top: 20px;
}
.main_serviceTop .serviceTopHead-image {
  width: 85px;
  flex-shrink: 0;
}
.main_serviceTop .serviceTopHead-image img {
  height: 100%;
}
.main_serviceTop .serviceTopHead-text {
  display: flex;
  align-items: center;
  text-align: center;
  flex: 1;
  color: #302433;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0 15px;
  background: url(/img/service/bg_solution_002.png) no-repeat top right/cover;
}
.main_serviceTop .serviceTopHead-text span {
  font-size: 0.8125rem;
}
.main_serviceTop .serviceSuggestion {
  padding: 56px 0 27px;
  background-color: #fff;
}
.main_serviceTop .serviceSuggestion-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.main_serviceTop .serviceSuggestion-title {
  text-align: center;
}
.main_serviceTop .serviceSuggestion-title span {
  font-weight: 700;
  font-size: 2rem;
  color: #302433;
  letter-spacing: 0.04em;
  position: relative;
}
.main_serviceTop .serviceSuggestion-title span::after,
.main_serviceTop .serviceSuggestion-title span::before {
  content: '';
  position: absolute;
  top: 54%;
  display: inline-block;
  width: 53px;
  height: 4px;
  background-color: #302433;
  border-radius: 9999px;
}
.main_serviceTop .serviceSuggestion-title span::before {
  transform: rotate(54deg);
  left: -56px;
}
.main_serviceTop .serviceSuggestion-title span::after {
  transform: rotate(126deg);
  right: -56px;
}
.main_serviceTop .serviceSuggestion-list {
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
}
.main_serviceTop .serviceSuggestion-list li {
  width: calc(100% / 3);
  padding: 20px 0;
  cursor: pointer;
}
.main_serviceTop .serviceSuggestion-list li * {
  cursor: pointer;
}
.main_serviceTop .serviceSuggestion-list li:hover {
  background-color: #f5f8f8;
}
.main_serviceTop .serviceSuggestion-list li:nth-child(1) .serviceSuggestion-image {
  margin: 0 auto 4px;
  width: 70px;
  position: relative;
}
.main_serviceTop .serviceSuggestion-list li:nth-child(2) .serviceSuggestion-image {
  margin: 0 auto 5px;
  width: 81px;
  position: relative;
}
.main_serviceTop .serviceSuggestion-list li:nth-child(3) .serviceSuggestion-image {
  margin: 0 auto 5px;
  width: 86px;
  position: relative;
}
.main_serviceTop .serviceSuggestion-list li:nth-child(n + 4) {
  margin-top: -3px;
}
.main_serviceTop .serviceSuggestion-list li:nth-child(4) .serviceSuggestion-image {
  margin: 0 auto 7px;
  width: 58px;
  position: relative;
}
.main_serviceTop .serviceSuggestion-list li:nth-child(5) .serviceSuggestion-image {
  margin: 0 auto 6px;
  width: 85px;
  position: relative;
}
.main_serviceTop .serviceSuggestion-list li:nth-child(6) .serviceSuggestion-image {
  margin: 0 auto 5px;
  width: 60px;
  position: relative;
}
.main_serviceTop .serviceSuggestion-list li:nth-child(7) {
  padding: 0;
}
.main_serviceTop .serviceSuggestion-list li:nth-child(7) label {
  padding: 35px 0;
}
.main_serviceTop .serviceSuggestion-list label {
  display: flex;
}
.main_serviceTop .serviceSuggestion-checkWrap {
  width: 44px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.main_serviceTop .serviceSuggestion input {
  display: none;
}
.main_serviceTop .serviceSuggestion-check {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 2px solid #b0c0d1;
  margin-right: -2px;
}
.main_serviceTop .serviceSuggestion input:checked + .serviceSuggestion-check {
  background: var(--blue);
  border-color: var(--blue);
}
.main_serviceTop .serviceSuggestion-labelWrap {
  display: block;
  width: calc(100% - 44px);
  padding-right: 44px;
}
.main_serviceTop .serviceSuggestion-image {
  display: block;
  text-align: center;
}
.main_serviceTop .serviceSuggestion-label {
  display: block;
  color: #302433;
  text-align: center;
}
.main_serviceTop .serviceContents {
  padding: 30px 0 0;
  margin-top: 32px;
}
.main_serviceTop .serviceContents .serviceContents-title {
  font-size: 2rem;
}
.main_serviceTop .serviceContents .serviceContents-title::before {
  background-color: #7ecfd8;
  top: 22px;
}
.main_serviceTop .serviceContents-container {
  width: 800px;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.main_serviceTop .serviceContents-imageBlock {
  width: 40.5%;
  flex-shrink: 0;
}
.main_serviceTop .serviceContents-textBlock {
  width: 52.5%;
}
.main_serviceTop .serviceContents-ballon {
  position: relative;
  padding: 12px 27px 15px;
  text-align: center;
  border: 4px solid #302433;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 10px;
  display: inline-block;
}
.main_serviceTop .serviceContents-ballon::after,
.main_serviceTop .serviceContents-ballon::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.main_serviceTop .serviceContents-ballon::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.main_serviceTop .serviceContents-ballon::before {
  border-color: transparent;
  border-top-width: 16px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-top: 4px;
  border-top-color: #302433;
}
.main_serviceTop .serviceContents-text {
  font-size: 0.9375rem;
  color: #302433;
  line-height: 2;
  margin-top: 35px;
}
.main_serviceTop .serviceContents-btnWrap {
  margin-top: 36px;
}
.main_serviceTop .serviceContents-btnWrap .button {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .service_body .serviceContents-title {
    padding-left: 40px;
  }
  .service_body .serviceContents-title::before {
    width: 30px;
  }
  .service_body .serviceForm + .footContact + .footer {
    padding-top: 60px;
  }
  .service_body .serviceForm {
    margin-bottom: 78px;
    padding-top: 44px;
  }
  .service_body .serviceForm-title {
    line-height: 1.7;
  }
  .service_body .serviceForm-list {
    margin-top: 22px;
  }
  .service_body .serviceForm-list > li {
    flex-direction: column;
  }
  .service_body .serviceForm-list > li:not(:first-child) {
    margin-top: 24px;
  }
  .service_body .serviceForm-list > li:last-child {
    margin-top: 19px;
  }
  .service_body .serviceForm-labelWrap label {
    justify-content: flex-start;
  }
  .service_body .serviceForm-labelWrap label span {
    margin-left: 14px;
  }
  .service_body .serviceForm-inputWrap {
    width: 100%;
    margin-top: 16px;
  }
  .service_body .serviceForm-checkList {
    margin-top: 0;
  }
  .service_body .serviceForm-checkList input {
    display: none;
  }
  .service_body .serviceForm-checkList > li {
    width: 50%;
  }
  .service_body .serviceForm-checkList > li:nth-child(even) {
    padding-left: 5px;
  }
  .service_body .serviceForm-checkList > li:nth-child(n + 3) {
    margin-top: 11px;
  }
  .service_body .serviceForm-checkLabel {
    font-size: 13px;
    display: block;
    padding-left: 38px;
    letter-spacing: 0.09em;
    line-height: 2;
  }
  .service_body .serviceForm-checkLabel::before {
    left: 0;
  }
  .service_body .serviceForm textarea {
    width: 100%;
  }
  .service_body .main_serviceIt + .serviceForm .it_only {
    display: block;
  }
  .main_serviceIntroduce .introduceHead {
    margin-top: 37px;
  }
  .main_serviceIntroduce .introduceHead-title {
    font-size: 1.625rem;
    left: 0;
    line-height: 1.7;
    letter-spacing: 0.012em;
  }
  .main_serviceIntroduce .introduceHead-text {
    margin-top: 17px;
    padding-right: 0;
  }
  .main_serviceIntroduce .introduceOverview {
    margin-top: 68px;
  }
  .main_serviceIntroduce .introduceOverview::before {
    width: 81%;
    height: 245px;
    height: 65vw;
    top: -33px;
  }
  .main_serviceIntroduce .introduceOverview-inner {
    flex-direction: column-reverse;
  }
  .main_serviceIntroduce .introduceOverview_imageRight {
    margin-top: 88px;
  }
  .main_serviceIntroduce .introduceOverview_imageRight .introduceOverview-inner {
    flex-direction: column-reverse;
  }
  .main_serviceIntroduce .introduceOverview_imageRight .introduceOverview-imageBlock {
    margin-left: -30px;
  }
  .main_serviceIntroduce .introduceOverview-imageBlock {
    width: calc(100% + 30px);
    margin-left: 30px;
  }
  .main_serviceIntroduce .introduceOverview-textBlock {
    width: 100%;
    margin-top: 38px;
  }
  .main_serviceIntroduce .introduceOverview-textBlock .serviceContents-title {
    margin-left: -30px;
  }
  .main_serviceIntroduce .introduceExample {
    margin-top: 51px;
  }
  .main_serviceIntroduce .introduceExample-inner {
    max-width: 100%;
    padding-bottom: 50px;
  }
  .main_serviceIntroduce .introduceExample-listWrap {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .main_serviceIntroduce .introduceExample-list li {
    width: 100%;
    padding-right: 0;
  }
  .main_serviceIntroduce .introduceExample-list li:nth-child(1) {
    padding-left: 0;
  }
  .main_serviceIntroduce .introduceExample-list li:nth-child(1) img {
    margin-left: 8px;
    margin-right: 24px;
  }
  .main_serviceIntroduce .introduceExample-list li:nth-child(2) img {
    margin-right: 16px;
  }
  .main_serviceIntroduce .introduceExample-list li:nth-child(3) img {
    margin: 2px 24px 9px 7px;
  }
  .main_serviceIntroduce .introduceExample-list li:not(:first-child) {
    margin-top: 30px;
  }
  .main_serviceIntroduce .introduceExample-list p {
    padding-left: 0;
    width: calc(100% - 86px);
  }
  .main_serviceIntroduce .introduceResult {
    padding-top: 50px;
  }
  .main_serviceIntroduce .introduceResult-inner {
    max-width: calc(100% - 40px);
  }
  .main_serviceIntroduce .introduceResult .serviceContents-title {
    margin-left: -20px;
    line-height: 1.7;
  }
  .main_serviceIntroduce .introduceResult-list {
    margin-top: 36px;
  }
  .main_serviceIntroduce .introduceResult-list li {
    width: 100%;
    overflow: hidden;
  }
  .main_serviceIntroduce .introduceResult-list li:not(:first-child) {
    margin-left: 0;
  }
  .main_serviceIntroduce .introduceResult-image {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .main_serviceIntroduce .introduceResult-typeWrap {
    margin-top: -20px;
  }
  .main_serviceIntroduce .introduceResult-type01 {
    top: -88px;
    left: 20px;
  }
  .main_serviceIntroduce .introduceResult-type02 {
    width: 252px;
  }
  .main_serviceIntroduce .introduceResult-name {
    width: calc(100% - 20px);
    margin: 23px auto 0;
  }
  .main_serviceIntroduce .introduceResult-text {
    width: calc(100% - 20px);
    margin: 21px auto 0;
  }
  .main_serviceIt .itHead {
    margin-top: 37px;
  }
  .main_serviceIt .itHead-title {
    font-size: 1.625rem;
    left: 0;
    line-height: 1.7;
  }
  .main_serviceIt .itHead-text01 {
    padding-right: 0;
  }
  .main_serviceIt .itHead-list {
    flex-wrap: wrap;
    padding: 0 6px;
    justify-content: center;
  }
  .main_serviceIt .itHead-list li {
    width: calc((100% - 12px) / 3);
    border-width: 3px;
    padding: 15px 0 4px;
  }
  .main_serviceIt .itHead-list li:not(:first-child) {
    margin-left: 6px;
  }
  .main_serviceIt .itHead-list li:nth-child(1) img {
    width: 16px;
    margin-bottom: 2px;
  }
  .main_serviceIt .itHead-list li:nth-child(2) img {
    width: 34px;
    margin-top: 6px;
  }
  .main_serviceIt .itHead-list li:nth-child(3) img {
    width: 33px;
  }
  .main_serviceIt .itHead-list li:nth-child(4) {
    margin-left: 0;
  }
  .main_serviceIt .itHead-list li:nth-child(4) img {
    width: 36px;
  }
  .main_serviceIt .itHead-list li:nth-child(5) img {
    width: 30px;
  }
  .main_serviceIt .itHead-list li:nth-child(n + 4) {
    margin-top: 10px;
  }
  .main_serviceIt .itHead-list li p {
    font-size: 10px;
    min-height: auto;
    min-height: 30px;
  }
  .main_serviceIt .itHead-text02 {
    width: 100%;
    font-size: 1rem;
    padding: 165px 0 16px;
    margin: -148px 0 0 auto;
  }
  .main_serviceIt .itHead-text03 {
    line-height: 1.7;
    margin-top: 54px;
  }
  .main_serviceIt .itHead-text04 {
    margin-top: 18px;
  }
  .main_serviceIt .itExample {
    margin-top: 51px;
  }
  .main_serviceIt .itExample-inner {
    max-width: 100%;
    padding-bottom: 53px;
  }
  .main_serviceIt .itExample .serviceContents-title {
    line-height: 1.7;
    padding-right: 20px;
  }
  .main_serviceIt .itExample-listWrap {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .main_serviceIt .itExample-list {
    margin-top: 34px;
  }
  .main_serviceIt .itExample-list li {
    width: 50%;
    margin-left: 0;
  }
  .main_serviceIt .itExample-list li:nth-child(n + 5) {
    margin-top: 0;
  }
  .main_serviceIt .itExample-list li:nth-child(n + 3) {
    margin-top: 34px;
  }
  .main_serviceIt .itExample-list li:nth-child(1) img {
    margin-bottom: 18px;
  }
  .main_serviceIt .itExample-list li:nth-child(2) {
    padding-left: 0;
  }
  .main_serviceIt .itExample-list li:nth-child(3) {
    padding-left: 0;
  }
  .main_serviceIt .itExample-list li:nth-child(3) img {
    margin-bottom: 19px;
  }
  .main_serviceIt .itExample-list li:nth-child(4) {
    padding-left: 0;
  }
  .main_serviceIt .itExample-list li:nth-child(5) img {
    margin-bottom: 18px;
  }
  .main_serviceIt .itExample-list li:nth-child(6) {
    padding-left: 0;
  }
  .main_serviceIt .itExample-list li:nth-child(7) {
    padding-left: 0;
  }
  .main_serviceIt .itExample-list li:nth-child(7) img {
    margin-bottom: 13px;
  }
  .main_serviceIt .itExample-list li:nth-child(8) {
    padding-left: 0;
  }
  .main_serviceIt .itExample-list p {
    font-size: 13px;
  }
  .main_serviceIt .itPackage {
    padding: 53px 0 160px;
  }
  .main_serviceIt .itPackage .serviceContents-title {
    margin-left: -30px;
    line-height: 1.7;
  }
  .main_serviceIt .itPackage-block:first-child {
    width: calc(50% - 25px);
    min-width: 130px;
  }
  .main_serviceIt .itPackage-block:first-child .itPackage-list::before {
    background: url(/img/service/it/ico_arrow_sp.png) left top/contain no-repeat;
    max-width: 100%;
    bottom: -33px;
    width: 38px;
    left: calc(100% + 10px);
  }
  .main_serviceIt .itPackage-block:first-child .itPackage-list li:last-child {
    padding: 15px 7px 0 12px;
    background: url(/img/service/it/bg_002_sp.png) left bottom/100% no-repeat;
  }
  .main_serviceIt .itPackage-block:first-child .itPackage-list li:last-child .itPackage-process {
    margin-top: -16px;
  }
  .main_serviceIt .itPackage-block:last-child {
    width: calc(50% + 13px);
    min-width: 170px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main_serviceIt .itPackage-block:last-child::after {
    width: 100%;
    left: 0;
  }
  .main_serviceIt .itPackage-block:last-child li {
    padding: 19px 7px 0 12px;
    background: url(/img/service/it/bg_003_sp.png) left bottom/100% no-repeat;
  }
  .main_serviceIt .itPackage-block:last-child li:last-child {
    padding: 15px 7px 0 12px;
    background: url(/img/service/it/bg_004_sp.png) left bottom/100% no-repeat;
    margin-top: 6px;
  }
  .main_serviceIt .itPackage-block:last-child li:last-child .itPackage-day {
    margin-top: -7px;
  }
  .main_serviceIt .itPackage-block:last-child li:last-child .itPackage-process {
    margin-top: -16px;
  }
  .main_serviceIt .itPackage-blockTitle {
    font-size: 14px;
    line-height: 1.55;
  }
  .main_serviceIt .itPackage-list {
    padding-left: 0;
    margin-top: 10px;
  }
  .main_serviceIt .itPackage-list li {
    width: 100%;
    padding: 21px 7px 0 12px;
    background: url(/img/service/it/bg_001_sp.png) left bottom/100% no-repeat;
  }
  .main_serviceIt .itPackage-list li:not(:first-child) {
    margin-top: 0;
  }
  .main_serviceIt .itPackage-process {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-top: -33px;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .main_serviceIt .itPackage-day {
    font-size: 14px;
  }
  .main_serviceIt .itPackage-day span {
    font-size: 22px;
  }
  .main_serviceIt .itPackage-costTitle {
    width: 100%;
    margin-top: 17px;
    padding: 4px;
  }
  .main_serviceIt .itPackage-costText01 {
    font-size: 13px;
    margin-top: 12px;
    letter-spacing: -0.02em;
  }
  .main_serviceIt .itPackage-costText01 span {
    font-size: 20px;
  }
  .main_serviceIt .itPackage-costText02 {
    width: 78px;
    margin: 64px auto 0;
    left: 10px;
  }
  .main_serviceIt .itPackage-exampleContainer {
    padding: 40px 0 0;
  }
  .main_serviceIt .itPackage-exampleWrapTitle {
    font-size: 18px;
  }
  .main_serviceIt .itPackage-exampleBlockWrap {
    width: calc(100% - 20px);
    margin: 26px auto 25px;
  }
  .main_serviceIt .itPackage-exampleBlock:nth-child(2) {
    width: calc(50% + 13px);
    min-width: 170px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
  }
  .main_serviceIt .itPackage-exampleBlockTitle {
    min-height: 60px;
    font-size: 13px;
    line-height: 1.6;
    align-items: flex-start;
  }
  .main_serviceIt .itPackage-exampleList {
    margin-top: 20px;
  }
  .main_serviceIt .itPackage-exampleList > li {
    width: 100%;
    padding: 23px 7px 0 12px;
    background: url(/img/service/it/bg_001_sp.png) left bottom/100% no-repeat;
  }
  .main_serviceIt .itPackage-exampleList > li:last-child {
    padding: 19px 7px 0 12px;
    background: url(/img/service/it/bg_002_sp.png) left bottom/100% no-repeat;
  }
  .main_serviceIt .itPackage-exampleList > li:last-child .itPackage-exampleProcess {
    margin-top: -19px;
  }
  .main_serviceIt .itPackage-exampleList > li:not(:first-child) {
    margin-top: 0;
  }
  .main_serviceIt .itPackage-exampleBlock:first-child {
    width: calc(50% - 25px);
    min-width: 134px;
  }
  .main_serviceIt .itPackage-exampleBlock:nth-child(2) li {
    padding: 23px 7px 0 12px;
    background: url(/img/service/it/bg_003_sp.png) left bottom/100% no-repeat;
  }
  .main_serviceIt .itPackage-exampleBlock:nth-child(2) li:last-child {
    padding: 13px 7px 0 12px;
    background: url(/img/service/it/bg_004_sp.png) left bottom/100% no-repeat;
    margin-top: 6px;
  }
  .main_serviceIt .itPackage-exampleBlock:nth-child(2) li:last-child .itPackage-exampleProcess {
    margin-top: -15px;
  }
  .main_serviceIt .itPackage-exampleBlock:nth-child(2) li .itPackage-exampleDay {
    margin-top: -9px;
  }
  .main_serviceIt .itPackage-exampleProcess {
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-top: -34px;
  }
  .main_serviceIt .itPackage-exampleDay {
    font-size: 14px;
  }
  .main_serviceIt .itPackage-exampleDay span {
    font-size: 22px;
  }
  .main_serviceIt .itPackage-market {
    padding: 24px 20px 16px;
  }
  .main_serviceIt .itPackage-marketText02 {
    width: 100%;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 15px;
  }
  .main_serviceIt .itPackage-marketText03 {
    width: 283px;
    max-width: calc(100% + 10px);
    margin: 17px auto 0;
    left: 0;
  }
  .main_serviceIt .itPackage-copy {
    width: calc(100% + 10px);
    line-height: 2;
    font-size: 24px;
    margin-top: 74px;
    margin-left: -5px;
  }
  .main_serviceIt .itFlow-titleWrap {
    max-width: 100%;
  }
  .main_serviceIt .itFlow-listWrap {
    padding: 72px 0 91px;
  }
  .main_serviceIt .itFlow-list {
    max-width: 300px;
    justify-content: flex-start;
    margin: 0 0 0 40px;
  }
  .main_serviceIt .itFlow-list li::before {
    width: calc(100% + 4px);
    right: 55%;
    left: 45%;
  }
  .main_serviceIt .itFlow-list li::after {
    left: -34px;
    right: auto;
  }
  .main_serviceIt .itFlow-list li:not(:first-child) {
    margin-top: 58px;
    margin-left: 24px;
  }
  .main_serviceIt .itFlow-list li {
    padding-right: 14px;
  }
  .main_serviceIt .itResult-inner {
    max-width: calc(100% - 40px);
  }
  .main_serviceIt .itResult .serviceContents-title {
    margin-left: -20px;
  }
  .main_serviceIt .itResult-list li {
    width: 100%;
    overflow: hidden;
  }
  .main_serviceIt .itResult-list li:not(:first-child) {
    margin-left: 0;
  }
  .main_serviceIt .itResult-image {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .main_serviceIt .itResult-typeWrap {
    margin-top: -20px;
  }
  .main_serviceIt .itResult-type01 {
    top: -88px;
    left: 20px;
  }
  .main_serviceIt .itResult-type02 {
    width: 252px;
  }
  .main_serviceIt .itResult-name {
    width: calc(100% - 20px);
    margin: 23px auto 0;
  }
  .main_serviceIt .itResult-text {
    width: calc(100% - 20px);
    margin: 21px auto 0;
  }
  .main_serviceProduction .productionHead {
    margin-top: 37px;
  }
  .main_serviceProduction .productionHead-title {
    font-size: 1.625rem;
    left: 0;
    line-height: 1.7;
  }
  .main_serviceProduction .productionHead-text {
    margin-top: 17px;
    width: 100%;
  }
  .main_serviceProduction .productionExample {
    margin-top: 35px;
  }
  .main_serviceProduction .productionExample + .productionHead {
    margin-top: 52px;
  }
  .main_serviceProduction .productionExample-inner {
    max-width: 100%;
    padding-bottom: 53px;
  }
  .main_serviceProduction .productionExample-listWrap {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .main_serviceProduction .productionExample-list li {
    width: 50%;
    margin-left: 0;
  }
  .main_serviceProduction .productionExample-list li:nth-child(1) img {
    margin-bottom: 12px;
  }
  .main_serviceProduction .productionExample-list li:nth-child(1) {
    padding-left: 0;
  }
  .main_serviceProduction .productionExample-list li:nth-child(2) {
    padding-left: 0;
  }
  .main_serviceProduction .productionExample-list li:nth-child(3) img {
    margin-bottom: 20px;
  }
  .main_serviceProduction .productionExample-list li:nth-child(3) {
    padding-left: 0;
  }
  .main_serviceProduction .productionExample-list li:nth-child(4) {
    padding-left: 0;
  }
  .main_serviceProduction .productionExample-list li:nth-child(5) img {
    margin: 10px 0 16px;
  }
  .main_serviceProduction .productionExample-list li:nth-child(5) {
    padding-left: 0;
  }
  .main_serviceProduction .productionExample-list li:nth-child(6) img {
    margin-top: 10px;
  }
  .main_serviceProduction .productionExample-list li:nth-child(6) {
    padding-left: 0;
  }
  .main_serviceProduction .productionExample-list li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .main_serviceProduction .productionExample-list p {
    font-size: 13px;
  }
  .main_serviceProduction .productionExample02-inner {
    max-width: 100%;
    padding-bottom: 53px;
  }
  .main_serviceProduction .productionExample02-listWrap {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .main_serviceProduction .productionExample02-list li {
    width: 50%;
    margin-left: 0;
  }
  .main_serviceProduction .productionExample02-list li:nth-child(1) img {
    margin: 9px 0 20px;
  }
  .main_serviceProduction .productionExample02-list li:nth-child(2) {
    padding-left: 0;
  }
  .main_serviceProduction .productionExample02-list li:nth-child(3) {
    padding-left: 0;
  }
  .main_serviceProduction .productionExample02-list li:nth-child(3) img {
    margin-bottom: 14px;
  }
  .main_serviceProduction .productionExample02-list li:nth-child(4) {
    padding-left: 0;
  }
  .main_serviceProduction .productionExample02-list li:nth-child(5) img {
    margin-bottom: 15px;
  }
  .main_serviceProduction .productionExample02-list li:nth-child(n + 3) {
    margin-top: 35px;
  }
  .main_serviceProduction .productionExample02-list p {
    font-size: 13px;
  }
  .main_serviceProduction .productionFlow {
    padding-top: 54px;
  }
  .main_serviceProduction .productionFlow-titleWrap {
    max-width: 100%;
  }
  .main_serviceProduction .productionFlow-listWrap {
    padding: 72px 0 91px;
  }
  .main_serviceProduction .productionFlow-list {
    max-width: 275px;
    justify-content: flex-start;
  }
  .main_serviceProduction .productionFlow-list li::before {
    width: calc(100% + 4px);
    right: 55%;
    left: 45%;
  }
  .main_serviceProduction .productionFlow-list li::after {
    left: -34px;
    right: auto;
  }
  .main_serviceProduction .productionFlow-list li:first-child::after {
    content: none;
  }
  .main_serviceProduction .productionFlow-list li {
    padding-right: 14px;
  }
  .main_serviceProduction .productionFlow-list li:nth-child(2) {
    margin-left: 46px;
  }
  .main_serviceProduction .productionFlow-list li:nth-child(3) {
    margin-left: 24px;
  }
  .main_serviceProduction .productionFlow-list li:nth-child(4) {
    margin-left: 46px;
  }
  .main_serviceProduction .productionFlow-list li:nth-child(5) {
    margin-left: 46px;
  }
  .main_serviceProduction .productionFlow-list li:nth-child(6) {
    margin-left: 24px;
  }
  .main_serviceProduction .productionFlow-list li:nth-child(n + 3) {
    margin-top: 58px;
  }
  .main_serviceProduction .productionResult-inner {
    max-width: calc(100% - 40px);
  }
  .main_serviceProduction .productionResult .serviceContents-title {
    margin-left: -20px;
  }
  .main_serviceProduction .productionResult-list li {
    width: 100%;
    overflow: hidden;
  }
  .main_serviceProduction .productionResult-list li:not(:first-child) {
    margin-left: 0;
  }
  .main_serviceProduction .productionResult-image {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .main_serviceProduction .productionResult-typeWrap {
    margin-top: -20px;
  }
  .main_serviceProduction .productionResult-type01 {
    top: -88px;
    left: 20px;
  }
  .main_serviceProduction .productionResult-type02 {
    width: 252px;
  }
  .main_serviceProduction .productionResult-name {
    width: calc(100% - 20px);
    margin: 23px auto 0;
  }
  .main_serviceProduction .productionResult-text {
    width: calc(100% - 20px);
    margin: 21px auto 0;
  }
  .main_serviceRecruit .recruitHead {
    margin-top: 37px;
  }
  .main_serviceRecruit .recruitHead-title {
    font-size: 1.625rem;
    left: 0;
    line-height: 1.7;
  }
  .main_serviceRecruit .recruitHead-text {
    margin-top: 17px;
    width: 100%;
  }
  .main_serviceRecruit .recruitOverview {
    margin-top: 68px;
  }
  .main_serviceRecruit .recruitOverview + .recruitOverview {
    margin-top: 66px;
  }
  .main_serviceRecruit .recruitOverview::before {
    width: 81%;
    height: 245px;
    height: 65vw;
    top: -33px;
  }
  .main_serviceRecruit .recruitOverview-inner {
    flex-direction: column-reverse;
  }
  .main_serviceRecruit .recruitOverview_imageRight .recruitOverview-inner {
    flex-direction: column-reverse;
  }
  .main_serviceRecruit .recruitOverview_imageRight .recruitOverview-inner .recruitOverview-imageBlock {
    margin-left: -30px;
  }
  .main_serviceRecruit .recruitOverview-imageBlock {
    width: calc(100% + 30px);
  }
  .main_serviceRecruit .recruitOverview-textBlock {
    width: 100%;
    margin-top: 38px;
  }
  .main_serviceRecruit .recruitOverview-textBlock .serviceContents-title {
    margin-left: -30px;
  }
  .main_serviceRecruit .recruitOverview-image {
    margin-top: 21px;
  }
  .main_serviceRecruit .recruitFlow {
    margin-top: 10px;
  }
  .main_serviceRecruit .recruitFlow-titleWrap {
    max-width: 100%;
    padding-right: 30px;
    line-height: 1.7;
  }
  .main_serviceRecruit .recruitFlow-listWrap {
    margin-top: 38px;
    padding: 23px 0 41px;
  }
  .main_serviceRecruit .recruitFlow-list {
    max-width: 300px;
    justify-content: flex-start;
    margin: 0 0 0 40px;
  }
  .main_serviceRecruit .recruitFlow-list li::before {
    width: calc(100% + 4px);
    right: 55%;
    left: 45%;
  }
  .main_serviceRecruit .recruitFlow-list li::after {
    left: -34px;
    right: auto;
  }
  .main_serviceRecruit .recruitFlow-list li:not(:first-child) {
    margin-top: 41px;
    margin-left: 34px;
  }
  .main_serviceRecruit .recruitFlow-list li {
    padding-right: 14px;
  }
  .main_serviceRecruit .recruitFlow-list li:nth-child(4) {
    margin-left: 40px;
  }
  .main_serviceRecruit .recruitFlow-list li:nth-child(7) {
    margin-left: 46px;
  }
  .main_serviceRecruit .recruitResult {
    padding-top: 53px;
  }
  .main_serviceRecruit .recruitResult-inner {
    max-width: calc(100% - 40px);
  }
  .main_serviceRecruit .recruitResult .serviceContents-title {
    margin-left: -20px;
    line-height: 1.7;
  }
  .main_serviceRecruit .recruitResult-list li {
    width: 100%;
    overflow: hidden;
  }
  .main_serviceRecruit .recruitResult-list li:not(:first-child) {
    margin-left: 0;
  }
  .main_serviceRecruit .recruitResult-image {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .main_serviceRecruit .recruitResult-typeWrap {
    margin-top: -20px;
  }
  .main_serviceRecruit .recruitResult-type01 {
    top: -88px;
    left: 20px;
  }
  .main_serviceRecruit .recruitResult-type02 {
    width: 252px;
  }
  .main_serviceRecruit .recruitResult-name {
    width: calc(100% - 20px);
    margin: 23px auto 0;
  }
  .main_serviceRecruit .recruitResult-text {
    width: calc(100% - 20px);
    margin: 21px auto 0;
  }
  .main_serviceSes .sesHead {
    margin-top: 37px;
  }
  .main_serviceSes .sesHead-title {
    font-size: 1.625rem;
    left: 0;
    line-height: 1.7;
  }
  .main_serviceSes .sesHead-text {
    margin-top: 17px;
  }
  .main_serviceSes .aboutSes {
    margin-top: 35px;
    background: url(/img/service/ses/bg_001.png) top left/200% no-repeat;
  }
  .main_serviceSes .aboutSes-inner {
    flex-direction: column;
  }
  .main_serviceSes .aboutSes-imageBlock {
    width: 88.8%;
  }
  .main_serviceSes .aboutSes-textBlock {
    padding-top: 40px;
  }
  .main_serviceSes .aboutSes-text {
    margin-top: 17px;
    padding: 0 40px;
  }
  .main_serviceSes .sesMerit {
    margin-top: 51px;
  }
  .main_serviceSes .sesMerit-inner {
    max-width: 100%;
  }
  .main_serviceSes .sesMerit-listWrap {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .main_serviceSes .sesMerit-list {
    flex-wrap: wrap;
  }
  .main_serviceSes .sesMerit-list li {
    width: 50%;
  }
  .main_serviceSes .sesMerit-list li img {
    margin-bottom: 26px;
  }
  .main_serviceSes .sesMerit-list li:nth-child(3) {
    left: 0;
  }
  .main_serviceSes .sesMerit-list li:nth-child(n + 3) {
    margin-top: 35px;
  }
  .main_serviceSes .sesMerit-list p {
    font-size: 13px;
  }
  .main_serviceSes .sesFlow {
    padding-top: 60px;
  }
  .main_serviceSes .sesFlow-titleWrap {
    max-width: 100%;
  }
  .main_serviceSes .sesFlow-listWrap {
    padding: 72px 0 88px;
  }
  .main_serviceSes .sesFlow-list {
    max-width: 275px;
    justify-content: flex-start;
  }
  .main_serviceSes .sesFlow-list li::before {
    width: calc(100% + 4px);
    right: 55%;
    left: 45%;
  }
  .main_serviceSes .sesFlow-list li::after {
    left: -34px;
    right: auto;
  }
  .main_serviceSes .sesFlow-list li:first-child::after {
    content: none;
  }
  .main_serviceSes .sesFlow-list li {
    padding-right: 14px;
  }
  .main_serviceSes .sesFlow-list li:nth-child(2) {
    margin-left: 46px;
    margin-left: 16%;
  }
  .main_serviceSes .sesFlow-list li:nth-child(3) {
    margin-left: 35px;
  }
  .main_serviceSes .sesFlow-list li:nth-child(4) {
    margin-left: 44px;
  }
  .main_serviceSes .sesFlow-list li:nth-child(5) {
    margin-left: 35px;
  }
  .main_serviceSes .sesFlow-list li:nth-child(6) {
    margin-left: 44px;
  }
  .main_serviceSes .sesFlow-list li:nth-child(n + 3) {
    margin-top: 60px;
  }
  .main_serviceSes .sesResult-inner {
    max-width: calc(100% - 40px);
  }
  .main_serviceSes .sesResult .serviceContents-title {
    margin-left: -20px;
  }
  .main_serviceSes .sesResult-list li {
    width: 100%;
    overflow: hidden;
  }
  .main_serviceSes .sesResult-list li:not(:first-child) {
    margin-left: 0;
  }
  .main_serviceSes .sesResult-image {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .main_serviceSes .sesResult-typeWrap {
    margin-top: -20px;
  }
  .main_serviceSes .sesResult-type01 {
    top: -88px;
    left: 20px;
  }
  .main_serviceSes .sesResult-type02 {
    width: 252px;
  }
  .main_serviceSes .sesResult-name {
    width: calc(100% - 20px);
    margin: 23px auto 0;
  }
  .main_serviceSes .sesResult-text {
    width: calc(100% - 20px);
    margin: 21px auto 0;
  }
  .main_serviceSoftware .softwareHead {
    margin-top: 37px;
  }
  .main_serviceSoftware .softwareHead-title {
    font-size: 1.625rem;
    left: 0;
    line-height: 1.7;
  }
  .main_serviceSoftware .softwareHead-text {
    margin-top: 17px;
  }
  .main_serviceSoftware .softwareExample {
    margin-top: 35px;
  }
  .main_serviceSoftware .softwareExample-inner {
    max-width: 100%;
    padding-bottom: 53px;
  }
  .main_serviceSoftware .softwareExample-listWrap {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .main_serviceSoftware .softwareExample-list li {
    width: 50%;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(2) {
    padding-left: 0;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(3) {
    padding-left: 0;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(3) img {
    margin-bottom: 19px;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(4) {
    padding-left: 0;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(5) img {
    margin: 9px 0 22px;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(6) {
    padding-left: 0;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(6) img {
    margin-top: 11px;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(7) {
    padding-left: 0;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(7) img {
    margin: 9px 0 22px;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(8) {
    padding-left: 0;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(8) img {
    margin: 9px 0 22px;
  }
  .main_serviceSoftware .softwareExample-list li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .main_serviceSoftware .softwareExample-list p {
    font-size: 13px;
  }
  .main_serviceSoftware .softwarePercentage-image {
    margin: 40px auto 0;
    left: 0;
  }
  .main_serviceSoftware .softwareFlow {
    padding-top: 51px;
  }
  .main_serviceSoftware .softwareFlow-titleWrap {
    max-width: 100%;
  }
  .main_serviceSoftware .softwareFlow-listWrap {
    padding: 72px 0 91px;
  }
  .main_serviceSoftware .softwareFlow-list {
    max-width: 275px;
    justify-content: flex-start;
  }
  .main_serviceSoftware .softwareFlow-list li::before {
    width: calc(100% + 4px);
    right: 55%;
    left: 45%;
  }
  .main_serviceSoftware .softwareFlow-list li::after {
    left: -34px;
    right: auto;
  }
  .main_serviceSoftware .softwareFlow-list li:first-child::after {
    content: none;
  }
  .main_serviceSoftware .softwareFlow-list li {
    padding-right: 14px;
  }
  .main_serviceSoftware .softwareFlow-list li:nth-child(2) {
    margin-left: 46px;
  }
  .main_serviceSoftware .softwareFlow-list li:nth-child(3) {
    margin-left: 24px;
  }
  .main_serviceSoftware .softwareFlow-list li:nth-child(4) {
    margin-left: 46px;
  }
  .main_serviceSoftware .softwareFlow-list li:nth-child(5) {
    margin-left: 46px;
  }
  .main_serviceSoftware .softwareFlow-list li:nth-child(6) {
    margin-left: 24px;
  }
  .main_serviceSoftware .softwareFlow-list li:nth-child(n + 3) {
    margin-top: 58px;
  }
  .main_serviceSoftware .softwareResult-inner {
    max-width: calc(100% - 40px);
  }
  .main_serviceSoftware .softwareResult .serviceContents-title {
    margin-left: -20px;
  }
  .main_serviceSoftware .softwareResult-list li {
    width: 100%;
    overflow: hidden;
  }
  .main_serviceSoftware .softwareResult-list li:not(:first-child) {
    margin-left: 0;
  }
  .main_serviceSoftware .softwareResult-image {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .main_serviceSoftware .softwareResult-typeWrap {
    margin-top: -20px;
  }
  .main_serviceSoftware .softwareResult-type01 {
    top: -88px;
    left: 20px;
  }
  .main_serviceSoftware .softwareResult-type02 {
    width: 252px;
  }
  .main_serviceSoftware .softwareResult-name {
    width: calc(100% - 20px);
    margin: 23px auto 0;
  }
  .main_serviceSoftware .softwareResult-text {
    width: calc(100% - 20px);
    margin: 21px auto 0;
  }
  .main_serviceTop {
    padding-bottom: 88px;
  }
  .main_serviceTop .serviceTopHead {
    padding-top: 37px;
  }
  .main_serviceTop .serviceTopHead-title {
    font-size: 1.625rem;
    left: 0;
    line-height: 1.7;
    padding-right: 20px;
  }
  .main_serviceTop .serviceTopHead-blockWrap {
    margin-top: 53px;
  }
  .main_serviceTop .serviceTopHead-block {
    padding: 45px 10px 24px;
  }
  .main_serviceTop .serviceTopHead-list > li::before {
    width: 114px;
    height: 320px;
  }
  .main_serviceTop .serviceTopHead-listTitle {
    background: url(/img/service/bg_balloon_sp.png) no-repeat top center/contain;
    padding-top: 7px;
    width: 128px;
    height: 53px;
    font-size: 1rem;
    top: -60px;
  }
  .main_serviceTop .serviceTopHead-service li {
    height: 70px;
    width: 98%;
  }
  .main_serviceTop .serviceTopHead-service li:first-child,
  .main_serviceTop .serviceTopHead-service li:nth-child(2) {
    width: 200%;
    height: 60px;
  }
  .main_serviceTop .serviceTopHead-service li:first-child .serviceTopHead-text,
  .main_serviceTop .serviceTopHead-service li:nth-child(2) .serviceTopHead-text {
    background: url(/img/service/bg_solution_001_sp.png) no-repeat top right/cover;
    padding-right: 0;
  }
  .main_serviceTop .serviceTopHead-service li:not(:first-child) {
    margin-top: 8px;
  }
  .main_serviceTop .serviceTopHead-image {
    display: none;
  }
  .main_serviceTop .serviceTopHead-text {
    background: url(/img/service/bg_solution_002_sp.png) no-repeat top right/cover;
    font-size: 0.9375rem;
    text-align: center;
  }
  .main_serviceTop .serviceTopHead-text > p {
    margin: 0 auto;
  }
  .main_serviceTop .serviceSuggestion {
    padding: 77px 0 14px;
  }
  .main_serviceTop .serviceSuggestion-title {
    margin: 0 auto;
    max-width: calc(100% - 60px);
  }
  .main_serviceTop .serviceSuggestion-title span {
    font-size: 1.625rem;
    line-height: 1.7;
    display: block;
  }
  .main_serviceTop .serviceSuggestion-title span::after,
  .main_serviceTop .serviceSuggestion-title span::before {
    top: 75%;
  }
  .main_serviceTop .serviceSuggestion-title span::before {
    left: -25px;
  }
  .main_serviceTop .serviceSuggestion-title span::after {
    right: -25px;
  }
  .main_serviceTop .serviceSuggestion-list {
    margin: 36px auto 0;
    max-width: calc(100% - 60px);
    justify-content: space-between;
  }
  .main_serviceTop .serviceSuggestion-list li {
    width: 42%;
    padding: 18px 0;
  }
  .main_serviceTop .serviceSuggestion-list li:hover {
    background-color: inherit;
  }
  .main_serviceTop .serviceSuggestion-list li:nth-child(3) {
    padding-top: 12px;
  }
  .main_serviceTop .serviceSuggestion-list li:nth-child(4) {
    padding-top: 12px;
  }
  .main_serviceTop .serviceSuggestion-list li:nth-child(5) {
    padding-top: 12px;
  }
  .main_serviceTop .serviceSuggestion-list li:nth-child(6) {
    padding-top: 12px;
  }
  .main_serviceTop .serviceSuggestion-list li:nth-child(7) .serviceSuggestion-checkWrap {
    padding-top: 0;
  }
  .main_serviceTop .serviceSuggestion-list li:nth-child(7) label {
    padding: 40px 0;
  }
  .main_serviceTop .serviceSuggestion-list li:nth-child(7) .serviceSuggestion-labelWrap {
    padding-right: 20px;
  }
  .main_serviceTop .serviceSuggestion-checkWrap {
    justify-content: flex-start;
    align-items: self-start;
    padding-top: 24px;
  }
  .main_serviceTop .serviceSuggestion-label {
    width: calc(100% + 94px);
    margin-left: -45px;
    font-size: 0.875rem;
  }
  .main_serviceTop .serviceContents {
    padding-top: 56px;
  }
  .main_serviceTop .serviceContents .serviceContents-title {
    font-size: 1.625rem;
    padding-left: 40px;
    margin-left: -30px;
  }
  .main_serviceTop .serviceContents .serviceContents-title::before {
    top: 18px;
    width: 30px;
  }
  .main_serviceTop .serviceContents-container {
    flex-direction: column;
    margin-top: 32px;
  }
  .main_serviceTop .serviceContents-imageBlock {
    width: 100%;
  }
  .main_serviceTop .serviceContents-imageBlock img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main_serviceTop .serviceContents-textBlock {
    width: 100%;
    text-align: center;
  }
  .main_serviceTop .serviceContents-ballon {
    font-size: 0.9375rem;
    margin: 28px auto 0;
    padding: 8px 10px 10px;
  }
  .main_serviceTop .serviceContents-text {
    margin-top: 32px;
    text-align: left;
    font-size: 0.9375rem;
  }
  .main_serviceTop .serviceContents-btnWrap {
    margin-top: 20px;
  }
  .main_serviceTop .serviceContents-btnWrap .button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 374px) {
  .main_serviceIt .itPackage-blockWrap {
    max-width: calc(100% + 20px);
    margin-left: -10px;
  }
  .main_serviceIt .itPackage-exampleContainer {
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }
  .main_serviceIt .itPackage-exampleBlock:nth-child(2) {
    min-width: 160px;
  }
  .main_serviceIt .itFlow-list {
    max-width: calc(100% - 40px);
  }
  .main_serviceProduction .productionFlow-list {
    max-width: calc(100% - 40px);
  }
  .main_serviceRecruit .recruitFlow-list {
    max-width: 260px;
  }
  .main_serviceRecruit .recruitFlow-list li:nth-child(4) {
    margin-left: 34px;
  }
  .main_serviceSes .sesFlow-list {
    max-width: calc(100% - 40px);
  }
  .main_serviceSoftware .softwareFlow-list {
    max-width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .main_serviceIt .itFlow-list li:last-child::after {
    content: none;
  }
  .main_serviceProduction .productionFlow-list li:last-child::after {
    content: none;
  }
  .main_serviceRecruit .recruitFlow-list li:last-child::after {
    content: none;
  }
  .main_serviceSes .sesFlow-list li:last-child::after {
    content: none;
  }
  .main_serviceSoftware .softwareFlow-list li:last-child::after {
    content: none;
  }
}
/* ===== END service/style.css ===== */

/* ===== BEGIN service/software-refresh.css ===== */
.softwareRefresh {
  --ink: #302433;
  --ink-soft: #5e4d50;
  --blue: #b83838;
  --blue-deep: #812b2b;
  --aqua: #e86a6a;
  --aqua-soft: #f2b4b4;
  --mint: #fff0f0;
  --paper: #ffffff;
  --wash: #fff7f7;
  --warm: #d6b05a;
  --line: #efd0d0;
  --danger: #c44747;
  --shadow: 0 14px 36px rgba(48, 36, 51, 0.1);
  --shadow-soft: 0 7px 18px rgba(48, 36, 51, 0.07);
  --radius: 10px;
  --container: 1000px;
  --section-space: clamp(72px, 8vw, 128px);
}

.softwareRefresh *,
.softwareRefresh *::before,
.softwareRefresh *::after {
  box-sizing: border-box;
}

.softwareRefresh {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.035em;
  overflow-wrap: anywhere;
}

.softwareRefresh [id] {
  scroll-margin-top: 24px;
}

.softwareRefresh.menu-open {
  overflow: hidden;
}

.softwareRefresh img {
  display: block;
  max-width: 100%;
  height: auto;
}

.softwareRefresh a {
  color: inherit;
}

.softwareRefresh button,
.softwareRefresh input,
.softwareRefresh textarea {
  font: inherit;
}

.softwareRefresh button,
.softwareRefresh a {
  -webkit-tap-highlight-color: transparent;
}

.softwareRefresh :focus-visible {
  outline: 3px solid var(--warm);
  outline-offset: 4px;
}

.softwareRefresh .skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-180%);
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 6px;
}
.softwareRefresh .skip-link:focus {
  transform: translateY(0);
}

.softwareRefresh .container {
  width: min(var(--container), calc(100% - 60px));
  margin-inline: auto;
}

.softwareRefresh .section {
  position: relative;
  padding-block: var(--section-space);
}

.softwareRefresh .section--tint {
  background: var(--wash);
}

.softwareRefresh .section--tint::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 6px;
  transform: translate(-50%, -50%);
  background: var(--aqua);
}

.softwareRefresh .eyebrow {
  margin: 0 0 14px;
  color: var(--blue-deep);
  font-family: 'Trebuchet MS', 'Arial Narrow', sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.softwareRefresh .eyebrow--light {
  color: var(--aqua);
}

.softwareRefresh .section-title {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.35;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.softwareRefresh .section-intro {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--ink-soft);
}

.softwareRefresh .section-note {
  margin: 28px 0 0;
  padding: 12px 18px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--blue-deep);
  background: #fff;
  border-left: 4px solid var(--blue);
  border-radius: 0 8px 8px 0;
  box-shadow: var(--shadow-soft);
}

.softwareRefresh .site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 72px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(48, 36, 51, 0.08);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.25s ease;
}
.softwareRefresh .site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(48, 36, 51, 0.08);
}

.softwareRefresh .site-header__inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.softwareRefresh .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.softwareRefresh .brand__mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border: 5px solid var(--aqua);
  border-radius: 50%;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
}

.softwareRefresh .brand__text {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.softwareRefresh .global-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  margin-left: auto;
}

.softwareRefresh .global-nav a {
  display: grid;
  gap: 1px;
  color: var(--ink);
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}
.softwareRefresh .global-nav a span {
  font-family: inherit;
  font-size: 0.58rem;
  font-weight: 500;
  opacity: 0.58;
}
.softwareRefresh .global-nav a::after {
  content: '';
  height: 2px;
  margin-top: 4px;
  background: var(--aqua);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.softwareRefresh .global-nav a:hover::after,
.softwareRefresh .global-nav a:focus-visible::after {
  transform: scaleX(1);
}

.softwareRefresh .header-cta {
  padding: 10px 18px;
  color: #fff;
  background: var(--blue-deep);
  border-radius: 999px;
  box-shadow: 0 6px 0 #17385c;
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.softwareRefresh .header-cta:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 0 var(--blue-deep);
}

.softwareRefresh .menu-button {
  display: none;
}

.softwareRefresh .page-hero {
  position: relative;
  min-height: 255px;
  color: #fff;
  background-image: url('/img/service/software/bg_header.webp');
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.softwareRefresh .page-hero__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(48, 36, 51, 0.56);
}

.softwareRefresh .page-hero__inner {
  min-height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.softwareRefresh .page-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  line-height: 1.25;
  letter-spacing: 0.07em;
  font-weight: 800;
  text-shadow: 0 2px 20px rgba(48, 36, 51, 0.2);
}

.softwareRefresh .page-hero__inner > p:last-child {
  margin: 12px 0 0;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.15em;
}

.softwareRefresh .intro {
  overflow: hidden;
}

.softwareRefresh .intro::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -7vw;
  bottom: 4%;
  width: min(38vw, 500px);
  aspect-ratio: 1;
  background: var(--aqua-soft);
  border-radius: 48% 52% 64% 36% / 50% 37% 63% 50%;
  opacity: 0.5;
  transform: rotate(-13deg);
}

.softwareRefresh .intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: clamp(48px, 8vw, 92px);
  align-items: center;
}

.softwareRefresh .intro__copy h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.18;
  letter-spacing: 0.025em;
  font-weight: 800;
}

.softwareRefresh .lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 2.05;
  font-weight: 500;
}

.softwareRefresh .button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.softwareRefresh .button-row--center {
  justify-content: center;
}

.softwareRefresh .button {
  min-height: 50px;
  padding: 13px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}
.softwareRefresh .button::after {
  content: '→';
  font-family: sans-serif;
  transition: transform 0.18s ease;
}
.softwareRefresh .button:hover::after {
  transform: translateX(4px);
}
.softwareRefresh .button:hover {
  transform: translateY(-2px);
}

.softwareRefresh .button--primary {
  color: #fff;
  background: var(--blue-deep);
  box-shadow: 0 6px 0 #17385c;
}
.softwareRefresh .button--primary:hover {
  box-shadow:
    0 8px 16px rgba(32, 79, 132, 0.2),
    0 4px 0 var(--blue-deep);
}

.softwareRefresh .button--outline {
  color: var(--blue-deep);
  background: #fff;
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
}
.softwareRefresh .button--outline:hover {
  background: #edf6ff;
}

.softwareRefresh .button--light {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.18);
}

.softwareRefresh .button--ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
}

.softwareRefresh .intro-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 36px 0 0;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.softwareRefresh .intro-stats div {
  min-height: 112px;
  padding: 18px 12px;
  text-align: center;
}
.softwareRefresh .intro-stats div + div {
  border-left: 1px solid var(--line);
}

.softwareRefresh .intro-stats dt {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink-soft);
}

.softwareRefresh .intro-stats dd {
  margin: 4px 0 0;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.45;
}

.softwareRefresh .intro-stats strong {
  color: var(--blue);
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 1.9rem;
  line-height: 1;
}

.softwareRefresh .intro__visual {
  margin: 0;
}

.softwareRefresh .photo-frame {
  position: relative;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(67, 126, 187, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.softwareRefresh .photo-frame::before,
.softwareRefresh .photo-frame::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 82px;
  height: 82px;
  border: 5px solid var(--aqua);
}
.softwareRefresh .photo-frame::before {
  top: -18px;
  left: -18px;
  border-right: 0;
  border-bottom: 0;
}
.softwareRefresh .photo-frame::after {
  right: -18px;
  bottom: -18px;
  border-top: 0;
  border-left: 0;
}

.softwareRefresh .photo-frame img {
  width: 100%;
  aspect-ratio: 1.04;
  object-fit: cover;
  object-position: center;
}

.softwareRefresh .intro__visual figcaption {
  margin-top: 18px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-soft);
}

.softwareRefresh .challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.softwareRefresh .challenge-grid li {
  min-height: 84px;
  padding: 18px 18px 18px 68px;
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
}

.softwareRefresh .line-icon {
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  color: var(--blue);
  border: 2px solid currentColor;
  border-radius: 5px;
  opacity: 0.52;
}
.softwareRefresh .line-icon::before,
.softwareRefresh .line-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
}
.softwareRefresh .line-icon::before {
  width: 16px;
  height: 2px;
  left: 5px;
  top: 8px;
  box-shadow: 0 6px currentColor;
}
.softwareRefresh .line-icon::after {
  width: 5px;
  height: 5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
}
.softwareRefresh .line-icon--book {
  border-radius: 2px 7px 7px 2px;
}
.softwareRefresh .line-icon--box {
  transform: rotate(45deg) scale(0.82);
}
.softwareRefresh .line-icon--server {
  border-radius: 12px 12px 4px 4px;
}
.softwareRefresh .line-icon--document {
  border-top-right-radius: 14px;
}
.softwareRefresh .line-icon--support {
  border-radius: 50%;
}

.softwareRefresh .approach-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.softwareRefresh .point-card {
  padding: 27px 25px;
  position: relative;
  border-top: 4px solid var(--aqua);
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.softwareRefresh .point-card::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  background: var(--mint);
}

.softwareRefresh .point-card__label {
  margin: 0 0 10px;
  color: var(--blue-deep);
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.softwareRefresh .point-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.softwareRefresh .point-card > p:last-child {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.softwareRefresh .method-box {
  margin-top: 32px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--wash);
}

.softwareRefresh .method-box > h3 {
  margin: 0 0 22px;
  font-size: 1.05rem;
}

.softwareRefresh .method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.softwareRefresh .method-grid article {
  padding: 23px 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  border-radius: 7px;
}

.softwareRefresh .method-grid span {
  display: block;
  color: var(--blue);
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
}

.softwareRefresh .method-grid h4 {
  margin: 12px 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
}
.softwareRefresh .method-grid p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}
.softwareRefresh .method-grid small {
  display: block;
  margin-top: 14px;
  color: var(--blue-deep);
  font-weight: 700;
}

.softwareRefresh .ratio-card {
  margin-top: 38px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}
.softwareRefresh .ratio-card p {
  margin: 0 0 16px;
  font-size: 0.86rem;
  font-weight: 700;
}

.softwareRefresh .ratio-bar {
  display: flex;
  min-height: 36px;
  overflow: hidden;
  border-radius: 5px;
  background: #dfe8ec;
}
.softwareRefresh .ratio-bar span {
  width: var(--ratio);
  padding: 7px 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}
.softwareRefresh .ratio-bar span:nth-child(2) {
  background: #527990;
}
.softwareRefresh .ratio-bar span:nth-child(3) {
  color: var(--ink);
  background: #b8cbd6;
}

.softwareRefresh .coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.softwareRefresh .coverage-grid article {
  min-height: 142px;
  padding: 22px;
  background: #fff;
  border-radius: 7px;
  box-shadow: var(--shadow-soft);
}
.softwareRefresh .coverage-grid h3 {
  margin: 0;
  font-size: 0.98rem;
}
.softwareRefresh .coverage-grid p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.softwareRefresh .case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
}

.softwareRefresh .case-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.softwareRefresh .case-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.softwareRefresh .case-card > img {
  width: 100%;
  aspect-ratio: 1.85;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.88) contrast(0.98);
}

.softwareRefresh .case-card > div {
  padding: 21px;
}
.softwareRefresh .case-card__number {
  margin: 0;
  color: var(--blue-deep);
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.softwareRefresh .case-card h3 {
  margin: 8px 0 0;
  font-size: 1.05rem;
  line-height: 1.5;
}
.softwareRefresh .case-card dl {
  margin: 17px 0 0;
  font-size: 0.78rem;
}
.softwareRefresh .case-card dl div {
  display: contents;
}
.softwareRefresh .case-card dt {
  margin-top: 7px;
  font-weight: 800;
}
.softwareRefresh .case-card dd {
  margin: 2px 0 0;
  color: var(--ink-soft);
}

.softwareRefresh .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 0;
}
.softwareRefresh .tag-row span {
  padding: 3px 8px;
  color: var(--blue-deep);
  background: #edf6ff;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
}

.softwareRefresh .table-wrap {
  margin-top: 38px;
  overflow-x: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.softwareRefresh table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.softwareRefresh th,
.softwareRefresh td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.softwareRefresh tr:last-child th,
.softwareRefresh tr:last-child td {
  border-bottom: 0;
}

.softwareRefresh th {
  width: 180px;
  color: var(--blue-deep);
  background: rgba(147, 221, 229, 0.14);
  font-size: 0.82rem;
}
.softwareRefresh td {
  font-size: 0.85rem;
}

.softwareRefresh .stack-note {
  margin: 20px 0 0;
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.softwareRefresh .metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 38px 0 0;
}

.softwareRefresh .metric-grid div {
  min-height: 94px;
  padding: 17px 18px;
  background: #fff;
  border-top: 3px solid var(--aqua);
  box-shadow: var(--shadow-soft);
}
.softwareRefresh .metric-grid dt {
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
}
.softwareRefresh .metric-grid dd {
  margin: 6px 0 0;
  color: var(--blue);
  font-weight: 800;
}
.softwareRefresh .metric-grid strong {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}

.softwareRefresh .data-note {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.softwareRefresh .team-model {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr 1.25fr;
  gap: 1px;
  margin-top: 24px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
}
.softwareRefresh .team-model > div {
  padding: 24px;
  background: #fff;
}
.softwareRefresh .team-model h3 {
  margin: 0;
  font-size: 0.82rem;
}
.softwareRefresh .team-model p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.softwareRefresh .process-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.softwareRefresh .process-list li {
  min-height: 154px;
  padding: 18px 13px;
  position: relative;
  background: #fff;
  box-shadow: var(--shadow-soft);
  border-radius: 7px;
}
.softwareRefresh .process-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 30px;
  right: -9px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: rotate(45deg);
}

.softwareRefresh .process-list span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #fff;
  background: var(--blue-deep);
  border-radius: 50%;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
}
.softwareRefresh .process-list h3 {
  margin: 14px 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
}
.softwareRefresh .process-list p {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 0.7rem;
  line-height: 1.5;
}

.softwareRefresh .faq {
  margin-top: clamp(64px, 8vw, 100px);
}
.softwareRefresh .faq > h2 {
  margin: 0 0 24px;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.softwareRefresh .faq details {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.softwareRefresh .faq details:first-of-type {
  border-radius: 8px 8px 0 0;
}
.softwareRefresh .faq details:last-child {
  border-radius: 0 0 8px 8px;
  border-bottom: 0;
}

.softwareRefresh .faq summary {
  padding: 20px 58px 20px 22px;
  position: relative;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 800;
  list-style: none;
}
.softwareRefresh .faq summary::-webkit-details-marker {
  display: none;
}
.softwareRefresh .faq summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--blue-deep);
  font-size: 1.5rem;
  transform: translateY(-50%);
}
.softwareRefresh .faq details[open] summary::after {
  content: '−';
}
.softwareRefresh .faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.softwareRefresh .contact-section {
  padding-block: clamp(74px, 9vw, 120px);
  color: #fff;
  background: #302433;
}

.softwareRefresh .contact-section__grid {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.72fr);
  gap: clamp(48px, 9vw, 100px);
  align-items: center;
}

.softwareRefresh .contact-section__copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 1.35;
}
.softwareRefresh .contact-section__copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.softwareRefresh .contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.softwareRefresh .contact-tags li {
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.softwareRefresh .contact-form {
  padding: 27px;
  color: var(--ink);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}
.softwareRefresh .contact-form > p {
  margin: 0 0 18px;
  color: var(--blue-deep);
  font-weight: 800;
}
.softwareRefresh .contact-form label {
  display: block;
  margin-top: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.softwareRefresh .contact-form label span {
  margin-left: 7px;
  color: var(--danger);
}
.softwareRefresh .contact-form input,
.softwareRefresh .contact-form textarea {
  width: 100%;
  margin-top: 5px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfd9df;
  border-radius: 4px;
}
.softwareRefresh .contact-form textarea {
  resize: vertical;
}
.softwareRefresh .contact-form__submit {
  width: 100%;
  margin-top: 18px;
  border: 0;
}
.softwareRefresh .contact-form small {
  display: block;
  margin-top: 12px;
  color: var(--ink-soft);
  text-align: center;
}

.softwareRefresh .related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.softwareRefresh .related-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  min-height: 140px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.softwareRefresh .related-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.softwareRefresh .related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.softwareRefresh .related-card div {
  padding: 18px;
}
.softwareRefresh .related-card h3 {
  margin: 0;
  font-size: 0.98rem;
}
.softwareRefresh .related-card p {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.55;
}
.softwareRefresh .related-card span {
  display: inline-block;
  margin-top: 10px;
  color: var(--blue-deep);
  font-size: 0.7rem;
  font-weight: 800;
}

.softwareRefresh .site-footer {
  padding-block: 58px 24px;
  color: rgba(255, 255, 255, 0.82);
  background: #1d2840;
}

.softwareRefresh .site-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr;
  gap: 50px;
}

.softwareRefresh .brand--footer {
  color: #fff;
}
.softwareRefresh .site-footer__grid > div > p {
  margin: 16px 0 0;
  font-size: 0.74rem;
}
.softwareRefresh .site-footer nav {
  display: grid;
  gap: 8px;
  align-content: start;
}
.softwareRefresh .site-footer nav a {
  font-size: 0.76rem;
  text-decoration: none;
}
.softwareRefresh .site-footer nav a:hover {
  color: var(--aqua);
}

.softwareRefresh .site-footer__bottom {
  margin-top: 45px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.7rem;
}
.softwareRefresh .site-footer__bottom p {
  margin: 0;
}
.softwareRefresh .site-footer__bottom a {
  color: inherit;
}

.softwareRefresh .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.softwareRefresh .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.softwareRefresh .sp-only {
  display: none;
}

@media (max-width: 1068px) {
  .softwareRefresh .global-nav {
    gap: 14px;
  }
  .softwareRefresh .global-nav a:nth-child(5) {
    display: none;
  }

  .softwareRefresh .intro__grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 48px;
  }

  .softwareRefresh .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .softwareRefresh .process-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .softwareRefresh .process-list li:nth-child(4)::after {
    display: none;
  }
}

@media (max-width: 868px) {
  .softwareRefresh {
    --section-space: 86px;
  }

  .softwareRefresh .container {
    width: min(var(--container), calc(100% - 48px));
  }

  .softwareRefresh .menu-button {
    width: 50px;
    height: 50px;
    margin-left: auto;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  .softwareRefresh .menu-button__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .softwareRefresh .menu-button__lines,
  .softwareRefresh .menu-button__lines::before,
  .softwareRefresh .menu-button__lines::after {
    width: 25px;
    height: 2px;
    display: block;
    background: var(--ink);
    transition:
      transform 0.2s ease,
      opacity 0.2s ease;
  }
  .softwareRefresh .menu-button__lines {
    position: relative;
  }
  .softwareRefresh .menu-button__lines::before,
  .softwareRefresh .menu-button__lines::after {
    content: '';
    position: absolute;
    left: 0;
  }
  .softwareRefresh .menu-button__lines::before {
    top: -8px;
  }
  .softwareRefresh .menu-button__lines::after {
    top: 8px;
  }
  .softwareRefresh .menu-button[aria-expanded='true'] .menu-button__lines {
    background: transparent;
  }
  .softwareRefresh .menu-button[aria-expanded='true'] .menu-button__lines::before {
    top: 0;
    transform: rotate(45deg);
  }
  .softwareRefresh .menu-button[aria-expanded='true'] .menu-button__lines::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .softwareRefresh .global-nav {
    position: fixed;
    z-index: 99;
    inset: 72px 0 auto;
    max-height: calc(100vh - 72px);
    padding: 24px;
    display: grid;
    gap: 0;
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-120%);
    visibility: hidden;
    transition:
      transform 0.25s ease,
      visibility 0.25s ease;
  }
  .softwareRefresh .global-nav.is-open {
    transform: translateY(0);
    visibility: visible;
  }
  .softwareRefresh .global-nav a,
  .softwareRefresh .global-nav a:nth-child(5) {
    padding: 15px 4px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-size: 0.92rem;
  }
  .softwareRefresh .global-nav a span {
    font-size: 0.72rem;
  }
  .softwareRefresh .global-nav a::after {
    display: none;
  }
  .softwareRefresh .header-cta {
    display: none;
  }

  .softwareRefresh .intro__grid,
  .softwareRefresh .contact-section__grid {
    grid-template-columns: 1fr;
  }
  .softwareRefresh .intro__visual {
    max-width: 600px;
    margin-inline: auto;
  }

  .softwareRefresh .challenge-grid,
  .softwareRefresh .approach-points,
  .softwareRefresh .coverage-grid,
  .softwareRefresh .method-grid,
  .softwareRefresh .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .softwareRefresh .metric-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .softwareRefresh .team-model {
    grid-template-columns: 1fr 1fr;
  }
  .softwareRefresh .team-model > div:first-child {
    grid-row: span 2;
  }

  .softwareRefresh .contact-section__copy {
    max-width: 700px;
  }
  .softwareRefresh .contact-form {
    max-width: 620px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .softwareRefresh {
    --section-space: 68px;
  }

  .softwareRefresh {
    font-size: 15px;
  }
  .softwareRefresh .container {
    width: calc(100% - 32px);
  }
  .softwareRefresh .site-header__inner {
    width: calc(100% - 24px);
    min-height: 64px;
  }
  .softwareRefresh .site-header {
    min-height: 64px;
  }
  .softwareRefresh .global-nav {
    inset: 64px 0 auto;
    max-height: calc(100vh - 64px);
  }
  .softwareRefresh .brand__mark {
    width: 27px;
    height: 27px;
    border-width: 4px;
  }
  .softwareRefresh .brand__text {
    font-size: 0.68rem;
  }

  .softwareRefresh .page-hero,
  .softwareRefresh .page-hero__inner {
    min-height: 210px;
  }
  .softwareRefresh .page-hero h1 {
    font-size: 2rem;
  }
  .softwareRefresh .sp-only {
    display: block;
  }

  .softwareRefresh .intro__grid {
    gap: 50px;
  }
  .softwareRefresh .intro__copy h2 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
  }
  .softwareRefresh .lead {
    margin-top: 22px;
    line-height: 1.9;
  }
  .softwareRefresh .button-row {
    display: grid;
  }
  .softwareRefresh .button {
    width: 100%;
  }

  .softwareRefresh .intro-stats {
    grid-template-columns: 1fr;
  }
  .softwareRefresh .intro-stats div {
    min-height: 86px;
  }
  .softwareRefresh .intro-stats div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .softwareRefresh .photo-frame {
    padding: 10px;
  }
  .softwareRefresh .photo-frame::before,
  .softwareRefresh .photo-frame::after {
    width: 56px;
    height: 56px;
  }

  .softwareRefresh .challenge-grid,
  .softwareRefresh .approach-points,
  .softwareRefresh .coverage-grid,
  .softwareRefresh .method-grid,
  .softwareRefresh .case-grid,
  .softwareRefresh .related-grid {
    grid-template-columns: 1fr;
  }

  .softwareRefresh .challenge-grid li {
    min-height: 76px;
  }
  .softwareRefresh .method-box {
    padding: 18px;
  }

  .softwareRefresh .ratio-bar {
    min-height: auto;
    flex-direction: column;
  }
  .softwareRefresh .ratio-bar span {
    width: 100%;
    min-height: 34px;
  }

  .softwareRefresh .case-card > img {
    aspect-ratio: 2;
  }

  .softwareRefresh .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .softwareRefresh .team-model {
    grid-template-columns: 1fr;
  }
  .softwareRefresh .team-model > div:first-child {
    grid-row: auto;
  }

  .softwareRefresh .process-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .softwareRefresh .process-list li {
    min-height: auto;
    padding: 16px 18px 16px 62px;
  }
  .softwareRefresh .process-list span {
    position: absolute;
    top: 17px;
    left: 18px;
  }
  .softwareRefresh .process-list h3 {
    margin: 0;
  }
  .softwareRefresh .process-list p {
    margin-top: 3px;
  }
  .softwareRefresh .process-list li::after {
    display: none;
  }

  .softwareRefresh .contact-section__grid {
    gap: 40px;
  }
  .softwareRefresh .contact-form {
    padding: 21px 17px;
  }
  .softwareRefresh .contact-tags {
    gap: 6px;
  }

  .softwareRefresh .related-card {
    grid-template-columns: 100px 1fr;
  }

  .softwareRefresh .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }
  .softwareRefresh .site-footer__grid > div {
    grid-column: 1 / -1;
  }
  .softwareRefresh .site-footer__bottom {
    gap: 18px;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .softwareRefresh *,
  .softwareRefresh *::before,
  .softwareRefresh *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .softwareRefresh .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .softwareRefresh .site-header,
  .softwareRefresh .menu-button,
  .softwareRefresh .button-row,
  .softwareRefresh .contact-form {
    display: none !important;
  }
  .softwareRefresh .reveal {
    opacity: 1;
    transform: none;
  }
  .softwareRefresh .section {
    padding-block: 36px;
  }
}

/* Match the typography used by the existing lower-level pages. */
.softwareRefresh .eyebrow,
.softwareRefresh .intro-stats strong,
.softwareRefresh .point-card__label,
.softwareRefresh .method-grid span,
.softwareRefresh .case-card__number,
.softwareRefresh .metric-grid strong,
.softwareRefresh .process-list span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

/* Lower-page layout alignment */
.softwareRefresh {
  --container: 1000px;
  --section-space: 72px;
  color: #302433;
  background: #fff;
  font-size: 15px;
  line-height: 2.6;
  letter-spacing: 0.04em;
}

.softwareRefresh .container {
  width: 1000px;
  max-width: calc(100% - 60px);
}

.softwareRefresh .section {
  padding: 72px 0;
}

.softwareRefresh .section--tint {
  background: #f5f8f8;
}

.softwareRefresh .section--tint::before {
  display: none;
}

.softwareRefresh .eyebrow {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

.softwareRefresh .section-title,
.softwareRefresh .faq > h2 {
  position: relative;
  max-width: none;
  padding-left: 76px;
  color: #302433;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.04em;
  white-space: normal;
}

.softwareRefresh .section-title::before,
.softwareRefresh .faq > h2::before {
  content: '';
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 60px;
  height: 3px;
  background: #302433;
}

.softwareRefresh .section-intro,
.softwareRefresh .section-note {
  max-width: 800px;
  margin-top: 24px;
  color: #302433;
  font-size: 15px;
  line-height: 2.6;
}

.softwareRefresh .section-note {
  padding-left: 0;
  border: 0;
}

.softwareRefresh .intro {
  padding: 56px 0 76px;
  overflow: hidden;
}

.softwareRefresh .intro::after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 36px;
  width: calc((100% - 1000px) / 2 + 430px);
  height: 260px;
  background: #edf5f8;
}

.softwareRefresh .intro__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 70px;
  align-items: center;
}

.softwareRefresh .intro__copy h2 {
  margin: 0;
  color: #302433;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.softwareRefresh .lead {
  margin-top: 24px;
  color: #302433;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.6;
}

.softwareRefresh .photo-frame {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.softwareRefresh .photo-frame::before,
.softwareRefresh .photo-frame::after {
  display: none;
}

.softwareRefresh .photo-frame img {
  aspect-ratio: 1.08;
  object-fit: cover;
}

.softwareRefresh .intro__visual figcaption {
  margin-top: 12px;
  color: #584d5e;
  font-size: 12px;
  line-height: 1.8;
}

.softwareRefresh .button-row {
  gap: 16px;
  margin-top: 30px;
}

.softwareRefresh .button {
  width: 270px;
  min-height: 60px;
  padding: 12px 42px 12px 24px;
  border: 0;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px #d3d3d3;
  transform: none;
}

.softwareRefresh .button::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}

.softwareRefresh .button:hover {
  opacity: 0.7;
  transform: none;
}

.softwareRefresh .button--primary,
.softwareRefresh .button--outline {
  color: #fff;
  background: var(--blue-b);
}

.softwareRefresh .button--outline::after {
  border-left-color: #fff;
}

.softwareRefresh .intro-stats {
  margin-top: 40px;
  padding: 22px 0;
  background: transparent;
  border-top: 1px solid #d7e2e6;
  border-bottom: 1px solid #d7e2e6;
  box-shadow: none;
}

.softwareRefresh .intro-stats div {
  padding: 0 20px;
}

.softwareRefresh .intro-stats div:first-child {
  padding-left: 0;
}

.softwareRefresh .intro-stats strong {
  font-size: 28px;
}

.softwareRefresh .challenge-grid,
.softwareRefresh .coverage-grid {
  gap: 0;
  margin-top: 38px;
  background: #fff;
  border-top: 1px solid #d7e2e6;
  border-left: 1px solid #d7e2e6;
}

.softwareRefresh .challenges__heading {
  text-align: left;
}

.softwareRefresh .eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 18px;
  font-family: 'Lobster', cursive;
  color: var(--cyan);
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: none;
}

.softwareRefresh .eyebrow::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 2px;
  left: -10px;
  width: calc(100% + 10px);
  height: 5px;
  background: url(/img/top/img_border_001.webp) top left / cover;
}

.softwareRefresh .challenges {
  background: #fff;
}

.softwareRefresh .challenges .section-title {
  padding-left: 0;
}

.softwareRefresh .challenges .section-title::before {
  display: none;
}

.softwareRefresh .challenge-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: transparent;
  border: 0;
}

.softwareRefresh .challenge-grid .challenge-card {
  position: relative;
  min-height: 238px;
  padding: 28px 18px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: #fff;
  border: 1px solid #dbeaf0;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(38, 91, 117, 0.07);
}

.softwareRefresh .challenge-card__icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  color: var(--blue-b);
  background: #f3fbfd;
  border: 1px solid #a8dbe6;
  border-radius: 50%;
}

.softwareRefresh .challenge-card__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media screen and (min-width: 1024px) {
  .softwareRefresh .challenge-card:not(:last-child)::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -14px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #70c1d1;
    border-right: 2px solid #70c1d1;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
  }
}

.softwareRefresh .challenge-card__title {
  margin: 0;
  color: #302433;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.softwareRefresh .challenge-card__text {
  margin: 10px 0 0;
  color: #584d5e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.softwareRefresh .challenges__note {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.softwareRefresh .challenge-grid li,
.softwareRefresh .coverage-grid article {
  min-height: 118px;
  padding: 28px 26px;
  border: 0;
  border-right: 1px solid #d7e2e6;
  border-bottom: 1px solid #d7e2e6;
  border-radius: 0;
  box-shadow: none;
}

.softwareRefresh .challenge-grid li:hover {
  transform: none;
  box-shadow: none;
}

.softwareRefresh .line-icon {
  color: var(--blue);
}

.softwareRefresh .approach {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.softwareRefresh .approach::after {
  content: '';
  position: absolute;
  top: -90px;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(64, 159, 201, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 46px rgba(64, 159, 201, 0.035),
    0 0 0 92px rgba(64, 159, 201, 0.025);
  pointer-events: none;
}

.softwareRefresh .approach__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 64px;
  align-items: center;
}

.softwareRefresh .approach__visual {
  position: relative;
  margin: 0;
}

.softwareRefresh .approach__visual::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 22px;
  left: -22px;
  width: 100%;
  height: 100%;
  background: #dff2f5;
  border-radius: 30px 8px 30px 8px;
}

.softwareRefresh .approach__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 574 / 320;
  object-fit: cover;
  border-radius: 30px 8px 30px 8px;
}

.softwareRefresh .approach__title {
  margin: 0;
  padding-left: 0;
  font-size: 26px;
  line-height: 1.65;
}

.softwareRefresh .approach__title::before {
  display: none;
}

.softwareRefresh .approach__lead {
  margin: 22px 0 0;
  color: #584d5e;
  font-size: 14px;
  line-height: 2.2;
}

.softwareRefresh .approach__list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.softwareRefresh .approach__list li {
  position: relative;
  margin-top: 12px;
  padding-left: 32px;
  color: #302433;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.softwareRefresh .approach__list strong,
.softwareRefresh .approach__list span {
  display: block;
}

.softwareRefresh .approach__list span {
  margin-top: 4px;
  color: #584d5e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.softwareRefresh .approach__list li::before {
  content: '✓';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue-b);
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}

.softwareRefresh .strengths {
  position: relative;
  overflow: hidden;
  background: #fff7f7;
}

.softwareRefresh .strengths::before {
  content: '';
  position: absolute;
  top: -150px;
  left: -5%;
  width: 110%;
  height: 190px;
  background: #fff;
  transform: rotate(-2deg);
  transform-origin: center;
}

.softwareRefresh .strengths .container {
  position: relative;
  z-index: 1;
}

.softwareRefresh .strengths__heading {
  margin-bottom: 42px;
  text-align: center;
}

.softwareRefresh .strengths__title {
  max-width: none;
  margin: 0;
  padding-left: 0;
  font-size: 24px;
  text-align: center;
}

.softwareRefresh .strengths__title::before {
  display: none;
}

.softwareRefresh .strengths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.softwareRefresh .strength-card {
  min-width: 0;
}

.softwareRefresh .strength-card__visual {
  position: relative;
  overflow: visible;
}

.softwareRefresh .strength-card__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 344 / 220;
  object-fit: cover;
  border-radius: 12px;
}

.softwareRefresh .strength-card__number {
  position: absolute;
  z-index: 2;
  top: -14px;
  left: -12px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue-b);
  border-radius: 50%;
  font-family: 'Lobster', cursive;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 16px rgba(64, 159, 201, 0.24);
}

.softwareRefresh .strength-card__title {
  margin: 20px 0 0;
  color: #302433;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.softwareRefresh .strength-card__text {
  margin: 8px 0 0;
  color: #584d5e;
  font-size: 13px;
  line-height: 2;
}

.softwareRefresh .strength-card__evidence {
  margin: 14px 0 0;
  color: #584d5e;
  font-size: 12px;
  line-height: 1.7;
}

.softwareRefresh .strength-card__evidence span {
  margin-right: 8px;
  padding: 3px 8px;
  display: inline-block;
  color: #204f84;
  background: #edf5f8;
  font-weight: 700;
}

.softwareRefresh .coverage {
  background: #f4f8fc;
}

.softwareRefresh .coverage__panel {
  padding: 56px 40px;

  border-radius: 16px;
}

.softwareRefresh .coverage__heading {
  margin-bottom: 40px;
  text-align: center;
}

.softwareRefresh .coverage__title {
  max-width: none;
  margin: 0;
  padding-left: 0;
  color: #302433;
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: 0.12em;
  text-align: center;
}

.softwareRefresh .coverage__title::before {
  display: none;
}

.softwareRefresh .coverage__bubbles {
  min-height: 180px;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.softwareRefresh .coverage-bubble {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 8px 20px rgba(48, 36, 51, 0.05);
}

.softwareRefresh .coverage-bubble--business {
  width: 150px;
  height: 150px;
  background: #204f84;
  font-size: 11px;
}

.softwareRefresh .coverage-bubble--business strong {
  font-size: 22px;
}

.softwareRefresh .coverage-bubble--web {
  width: 130px;
  height: 130px;
  background: var(--blue);
  font-size: 10px;
}

.softwareRefresh .coverage-bubble--web strong {
  font-size: 18px;
}

.softwareRefresh .coverage-bubble--embedded,
.softwareRefresh .coverage-bubble--other {
  width: 68px;
  height: 68px;
  color: #302433;
  font-size: 9px;
}

.softwareRefresh .coverage-bubble--embedded {
  background: var(--cyan);
}

.softwareRefresh .coverage-bubble--other {
  background: #d7e2e6;
}

.softwareRefresh .coverage-bubble--embedded strong,
.softwareRefresh .coverage-bubble--other strong {
  font-size: 13px;
}

.softwareRefresh .coverage__grid {
  display: flex;
  align-items: stretch;
}

.softwareRefresh .coverage-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.softwareRefresh .coverage-card:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background: rgba(64, 126, 187, 0.14);
}

.softwareRefresh .coverage-card:hover {
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 107, 194, 0.08);
  transform: translateY(-6px);
}

.softwareRefresh .coverage-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  color: var(--blue);
}

.softwareRefresh .coverage-card__icon svg {
  width: 100%;
  height: 100%;
  fill: rgba(67, 126, 187, 0.04);
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.softwareRefresh .coverage-card__title {
  margin: 0 0 12px;
  color: #302433;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.softwareRefresh .coverage-card__text {
  margin: 0;
  color: #584d5e;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.softwareRefresh .coverage__note {
  margin: 34px 0 0;
  color: #302433;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.softwareRefresh .approach-points {
  gap: 24px;
  margin-top: 40px;
}

.softwareRefresh .point-card {
  padding: 30px;
  background: #f5f8f8;
  border: 0;
  border-top: 4px solid var(--blue);
  border-radius: 0;
  box-shadow: none;
}

.softwareRefresh .point-card::after {
  display: none;
}

.softwareRefresh .point-card h3 {
  font-size: 18px;
}

.softwareRefresh .point-card > p:last-child {
  font-size: 14px;
  line-height: 2.2;
}

.softwareRefresh .method-box {
  margin-top: 42px;
  padding: 36px 40px 40px;
  background: #fff;
  border: 1px solid #d7e2e6;
  border-radius: 0;
  box-shadow: none;
}

.softwareRefresh .method-grid {
  gap: 0;
}

.softwareRefresh .method-grid article {
  padding: 0 30px;
  background: transparent;
  border: 0;
  border-left: 1px solid #d7e2e6;
}

.softwareRefresh .method-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.softwareRefresh .method-grid article:last-child {
  padding-right: 0;
}

.softwareRefresh .ratio-card {
  margin-top: 36px;
  padding: 26px 30px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.softwareRefresh .ratio-bar {
  border-radius: 0;
}

.softwareRefresh .coverage-grid article h3 {
  color: #302433;
  font-size: 16px;
}

.softwareRefresh .coverage-grid article p {
  font-size: 13px;
  line-height: 2;
}

.softwareRefresh .case-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.softwareRefresh .case-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d7e2e6;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(48, 36, 51, 0.04);
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease,
    box-shadow 0.4s ease;
}

.softwareRefresh .case-card:hover {
  border-color: var(--blue);
  box-shadow: 0 14px 30px rgba(48, 36, 51, 0.08);
  transform: translateY(-6px);
}

.softwareRefresh .case-card__media {
  width: 100%;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1.85;
  background: #f5f8f8;
}

.softwareRefresh .case-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transition: transform 0.5s ease;
}

.softwareRefresh .case-card:hover .case-card__media img {
  transform: scale(1.05);
}

.softwareRefresh .case-card__body {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.softwareRefresh .case-card__tags {
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.softwareRefresh .case-card__tags span {
  padding: 4px 10px;
  color: #204f84;
  background: #edf5f8;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.softwareRefresh .case-card .case-card__title {
  margin: 0 0 10px;
  color: #302433;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.softwareRefresh .case-card__text {
  margin: 0;
  color: #584d5e;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.softwareRefresh .case-card__text strong {
  margin-top: 10px;
  display: block;
  color: #302433;
  font-size: 11px;
  line-height: 1.5;
}

.softwareRefresh .case-card__text strong:first-child {
  margin-top: 0;
}

.softwareRefresh .table-wrap {
  margin-top: 38px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.softwareRefresh table {
  border-top: 1px solid #d7e2e6;
  border-left: 1px solid #d7e2e6;
}

.softwareRefresh th,
.softwareRefresh td {
  padding: 18px 24px;
  border-right: 1px solid #d7e2e6;
  border-bottom: 1px solid #d7e2e6;
}

.softwareRefresh th {
  width: 190px;
  color: #302433;
  background: #edf5f8;
}

.softwareRefresh .stack .table-wrap {
  max-width: 860px;
  margin: 26px auto 0;
  overflow-x: visible;
  background: transparent;
}

.softwareRefresh .stack table {
  min-width: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 14px;
}

.softwareRefresh .stack th,
.softwareRefresh .stack td {
  height: 72px;
  padding: 16px 24px;
  vertical-align: middle;
  border-top: 1px solid rgba(71, 188, 202, 0.08);
  border-right: 0;
  border-bottom: 1px solid rgba(71, 188, 202, 0.08);
  background: #fff;
}

.softwareRefresh .stack th {
  width: 220px;
  border-left: 1px solid rgba(71, 188, 202, 0.08);
  border-radius: 14px 0 0 14px;
  background: #f1f8fa;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  box-shadow: -4px 8px 18px rgba(71, 188, 202, 0.035);
}

.softwareRefresh .stack td {
  border-right: 1px solid rgba(71, 188, 202, 0.08);
  border-radius: 0 14px 14px 0;
  color: #584d5e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  box-shadow: 5px 8px 18px rgba(71, 188, 202, 0.035);
}

.softwareRefresh .stack-category__icon {
  width: 38px;
  height: 38px;
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #47bcca;
  background: #fff;
  border: 1px solid rgba(71, 188, 202, 0.2);
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0 4px 10px rgba(71, 188, 202, 0.08);
}

.softwareRefresh .stack-category__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.softwareRefresh .stack .stack-note {
  width: fit-content;
  max-width: 100%;
  margin: 36px auto 0;
  padding: 11px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #302433;
  background: #eaf4f7;
  border: 1px solid rgba(71, 188, 202, 0.1);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: left;
}

.softwareRefresh .stack-note__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #47bcca;
  background: #fff;
  border: 1.5px solid #47bcca;
  border-radius: 50%;
}

.softwareRefresh .stack-note__icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.softwareRefresh .metric-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(67, 126, 187, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(48, 36, 51, 0.04);
}

.softwareRefresh .metric-grid div {
  min-width: 0;
  min-height: 116px;
  padding: 26px 20px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 16px;
  border: 0;
  border-right: 1px dashed rgba(67, 126, 187, 0.15);
  border-bottom: 1px solid rgba(67, 126, 187, 0.08);
  background: #fff;
  box-shadow: none;
}

.softwareRefresh .metric-grid div:nth-child(4n) {
  border-right: 0;
}

.softwareRefresh .metric-grid div:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.softwareRefresh .metric-grid dt {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: end;
  column-gap: 16px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.02em;
}

.softwareRefresh .metric-grid__icon {
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #f4f8fa;
  border: 1px solid rgba(67, 126, 187, 0.08);
  border-radius: 50%;
}

.softwareRefresh .metric-grid__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.softwareRefresh .metric-grid dd {
  position: relative;
  grid-column: 2;
  margin-top: 2px;
  padding-bottom: 8px;
  line-height: 1.1;
}

.softwareRefresh .metric-grid dd::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 3px;
  background: #51b6c8;
}

.softwareRefresh .metric-grid strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 700;
}

.softwareRefresh .data-note {
  margin: 14px 0 42px;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.softwareRefresh .team-model {
  position: relative;
  grid-template-columns: 1fr 1.25fr 1.25fr;
  gap: 50px;
  margin-top: 0;
  padding: 44px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(67, 126, 187, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(48, 36, 51, 0.04);
}

.softwareRefresh .team-model > div {
  position: relative;
  z-index: 1;
  padding: 0;
  background: transparent;
}

.softwareRefresh .team-model h3 {
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
}

.softwareRefresh .team-model h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 3px;
  background: #51b6c8;
}

.softwareRefresh .team-model p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
}

.softwareRefresh .team-model__roles {
  margin: 0;
  padding: 0;
  list-style: none;
}

.softwareRefresh .team-model__roles li {
  position: relative;
  padding: 8px 0 8px 16px;
  border-bottom: 1px dotted #e2e8f0;
  font-size: 15px;
  font-weight: 700;
}

.softwareRefresh .team-model__roles li:last-child {
  border-bottom: 0;
}

.softwareRefresh .team-model__roles li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 14px;
  background: #51b6c8;
  transform: translateY(-50%);
}

.softwareRefresh .team-model__watermark {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: rgba(81, 182, 200, 0.12);
  font-family: 'Lobster', cursive;
  font-size: 76px;
  line-height: 1;
  transform: rotate(-12deg);
  pointer-events: none;
  user-select: none;
}

.softwareRefresh .process-list {
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  margin-top: 42px;
}

.softwareRefresh .process-list li {
  min-height: 160px;
  padding: 24px 14px;
  border: 0;
  border-top: 4px solid var(--blue);
  border-radius: 0;
  box-shadow: none;
}

.softwareRefresh .process-list li:nth-child(even) {
  background: #edf5f8;
}

.softwareRefresh .process-list li:not(:last-child)::after {
  z-index: 2;
  right: -8px;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid var(--blue);
  transform: translateY(-50%);
}

.softwareRefresh .faq {
  margin-top: 72px;
}

.softwareRefresh .faq details {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #d7e2e6;
  border-radius: 0;
}

.softwareRefresh .faq details:first-of-type {
  margin-top: 34px;
  border-top: 1px solid #d7e2e6;
  border-radius: 0;
}

.softwareRefresh .faq summary {
  padding: 22px 56px 22px 24px;
}

.softwareRefresh .faq details p {
  padding: 0 24px 24px;
  font-size: 14px;
  line-height: 2.2;
}

.softwareRefresh .related-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.softwareRefresh .related-card {
  display: block;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.softwareRefresh .related-card:hover {
  opacity: 0.7;
  transform: none;
  box-shadow: none;
}

.softwareRefresh .related-card img {
  height: 220px;
}

.softwareRefresh .related-card div {
  padding: 20px 0 0;
}

@media screen and (max-width: 1023px) {
  .softwareRefresh .intro__grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
  }

  .softwareRefresh .case-grid,
  .softwareRefresh .related-grid {
    gap: 16px;
  }

  .softwareRefresh .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .softwareRefresh .challenge-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .softwareRefresh .approach__grid {
    gap: 40px;
  }

  .softwareRefresh .strengths__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .softwareRefresh .coverage__grid {
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .softwareRefresh .coverage__bubbles {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
  }

  .softwareRefresh .coverage-card {
    flex: 0 0 50%;
  }

  .softwareRefresh .coverage-card::after {
    display: none;
  }

  .softwareRefresh .coverage-card:nth-child(odd):not(:last-child) {
    border-right: 1px solid rgba(64, 126, 187, 0.14);
  }

  .softwareRefresh .coverage-card:last-child {
    flex-basis: 100%;
    padding-top: 36px;
    border-top: 1px solid rgba(64, 126, 187, 0.14);
  }

  .softwareRefresh .coverage-card__pc-break {
    display: none;
  }

  .softwareRefresh .process-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .softwareRefresh .process-list li:nth-child(4)::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .softwareRefresh {
    --section-space: 56px;
    font-size: 15px;
    line-height: 2.2;
  }

  .softwareRefresh .container {
    width: auto;
    max-width: calc(100% - 40px);
  }

  .softwareRefresh .section {
    padding: 56px 0;
  }

  .softwareRefresh .challenge-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .softwareRefresh .challenge-grid .challenge-card {
    min-height: auto;
    padding: 28px 20px 24px;
  }

  .softwareRefresh .approach::after {
    display: none;
  }

  .softwareRefresh .approach__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .softwareRefresh .approach__visual::before {
    top: 12px;
    left: -12px;
  }

  .softwareRefresh .approach__visual img {
    aspect-ratio: 574 / 300;
    border-radius: 22px 6px 22px 6px;
  }

  .softwareRefresh .approach__title {
    padding-left: 0;
    font-size: 22px;
  }

  .softwareRefresh .approach__lead,
  .softwareRefresh .approach__list li {
    font-size: 14px;
  }

  .softwareRefresh .strengths::before {
    display: none;
  }

  .softwareRefresh .strengths__heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .softwareRefresh .strengths__title {
    padding-left: 0;
    font-size: 22px;
    text-align: left;
  }

  .softwareRefresh .strengths__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .softwareRefresh .strength-card__number {
    left: -8px;
  }

  .softwareRefresh .coverage__panel {
    padding: 44px 16px;
  }

  .softwareRefresh .coverage__heading {
    margin-bottom: 32px;
    text-align: left;
  }

  .softwareRefresh .coverage__title {
    padding-left: 0;
    font-size: 20px;
    text-align: left;
  }

  .softwareRefresh .coverage-card,
  .softwareRefresh .coverage-card:last-child {
    flex-basis: 100%;
    padding: 20px 16px;
    border-top: 0;
    border-right: 0;
  }

  .softwareRefresh .coverage-card:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px dashed rgba(64, 126, 187, 0.16);
    border-radius: 0;
  }

  .softwareRefresh .eyebrow {
    margin-bottom: 14px;
    font-size: 52px;
  }

  .softwareRefresh .section-title,
  .softwareRefresh .faq > h2 {
    padding-left: 40px;
    font-size: 22px;
  }

  .softwareRefresh .section-title::before,
  .softwareRefresh .faq > h2::before {
    top: 0.8em;
    width: 30px;
  }

  .softwareRefresh .section-intro,
  .softwareRefresh .section-note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2.2;
  }

  .softwareRefresh .intro {
    padding: 48px 0 56px;
  }

  .softwareRefresh .intro::after {
    display: none;
  }

  .softwareRefresh .intro__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .softwareRefresh .intro__copy h2 {
    font-size: 26px;
    line-height: 1.6;
  }

  .softwareRefresh .lead {
    font-size: 14px;
    line-height: 2.2;
  }

  .softwareRefresh .intro__visual {
    max-width: none;
    margin: 0;
  }

  .softwareRefresh .button-row,
  .softwareRefresh .button-row--center {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .softwareRefresh .button {
    width: 100%;
    min-height: 54px;
    margin: 0;
    font-size: 15px;
  }

  .softwareRefresh .intro-stats {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
  }

  .softwareRefresh .intro-stats div {
    padding: 0 10px;
  }

  .softwareRefresh .intro-stats dt {
    font-size: 10px;
  }

  .softwareRefresh .intro-stats dd {
    font-size: 12px;
  }

  .softwareRefresh .intro-stats strong {
    font-size: 22px;
  }

  .softwareRefresh .challenge-grid,
  .softwareRefresh .coverage-grid,
  .softwareRefresh .approach-points,
  .softwareRefresh .case-grid,
  .softwareRefresh .metric-grid,
  .softwareRefresh .related-grid {
    grid-template-columns: 1fr;
  }

  .softwareRefresh .challenge-grid li,
  .softwareRefresh .coverage-grid article {
    min-height: auto;
    padding: 22px 20px;
  }

  .softwareRefresh .point-card {
    padding: 24px 20px;
  }

  .softwareRefresh .method-box {
    padding: 28px 20px;
  }

  .softwareRefresh .method-grid {
    grid-template-columns: 1fr;
  }

  .softwareRefresh .method-grid article,
  .softwareRefresh .method-grid article:first-child,
  .softwareRefresh .method-grid article:last-child {
    padding: 24px 0;
    border: 0;
    border-top: 1px solid #d7e2e6;
  }

  .softwareRefresh .method-grid article:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .softwareRefresh .method-grid article:last-child {
    padding-bottom: 0;
  }

  .softwareRefresh .ratio-card {
    padding: 22px 20px;
  }

  .softwareRefresh .ratio-bar {
    display: block;
  }

  .softwareRefresh .ratio-bar span {
    width: 100% !important;
    min-height: 38px;
  }

  .softwareRefresh .related-grid {
    gap: 40px;
  }

  .softwareRefresh .case-grid {
    gap: 16px;
  }

  .softwareRefresh .case-card > img,
  .softwareRefresh .related-card img {
    height: auto;
    aspect-ratio: 1.55;
  }

  .softwareRefresh .table-wrap {
    margin-right: -20px;
  }

  .softwareRefresh table {
    min-width: 680px;
  }

  .softwareRefresh th,
  .softwareRefresh td {
    padding: 16px;
  }

  .softwareRefresh .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .softwareRefresh .metric-grid div {
    min-height: 100px;
  }

  .softwareRefresh .team-model {
    grid-template-columns: 1fr;
  }

  .softwareRefresh .team-model > div + div {
    border-top: 1px solid #d7e2e6;
  }

  .softwareRefresh .process-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .softwareRefresh .process-list li {
    min-height: auto;
    padding: 18px 20px 18px 62px;
    border-top-width: 3px;
  }

  .softwareRefresh .process-list li:nth-child(even) {
    background: #edf5f8;
  }

  .softwareRefresh .process-list li:not(:last-child)::after {
    display: none;
  }

  .softwareRefresh .faq {
    margin-top: 56px;
  }

  .softwareRefresh .faq summary {
    padding: 20px 48px 20px 16px;
  }

  .softwareRefresh .faq details p {
    padding: 0 16px 20px;
  }
}

@media screen and (max-width: 767px) {
  .softwareRefresh .stack .table-wrap {
    margin: 18px 0 0;
    overflow: visible;
  }

  .softwareRefresh .stack table,
  .softwareRefresh .stack tbody {
    width: 100%;
    min-width: 0;
    display: block;
  }

  .softwareRefresh .stack table {
    border-spacing: 0;
  }

  .softwareRefresh .stack tr {
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(71, 188, 202, 0.1);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(71, 188, 202, 0.045);
  }

  .softwareRefresh .stack th,
  .softwareRefresh .stack td {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .softwareRefresh .stack th {
    padding: 13px 18px;
    white-space: normal;
  }

  .softwareRefresh .stack td {
    padding: 15px 18px 17px;
  }

  .softwareRefresh .stack-category__icon {
    width: 34px;
    height: 34px;
    margin-right: 12px;
  }

  .softwareRefresh .stack .stack-note {
    width: 100%;
    margin-top: 26px;
    padding: 15px 18px;
    align-items: flex-start;
    border-radius: 16px;
  }

  .softwareRefresh .stack-note__icon {
    margin-top: 1px;
  }
}

@media screen and (max-width: 1023px) {
  .softwareRefresh .team .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .softwareRefresh .team .metric-grid div,
  .softwareRefresh .team .metric-grid div:nth-child(4n) {
    border-right: 1px dashed rgba(67, 126, 187, 0.15);
    border-bottom: 1px solid rgba(67, 126, 187, 0.08);
  }

  .softwareRefresh .team .metric-grid div:nth-child(even) {
    border-right: 0;
  }

  .softwareRefresh .team .metric-grid div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .softwareRefresh .team .team-model {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 32px;
  }

  .softwareRefresh .team .team-model > div + div {
    padding-top: 0;
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .softwareRefresh .team .metric-grid {
    margin-top: 30px;
  }

  .softwareRefresh .team .metric-grid div {
    min-height: 108px;
    padding: 22px 16px;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 13px;
  }

  .softwareRefresh .team .metric-grid dt {
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 13px;
  }

  .softwareRefresh .team .metric-grid__icon {
    width: 46px;
    height: 46px;
  }

  .softwareRefresh .team .metric-grid strong {
    font-size: 30px;
  }

  .softwareRefresh .team .data-note {
    margin: 12px 0 30px;
    line-height: 1.8;
  }

  .softwareRefresh .team .team-model {
    gap: 32px;
    padding: 26px 22px;
  }

  .softwareRefresh .team-model__watermark {
    font-size: 58px;
  }
}

@media screen and (max-width: 480px) {
  .softwareRefresh .team .metric-grid {
    grid-template-columns: 1fr;
  }

  .softwareRefresh .team .metric-grid div,
  .softwareRefresh .team .metric-grid div:nth-child(even),
  .softwareRefresh .team .metric-grid div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(67, 126, 187, 0.08);
  }

  .softwareRefresh .team .metric-grid div:last-child {
    border-bottom: 0;
  }
}

.softwareRefresh .process .process-list {
  max-width: 860px;
  margin: 46px auto 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.softwareRefresh .process .process-list li,
.softwareRefresh .process .process-list li:nth-child(even) {
  position: relative;
  min-height: 0;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 28px;
  background: #fff;
  border: 1px solid rgba(67, 126, 187, 0.08);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(48, 36, 51, 0.04);
}

.softwareRefresh .process .process-list .process-list__item--accent {
  border-radius: 36px 12px 36px 12px;
}

.softwareRefresh .process .process-list li:not(:last-child)::after {
  top: auto;
  right: auto;
  bottom: -35px;
  left: 61px;
  width: 0;
  height: 34px;
  display: block;
  background: transparent;
  border: 0;
  border-left: 2px dotted #51b6c8;
  transform: none;
  opacity: 0.8;
}

.softwareRefresh .process-list__marker {
  width: 60px;
  flex: 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--ink-soft);
}

.softwareRefresh .process .process-list__marker span {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #51b6c8;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(81, 182, 200, 0.25);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
}

.softwareRefresh .process-list__marker svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.softwareRefresh .process-list__body {
  flex: 1 1 auto;
  min-width: 0;
}

.softwareRefresh .process .process-list h3 {
  position: relative;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.softwareRefresh .process .process-list h3::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 16px;
  height: 2px;
  background: #51b6c8;
}

.softwareRefresh .process .process-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.softwareRefresh .process-footer-note {
  max-width: 860px;
  margin: 0 auto;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(81, 182, 200, 0.35);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(48, 36, 51, 0.04);
}

.softwareRefresh .process-footer-note__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  color: #51b6c8;
  background: #fff;
  border: 1px solid rgba(81, 182, 200, 0.2);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(81, 182, 200, 0.1);
}

.softwareRefresh .process-footer-note__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.softwareRefresh .process-footer-note__divider {
  width: 1px;
  height: 18px;
  margin: 0 20px;
  flex: 0 0 auto;
  background: rgba(67, 126, 187, 0.15);
}

.softwareRefresh .process-footer-note p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .softwareRefresh .process .process-list {
    margin: 34px auto 38px;
    gap: 18px;
  }

  .softwareRefresh .process .process-list li,
  .softwareRefresh .process .process-list li:nth-child(even) {
    padding: 20px;
    gap: 18px;
    border-top-width: 1px;
  }

  .softwareRefresh .process .process-list .process-list__item--accent {
    border-radius: 30px 12px 30px 12px;
  }

  .softwareRefresh .process .process-list li:not(:last-child)::after {
    bottom: -33px;
    left: 42px;
    height: 32px;
  }

  .softwareRefresh .process-list__marker {
    width: 46px;
    flex-basis: 46px;
  }

  .softwareRefresh .process .process-list__marker span {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .softwareRefresh .process-list__marker svg {
    width: 36px;
    height: 36px;
  }

  .softwareRefresh .process .process-list h3 {
    font-size: 15px;
  }

  .softwareRefresh .process .process-list p {
    font-size: 12px;
    line-height: 1.7;
  }

  .softwareRefresh .process-footer-note {
    padding: 20px;
    flex-direction: column;
    border-radius: 12px;
    text-align: center;
  }

  .softwareRefresh .process-footer-note__divider {
    width: 40px;
    height: 1px;
    margin: 12px auto;
  }

  .softwareRefresh .process-footer-note p {
    font-size: 12px;
    line-height: 1.6;
  }
}
/* ===== END service/software-refresh.css ===== */

/* ===== BEGIN service/software-ref2.css ===== */
/* ref2 body design. Header, footer, form and shared container remain project-owned. */
.softwareRefresh--ref2 {
  --cyan: #e86a6a;
  --cyan-deep: #dd4a4a;
  --cyan-soft: #f2b4b4;
  --cyan-pale: #fff7f7;
  --ink: #302433;
  --ink-soft: #605057;
  --blue: #b83838;
  --blue-a: #c94444;
  --blue-b: #dd4a4a;
  --gold: #deae5e;
  --white: #fff;
  --line: rgba(221, 74, 74, 0.16);
  --gutter: clamp(24px, 6vw, 90px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font-jp: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  --font-script: 'Lobster', cursive;
  --font-num: 'Heebo', sans-serif;
  /* Site-standard container/rhythm borrowed from /service/it/ */
  --container: 1000px;
  --gutter-x: 30px;
  /* Red base aligned with /service/it/ tone balance:
     white surfaces, dark text, and restrained red accents. */
  --software-bg-base: #ffffff;
  --software-bg-subtle: #fff7f7;
  --software-bg-accent: #fff0f0;
  --software-text-primary: #302433;
  --software-border: #efd0d0;
  --accent-rgb: 221, 74, 74;
  --tone-red: #dd4a4a;
  --tone-red-soft: rgba(var(--accent-rgb), 0.12);
  --tone-red-line: rgba(var(--accent-rgb), 0.28);
  color: var(--ink);
  background: var(--software-bg-base);
  font-family: var(--font-jp);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  overflow: hidden;
}

/* Low-specificity reset via :where() so single-class component
   rules (e.g. .rz2-cases__intro) can still apply their own margin/padding,
   mirroring the reference's bare-element reset. */
.softwareRefresh--ref2 :where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.softwareRefresh--ref2 :where(h1, h2, h3, h4, p, dl, dd, figure) {
  margin: 0;
}

.softwareRefresh--ref2 a {
  text-decoration: none;
}

.softwareRefresh--ref2 .rz2-btnWrap {
  margin-top: clamp(36px, 5vw, 52px);
  display: flex;
  justify-content: center;
}

.softwareRefresh--ref2 .rz2-btnWrap--pair {
  flex-wrap: wrap;
  gap: 16px;
}

/* =========================================================
   Container width + Buttons
   (override project defaults so the body matches the ref2 mock)
   ========================================================= */
.softwareRefresh--ref2 .container {
  width: var(--container);
  max-width: calc(100% - 60px);
  margin-inline: auto;
}

.softwareRefresh--ref2 .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  min-height: 60px;
  padding: 10px 34px;
  border: 0;
  border-radius: 9999px;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  box-shadow: none;
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s,
    filter 0.3s,
    background-color 0.3s,
    color 0.3s;
}
.softwareRefresh--ref2 .button::after {
  content: '';
  position: static;
  flex: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent currentColor;
  transform: none;
  transition: transform 0.3s var(--ease);
}
.softwareRefresh--ref2 .button:hover {
  opacity: 1;
}
.softwareRefresh--ref2 .button:hover::after {
  transform: translateX(4px);
}
.softwareRefresh--ref2 .button--primary {
  background: var(--blue-b);
  color: #fff;
  box-shadow: 0 4px 10px rgba(69, 79, 34, 0.14);
}
.softwareRefresh--ref2 .button--primary::after {
  border-left-color: #fff;
}
.softwareRefresh--ref2 .button--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(var(--accent-rgb), 0.28);
  filter: brightness(1.05);
}
.softwareRefresh--ref2 .button--outline {
  background: #fff;
  color: var(--blue);
  border: 2px solid var(--blue);
  box-shadow: 0 4px 10px rgba(48, 36, 51, 0.06);
}
.softwareRefresh--ref2 .button--outline::after {
  border-left-color: currentColor;
}
.softwareRefresh--ref2 .button--outline:hover {
  transform: translateY(-3px);
  background: var(--blue);
  color: #fff;
}
/* download variant: down-caret instead of the triangle arrow */
.softwareRefresh--ref2 .button--dl::after {
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
}
.softwareRefresh--ref2 .button--dl:hover::after {
  transform: rotate(45deg) translate(-2px, -2px);
}
/* Technology section sits on the dark ink band -> white-filled button */
.softwareRefresh--ref2 .rz2-tech .button--outline {
  background: #fff;
  color: var(--blue);
  border: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.softwareRefresh--ref2 .rz2-tech .button--outline:hover {
  background: #fff;
  color: var(--blue);
  filter: brightness(1.02);
  transform: translateY(-3px);
}

/* =========================================================
   Section title (Lobster + wavy underline)
   ========================================================= */
.rz2-section {
  position: relative;
  padding-block: clamp(48px, 5vw, 64px);
}
.rz2-section__inner {
  width: var(--container);
  max-width: 100%;
  margin: 0 auto;
}
.rz2-section__titleWrap {
  margin-bottom: clamp(28px, 4vw, 44px);
}
.rz2-section__titleWrap--left {
  text-align: left;
}
.rz2-section__titleWrap--right {
  text-align: left;
}
.rz2-section__titleWrap--center {
  text-align: center;
}
.rz2-section__title {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(2.8rem, 5.4vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: var(--cyan);
  position: relative;
  display: inline-block;
  z-index: 3;
}
.rz2-section__title--white {
  color: var(--white);
}
.rz2-section__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: calc(100% + 10px);
  height: 6px;
  z-index: 0;
  background: url(/img/service/software/software-section-title__underline.webp) top left / cover no-repeat;
}
.rz2-section__title--center::after {
  width: 100%;
}
.rz2-section__title--white::after {
  background: none;
  height: 4px;
  background: #fff;
  border-radius: 999px;
}
.rz2-section__sub {
  margin-top: 14px;
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.rz2-section__sub--right {
  text-align: left;
}
.rz2-section__sub--center {
  text-align: center;
}
.rz2-section__sub--white {
  color: #fff;
}

/* =========================================================
   Hero
   ========================================================= */
.rz2-hero {
  position: relative;
  padding: 0;
  background: var(--software-bg-base);
  overflow: hidden;
}
.rz2-hero::before {
  content: none;
  position: absolute;
  z-index: 2;
  left: -2vw;
  right: -2vw;
  top: clamp(302px, 18.9vw, 330px);
  height: 54px;
  pointer-events: none;
  background: none;
}
.rz2-hero__inner {
  position: relative;
  z-index: 3;
  width: var(--container);
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.softwareRefresh--ref2 .rz2-hero__inner {
  width: var(--container);
  max-width: calc(100% - 60px);
}
.rz2-hero__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--ink-soft);
  margin-bottom: clamp(26px, 4vw, 44px);
}
.rz2-hero__crumb a:hover {
  color: var(--blue-b);
}
.rz2-hero__crumb [aria-current] {
  color: var(--ink);
  font-weight: 700;
}
.rz2-hero__content {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(320px, 430px);
  gap: clamp(30px, 4.5vw, 64px);
  align-items: center;
  min-height: 0;
  padding: 30px 0 28px;
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.24);
}
.rz2-hero__body {
  min-width: 0;
}
.rz2-hero__eyebrow {
  font-family: var(--font-num);
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: 800;
  color: var(--tone-red);
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.rz2-hero__title {
  font-size: clamp(2.05rem, 2.65vw, 3.05rem);
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-top: 16px;
}
.rz2-hero__lead {
  margin-top: 18px;
  display: grid;
  gap: 6px;
  max-width: 780px;
  font-size: clamp(0.86rem, 0.95vw, 0.98rem);
  font-weight: 700;
  line-height: 1.85;
  color: var(--ink);
}
.rz2-hero__btns {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}
.rz2-hero__btns .button {
  width: 100%;
  min-height: 58px;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  border-radius: 0;
  box-shadow: none;
}
.rz2-hero__btns .button--primary {
  background: var(--tone-red);
  box-shadow: none;
}
.rz2-hero__btns .button--outline {
  background: #fff;
  border: 2px solid var(--tone-red);
  color: var(--tone-red);
  box-shadow: none;
}
.rz2-hero__stats-v3 {
  display: grid;
  grid-template-columns: minmax(142px, 0.48fr) minmax(136px, 0.42fr) minmax(360px, 1.1fr);
  align-items: center;
  justify-content: center;
  gap: 0;
  width: var(--container);
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding: 0;
  border-top: 2px solid rgba(var(--accent-rgb), 0.72);
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.38);
  background: rgba(255, 247, 247, 0.72);
}
.rz2-stat-circle {
  position: relative;
  width: auto;
  height: 116px;
  /* background: var(--white); */
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-shadow: none;
  transition: transform 0.3s var(--ease);
}
.rz2-stat-circle dt {
  position: static;
  transform: none;
  background: var(--tone-red);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 0;
  white-space: nowrap;
  letter-spacing: 0.05em;
  box-shadow: none;
}
.rz2-stat-circle dd {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  color: var(--tone-red);
  white-space: nowrap;
}
.rz2-stat-circle dd strong {
  font-family: var(--font-num);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.rz2-stat-circle dd span {
  font-size: 0.9rem;
  font-weight: 700;
  margin-left: 4px;
  color: var(--ink);
}
.rz2-stat-pill {
  position: relative;
  background: #fff;
  padding: 0 34px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  box-shadow: none;
  color: var(--ink);
  min-height: 116px;
  border-left: 1px solid rgba(var(--accent-rgb), 0.24);
  min-width: 0;
}
.rz2-stat-pill dt {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-right: 30px;
  border-right: 1px solid rgba(var(--accent-rgb), 0.32);
  white-space: nowrap;
  color: var(--tone-red);
}
.rz2-stat-pill dd {
  margin: 0;
  display: flex;
  gap: 34px;
  flex-wrap: nowrap;
}
.rz2-stat-pill__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rz2-stat-pill__label {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--ink);
  text-align: center;
}
.rz2-stat-pill__value {
  display: flex;
  align-items: baseline;
  gap: 2px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.rz2-stat-pill__value strong {
  font-family: var(--font-num);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: var(--tone-red);
}
.rz2-stat-pill__value span {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tone-red);
}
.rz2-stat-pill::after {
  content: none;
}
.rz2-hero__visual {
  position: relative;
  height: clamp(238px, 20.5vw, 300px);
  overflow: hidden;
}
.rz2-hero__photo {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  aspect-ratio: auto;
}
.rz2-hero__photo::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 32px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.rz2-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.rz2-hero__visual::after {
  content: none;
}
.rz2-hero__photo-note {
  position: absolute;
  z-index: 4;
  right: clamp(60px, 8vw, 128px);
  bottom: 16px;
  margin: 0;
  min-width: 268px;
  padding: 10px 28px;
  background: var(--tone-red);
  color: #fff;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  clip-path: none;
}

/* =========================================================
   Issues
   ========================================================= */
.rz2-issues {
  overflow: hidden;
  background: #fff;
}
.rz2-issues .container {
  width: var(--container);
  max-width: calc(100% - 60px);
}
.rz2-issues .rz2-section__titleWrap {
  margin-bottom: 34px;
}
.rz2-issues .rz2-section__sub {
  margin-top: 16px;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.7;
}
.rz2-scope {
  position: relative;
  padding-block: clamp(54px, 6vw, 72px);
  overflow: hidden;
  background-color: #fff;
}
.rz2-scope::before,
.rz2-scope::after {
  content: '';
  position: absolute;
  left: -2vw;
  width: 104vw;
  height: 12px;
  pointer-events: none;
  opacity: 0;
  background: none;
}
.rz2-scope::before {
  top: 10px;
}
.rz2-scope::after {
  bottom: 10px;
  transform: rotate(180deg);
}
.rz2-scope .container {
  width: var(--container);
  max-width: calc(100% - 60px);
  box-sizing: border-box;
  background: var(--software-bg-subtle);
  padding: clamp(48px, 5vw, 58px) clamp(30px, 4vw, 44px);
}
.rz2-scope .rz2-section__titleWrap,
.rz2-scope__ratio {
  display: none;
}
.rz2-team {
  background: #fff;
}
.rz2-related {
  background: #fff;
}
.rz2-related .container {
  box-sizing: border-box;
  background: var(--software-bg-subtle);
  padding: clamp(46px, 5vw, 58px) clamp(30px, 4vw, 44px);
}
.rz2-issues__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 2px solid rgba(var(--accent-rgb), 0.78);
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.55);
}
.rz2-issue {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 118px;
  gap: 20px;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 24px 26px;
  box-shadow: none;
  transition:
    background-color 0.3s var(--ease),
    color 0.3s var(--ease);
}
.rz2-issue::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(var(--accent-rgb), 0.28);
}
.rz2-issue:not(:nth-child(3n + 1)) {
  border-left: 1px solid rgba(var(--accent-rgb), 0.28);
}
.rz2-issue:hover {
  transform: none;
  border-color: rgba(var(--accent-rgb), 0.28);
  background: rgba(255, 247, 247, 0.82);
}
.rz2-issue__no {
  flex: none;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: var(--tone-red);
  color: #fff;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
}
.rz2-issue p {
  font-weight: 700;
  font-size: clamp(0.94rem, 1.25vw, 1.05rem);
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.rz2-issues .rz2-btnWrap {
  margin-top: 30px;
}
.rz2-issues .button {
  width: 420px;
  min-height: 58px;
  max-width: 100%;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  background: var(--tone-red);
  box-shadow: none;
}

/* =========================================================
   Approach — process flow rail + editorial strengths
   ========================================================= */
.rz2-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
  position: relative;
}
.rz2-flow__step {
  position: relative;
}
.rz2-flow__marker {
  position: relative;
  height: 74px;
  display: flex;
  align-items: center;
}
/* the rail line running behind the markers */
.rz2-flow__marker::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 37px;
  right: calc(-1 * clamp(20px, 3vw, 40px) - 37px);
  height: 3px;
  background: var(--tone-red);
  transform: translateY(-50%);
  z-index: 0;
}
.rz2-flow__step:last-child .rz2-flow__marker::before {
  display: none;
}
.rz2-flow__num {
  position: relative;
  z-index: 1;
  flex: none;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--tone-red);
  background-image: none;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--blue);
  box-shadow: 0 10px 24px rgba(var(--accent-rgb), 0.18);
  transition: transform 0.4s var(--ease);
}
.rz2-flow__step:hover .rz2-flow__num {
  transform: translateY(-4px) scale(1.04);
}
.rz2-flow__card {
  margin-top: 22px;
}
.rz2-flow__label {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan-deep);
}
.rz2-flow__title {
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  font-weight: 700;
  margin-top: 8px;
  line-height: 1.5;
}
.rz2-flow__desc {
  margin-top: 14px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 2;
}

.rz2-strengths {
  --rz2-strengths-list-offset: clamp(30px, 4vw, 48px);
  position: relative;
  left: auto;
  display: block;
  width: calc((100vw - var(--container)) / 2 + var(--container));
  max-width: calc(100vw - 30px);
  margin-top: clamp(48px, 6vw, 68px);
  margin-right: calc((100vw - var(--container)) / -2);
  padding: clamp(52px, 5.4vw, 68px) clamp(30px, 4vw, 48px);
  transform: none;
  background: var(--software-bg-subtle);
  /* border-top: 1px solid var(--tone-red-line); */
  /* border-bottom: 1px solid var(--tone-red-line); */
}

.rz2-strengths::after {
  content: none;
}
.rz2-strengths__head,
.rz2-strengths__list {
  position: relative;
  z-index: 1;
}
.rz2-strengths__head {
  max-width: 760px;
  margin: 0 0 clamp(38px, 5vw, 58px);
  text-align: left;
}
.rz2-strengths__eyebrow {
  font-family: var(--font-num);
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--tone-red);
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.rz2-strengths__title {
  font-size: clamp(2.1rem, 3.5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.35;
  margin-top: 18px;
  letter-spacing: 0.02em;
}
.rz2-strengths__text {
  margin-top: 22px;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.95;
  letter-spacing: 0.04em;
}
.rz2-strengths__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3vw, 34px);
  width: min(var(--container), calc(100vw - 60px));
  max-width: calc(100% - var(--rz2-strengths-list-offset));
  /* margin-left: var(--rz2-strengths-list-offset); */
  margin-right: auto;
}
.rz2-strengthRow {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 342px;
  padding: 28px 0 0;
  background: transparent;
  border-top: 2px solid var(--tone-red);
  filter: none;
  clip-path: none;
  transition: transform 0.4s var(--ease);
}
.rz2-strengthRow:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}
.rz2-strengthRow:hover {
  transform: translateY(-4px);
}
.rz2-strengthRow__num {
  display: block;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: clamp(3.65rem, 6vw, 5.15rem);
  line-height: 0.85;
  letter-spacing: 0;
  color: transparent;
  -webkit-text-stroke: 1.4px var(--tone-red);
  text-stroke: 1.4px var(--tone-red);
  text-shadow: none;
}
.rz2-strengthRow__title {
  margin-top: 24px;
  font-size: clamp(1.12rem, 1.45vw, 1.34rem);
  font-weight: 800;
  line-height: 1.58;
  color: var(--tone-red);
  letter-spacing: 0.04em;
}
.rz2-strengthRow__desc {
  margin-top: 14px;
  font-size: clamp(0.92rem, 1.12vw, 1rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.rz2-strengthRow__evidence {
  margin-top: auto;
  padding-top: 18px;
  padding-bottom: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  border-top: 1px solid var(--tone-red-line);
  border-bottom: 0;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.65;
  color: var(--tone-red);
}
.rz2-strengthRow__badge {
  flex: none;
  position: relative;
  background: var(--tone-red);
  color: #fff;
  font-size: 0.82rem;
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.rz2-strengthRow__body {
  padding-bottom: 16px;
}

/* =========================================================
   Scope — refined ratio + asymmetric bento
   ========================================================= */
.rz2-scope__ratio {
  margin-bottom: clamp(34px, 5vw, 56px);
}
.rz2-scope__ratio-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.rz2-scope__ratio-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.rz2-scope__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.rz2-scope__legend li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--ink-soft);
}
.rz2-scope__legend b {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 13px;
  color: var(--ink);
  margin-left: 2px;
}
.rz2-scope__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.rz2-scope__dot--a {
  background: var(--cyan-deep);
}
.rz2-scope__dot--b {
  background: var(--blue-b);
}
.rz2-scope__dot--c {
  background: var(--gold);
}
.rz2-scope__dot--d {
  background: #cdd6da;
}
.rz2-scope__bar {
  display: flex;
  height: 20px;
  border-radius: 999px;
  overflow: hidden;
  gap: 3px;
}
.rz2-scope__seg {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 4px;
}
.rz2-scope__seg:first-child {
  border-radius: 999px 4px 4px 999px;
}
.rz2-scope__seg:last-child {
  border-radius: 4px 999px 999px 4px;
}
.rz2-scope__seg span {
  padding: 0 6px;
}
.rz2-scope__seg--a {
  background: var(--cyan-deep);
}
.rz2-scope__seg--b {
  background: var(--blue-b);
}
.rz2-scope__seg--c {
  background: var(--gold);
}
.rz2-scope__seg--d {
  background: #cdd6da;
}

/* feature (primary domain + image) */
.rz2-scope__feature {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(44px, 6vw, 82px);
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: 0 0 28px;
  box-shadow: none;
}
.rz2-scope__feature-no {
  display: block;
  width: min(250px, 56%);
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--tone-red);
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(var(--accent-rgb), 0.82);
}
.rz2-scope__feature-title {
  font-size: clamp(2rem, 3.1vw, 2.75rem);
  font-weight: 800;
  margin-top: 18px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.rz2-scope__feature-desc {
  margin-top: 22px;
  max-width: 540px;
  font-size: clamp(0.95rem, 1.18vw, 1.05rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 2.05;
  letter-spacing: 0.04em;
}
.rz2-scope__feature-tag {
  display: inline-block;
  margin-top: 24px;
  background: var(--tone-red);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 10px 20px;
  border-radius: 0;
}
.rz2-scope__feature-media {
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  aspect-ratio: 660 / 367;
}
.rz2-scope__feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}

/* remaining areas — uniform icon cards for scannability */
.rz2-scope__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border-top: 2px solid rgba(var(--accent-rgb), 0.72);
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.45);
}
.rz2-scope__area {
  position: relative;
  display: flex;
  min-height: 156px;
  gap: 24px;
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 28px 30px;
  box-shadow: none;
  transition:
    color 0.3s,
    background-color 0.3s;
}
.rz2-scope__area:nth-child(n + 3) {
  border-top: 1px solid rgba(var(--accent-rgb), 0.26);
}
.rz2-scope__area:nth-child(even) {
  border-left: 1px solid rgba(var(--accent-rgb), 0.26);
}
.rz2-scope__area:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(var(--accent-rgb), 0.26);
  background: rgba(255, 247, 247, 0.75);
}
.rz2-scope__area-ic {
  flex: none;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: var(--tone-red);
  transition:
    color 0.35s,
    transform 0.35s;
}
.rz2-scope__area:hover .rz2-scope__area-ic {
  background: transparent;
  color: var(--tone-red);
  transform: translateY(-2px);
}
.rz2-scope__area-ic svg {
  width: 46px;
  height: 46px;
}
.rz2-scope__area-no {
  display: block;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 0.86rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--tone-red);
}
.rz2-scope__area-body h3 {
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 800;
  margin-top: 12px;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.rz2-scope__area-body p {
  margin-top: 8px;
  font-size: clamp(0.82rem, 1vw, 0.92rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.9;
  letter-spacing: 0.03em;
}

/* AI note bar */
.rz2-scope__ai {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  margin-top: 0;
  background: rgba(255, 247, 247, 0.82);
  border-top: 2px solid var(--tone-red);
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.55);
  border-radius: 0;
  padding: 22px 30px;
  color: var(--tone-red);
}
.rz2-scope__ai p {
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.rz2-scope__ai b {
  font-weight: 800;
}
.rz2-scope__ai-mark {
  flex: none;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: var(--tone-red);
  border: 0;
  color: #fff;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 0.98rem;
}

/* =========================================================
   Cases — editorial cards with ghost numerals + issue→value flow
   ========================================================= */
.rz2-cases {
  background: #fff;
}
.rz2-cases__intro {
  margin-bottom: clamp(28px, 4vw, 40px);
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 2;
}
.rz2-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.rz2-workCard {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(48, 36, 51, 0.07);
  transition:
    transform 0.45s var(--ease),
    box-shadow 0.45s;
}
.rz2-workCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 54px rgba(48, 36, 51, 0.13);
}
.rz2-workCard__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.rz2-workCard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.rz2-workCard:hover .rz2-workCard__thumb img {
  transform: scale(1.06);
}
.rz2-workCard__thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(48, 36, 51, 0.18);
}
.rz2-workCard__no {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--tone-red);
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(64, 159, 201, 0.4);
}
.rz2-workCard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 26px 26px;
}
.rz2-workCard__title {
  font-size: clamp(1.1rem, 1.9vw, 1.28rem);
  font-weight: 700;
  line-height: 1.45;
}
.rz2-workCard__facts {
  margin-top: 16px;
}
.rz2-workCard__fact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 12px 0;
  align-items: start;
}
.rz2-workCard__fact + .rz2-workCard__fact {
  border-top: 1px solid var(--line);
}
.rz2-workCard__fact dt {
  align-self: start;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--ink-soft);
  border-radius: 6px;
  padding: 4px 10px;
  line-height: 1.4;
  white-space: nowrap;
}
.rz2-workCard__fact--value dt {
  background: var(--tone-red);
}
.rz2-workCard__fact dd {
  font-size: 0.85rem;
  color: var(--ink);
  line-height: 1.75;
}
.rz2-workCard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}
.rz2-workCard__tags li {
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  background: var(--cyan-pale);
  border-radius: 999px;
  padding: 5px 13px;
}
.rz2-cases__note {
  margin-top: 28px;
  font-size: 12px;
  color: var(--ink-soft);
}

/* =========================================================
   Technology (dark)
   ========================================================= */
.rz2-tech {
  background: var(--ink);
  color: #fff;
}
.rz2-tech .rz2-section__sub {
  color: #fff;
}
.rz2-tech__list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.rz2-tech__row {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 24px;
  padding: 22px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  align-items: baseline;
}
.rz2-tech__row dt {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 700;
  color: var(--cyan);
}
.rz2-tech__row dd {
  font-family: var(--font-num);
  font-size: clamp(0.95rem, 1.7vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.rz2-tech__note {
  margin-top: 22px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}

/* =========================================================
   Team
   ========================================================= */
.rz2-team__note {
  margin-top: -18px;
  margin-bottom: clamp(30px, 4vw, 44px);
  font-size: 12px;
  color: var(--ink-soft);
}

/* --- Hero: photo + headline & KPIs --- */
.rz2-team__hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}
.rz2-team__hero-media {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3.3;
  box-shadow: 0 24px 52px rgba(48, 36, 51, 0.18);
}
.rz2-team__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rz2-team__hero-cities {
  display: none;
}
.rz2-team__hero-cities span {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(48, 36, 51, 0.16);
}
.rz2-team__hero-eyebrow {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan-deep);
}
.rz2-team__hero-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
.rz2-team__hero-text {
  margin-top: 18px;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 2;
}
.rz2-team__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 24px);
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.rz2-team__kpi {
  position: relative;
}
.rz2-team__kpi + .rz2-team__kpi::before {
  content: '';
  position: absolute;
  left: calc(-1 * clamp(6px, 1vw, 12px));
  top: 6px;
  bottom: 4px;
  width: 1px;
  background: var(--line);
}
.rz2-team__kpi dt {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}
.rz2-team__kpi dd {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 6px;
}
.rz2-team__kpi-num {
  font-family: var(--font-num);
  font-weight: 800;
  font-size: clamp(2.3rem, 4.4vw, 3.4rem);
  line-height: 1;
  color: var(--blue);
  font-variant-numeric: tabular-nums;
}
.rz2-team__kpi-unit {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
}

/* --- Team dashboard: infographic cluster --- */
.rz2-team__dashboard {
  position: relative;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(330px, 1fr) minmax(300px, 0.9fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(38px, 4.4vw, 64px);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  margin: clamp(38px, 4.6vw, 56px) 0 0;
  padding: clamp(56px, 5.4vw, 72px) max(30px, calc((100vw - 1280px) / 2));
  transform: translateX(-50%);
  overflow: hidden;
  background: var(--software-bg-subtle);
  /* border-top: 1px solid var(--tone-red-line); */
  /* border-bottom: 1px solid var(--tone-red-line); */
}
.rz2-team__dashboard.is-ready .rz2-team__panel {
  opacity: 0;
  transform: translateY(12px);
}
.rz2-team__dashboard.is-animated .rz2-team__panel {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}
.rz2-team__dashboard.is-animated .rz2-team__panel:nth-of-type(2) {
  transition-delay: 90ms;
}
.rz2-team__dashboard.is-animated .rz2-team__meta .rz2-team__panel:nth-child(1) {
  transition-delay: 160ms;
}
.rz2-team__dashboard.is-animated .rz2-team__meta .rz2-team__panel:nth-child(2) {
  transition-delay: 220ms;
}
.rz2-team__dashboard::before,
.rz2-team__dashboard::after {
  /* content: '';
  position: absolute;
  left: clamp(30px, 4vw, 48px);
  right: clamp(30px, 4vw, 48px);
  z-index: 0;
  width: auto;
  height: 2px;
  transform: none;
  pointer-events: none;
  background: var(--tone-red-line); */
}
.rz2-team__dashboard::before {
  top: 22px;
}
.rz2-team__dashboard::after {
  bottom: 22px;
}
.rz2-team__charts {
  display: contents;
}
.rz2-team__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(38px, 4.4vw, 58px);
  margin-top: 0;
}
.rz2-team__panel {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.rz2-team__panel-title {
  position: relative;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 800;
  margin-bottom: clamp(24px, 3vw, 34px);
  padding-left: 22px;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
.rz2-team__panel-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12em;
  bottom: 0.12em;
  width: 5px;
  border-radius: 0;
  background: var(--tone-red);
}

/* bars */
.rz2-team__panel--bars {
  display: flex;
  min-height: 286px;
  flex-direction: column;
  justify-content: center;
}
.rz2-team__panel--bars::after {
  content: '';
  position: absolute;
  top: 49%;
  right: clamp(-68px, -4.2vw, -44px);
  width: clamp(42px, 4vw, 64px);
  height: 2px;
  background: var(--tone-red-line);
  opacity: 1;
}
.rz2-team__panel--bars .rz2-bars {
  flex: none;
}
.rz2-bars {
  display: grid;
  gap: clamp(24px, 2.8vw, 34px);
}
.rz2-bars li {
  display: grid;
  grid-template-columns: 78px minmax(170px, 1fr) 58px;
  align-items: center;
  gap: 20px;
}
.rz2-bars__label {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 800;
}
.rz2-bars__track {
  height: 16px;
  background: rgba(48, 36, 51, 0.08);
  border-radius: 0;
  overflow: hidden;
}
.rz2-bars__fill {
  display: block;
  height: 100%;
  width: 0;
  background: var(--tone-red);
  border-radius: 0;
  transition: width 1.05s var(--ease);
}
.rz2-team__dashboard.is-animated .rz2-bars__fill {
  width: var(--v);
}
.rz2-bars__val {
  font-family: var(--font-num);
  font-weight: 800;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  text-align: right;
  color: var(--tone-red);
}

/* donut */
.rz2-team__panel--donut {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rz2-team__panel--donut::after {
  content: '';
  position: absolute;
  top: 50%;
  right: clamp(-74px, -4.6vw, -48px);
  width: clamp(48px, 4.4vw, 72px);
  height: 2px;
  background: var(--tone-red-line);
  opacity: 1;
}
.rz2-team__panel--donut .rz2-team__panel-title {
  align-self: center;
  margin-bottom: 38px;
}
.rz2-donut {
  position: relative;
  width: clamp(250px, 21vw, 330px);
  aspect-ratio: 1;
  margin-top: 0;
}
.rz2-donut__svg {
  width: 100%;
  height: 100%;
}
.rz2-donut__track {
  fill: none;
  stroke: rgba(48, 36, 51, 0.08);
  stroke-width: 12;
}
.rz2-donut__seg {
  fill: none;
  stroke: var(--tone-red);
  stroke-width: 12;
  stroke-linecap: butt;
  stroke-dasharray: 326.7;
  stroke-dashoffset: 326.7;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 1.25s var(--ease);
}
.rz2-team__dashboard.is-animated .rz2-donut__seg {
  stroke-dashoffset: 65.3;
}
.rz2-donut__center {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: auto auto;
  place-content: center;
  align-items: end;
  text-align: center;
}
.rz2-donut__center strong {
  font-family: var(--font-num);
  font-weight: 800;
  font-size: clamp(4.2rem, 6.2vw, 6rem);
  color: var(--tone-red);
  line-height: 0.9;
}
.rz2-donut__center i {
  font-style: normal;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--tone-red);
  line-height: 1;
}
.rz2-donut__center span {
  display: block;
  grid-column: 1 / -1;
  margin-top: 12px;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 800;
  color: var(--ink);
}
.rz2-donut__legend {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
}
.rz2-donut__legend li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  font-weight: 800;
  color: var(--ink);
}
.rz2-donut__legend b {
  font-family: var(--font-num);
  margin-left: 6px;
  color: var(--ink);
}
.rz2-donut__dot {
  width: 12px;
  height: 12px;
  border-radius: 0;
}
.rz2-donut__dot--dev {
  background: var(--tone-red);
}
.rz2-donut__dot--infra {
  background: rgba(48, 36, 51, 0.08);
  border: 1px solid var(--line);
}

/* meta: locations + notes */
.rz2-team__panel--loc {
  padding-top: 8px;
}
.rz2-team__locations {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
}
.rz2-team__locations li {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 10px;
  background: rgba(255, 247, 247, 0.82);
  border: 1px solid var(--tone-red-line);
  border-radius: 0;
  padding: 10px 20px;
  font-weight: 800;
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  color: var(--ink);
}
.rz2-team__loc-tag {
  background: var(--tone-red);
  color: #fff;
  font-size: 0.82em;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 0;
}
.rz2-team__notes {
  display: grid;
  gap: 18px;
}
.rz2-team__notes li {
  position: relative;
  padding-left: 28px;
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  font-weight: 800;
  line-height: 1.75;
  color: var(--ink);
}
.rz2-team__notes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 11px;
  height: 11px;
  border-radius: 0;
  background: var(--tone-red);
}
.rz2-team__notes b {
  color: var(--tone-red);
  font-weight: 800;
}

/* =========================================================
   Process & FAQ
   ========================================================= */
.rz2-procfaq {
  background: #fff;
}
.rz2-proc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.rz2-proc__item {
  display: flex;
  gap: 14px;
  background: #fff;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 12px 26px rgba(48, 36, 51, 0.05);
}
.rz2-proc__no {
  flex: none;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tone-red);
  color: #fff;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 0.95rem;
}
.rz2-proc__body h3 {
  font-size: 0.95rem;
  font-weight: 700;
}
.rz2-proc__body p {
  margin-top: 6px;
  font-size: 0.8rem;
  color: var(--ink-soft);
  line-height: 1.8;
}
.rz2-proc__note {
  margin-top: 24px;
  font-size: 12px;
  color: var(--ink-soft);
}

.rz2-faq__title {
  text-align: center;
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  font-weight: 700;
  margin-top: clamp(52px, 7vw, 82px);
}
.rz2-faq__title::after {
  content: '';
  display: block;
  width: 44px;
  height: 5px;
  background: var(--cyan);
  border-radius: 999px;
  margin: 14px auto 0;
}
.rz2-faq {
  max-width: 860px;
  margin: 32px auto 0;
  display: grid;
  gap: 12px;
}
.rz2-faq__item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(48, 36, 51, 0.05);
  overflow: hidden;
}
.rz2-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  font-weight: 700;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
}
.rz2-faq__item summary::-webkit-details-marker {
  display: none;
}
.rz2-faq__item summary::before {
  content: 'Q';
  flex: none;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tone-red);
  color: #fff;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 0.9rem;
}
.rz2-faq__mark {
  margin-left: auto;
  flex: none;
  position: relative;
  width: 16px;
  height: 16px;
}
.rz2-faq__mark::before,
.rz2-faq__mark::after {
  content: '';
  position: absolute;
  background: var(--blue-b);
  border-radius: 2px;
  transition: transform 0.3s;
}
.rz2-faq__mark::before {
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
}
.rz2-faq__mark::after {
  top: 0;
  left: 7px;
  width: 2px;
  height: 16px;
}
.rz2-faq__item[open] .rz2-faq__mark::after {
  transform: scaleY(0);
}
.rz2-faq__body {
  padding: 0 24px 22px 72px;
}
.rz2-faq__body p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.95;
}

/* =========================================================
   Related services
   ========================================================= */
.rz2-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.rz2-related__card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px 30px;
  box-shadow: 0 12px 28px rgba(48, 36, 51, 0.05);
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s,
    border-color 0.3s;
}
.rz2-related__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(48, 36, 51, 0.12);
  border-color: var(--cyan-deep);
}
.rz2-related__name {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 700;
}
.rz2-related__desc {
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.9;
}
.rz2-related__path {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-family: var(--font-num);
  font-size: 13px;
  color: var(--blue);
}
.rz2-related__arrow {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--tone-red);
  color: #fff;
  font-size: 13px;
  transition: transform 0.3s var(--ease);
}
.rz2-related__card:hover .rz2-related__arrow {
  transform: translateX(4px);
}

@media (max-width: 1023px) {
  .rz2-hero__stats-v3 {
    justify-content: center;
    gap: 0;
    padding: 0 14px;
  }
  .rz2-stat-circle {
    width: auto;
    height: auto;
    min-height: 84px;
    border-width: 0;
    flex-direction: column;
    gap: 7px;
  }
  .rz2-stat-circle dt {
    top: auto;
    font-size: 0.68rem;
    padding: 4px 8px;
  }
  .rz2-stat-circle dd strong {
    font-size: clamp(2rem, 8.7vw, 2.45rem);
  }
  .rz2-stat-circle dd,
  .rz2-stat-pill__value {
    align-items: center;
  }
  .rz2-stat-circle dd span {
    font-size: 0.82rem;
  }
  .rz2-stat-pill {
    width: 100%;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 20px 0 22px;
    border-radius: 0;
    gap: 14px;
    text-align: center;
    border-top: 1px solid rgba(var(--accent-rgb), 0.24);
  }
  .rz2-stat-pill dt {
    padding-right: 0;
    padding-bottom: 0;
    border-right: 0;
    border-bottom: 0;
    width: 100%;
  }
  .rz2-stat-pill dd {
    gap: clamp(22px, 8vw, 40px);
    justify-content: center;
  }
  .rz2-stat-pill__value strong {
    font-size: clamp(2.15rem, 9vw, 2.75rem);
  }
  .rz2-stat-pill__value span {
    font-size: 0.95rem;
  }
}

@media (max-width: 1400px) {
  .rz2-issues .container {
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 1180px) {
  .rz2-team__dashboard {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 58px max(30px, calc((100vw - 760px) / 2));
  }
  .rz2-team__charts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .rz2-team__panel--bars {
    min-height: auto;
  }
  .rz2-team__panel--bars::after,
  .rz2-team__panel--donut::after {
    display: none;
  }
  .rz2-team__panel--donut .rz2-team__panel-title {
    align-self: flex-start;
  }
  .rz2-team__meta {
    gap: 38px;
  }
}

@media (max-width: 1120px) {
  .rz2-strengths__list {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .rz2-hero__content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .rz2-hero__content {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 32px 0 30px;
  }
  .rz2-issues__grid {
    gap: 0;
  }
  .rz2-issue {
    min-height: 112px;
    padding: 24px 22px;
  }
  .rz2-hero__visual {
    height: clamp(190px, 34vw, 240px);
  }
  .rz2-issues__grid,
  .rz2-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rz2-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .rz2-flow__step:not(:last-child)::before {
    display: none;
  }
  .rz2-flow__marker::before {
    content: none;
  }
  .rz2-flow__step {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 24px;
  }
  .rz2-flow__marker {
    position: relative;
    z-index: 1;
    height: auto;
    padding-top: 0;
    align-items: flex-start;
  }
  .rz2-flow__step:last-child .rz2-flow__marker::before {
    content: none;
  }
  .rz2-flow__card {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-bottom: 42px;
  }
  .rz2-strengths {
    --rz2-strengths-list-offset: max(30px, calc((100vw - 760px) / 2));
    padding-inline: max(30px, calc((100vw - 760px) / 2));
    padding-block: 56px;
  }
  .rz2-strengths {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .rz2-strengths__head {
    margin-bottom: 38px;
  }
  .rz2-strengths__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .rz2-strengthRow {
    min-height: auto;
    padding: 26px 28px 28px;
    background: #fff;
    border: 1px solid var(--tone-red-line);
    border-top: 4px solid var(--tone-red);
    box-shadow: 0 14px 28px rgba(48, 36, 51, 0.06);
  }
  .rz2-strengthRow:not(:first-child) {
    padding-left: 28px;
    border-left: 0;
  }
  .rz2-strengthRow:last-child {
    border-bottom: 1px solid var(--tone-red-line);
  }
  .rz2-scope {
    padding-block: 54px 60px;
  }
  .rz2-scope .container {
    max-width: calc(100% - 56px);
  }
  .rz2-scope__feature {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 0 0 26px;
  }
  .rz2-scope__feature-media {
    order: -1;
    max-width: 680px;
  }
  .rz2-scope__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .rz2-scope__area {
    min-height: 148px;
    padding: 26px 24px;
  }
  .rz2-scope__area:nth-child(n + 4) {
    border-top: 0;
  }
  .rz2-scope__area:nth-child(n + 3) {
    border-top: 1px solid rgba(var(--accent-rgb), 0.26);
  }
  .rz2-scope__area:not(:nth-child(3n + 1)) {
    border-left: 0;
  }
  .rz2-scope__area:nth-child(even) {
    border-left: 1px solid rgba(var(--accent-rgb), 0.26);
  }
  .rz2-scope__ai {
    padding: 22px 24px;
  }
  .rz2-cases__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rz2-team__hero {
    grid-template-columns: 1fr;
  }
  .rz2-team__hero-media {
    max-width: 520px;
  }
  .rz2-team__dashboard {
    padding: 58px max(28px, calc((100vw - 760px) / 2));
  }
  .rz2-team__dashboard::before {
    top: 22px;
  }
  .rz2-team__dashboard::after {
    bottom: 22px;
  }
  .rz2-team__meta {
    gap: 38px;
  }
  .rz2-team__charts,
  .rz2-team__meta {
    grid-template-columns: 1fr;
  }
  .rz2-team__bars,
  .rz2-team__detail {
    grid-template-columns: 1fr;
  }
  .rz2-proc {
    grid-template-columns: repeat(2, 1fr);
  }
  .rz2-tech__row {
    grid-template-columns: 140px 1fr;
  }
}

@media (max-width: 768px) {
  .rz2-scope__list {
    grid-template-columns: 1fr;
  }
  .rz2-scope__area:nth-child(even),
  .rz2-scope__area:not(:nth-child(3n + 1)) {
    border-left: 0;
  }
  .rz2-scope__area:nth-child(n + 2) {
    border-top: 1px solid rgba(var(--accent-rgb), 0.26);
  }
}

@media (max-width: 767px) {
  .softwareRefresh--ref2 *,
  .softwareRefresh--ref2 *::before,
  .softwareRefresh--ref2 *::after {
    transition-duration: 0s !important;
    animation-duration: 0s !important;
  }
  .softwareRefresh--ref2 *:hover,
  .softwareRefresh--ref2 *:hover *,
  .softwareRefresh--ref2 *:hover::before,
  .softwareRefresh--ref2 *:hover::after {
    transform: none !important;
  }
  .rz2-stat-pill {
    gap: 0;
  }
  .rz2-section__title::after {
    bottom: 0px;
  }
}

@media (max-width: 480px) {
  .rz2-flow__step {
    grid-template-columns: 58px 1fr;
    column-gap: 18px;
  }
  .rz2-flow__num {
    width: 58px;
    height: 58px;
    border-width: 2px;
    font-size: 1.35rem;
  }
  .rz2-strengths {
    padding-inline: 15px;
  }
}

@media (max-width: 640px) {
  .rz2-hero::before {
    content: none;
  }
  .rz2-hero__inner {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .rz2-hero__visual {
    height: 190px;
  }
  .rz2-hero__photo-note {
    right: 20px;
    bottom: 0;
    min-width: 0;
    padding: 7px 14px;
    font-size: 0.76rem;
  }
  .rz2-hero__eyebrow {
    font-size: 0.82rem;
    white-space: normal;
  }
  .rz2-hero__title {
    margin-top: 14px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .rz2-hero__lead {
    margin-top: 16px;
    font-size: 0.86rem;
    line-height: 1.85;
  }
  .rz2-hero__btns .button {
    min-height: 52px;
    font-size: 0.88rem;
  }
  .rz2-hero__stats-v3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }
  .rz2-stat-circle + .rz2-stat-circle {
    border-left: 0;
    border-top: 0;
  }
  .rz2-stat-circle {
    width: 100%;
    min-height: 104px;
    padding: 20px 12px;
    box-sizing: border-box;
  }
  .rz2-stat-pill {
    grid-column: 1 / -1;
    box-sizing: border-box;
    border-left: 0;
  }
  .rz2-issues__grid,
  .rz2-related__grid,
  .rz2-proc {
    grid-template-columns: 1fr;
  }
  .rz2-cases__grid {
    grid-template-columns: 1fr;
  }
  .rz2-scope__list {
    grid-template-columns: 1fr;
  }
  .rz2-scope .container {
    max-width: calc(100% - 40px);
    padding: 44px 20px;
  }
  .rz2-related .container {
    padding: 44px 20px;
  }
  .rz2-scope__feature-no {
    width: 210px;
  }
  .rz2-scope__feature-title {
    font-size: 1.85rem;
  }
  .rz2-scope__feature-desc {
    font-size: 0.95rem;
    line-height: 1.9;
  }
  .rz2-scope__feature-tag {
    font-size: 0.85rem;
    padding: 10px 18px;
  }
  .rz2-scope__area {
    flex-direction: column;
    min-height: auto;
    gap: 12px;
    padding: 20px 12px;
  }
  .rz2-scope__area:nth-child(even),
  .rz2-scope__area:not(:nth-child(3n + 1)) {
    border-left: 0;
  }
  .rz2-scope__area:nth-child(n + 2) {
    border-top: 1px solid rgba(var(--accent-rgb), 0.26);
  }
  .rz2-scope__area-ic,
  .rz2-scope__area-ic svg {
    width: 32px;
    height: 32px;
  }
  .rz2-scope__ai {
    gap: 14px;
    padding: 20px 0;
  }
  .rz2-scope__ai-mark {
    width: 42px;
    height: 42px;
  }
  .rz2-scope__ai p {
    font-size: 1rem;
  }
  .rz2-scope__seg--a span,
  .rz2-scope__seg--b span {
    display: none;
  }
  .rz2-faq__body {
    padding-left: 24px;
  }
  .rz2-team__dashboard {
    margin-top: 40px;
    padding: 54px 20px;
  }
  .rz2-team__panel-title {
    margin-bottom: 24px;
    font-size: 1.12rem;
  }
  .rz2-bars li {
    grid-template-columns: 64px minmax(0, 1fr) 44px;
    gap: 10px;
  }
  .rz2-bars__label {
    white-space: nowrap;
  }
  .rz2-bars__track {
    height: 16px;
  }
  .rz2-donut {
    width: min(76vw, 280px);
  }
  .rz2-donut__legend {
    gap: 18px;
  }
  .rz2-team__locations {
    gap: 12px;
  }
  .rz2-team__locations li {
    min-height: 46px;
    padding: 10px 18px;
  }
  .rz2-strengths {
    margin-top: 48px;
    padding: 52px 30px;
  }
  .rz2-strengths::before {
    left: 30px;
    right: 30px;
    width: auto;
  }
  .rz2-strengths__head {
    margin-bottom: 36px;
  }
  .rz2-strengths__title {
    font-size: 2rem;
  }
  .rz2-strengths__text {
    font-size: 0.95rem;
    text-align: left;
  }
  .rz2-strengths__list {
    max-width: 100%;
  }
  .rz2-strengthRow {
    padding: 24px 22px 26px;
  }
  .rz2-strengthRow:not(:first-child) {
    padding-left: 22px;
  }
  .rz2-strengthRow__num {
    font-size: clamp(3rem, 14vw, 3.5rem);
    line-height: 0.85;
  }
  .rz2-strengthRow__title {
    margin-top: 18px;
    font-size: 1.1rem;
  }
  .rz2-strengthRow__evidence {
    flex-wrap: wrap;
    font-size: 0.875rem;
  }
  .rz2-issues .rz2-section__sub {
    font-size: 1.25rem;
  }
  .rz2-issue {
    gap: 16px;
    min-height: auto;
    padding: 20px 0;
  }
  .rz2-issue:not(:nth-child(3n + 1)) {
    border-left: 0;
  }
  .rz2-issue + .rz2-issue {
    border-top: 1px solid rgba(var(--accent-rgb), 0.26);
  }
  .rz2-issue__no {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
  .rz2-issue p {
    font-size: 1rem;
  }
  .rz2-issues .button {
    min-height: 64px;
    font-size: 1rem;
  }
  .softwareRefresh--ref2 .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rz2-strengths {
    padding-inline: 15px;
  }
}

@media (max-width: 374px) {
  .rz2-strengths {
    padding-inline: 15px;
  }
  .rz2-strengthRow {
    padding: 22px 18px 24px;
  }
  .rz2-strengthRow:not(:first-child) {
    padding-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .softwareRefresh--ref2 *,
  .softwareRefresh--ref2 *::before,
  .softwareRefresh--ref2 *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
/* ===== END service/software-ref2.css ===== */
