/* ----------------------------------------------------------------
    Layout
----------------------------------------------------------------- */
/* .acq-content-area
----------------------------------------------- */
.acq-content-area.-color-02 {
  margin-bottom: 40px;
}

.acq-content-area.-color-02 + .acq-content-area.-color-02 {
  padding: var(--acq-spacing-xl) 0;
}

@media only screen and (min-width: 768px) {
  .acq-content-area.-color-02 {
    margin-bottom: 80px;
  }
}

/* ----------------------------------------------------------------
    Acquisition
----------------------------------------------------------------- */

/* .acq-hdg-l1-02
----------------------------------------------- */
body[class^="customer"] .acq-hdg-l1-02_inner {
  position: relative;
}

@media only screen and (max-width: 767px) {
  body[class^="customer"] .acq-hdg-l1-02_img {
    text-align: center;
    right: auto;
  }
}

/* ----------------------------------------------------------------
    Unique
----------------------------------------------------------------- */

/* .customer-hdg-ico
----------------------------------------------- */

.customer-hdg-icon {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 24px 16px;
  margin: var(--acq-spacing-xl) 0 var(--acq-spacing-lg);
  text-align: center;
}

.customer-hdg-icon_hdg {
  font-size: var(--acq-font-size-3xl);
}

.customer-hdg-icon_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  background-color: var(--acq-color-white);
  border-radius: 50%;
  overflow: hidden;
}

.customer-hdg-icon_img > img {
  max-width: 80px;
}



/* .customer-lyt-col
----------------------------------------------- */
.customer-lyt-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin: 42px 0;
}

@media only screen and (min-width: 860px) {
  .customer-lyt-col {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 68px;
  }
}


/* .customer-satisfaction-01
----------------------------------------------- */
.customer-satisfaction-01 {
  position: relative;
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
}

.customer-satisfaction-01-text {
  color: var(--acq-color-primary);
  font-weight: 700;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 56px;
}

