@charset "utf-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
/* CSS Document */ :root {
  --color_001: linear-gradient(135deg, #0099FF 0%, #003da6 100%);
  --color_002: linear-gradient(90deg, #0099ff, #99d6ff);
  --color_003: #003da6;
  --color_004: #dcf1ff;
  --color_005: #3c6df8;
  --color_006: #DCEEE5;
  --color_007: linear-gradient(180deg, #b7e2ff 0%, #dbf0ff 100%);
  --color_008: #eff4ff;
  --color_009: #10192B;
  --color_010: linear-gradient(180deg, #ffc107 0%, #ec6617 100%);
  --color_011: linear-gradient(90deg, #f8feff, #b2e0fb);
  --color_012: #0077CC;
  --white: #FFFFFF;
}
.marker_b {
  background: linear-gradient(transparent 60%, #dcf1ff 50%);
}
.section_inner {
  padding: 40px 15px;
}
@media print, screen and (max-width:768px) {
  .section_inner {
    padding: 80px 15px;
    margin: 0 auto;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.section_inner p {
  font-size: 18px;
}
@media screen and (max-width:480px) {
  .section_inner p {
    font-size: 16px;
  }
}
/* ========================================= */
/* CSS Document */
a {
  text-decoration: none !important;
}
a.conspicuous {
  font-weight: bold;
  color: #3C6DF8;
}
figure {
  margin: 0 0 20px 0;
}
h3.tit {
  font-weight: bold;
  font-size: 150%;
  color: #000;
}
/* 2 */
.ly_card_2column > div + div, .ly_card_2column > div + li, .ly_card_2column > li + div, .ly_card_2column > li + li {
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .ly_card_2column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ly_card_2column > div, .ly_card_2column > li {
    width: calc(100% / 2 - 15px);
  }
  .ly_card_2column > div + div, .ly_card_2column > div + li, .ly_card_2column > li + div, .ly_card_2column > li + li {
    margin-top: 0;
  }
  .ly_card_2column > div:nth-child(n+3), .ly_card_2column > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
/* 3 */
.ly_card_3column > div, .ly_card_3column > div + div, .ly_card_3column > div + li, .ly_card_3column > li + div, .ly_card_3column > li + li {
  /*margin-top: 16px;
    margin: 0 auto;*/
}
@media print, screen and (min-width: 768px) {
  .ly_card_3column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ly_card_3column::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 25px);
  }
  .ly_card_3column > div, .ly_card_3column > li {
    width: calc(100% / 3 - 25px);
  }
  .ly_card_3column > div + div, .ly_card_3column > div + li, .ly_card_3column > li + div, .ly_card_3column > li + li {
    margin-top: 0;
  }
  .ly_card_3column > div:nth-child(n+4), .ly_card_3column > li:nth-child(n+4) {
    margin-top: 30px;
  }
}
.sub_catch {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  margin: 15px auto;
  text-align: left !important;
}
/* ========================================= */
/* =============================
ボタン
===============================*/
.button-group {
  margin: 30px 0 0 0;
}
.btn {
  padding: 25px 10px;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 10px;
}
.btn a:hover {
  text-decoration: none;
  color: inherit;
}
.btn-primary {
  background-color: #ffc107;
  color: #003da6;
  border: 1px solid #ffc107;
}
.btn-primary:hover {
  background-color: #ffb300;
  transform: scale(1.05);
}
.btn-primary02:hover {
  background-color: #ffb300;
  transform: scale(1.05);
}
.btn-secondary {
  background-color: #fff;
  border: 1px solid #ffc107;
}
.btn-secondary:hover {
  background-color: #f0f0f0;
}
/* =============================

===============================*/
.sp_none {
  display: none;
}
.pc_none {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .sp_none {
    display: inline;
  }
  .pc_none {
    display: none;
  }
}
/* =============================

===============================*/
.breadcrumbs {
  position: absolute;
  margin-top: 0;
  top: auto;
  padding-top: 10px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 6px 15px 0;
  text-align: left;
  line-height: 1.1;
  font-size: 10px;
}
.waku_deco {
  padding: 30px;
  border: 2px solid #003da6;
  border-radius: 8px;
  background: #edf3fb;
}
.retail-bg_01 {
  background: var(--color_004);
}
.retail-bg_02 {
  background: var(--color_007);
}
.retail-bg_03 {
  background: var(--color_008);
}
#retail-business-handy {
  color: #000;
}
#retail-business-handy h3 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 26px;
  text-align: center;
}
#problem h3 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
}
#benefits_of_implementation .shortening {
  position: relative;
  background: var(--color_009);
  color: #fff;
  padding: 20px 60px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 2.2rem;
  display: inline-block;
}
#benefits_of_implementation .shortening::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid var(--color_009);
}
#benefits_of_implementation h3.solution {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 26px;
  text-align: center;
  color: #fff;
}
#benefits_of_implementation .processing {
  padding: 30px;
  background: var(--color_008);
  border-radius: 8px;
}
#retail-business-handy .btn-primary {
  background: var(--color_001);
  color: #fff;
  border: 0;
  box-shadow: 0px 0px 8px 0px rgba(153, 214, 255, 0.8);
}
#retail-business-handy .btn-primary02 {
  background: #ec6617;
  color: #fff;
  border: 0;
  box-shadow: 0px 0px 8px 0px rgba(153, 214, 255, 0.8);
}
#retail-business-handy .btn-primary a, #retail-business-handy .btn-primary02 a {
  color: #fff;
}
#retail-business-handy .btn-secondary {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 0;
  box-shadow: 0px 0px 8px 0px rgba(153, 214, 255, 0.8);
  overflow: hidden;
  transition: color .3s;
  z-index: 1;
}
#retail-business-handy .btn-secondary {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#retail-business-handy .btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color_002);
  transform: translateX(-100%);
  transition: transform .4s ease;
  z-index: -1;
}
#retail-business-handy .btn-secondary:hover::before {
  transform: translateX(0);
}
#retail-business-handy .btn-secondary a {
  position: relative;
  z-index: 1;
  color: transparent;
  background: var(--color_001);
  background-clip: text;
  -webkit-background-clip: text;
  display: block;
  width: 100%;
  height: 100%;
  white-space: normal;
}
#retail-business-handy .btn-secondary:hover a {
  color: #fff;
  opacity: 1;
}
#retail-solution {}
@media print, screen and (min-width: 768px) {
  #benefits_of_implementation .processing {
    padding: 60px;
    margin: 0 0 50px 0;
  }
}
/* ================================================== tx deco */
.tx_deco_gradation {
  position: relative;
  z-index: 1;
  color: transparent;
  background: var(--color_001);
  background-clip: text;
  -webkit-background-clip: text;
  display: block;
  width: 100%;
  height: 100%;
}
.tx_deco_emphasis {
  color: var(--color_005);
  font-weight: 700;
}
.tx_deco_small {
  font-size: 1.4rem;
}
img, svg {
  display: block;
  max-width: 100%;
}
/* ---- utility ---- */
h2.section-title {
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.5;
  margin: 16px 0 18px;
  color: var(--color_003);
}
/* ---- top-title ---- */
#pagetitle02 {
  position: relative;
}
#pagetitle02 h3.text {
  text-align: center;
  color: var(--color_012);
  margin: 0 0 0 0;
}
/*#pagetitle02::after {
    content: "";
  clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 0% 80%);
  background: var(--color_011);
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
    
}*/
.top-title {
  padding: 88px 0 56px;
}
.top-title-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  flex-direction: column-reverse;
}
.top-title-grid div.top_tx {
  width: 97%;
}
.top-title-grid div.top_tx p.unnecessary {
  line-height: 2.2;
}
.top-title-grid div.top_tx p .deco_hl {
  background: var(--color_009);
  color: #fff;
  padding: 5px 15px;
  border-radius: 8px;
  margin: 5px;
}
.top-title-grid .publish {
  margin: 15px 0 0 0;
}
.top-title-grid .publish p {
  font-size: 2.5rem;
  text-align: left;
  font-weight: 700;
}
.top-title-grid .publish p i {
  color: var(--color_012);
}
.top-title-title {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.55;
  margin: 0 0 24px;
  color: #000;
}
.top-title-title .hl {
  position: relative;
  z-index: 1;
  font-size: 4.6rem;
  color: transparent;
  background: var(--color_001);
  background-clip: text;
  -webkit-background-clip: text;
}
.top-title-visual {
  position: relative;
  width: 100%;
  margin: 40px 0 100px 0;
}
.top-title-stage {
  display: block;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .top-title-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: center;
    flex-direction: row;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bg-text {
  position: absolute;
  /*inset:0;*/
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  bottom: -38px;
  mix-blend-mode: multiply;
}
.bg-text-track {
  display: flex;
  white-space: nowrap;
  width: max-content;
  animation: marquee 20s linear infinite;
}
.bg-text-track span {
  font-size: 80px;
  font-weight: 700;
  color: var(--color_004);
  padding-right: 30px;
  letter-spacing: .08em;
}
@media print, screen and (min-width: 768px) {
  .bg-text {
    position: absolute;
    /*inset:0;*/
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    bottom: -80px;
    mix-blend-mode: multiply;
  }
  .bg-text-track span {
    font-size: 160px;
    font-weight: 700;
    color: var(--color_004);
    padding-right: 40px;
    letter-spacing: .08em;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.circle_wrap {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  margin: 50px auto;
  max-width: 800px;
  width: 100%;
  height: 100%;
  /*position: relative;*/
}
.circle, .circle02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 400px;
  width: 400px;
  z-index: -1;
}
.circle {
  background: var(--color_001);
  opacity: 0.6;
  animation: circle_rotates01 7.0s ease infinite;
  -ms-filter: blur(8px);
  filter: blur(8px);
}
.circle02 {
  opacity: 0.6;
  background: var(--color_002);
  animation: circle_rotates02 4.0s ease infinite;
  -ms-filter: blur(5px);
  filter: blur(5px);
}
@keyframes circle_rotates01 {
  0% {
    border-radius: 75% 35% 54% 46%/62% 48% 52% 48%;
  }
  56% {
    border-radius: 65% 45% 68% 32%/70% 50% 50% 40%;
  }
  100% {
    border-radius: 75% 35% 54% 46%/62% 48% 52% 48%;
  }
}
@keyframes circle_rotates02 {
  0% {
    border-radius: 65% 35% 54% 46%/52% 48% 52% 48%;
  }
  56% {
    border-radius: 55% 45% 68% 32%/60% 50% 50% 40%;
  }
  100% {
    border-radius: 65% 35% 54% 46%/52% 48% 52% 48%;
  }
}
.top-title-stage figure img {
  width: 100%;
  height: auto;
  min-width: 170px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  z-index: 2;
  display: inline;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .circle, .circle02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 500px;
    width: 500px;
  }
  .top-title-stage figure img {
    min-width: 250px;
  }
}
@media print, screen and (min-width: 1100px) {
  /*.top-title-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 5px;
        align-items: center;
    }*/
  .top-title-visual {
    margin: 0 0 0 0;
  }
}
/* ================================
handy_concerns
==================================*/
#handy_concerns ul li {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  text-align: left;
  margin: 0 0 30px;
}
#handy_concerns ul li:last-of-type {
  margin: 0 0 0;
}
@media print, screen and (min-width: 768px) {
  #handy_concerns ul li:last-of-type {
    margin: 0 0 30px;
  }
}
.complete_solution {
  color: #fff;
  background: var(--color_001);
  border-radius: 8px;
  padding: 30px;
  margin: 30px 0 0 0;
}
.complete_solution p {
  font-weight: 900;
  line-height: 2;
}
.complete_solution p.summary {
  font-weight: 900;
  line-height: 2;
  font-size: 2.5rem;
}
.complete_solution p span.deco {
  position: relative;
  display: inline;
}
.complete_solution p span.deco::after {
  content: "";
  background: #fff;
  padding: 0 25px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  margin: auto;
}
.tx_deco_gradation {
  display: inline;
  padding: 0 25px;
  margin: 0 3px;
  font-size: 2.3rem;
}
.three_roles_in_one {
  font-size: 3.3rem;
}
/* ================================
chosen_reason
==================================*/
#chosen_reason @media print, screen and (min-width: 768px) {}
@media print, screen and (min-width: 992px) {}
/* ========================================================
テーブル
==========================================================*/
table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}
th, td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #ddd;
  background: #fff;
}
thead th {
  background: #8c8c8c;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
tbody tr:nth-child(even) {
  background: #fff;
}
/* 3列目を強調 */
th:nth-child(3), td:nth-child(3) {
  background: #fff6ee;
  color: #000;
  font-weight: 700;
  border-left: 3px solid #ff8f22;
  border-right: 3px solid #ff8f22;
}
tr:last-of-type td:nth-child(3) {
  border-bottom: 3px solid #ff8f22;
}
thead th:nth-child(3) {
  background: #ff8f22;
  color: #fff;
  border-top: 3px solid #ff8f22;
  border-left: 3px solid #ff8f22;
  border-right: 3px solid #ff8f22;
  font-size: 2rem;
}
/* ================================
benefits_of_implementation
==================================*/
#benefits_of_implementation .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  position: relative;
  margin: 30px 0;
}
#benefits_of_implementation .step {
  position: relative;
  display: flex;
}
#benefits_of_implementation .step-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px 22px 28px;
  text-align: center;
  /*box-shadow: 0 6px 18px rgba(20, 30, 60, .05);*/
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
#benefits_of_implementation .step-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--badge);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 16px;
}
#benefits_of_implementation .step-title {
  font-size: 15.5px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
