.page_main_sp {
  background: #1b242e url(/aws/smb/img/title-bg.jpg) no-repeat 50% 50%/auto 100%;
}

.page_main_sp .title-highlight {
  margin-top: 6px;
  font-size: 2.4rem;
}

.page_main_sp .sub-title {
  margin-bottom: 2rem;
}

@media screen and (max-width:767px) {
  .page_main_sp .title-highlight {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .page_main_sp {
    background-position: 100% 50%;
    background-size: cover;
  }
}

.managed_intro_sp02_left {
  background-image: url(img/img_partner-rank.jpg);
}

.managed_intro_sp.h-custom,
.h-custom .managed_intro_sp02_right {
  height: auto;
  min-height: 360px;
}

@media (min-width: 768px) {
  .service-card-group {
    display: flex;
    flex-wrap: wrap;
  }

  .w-wide img {
    transform: scale(1.75);
  }

  .service_list_sp_right .clean {
    text-align: center;
    border-left: 0;
    color: #3d4d5c;
  }
}

@media (max-width: 767px) {
  .managed_intro_sp02_left img {
    width: 100%;
  }

  .managed_intro_sp.h-custom,
  .h-custom .managed_intro_sp02_right {
    min-height: 0;
  }
}

.box-shadow-rounded-right {
  box-shadow: 0px 0px 10px 0px #00000033;
  border-radius: 0 16px 0 0;
}

.dx-fig img {
  display: block;
  /* max-width: 347px; */
  margin-inline: auto;
}

.cc-list-flow .cc-list-flow-item .sky-blue {
  background-color: #3B7C97;
  color: #fff;
}

.cc-list-flow .cc-list-flow-item .orange {
  background: #fcba04;
  color: #233546;
}

.service_sp02 {
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width:767px) {
  .service_sp02 {
    width: 100%;
  }
}

.cc-list-flexibleimage-item>* {
  margin-bottom: 0;
}

.cc-list-flexibleimage-item .cc-list-flexibleimage-image.problem-icon {
  height: 96px;
}

.marginTop-auto {
  margin-top: auto;
}

.cc-basically {
  background-image: url(/template/img/arrow_v2.png);
}

.border-box {
  padding: 50px 60px;
  box-sizing: border-box;
  display: flex;

  p {
    padding: 0 15px;
    margin-bottom: 0;
  }

  img {
    width: 280px;
  }

  @media screen and (max-width:767px) {
    padding: 50px;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
}

.accent-tag {
  padding: 2px 16px;
  text-align: center;
  background-color: #FAB904;
  color: #fff;
  line-height: 1.8;
  display: block;
  width: fit-content;
  border-radius: 4px;
}

.cc-list-flexibleimage-item,
.case_list {
  position: relative;

  .list-tag {
    font-size: 12px;
    line-height: 1.75;
    padding: 6px 24px;
    color: #fff;
    background-color: #545454;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* お客様の声 */
#more-reviews {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

#more-reviews>div+div {
  margin-top: 20px;
}

#more-reviews.show {
  max-height: 2000px;
}

#showMoreReviewsBtn {
  all: unset;
  color: #2D7492;
  text-decoration: underline;
  cursor: pointer;
}

/* KV */

@media screen and (max-width:767px) {
  .page_main_sp.include-kv-badge,
  .include-kv-badge .page_main_sp02 {
    height: 550px;
  }
  .mv-btn a {
    width: 90%;
    margin-inline: auto;
  }
}

.assessment_list_sp_icon{
  height: 122px;
  img{
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}