.underMV {
  background-image: url(../images/service_bg.webp);
}


/* =========================
INTRODUCTION
========================= */

.retail-intro {
  padding-top: 60px;
}

.retail-intro p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.9;
}

.retail-intro p span {
  color: #001961;
  font-size: 24px;
}


/* =========================
ISSUES
========================= */

.retail-issues {
  padding-top: 70px;
}

.retail-issues__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.retail-issues__item {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(33.333333% - 13.333333px);
  min-height: 160px;
  padding: 42px 20px 25px;
  background-color: #eff3fa;
}

.retail-issues__item span {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #a0b6de;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.retail-issues__item p {
  color: #001961;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}


/* =========================
DIFFERENCE
========================= */

.retail-difference {
  padding-top: 80px;
}

.retail-difference__lead {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.retail-difference__wrapper {
  display: flex;
  gap: 30px;
}

.retail-difference__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
  padding: 0 22px 25px;
  border: solid 1px #001961;
  background-color: #fff;
}

.retail-difference__item .label {
  margin: 0 -22px 20px;
  padding: 8px;
  background-color: #001961;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.retail-difference__item h3 {
  margin-bottom: 20px;
  color: #001961;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.retail-difference__item dl {
  margin-bottom: 14px;
  border: solid 1px #cfd5e6;
}

.retail-difference__item dt {
  padding: 8px;
  background-color: #f2f4f9;
  color: #001961;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.retail-difference__item dd {
  padding: 12px;
  border-top: solid 1px #cfd5e6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}


/* =========================
8 STAGE MODEL
========================= */

.retail-journey {
  padding-top: 80px;
}

.retail-journey__lead {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.retail-journey__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.retail-journey__item {
  position: relative;
  width: calc(25% - 12px);
  min-height: 215px;
  padding: 52px 18px 22px;
  border: solid 1px #cfd5e6;
  background-color: #fff;
}

.retail-journey__item .num {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 7px;
  background-color: #001961;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.retail-journey__item h3 {
  margin-bottom: 14px;
  color: #001961;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.retail-journey__item p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}


/* =========================
VALUE REACH
========================= */

.retail-reach {
  padding-top: 80px;
}

.retail-reach__box {
  padding: 35px 40px;
  border: solid 1px #d9dde6;
  background-color: #f7f9fc;
}

.retail-reach__flow {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.retail-reach__flow span {
  position: relative;
  width: calc(25% - 7.5px);
  padding: 14px 10px;
  background-color: #001961;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.retail-reach__flow span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -8px;
  content: "";
  width: 9px;
  height: 14px;
  background-image: url(../images/icon_arrow_simple.webp);
  background-size: cover;
  transform: translateY(-50%);
}

.retail-reach__box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}


/* =========================
PRODUCTS
========================= */

.retail-products {
  padding-top: 80px;
}

.retail-products__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
}

.retail-products__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
  padding: 0 22px 25px;
  border: solid 1px #001961;
  background-color: #fff;
}

.retail-products__item .label {
  margin: 0 -22px 20px;
  padding: 8px;
  background-color: #001961;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.retail-products__item h3 {
  color: #001961;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.retail-products__item .catch {
  margin: 8px 0 22px;
  color: #001961;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.retail-products__item dl {
  margin-bottom: 14px;
  border: solid 1px #cfd5e6;
}

.retail-products__item dt {
  padding: 8px 10px;
  background-color: #f2f4f9;
  color: #001961;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.retail-products__item dd {
  padding: 12px 14px;
  border-top: solid 1px #cfd5e6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}


/* =========================
DEPARTMENTS
========================= */

.retail-departments {
  padding-top: 80px;
}

.retail-departments__lead {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.retail-departments__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.retail-departments__item {
  position: relative;
  width: calc(50% - 20px);
  min-height: 180px;
  padding: 45px 28px 25px;
  border: solid 1px #d9dde6;
}

.retail-departments__item span {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #a0b6de;
  font-size: 28px;
  font-weight: 700;
}

.retail-departments__item h3 {
  margin-bottom: 12px;
  color: #001961;
  font-size: 21px;
  font-weight: 600;
}

.retail-departments__item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}


/* =========================
VALUE
========================= */

.retail-value {
  margin-top: 80px;
  padding: 65px 0 80px;
  background-image: url(../images/column_bg.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.retail-value__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.retail-value__item {
  position: relative;
  width: calc(50% - 20px);
  min-height: 190px;
  padding: 45px 30px 25px;
  background-color: #eff3fa;
}

.retail-value__item span {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #a0b6de;
  font-size: 30px;
  font-weight: 700;
}

.retail-value__item h3 {
  margin-bottom: 12px;
  color: #001961;
  font-size: 22px;
  font-weight: 600;
}

.retail-value__item p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}


/* =========================
PARENT
========================= */

.retail-parent {
  padding-top: 80px;
}

.retail-parent__box {
  padding: 35px 40px;
  border: solid 1px #d9dde6;
  background-color: #f7f9fc;
}

.retail-parent__box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.retail-parent__button {
  max-width: 450px;
  margin: 35px auto 0;
}


/* =========================
CONSULTATION
========================= */

.retail-consultation {
  padding-top: 80px;
  padding-bottom: 90px;
}

.retail-consultation p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.retail-consultation__button {
  max-width: 540px;
  margin: 35px auto 0;
}


/* =========================
SP
========================= */

@media screen and (max-width: 768px) {

  .retail-intro {
    padding-top: 40px;
  }

  .retail-intro p {
    font-size: 15px;
  }

  .retail-intro p span {
    font-size: 18px;
  }


  /* issues */

  .retail-issues {
    padding-top: 45px;
  }

  .retail-issues__wrapper {
    gap: 10px;
  }

  .retail-issues__item {
    width: calc(50% - 5px);
    min-height: 145px;
    padding: 38px 13px 20px;
  }

  .retail-issues__item span {
    font-size: 22px;
  }

  .retail-issues__item p {
    font-size: 13px;
  }


  /* difference */

  .retail-difference {
    padding-top: 50px;
  }

  .retail-difference__lead {
    font-size: 14px;
  }

  .retail-difference__wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .retail-difference__item {
    width: 100%;
    padding: 0 15px 20px;
  }

  .retail-difference__item .label {
    margin: 0 -15px 18px;
  }

  .retail-difference__item h3 {
    font-size: 20px;
  }

  .retail-difference__item dt {
    font-size: 15px;
  }

  .retail-difference__item dd {
    font-size: 13px;
  }


  /* journey */

  .retail-journey {
    padding-top: 50px;
  }

  .retail-journey__lead {
    font-size: 14px;
  }

  .retail-journey__wrapper {
    gap: 10px;
  }

  .retail-journey__item {
    width: calc(50% - 5px);
    min-height: 190px;
    padding: 48px 13px 18px;
  }

  .retail-journey__item h3 {
    font-size: 17px;
  }

  .retail-journey__item p {
    font-size: 12px;
  }


  /* reach */

  .retail-reach {
    padding-top: 50px;
  }

  .retail-reach__box {
    padding: 25px 18px;
  }

  .retail-reach__flow {
    flex-direction: column;
    gap: 25px;
  }

  .retail-reach__flow span {
    width: 100%;
  }

  .retail-reach__flow span:not(:last-child)::after {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) rotate(90deg);
  }

  .retail-reach__box p {
    font-size: 14px;
  }


  /* products */

  .retail-products {
    padding-top: 50px;
  }

  .retail-products__wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .retail-products__item {
    width: 100%;
    padding: 0 15px 20px;
  }

  .retail-products__item .label {
    margin: 0 -15px 18px;
  }

  .retail-products__item h3 {
    font-size: 20px;
  }

  .retail-products__item .catch {
    font-size: 14px;
  }

  .retail-products__item dt {
    font-size: 15px;
  }

  .retail-products__item dd {
    font-size: 13px;
  }


  /* departments */

  .retail-departments {
    padding-top: 50px;
  }

  .retail-departments__lead {
    font-size: 14px;
  }

  .retail-departments__wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .retail-departments__item {
    width: 100%;
    min-height: unset;
    padding: 42px 18px 20px;
  }

  .retail-departments__item span {
    font-size: 22px;
  }

  .retail-departments__item h3 {
    font-size: 18px;
  }

  .retail-departments__item p {
    font-size: 13px;
  }


  /* value */

  .retail-value {
    margin-top: 50px;
    padding: 45px 0 60px;
  }

  .retail-value__wrapper {
    gap: 10px;
  }

  .retail-value__item {
    width: calc(50% - 5px);
    min-height: 175px;
    padding: 42px 15px 20px;
  }

  .retail-value__item span {
    font-size: 22px;
  }

  .retail-value__item h3 {
    font-size: 17px;
  }

  .retail-value__item p {
    font-size: 12px;
  }


  /* parent */

  .retail-parent {
    padding-top: 50px;
  }

  .retail-parent__box {
    padding: 25px 18px;
  }

  .retail-parent__box p {
    font-size: 14px;
  }


  /* consultation */

  .retail-consultation {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .retail-consultation p {
    font-size: 14px;
  }
}