#benefits_of_implementation .step-illust {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
#benefits_of_implementation .step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color_003);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 3px 0 0 0
}
#benefits_of_implementation .step-label {
  letter-spacing: .14em;
  color: var(--color_003);
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1.5rem;
}
#benefits_of_implementation .step-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}
#benefits_of_implementation .step-desc {
  font-size: 1.8rem;
  line-height: 1.8;
}
/* ---- arrows ---- */
#benefits_of_implementation .arrow {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--color_003);
  z-index: 3;
  box-shadow: 0 2px 6px rgba(20, 30, 60, .06);
}
#benefits_of_implementation .arrow-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
#benefits_of_implementation .arrow-down {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
/* ▶ をCSSのボーダートリックで表現 */
#benefits_of_implementation .arrow::after {
  content: "";
  width: 0;
  height: 0;
}
#benefits_of_implementation .arrow-right::after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--color_003);
  margin-left: 2px;
}
#benefits_of_implementation .arrow-down::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid var(--color_003);
  margin-top: 2px;
}
/* ================= 576px以下：1列並び ================= */
@media print, screen and (max-width:576px) {
  #benefits_of_implementation .steps {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  #benefits_of_implementation .step:not(:last-child) .arrow-down {
    display: flex;
  }
}
/* ================= 577px〜767px：2列並び ================= */
@media print, screen and (min-width: 576px) {
  #benefits_of_implementation .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  #benefits_of_implementation .step:not(:nth-child(2n)):not(:last-child) .arrow-right {
    display: flex;
  }
  #benefits_of_implementation .step:nth-child(2n):not(:last-child) .arrow-down {
    display: flex;
  }
  #benefits_of_implementation .step:nth-child(2n):not(:last-child) .arrow-down {
    transform: translate(-50%, 50%) rotate(45deg);
  }
  #benefits_of_implementation .retail_flow_02 .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  #benefits_of_implementation .retail_flow_02 .step:not(:nth-child(2n)):not(:last-child) .arrow-right {
    display: flex;
  }
  #benefits_of_implementation .retail_flow_02 .step:nth-child(2n):not(:last-child) .arrow-down {
    display: flex;
  }
  #benefits_of_implementation .retail_flow_02 .step:nth-child(2n):not(:last-child) .arrow-down {
    transform: translate(-50%, 50%) rotate(45deg);
  }
}
/* ================= 768px以上：4列並び ================= */
@media print, screen and (min-width: 768px) {
  #benefits_of_implementation .steps {
    grid-template-columns: repeat(4, 1fr);
  }
  #benefits_of_implementation .step:not(:nth-child(4n)):not(:last-child) .arrow-right {
    display: flex;
  }
  #benefits_of_implementation .step:nth-child(4n):not(:last-child) .arrow-down {
    display: flex;
  }
  /* 行末（4→5、8→9）の矢印だけ斜め45度に */
  #benefits_of_implementation .step:nth-child(2n):not(:last-child) .arrow-down {
    transform: translate(-50%, 50%) rotate(45deg);
  }
  #benefits_of_implementation .step:nth-child(4n+2):not(:last-child) .arrow-down {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  #benefits_of_implementation .steps {
    grid-template-columns: repeat(5, 1fr);
  }
  #benefits_of_implementation .step:not(:nth-child(5n)):not(:last-child) .arrow-right {
    display: flex;
  }
  #benefits_of_implementation .step:nth-child(5n):not(:last-child) .arrow-down {
    display: flex;
  }
  /* 行末（4→5、8→9）の矢印だけ斜め45度に */
  #benefits_of_implementation .step:nth-child(2n):not(:last-child) .arrow-down {
    /*transform: translate(-50%, 50%) rotate(45deg);*/
    display: none;
  }
  #benefits_of_implementation .step:nth-child(5n+2):not(:last-child) .arrow-down {
    display: none;
  }
}
/* ================= 768px以上：3列並び ================= */
@media print, screen and (min-width: 768px) {
  #retail-solution .steps {
    grid-template-columns: repeat(3, 1fr);
  }
  #retail-solution .step:not(:nth-child(3n)):not(:last-child) .arrow-right {
    display: flex;
  }
  #retail-solution .step:nth-child(3n):not(:last-child) .arrow-down {
    display: flex;
  }
  /* 行末（4→5、8→9）の矢印だけ斜め45度に */
  #retail-solution .step:nth-child(2n):not(:last-child) .arrow-down {
    transform: translate(-50%, 50%) rotate(45deg);
  }
  #retail-solution .step:nth-child(3n+2):not(:last-child) .arrow-down {
    display: none;
  }
}
/* ================================
handy_features
==================================*/
#handy_features {
  background: var(--color_011);
}
#handy_features p {
  margin: 0 0 20px 0;
}
@media print, screen and (min-width: 768px) {
  #handy_features p {
    margin: 0;
    text-align: left;
  }
}
/* -------------------------------------------------- */
.section_wrap {
  counter-reset: step;
}
.content_w {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px auto;
  width: 100%;
  justify-content: center;
  align-items: center
}
@media print, screen and (min-width: 992px) {
  .content_w {
    flex-wrap: nowrap;
    margin: 0 auto 80px auto;
    justify-content: space-between;
    align-items: self-start;
  }
  .content_w:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.tx_content {
  text-align: left;
  padding: 0 15px;
  width: 100%;
  max-width: 600px;
}
.title_deco01 {
  font-weight: bold;
  color: #333;
  font-size: clamp(1.125rem, 4.13vw, 2.5rem);
  margin: 0 0 30px 0;
  text-align: left !important;
}
.title_deco01 span {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 0 0 0 60px;
}
.title_deco01 span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  color: #3C6DF8;
  font-size: 30px;
  font-weight: 700;
}
.title_deco01 span::after {
  content: "特徴";
  position: absolute;
  bottom: 26px;
  left: 0;
  color: #3C6DF8;
  font-size: 19px;
  font-weight: 700;
}
@media print, screen and (min-width: 576px) {
  .title_deco01 span {
    padding: 0 0 0 90px;
  }
  .title_deco01 span::before {
    top: 40px;
    font-size: 50px;
  }
  .title_deco01 span::after {
    left: 21px;
    left: 13px;
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .title_deco01 span::before {}
  .title_deco01 span::after {}
}
.list_deco01 li {
  position: relative;
  text-align: left;
  padding: 0 0 0 20px;
}
.list_deco01 li::before {
  position: absolute;
  left: 0;
  content: "●";
  color: #3C6DF8;
}
.tx_box {
  text-align: left;
}
/* ================================

==================================*/
/* ---- before after ---- */
.ba-panel {
  border: 1px solid var(--line);
  padding: 52px;
  margin-top: 44px;
  align-content: flex-start;
  align-items: flex-start;
  background: var(--color_001);
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(153, 214, 255, 0.2);
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  height: auto;
  justify-content: center;
  /*transition-delay: 500ms;
    transition-duration: 1400ms;
    max-width: calc(100% - 160px);*/
  backdrop-filter: blur(20px);
}
@media(max-width:640px) {
  .ba-panel {}
}
.ba-panel h3 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 26px;
  text-align: center;
}
.ba-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
  margin: 30px 0 0 0;
}
@media(max-width:760px) {
  .ba-grid {
    grid-template-columns: 1fr;
  }
}
.ba-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--ink-soft);
}
@media(max-width:760px) {
  .ba-arrow {
    transform: rotate(90deg);
    padding: 6px 0;
  }
}
.ba-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 8px;
}
.ba-card.after {
  border: 2px solid var(--color_003);
}
.ba-tag {
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  border-radius: 50px;
  padding: 10px 30px;
  margin-bottom: 16px;
  font-size: 1.8rem;
}
.ba-card.before .ba-tag {
  background: var(--line);
  color: var(--ink-soft);
}
.ba-card.after .ba-tag {
  background: var(--color_001);
  color: #fff;
}
.ba-card ul {
  list-style: none;
}
.ba-card li {
  padding: 5px;
  /* border-bottom: 1px dashed var(--line); */
  text-align: left;
  display: inline-block;
  margin: 5px;
}
.ba-card.after li {
  color: var(--ink);
  font-weight: 500;
}
.ba-card li:last-child {
  border-bottom: none;
}
/* ---- feature grid (VSS) ---- */
.feature-grid {
  display: flex;
  justify-content: center;
  margin-top: 44px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 576px) {
  .feature-grid {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .feature-grid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.feature-cell {
  background: var(--surface);
  padding: 20px;
  border: 1px solid var(--line);
  margin: 0 0 30px 0;
  border-radius: 8px;
}
.feature-cell .fc-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  position: relative;
}
.feature-cell h4 {
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--color_005);
  text-align: center;
  margin: 0 0 20px 0;
}
.feature-cell p {}
@media print, screen and (min-width: 576px) {
  .feature-cell {
    width: calc(100% / 2 - 55px);
    margin: 20px 0;
  }
  .feature-cell:last-of-type {}
}
@media print, screen and (min-width: 768px) {
  .feature-cell {
    width: 24%;
    margin: 0;
  }
  .feature-cell:last-of-type {}
}
/* ---- device features (small grid) ---- */
.device-block {
  margin-top: 34px;
}
.device-block h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.device-block h4::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color_003);
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media(max-width:700px) {
  .mini-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width:460px) {
  .mini-grid {
    grid-template-columns: 1fr;
  }
}
.mini-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}
.mini-card .mi {
  width: 26px;
  height: 26px;
  margin: 0 auto 12px;
  border: 1.5px solid var(--color_003);
}
.mini-card h5 {
  font-weight: 700;
  margin: 0 0 6px 0;
  font-size: 2.2rem;
  color: var(--color_005);
}
/*feature-with-image*/ /* ---- solutions (2 col) ---- */
.sol-grid {
  display: block;
  justify-content: space-between;
  border-radius: 8px;
  margin: 30px 0 0 0;
}
@media print, screen and (min-width:768px) {
  .sol-grid {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    margin: 30px 0 0 0;
  }
}
.sol-grid a {
  background: var(--surface);
  padding: 40px;
  border-radius: 8px;
  border: 1px solid var(--line);
  margin: 0 15px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.sol-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 30px;
}
.sol-card img {
  width: 100%;
  height: auto;
  max-width: 500px !important;
}
.sol-card h4 {
  font-weight: 900;
  margin: 0;
  color: var(--color_005);
}
.sol-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.sol-card li {
  /*border-top: 1px solid var(--line);*/
  text-align: left;
  display: inline-block;
  margin: 5px;
  font-weight: 700;
  color: var(--color_003);
  background: var(--color_004);
  padding: 5px 30px;
  border-radius: 50px;
}
.sol-card li:first-child {
  border-top: none;
}
.sol-card h5 {
  background: var(--color_001);
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 10px 30px;
  margin: 20px 0 0 0;
  font-size: 1.8rem;
}
/* ---- FAQ ---- */
#faq .q-icon {
  background: #003da6;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}