.customer-satisfaction-01-text > .satisfied {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-satisfaction-01-text > .satisfied > .score {
  position: relative;
  font-size: 6rem;
  line-height: 1.1;
  padding-left: 16px;
  bottom: 8px;
}

.customer-satisfaction-01-text > .satisfied > .score > .percent {
  font-size: 2.4rem;
}

.customer-satisfaction-01-text > .average,
.customer-satisfaction-01-text > .dissatisfied {
  font-size: 1.6rem;
}

.customer-satisfaction-01-text > .average > .score,
.customer-satisfaction-01-text > .dissatisfied > .score {
  font-size: 3.2rem;
  line-height: 1.1;
  padding-left: 8px;
}

.customer-satisfaction-01-text > .average > .score > .percent,
.customer-satisfaction-01-text > .dissatisfied > .score > .percent {
  font-size: 1.6rem;
}

.customer-satisfaction-01-text > .dissatisfied {
  padding-left: 16px;
}

@media only screen and (min-width: 768px) {
  .customer-satisfaction-01 {
    min-width: 475px;
    width: 100%;
  }

  .customer-satisfaction-01-text {
    top: 76px;
  }

  .customer-satisfaction-01-text > .satisfied {
    font-size: 3.2rem;
  }

  .customer-satisfaction-01-text > .satisfied > .score {
    font-size: 8rem;
    padding-bottom: 10px;
    bottom: 0;
  }

  .customer-satisfaction-01-text > .satisfied > .score > .percent {
    font-size: 3.2rem;
  }

  .customer-satisfaction-01-text > .average,
  .customer-satisfaction-01-text > .dissatisfied {
    font-size: 2.4rem;
  }

  .customer-satisfaction-01-text > .average > .score,
  .customer-satisfaction-01-text > .dissatisfied > .score {
  font-size: 3.8rem;
}

  .customer-satisfaction-01-text > .average > .score > .percent,
  .customer-satisfaction-01-text > .dissatisfied > .score > .percent {
    font-size: 2.4rem;
  }
}

/* .customer-evaluation
----------------------------------------------- */

.customer-evaluation_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.customer-evaluation_item {
  flex: 1 1 auto;
  border: 1px solid #E6E3E1;
  border-radius: var(--acq-rounded-md);
  padding: 16px;
}

.customer-evaluation_about-01 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.customer-evaluation_about-02 {
  font-size: 2.4rem;
  font-weight: 700;
}

.customer-evaluation_text {
  color: var(--acq-color-primary);
  font-weight: 700;
}

.customer-evaluation_text > .text {
  font-size: 2.4rem;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 64px;
}

.customer-evaluation_text > .text > .score {
  position: relative;
  font-size: 6rem;
  line-height: 1.1;
}

.customer-evaluation_text > .text > .score > .percent {
  font-size: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .customer-evaluation_inner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .customer-evaluation_item {
    padding: 24px;
    flex: 0 1 calc((100% - (24px * 2)) / 3);
    width: calc((100% - (24px * 2)) / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 384px;
  }

  .customer-evaluation_text > .text {
    font-size: 3.2rem;
  }

  .customer-evaluation_text > .text > .score {
    font-size: 8rem;
  }

  .customer-evaluation_text > .text > .score > .percent {
    font-size: 3.2rem;
  }
}

/* .customer-voice
----------------------------------------------- */

.customer-voice_inner {
  column-count: 1;
  column-gap: 24px;
}

.customer-voice_item {
  width: 100%;
  break-inside: avoid;
  margin-bottom: 24px;
}

.customer-voice_item:last-child {
  margin-bottom: 0;
}

.customer-voice_title {
  background-color: var(--acq-color-primary);
  text-align: left;
  flex: 1;
  position: relative;
  width: 100%;
  padding: 16px 24px;
  border: 2px solid var(--acq-color-primary);
  border-bottom: none;
  border-radius: var(--acq-rounded-md) var(--acq-rounded-md) 0 0;
  background-color: var(--acq-color-primary);
  color: var(--acq-color-white);
  font-weight: var(--acq-font-weight-bold);
  text-decoration: none;
  transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}

.customer-voice_title::before {
  display: block;
  content: "";
  position: absolute;
  inset: calc(100% - 1px) 0 auto;
  margin: auto;
  width: 18px;
  height: 18px;
  background-color: var(--acq-color-primary);
  border-radius: 2px;
  transform: rotate(45deg) skew(2deg, 2deg);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transition: opacity var(--acq-transition-duration) var(--acq-transition-tf);
  transform-origin: top right;
}

.customer-voice_content {
  padding: 40px 16px 24px;
  background-color: var(--acq-color-white);
  border-radius: 0 0 var(--acq-rounded-md) var(--acq-rounded-md);
}

.customer-voice_detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.customer-voice_product {
  display: flex;
  align-items: center;
}

.customer-voice_product-inner {
  display: flex;
}


.customer-voice_product .label,
.customer-voice_contact .label {
  flex: 0 0 auto;
  height: fit-content;
  margin: 0 16px 0 0;
  display: inline-block;
  padding: 4px 16px;
  background-color: var(--acq-color-bg-gray);
  border-radius: 100vw;
  vertical-align: middle;
  color: var(--acq-color-primary);
  font-size: var(--acq-font-size-xs);
font-weight: var(--acq-font-weight-bold);
}
.customer-voice_score {
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .customer-voice_score {
    margin-bottom: 32px;
  }
}

.customer-voice_score-inner {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.customer-voice_score-item {
  display: flex;
}

.customer-voice_score-item-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .customer-voice_score-item-inner {
    flex-wrap: nowrap;
  }
}

.customer-voice_score-item-inner .label_wrap {
  flex: 0 0 auto;
  min-width: 162px;
}

.customer-voice_score-item-inner .label {
  flex: 0 0 auto;
  height: fit-content;
  margin: 0 16px 0 0;
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #E6E3E1;
  border-radius: 100vw;
  vertical-align: middle;
  color: #22254C;
  font-size: var(--acq-font-size-md);
}

.customer-voice_img-wrap {
  flex: 1 1 auto;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .customer-voice_img-wrap {
    text-align: right;
  }
}

.customer-voice_img-wrap img{
  vertical-align: middle;
}

.customer-voice_comment[open] > .customer-voice_comment-btn::after {
  transform: rotate(-90deg);
}

.customer-voice_comment > .customer-voice_comment-btn > .text-close {
  display: none;
}

.customer-voice_comment[open] > .customer-voice_comment-btn > .text-default {
  display: none;
}
.customer-voice_comment[open] > .customer-voice_comment-btn > .text-close {
  display: inline;
}

.customer-voice_comment-btn {
  --padding-inline: 24px;
  position: relative;
  display: inline-block;
  padding-right: var(--padding-inline);
  font-weight: 700;
}

.customer-voice_comment-btn::before {
  background-color: var(--acq-color-primary);
  border-radius: 50%;
}

.customer-voice_comment-btn::after {
  background-color: var(--acq-color-white);
  -webkit-mask: url(/common_a/img/acquisition/general/mask/angle-right.svg) no-repeat center/10px;
  mask: url(/common_a/img/acquisition/general/mask/angle-right.svg) no-repeat center/10px;
  transform: rotate(90deg);
}

.customer-voice_comment-btn::before, .customer-voice_comment-btn::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 16px;
  height: 16px;
  margin: auto;
  transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
}

.customer-voice_comment-text {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {

  .customer-voice_inner {
    column-count: 2;
    column-gap: 24px;
  }

  .customer-voice_content {
    padding: 40px 24px 24px;
  }

  .customer-voice_content > *:last-child {
    margin-bottom: 0;
  }

  .customer-voice_detail {
    gap: 16px;
    margin-bottom: 24px;
  }
}



/* .customer-case
----------------------------------------------- */

.customer-case_inner {
  column-count: 1;
  column-gap: 24px;
}

.customer-case_item {
  position: relative;
  width: 100%;
  break-inside: avoid;
  padding: 24px 16px;
  margin-bottom: 24px;
  background-color: var(--acq-color-white);
  border-radius: var(--acq-rounded-lg);
}

.customer-case_item:last-child {
  margin-bottom: 0;
}

.customer-case_title {
  font-size: 1.8rem;

  text-align: left;
  flex: 1;
  position: relative;
  width: 100%;
  padding: 0 100px 0 0;
  background-color: var(--acq-color-white);

  font-weight: var(--acq-font-weight-bold);
  text-decoration: none;
  transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}

.customer-case_solved {
  position: absolute;
  top: 0;
  right: 0;
}

.customer-case_content {
  padding: 40px 0 0;
  background-color: var(--acq-color-white);
}

.customer-case_detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.customer-case_product {
  display: flex;
  align-items: center;
}

.customer-case_product .label,
.customer-case_contact .label {
  flex: 0 0 auto;
  height: fit-content;
  margin: 0 16px 0 0;
  display: inline-block;
  padding: 4px 16px;
  background-color: var(--acq-color-bg-gray);
  border-radius: 100vw;
  vertical-align: middle;
  color: var(--acq-color-primary);
  font-size: var(--acq-font-size-xs);
font-weight: var(--acq-font-weight-bold);
}

.customer-case_point-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.customer-case_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: var(--acq-spacing-md) 0 0;
  text-align: center;
}



@media only screen and (min-width: 768px) {
  .customer-case_inner {
    column-count: 2;
    column-gap: 24px;
  }

  .customer-case_item {
    padding: 24px;
  }

  .customer-case_title {
  font-size: 2.4rem;
  }

  .customer-case_detail {
    gap: 16px;
    margin-bottom: 24px;
  }

  .customer-case_point-title {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}


/* ----------------------------------------------------------------
    Chart
----------------------------------------------------------------- */

/* .customer-chart-pie
----------------------------------------------- */
.customer-chart-pie {
  position: relative;
  top: 24px;
}

.customer-chart-pie_inner {
  position: relative;
  max-width: 280px;
  min-width: 20px;
  height: 400px;
}

.customer-chart-pie_centerText {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 160px;
}

.customer-chart-pie_centerText-satisfied {
  display: block;
  padding-left: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.customer-chart-pie_centerText-value {
  font-size: 5.7rem;
  font-weight: 700;
  color: #4A81D3;
  line-height: 1;
}

.customer-chart-pie_centerText-percent {
  font-size: 1.9rem;
  color: #4A81D3;
  line-height: 1;
}

/* ----------------------------------------------------------------
    Pager
----------------------------------------------------------------- */

/* .customer-nav-pager
----------------------------------------------- */

.customer-nav-pager {
  margin: var(--acq-spacing-md) 0;
}
.customer-nav-pager_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 0;
}
.customer-nav-pager_list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: var(--acq-font-weight-bold);
  font-size: var(--acq-font-size-lg);
}
.customer-nav-pager_btn {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--acq-color-white);
  border: 1px solid var(--acq-color-beige);
  border-radius: 50%;
  box-shadow: var(--acq-shadow-card);
  transition: all var(--acq-transition-duration) var(--acq-transition-tf);
}
.customer-nav-pager_btn:is(:hover, :active, :focus-visible) {
  background-color: var(--acq-color-bg-gray);
}
.customer-nav-pager_btn:disabled {
  background-color: var(--acq-color-white);
  cursor: not-allowed;
}
.customer-nav-pager_btn:is(.-prev, .-next)::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-color: var(--acq-color-font);
  -webkit-mask: no-repeat center/14px;
  mask: no-repeat center/14px;
}
.customer-nav-pager_btn:is(.-prev, .-next):disabled::before {
  background-color: var(--acq-color-beige-dark);
}
.customer-nav-pager_btn.-prev::before {
  -webkit-mask-image: url("/common_a/img/acquisition/general/mask/angle-left.svg");
  mask-image: url("/common_a/img/acquisition/general/mask/angle-left.svg");
}
.customer-nav-pager_btn.-next::before {
  -webkit-mask-image: url("/common_a/img/acquisition/general/mask/angle-right.svg");
  mask-image: url("/common_a/img/acquisition/general/mask/angle-right.svg");
}
.customer-nav-pager_btn[aria-current=true] {
  background-color: var(--acq-color-primary);
  color: var(--acq-color-white);
}
.customer-nav-pager_alt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}
.customer-nav-pager_ellipsis {
  color: var(--acq-color-font-beige);
}
