@charset "UTF-8";

/* ==========================================================================
   p-support.css
   ========================================================================== */

/* partial override */
/* ========================================================================= */

.o-m__cta-wrap_inner_function.p__support-cta-wrap {
  padding: 81px 0;
  @media screen and (max-width: 1024px) {
    padding: 40px 0 20px;
  }
}

.o-m__breadcrumb-list {
  @media screen and (max-width: 576px) {
    display: block;
    padding: 8px 12px 9px;
  }
}

.o-m__breadcrumb-list_link {
  @media screen and (max-width: 576px) {
    display: inline;
    margin: 0 5px 0 0;
  }
  &:after {
    @media screen and (max-width: 576px) {
      position: static;
      display: inline-block;
      margin: 0 0 0 5px;
    }
  }
}

/* ========================================================================= */
/* object page_common */
/* ========================================================================= */

.p__support-introduction_img {
  flex: 1;
  img {
    @media screen and (max-width: 1024px) {
      width: 100%;
      height: auto;
    }
  }
}

.p__support-introduction_img-wrap img {
  height: auto;
}

.p__support-introduction .o-c__btn-text._arrow_down .o-c__btn-text_icon_arrow_bg {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}

.p__support-introduction .o-m__function-list_column {
  max-width: 100%;
}

.p__support-introduction .o-m__support-content {
  margin-top: -40px;
  @media screen and (max-width: 576px) {
    margin-top: 0;
  }
}

.p__support-introduction .o-m__support-content_li {
  padding-top: 0;
  @media screen and (max-width: 576px) {
    margin-bottom: 10px;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 10px;
    @media screen and (max-width: 576px) {
      margin-bottom: 10px;
    }
  }
  p {
    text-align: center;
  }
}
.p__support-introduction .o-m__panel-list-listdata_text {
  font-size: 20px;
  font-weight: bold;
  color: var(--black);
  text-align: center;
}

.p__support-introduction .o-m__panel-list-listdata_column._column_3 ._column_data {
  text-decoration: none;
}

.p__support-introduction .o-m__panel-list-listdata_box dt {
  font-size: 16px;
}

.p__support-introduction .o-m__panel-list-listdata_box dt.o-m__panel-list-listdata._minheight {
  min-height: 0;
}

.p__support-introduction_step-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--rmeisai-primary);
  margin-right: 15px;
  /* Space between dot and text */
}

.p__support-introduction_content_box {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 10px;
  margin: 0 0 50px 0;
  @media screen and (max-width: 768px) {
    padding: 40px 20px 30px;
    width: 100%;
  }
}

.p__support-introduction_content_wrap {
  display: flex;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.p__support-introduction_content_wrap.p__support-introduction_content_wrap--gap {
  gap: 10px;
  @media screen and (max-width: 768px) {
    gap: 30px;
  }
}

.p__support-introduction_content_left {
  flex: 1;
  @media screen and (max-width: 768px) {
    order: 2;
    background-color: var(--rmeisai-bg-sub-03);
    padding: 40px 20px 30px;
    border-radius: 0 10px 10px 0;
    width: 100%;
  }
}

.p__support-introduction_content_list {
  background-color: var(--rmeisai-bg-sub-03);
  padding: 30px 100px 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 10px 10px 0;
  @media screen and (max-width: 768px) {
    background-color: none;
    padding: 0;
  }
}

.p__support-introduction_content_item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  @media screen and (max-width: 576px) {
    white-space: normal;
  }
}

.p__support-introduction_content_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px;
  @media screen and (max-width: 768px) {
    font-size: 20px;
    text-align: center;
  }
}