#faq .a-icon {
  background: #0099FF;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}
/*===================================================================*/
img {
  border-radius: 8px;
}
#retail_solutions a {
  color: #000;
}
/* ================================
smooth_flow
================================= */
#smooth_flow /* 7. Flow Section */
.flow {
  background-color: var(--white);
}
.flow-container {
  max-width: 800px;
  margin: 0 auto;
}
.flow-step {
  display: flex;
  background: var(--color_002);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
  text-align: left;
  align-items: center;
}
/* つなぎ目の線 */
.flow-step:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 60px;
  width: 3px;
  height: 20px;
  background-color: var(--color_012);
}
.step-number {
  background: var(--white);
  color: var(--color_009);
  border: 2px solid var(--color_012);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  flex-shrink: 0;
  margin-right: 30px;
  /*box-shadow: 0 5px 15px rgba(0, 119, 204, 0.3);*/
}
#retail-business-handy .step-content h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 5px;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .flow-step {
    padding: 30px 30px 30px 60px;
  }
  .step-number {
    position: absolute;
    left: -30px;
  }
}
/* ================================
Q&A
================================= */
.qa-item {
  position: relative;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.question {
  position: relative;
  padding: 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  transition: background 0.3s;
  transition: transform 0.3s;
}
/* 横棒 */
.question::before {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  width: 14px;
  height: 3px;
  background: #003da6;
  transform: translateY(-50%);
}
/* 縦棒 */
.question::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  width: 14px;
  height: 3px;
  background: #003da6;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
/* 開いたらマイナスに */
.qa-item.active .question::after {
  transform: translateY(-50%) rotate(0deg);
}
.question-text {
  font-size: 3em;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 12px;
}
.q-icon {
  background: #003da6;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}
.qa-item:hover {
  /*transform: translateY(-2px);*/
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 24px;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
.qa-item.active .answer {
  max-height: 500px;
  opacity: 1;
  padding: 0 24px 24px 24px;
}
.answer-content {
  display: flex;
  gap: 12px;
  color: #555;
  line-height: 1.8;
  transform: translateY(0);
  transition: none;
  text-align: left;
  font-size: 2rem;
}
.a-icon {
  background: #0099FF;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .question {
    padding: 20px;
  }
  .question-text {
    font-size: 1em;
  }
}
/* ================================
pdf_dl
================================= */
#pdf_dl {
  background: var(--color_001);
  color: var(--white);
}