.p__support-introduction_content_text {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0 40px;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.p__support-introduction_content_text .f__common-text_highlighter_bg {
  font-weight: bold;
}

.p__support-introduction_content_text--margin {
  @media screen and (max-width: 768px) {
    margin: 20px 0 -40px;
  }
}

.p__support-introduction_content_step-connector {
  width: 2px;
  height: 40px;
  background-color: green;
  margin-left: 5px;
}

.p__support-introduction_content_text--bold {
  font-size: 15px;
  line-height: 0.9;
  font-weight: bold;
  @media screen and (max-width: 768px) {
    font-size: 14px;
    line-height: 1.4;
  }
}

.p__support-introduction_content_text--bold .f__common-text_highlighter_bg {
  font-weight: bold;
}

.p__support-introduction_content_text--big {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.p__support-introduction_content_img {
  width: 350px;
  @media screen and (max-width: 768px) {
    width: 295px;
    margin: 0 0 20px;
  }
  img {
    width: 100%;
    height: auto;
  }
}

.p__support-introduction_content .o-m__case-link {
  text-align: left;
  @media screen and (max-width: 768px) {
    text-align: center;
  }
}

.p__support-introduction_content .o-c__btn {
  margin: 15px 0 0;
}

.p__support-introduction_content_checklist {
  text-align: left;
  padding: 0 20px 0 0;
}

.p__support-introduction_content_checklist_item {
  position: relative;
  padding: 1px 0 0 25px;
  margin-top: 10px;
  &::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: var(--rmeisai-primary);
    border-radius: 11px;
  }
  &::after {
    content: '';
    width: 8px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: block;
    position: absolute;
    left: 6px;
    top: 8px;
    transform: rotate(135deg);
  }
}

.p__support-introduction .o-c__btn-text {
  padding: 2px 23px 0 0;
}

.p__support-after .o-m__function-list_column {
  max-width: 100%;
}

.p__support-after .o-m__support-content {
  justify-content: center;
  gap: 0 20px;
  @media screen and (max-width: 768px) {
    margin-top: 0;
    gap: 0 10px;
  }
  @media screen and (max-width: 576px) {
    margin-top: 0;
  }
}

.p__support-after .o-m__support-content_li {
  padding-top: 0;
  @media screen and (max-width: 576px) {
    margin-bottom: 10px;
    padding: 0 !important;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 10px;
    @media screen and (max-width: 576px) {
      margin: 0 auto;
    }
  }
  p {
    text-align: center;
  }
}

.p__support-after .o-m__function-list_column._column_3 ._column_data {
  @media screen and (max-width: 768px) {
    flex-basis: 49%;
  }
  @media screen and (max-width: 576px) {
    flex-basis: 100%;
  }
}

.p__support-after .o-m__support-content .o-m__support-content_li {
  padding: 0 0 20px !important;
  &:last-child {
    @media screen and (max-width: 576px) {
      padding: 0 !important;
    }
  }
  img {
    @media screen and (max-width: 768px) {
      margin: 0 auto;
    }
  }
}

.p__support-case .swiper-container {
  width: 806px;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
}

.p__support-case_list {
  position: relative;
}

.p__support-case_list_slide {
  position: relative;
  padding: 15px 0 20px;
  @media screen and (max-width: 1024px) {
    position: relative;
    padding: 0 30px;
  }
}

.p__support-case_list_slide._case1 .p__support-case_list_slide_logo img {
  width: 153px;
  height: auto;
}

.p__support-case_list_slide._case2 .p__support-case_list_slide_logo img {
  width: 200px;
  height: auto;
}

.p__support-case_list_slide._case3 .p__support-case_list_slide_logo img {
  width: 250px;
  height: auto;
}

.p__support-case_list_slide:nth-child(2):after {
  position: absolute;
  display: block;
  content: '';
  background-color: var(--gray-bg-01);
  width: 1px;
  height: 100%;
  top: 0;
  right: -25px;
  @media screen and (max-width: 1024px) {
    display: none;
  }
}

.p__support-case_list_slide:nth-child(2):before {
  position: absolute;
  display: block;
  content: '';
  background-color: var(--gray-bg-01);
  width: 1px;
  height: 100%;
  top: 0;
  left: -25px;
  @media screen and (max-width: 1024px) {
    display: none;
  }
}

.p__support-case_list_slide figcaption {
  text-align: center;
  margin: 10px 0 20px;
}

.p__support-case_list_slide_logo {
  text-align: center;
  margin-bottom: 15px;
  min-height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  img {
    width: inherit;
  }
}

.p__support-case_list_slide_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  @media screen and (max-width: 1024px) {
    font-size: 12px;
  }
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.p__support-case_list_slide_title_name {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  margin-right: 7px;
  @media screen and (max-width: 1024px) {
    font-size: 14px;
  }
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.p__support-case_list_slide_text {
  min-height: 165px;
}

.p__support-case_list_slide_company {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  @media screen and (max-width: 1024px) {
    font-size: 16px;
  }
}

.p__support-case_list_slide_company_small {
  font-size: 16px;
  @media screen and (max-width: 1024px) {
    font-size: 14px;
  }
}

.p__support-case_list_slide_photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  @media screen and (max-width: 1024px) {
    width: 300px;
  }
  @media screen and (max-width: 576px) {
    width: 180px;
  }
}

.p__support-case_list .o-m__case-pager_box {
  display: none;
  @media screen and (max-width: 1024px) {
    display: block;
    width: 100%;
  }
}

.p__support-case_list_slide.swiper-slide {
  width: calc((100% - 50px) / 2);
}

.p__support-case_list_slide_photo {
  @media screen and (max-width: 1024px) {
    text-align: center;
  }
}

.p__support-case_list_slide.swiper-slide-next,
.p__support-case_list_slide.swiper-slide-prev {
  @media screen and (max-width: 1024px) {
    opacity: 0.5;
  }
}

.p__support-case_list .swiper-button-next,
.p__support-case_list .swiper-button-prev {
  margin-top: -160px;
}

.p__support-case .swiper-wrapper {
  width: 100%;
  justify-content: center;
  gap: 0 50px;
  @media screen and (max-width: 1024px) {
    gap: inherit;
    justify-content: space-between;
  }
}

