@charset "UTF-8";

/* ==========================================================================
   p-ar-management.css
   ========================================================================== */

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

.o-m__fv_lead_list_item {
  position: relative;
  padding: 3px 0 0 32px;
  margin-bottom: 5px;
  @media screen and (max-width: 1024px) {
    font-size: 18px;
  }
  @media screen and (max-width: 768px) {
    font-size: 16px;
    padding: 0 0 0 20px;
  }
  @media screen and (max-width: 576px) {
    font-size: 14px;
  }
  &:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 21px;
    height: 21px;
    background: var(--rmeisai-primary);
    border-radius: 11px;
    @media screen and (max-width: 768px) {
      top: 0.2em;
      width: 14px;
      height: 14px;
      border-radius: 10px;
    }
  }
  &:after {
    content: '';
    position: absolute;
    left: 7px;
    top: calc(0.3em + 6px);
    width: 8px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    @media screen and (max-width: 768px) {
      top: calc(0.2em + 3px);
      left: 4px;
      width: 7px;
      height: 5px;
    }
  }
}

.o-m__fv_lead_list {
  @media screen and (max-width: 768px) {
    display: block;
  }
  @media screen and (max-width: 576px) {
    padding: 10px 0 0 0;
  }
}

/* ========================================================================= */
/* ar-management独自 */
/* ========================================================================= */

.p__ar-management-about_image {
  padding: 0 20px;
  @media screen and (max-width: 768px) {
    padding: 0;
    max-width: 450px;
    margin: 0 auto;
  }
  img {
    height: auto;
  }
}

.p__ar-management-op .o-c__heading + .p__ar-management-op_content {
  margin-top: 25px;
  @media screen and (max-width: 768px) {
    margin-top: 30px;
  }
}

.p__ar-management-op_content_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 40px 40px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  @media screen and (max-width: 576px) {
    width: 100%;
    padding: 0 20px 40px;
  }
}

.p__ar-management-op_content_title {
  min-height: 80px;
  display: block;
  position: relative;
  z-index: 50;
  padding: 27px 0 0 130px;
  text-align: left;
  z-index: 1;
  @media screen and (max-width: 768px) {
    min-height: auto;
  }
  @media screen and (max-width: 576px) {
    height: auto;
    padding: 70px 0 10px 0;
  }
}

.p__ar-management-op_content_title_annotation {
  font-size: 12px;
}

.p__ar-management-op_content_title_icon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
  @media screen and (max-width: 768px) {
    position: absolute;
    width: 100px;
    height: 100px;
  }
  @media screen and (max-width: 576px) {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p__ar-management-op_content_title h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--rmeisai-primary);
  @media screen and (max-width: 576px) {
    font-size: 20px;
    position: relative;
    z-index: 60;
    text-align: center;
  }
}

.p__ar-management-op_content_title._2line {
  padding: 17px 0 0 120px;
  @media screen and (max-width: 576px) {
    padding: 80px 0 10px 0;
  }
  h3 {
    line-height: 1.2;
  }
}

.p__ar-management-op_content_title_icon img {
  @media screen and (max-width: 768px) {
    width: 65px;
    height: 65px;
  }
}

.p__ar-management-op_content_text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
  @media screen and (max-width: 576px) {
    font-size: 15px;
  }
}

.p__ar-management-op_content_text_btn {
  display: block;
  text-align: center;
}

.p__ar-management-op_content_text .o-c__btn-text {
  display: block;
  margin-top: 20px;
}

.p__ar-management-op_content_bank {
  margin: 40px 0 0;
  text-align: left;
  h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--rmeisai-primary);
  }
}

.p__ar-management-op_content_bank-list {
  display: grid;
  gap: 15px 20px;
  grid-template-columns: repeat(5, 1fr);
  padding: 20px 40px;
  margin: 20px 0 0;
  background: var(--rmeisai-bg-sub-03);
  border-radius: 10px;
  @media screen and (max-width: 1024px) {
    grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
    font-size: 12px;
  }
  @media screen and (max-width: 576px) {
    font-size: 11px;
    padding: 20px 30px;
  }
}

.p__ar-management-op_onayami {
  display: grid;
  gap: 100px;
  grid-template-columns: 250px 1fr;
  margin: 20px 0 0;
  @media screen and (max-width: 768px) {
    grid-auto-flow: row;
    grid-template-columns: auto;
    gap: 60px;
  }
}

.p__ar-management-op_onayami_theme {
  padding: 20px 10px;
  border-radius: 10px;
  background: var(--gray-bg-02);
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  @media screen and (max-width: 768px) {
    width: 100%;
    font-size: 14px;
    padding: 15px;
  }
  &::before {
    content: '';
    display: block;
    width: 70px;
    height: 43px;
    background: url(/rakurakucloud/meisai/assets/image/figure/ar-management/arrow.webp) right top no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -85px;
    margin: auto 0;
    @media screen and (max-width: 768px) {
      width: 42px;
      height: 50px;
      background: url(/rakurakucloud/meisai/assets/image/figure/ar-management/arrow_sp.webp) left top no-repeat;
      background-size: 42px 50px;
      top: auto;
      bottom: -50px;
      right: 0;
      left: 0;
      margin: 0 auto;
    }
  }
}

.p__ar-management-op_onayami_answer {
  border-radius: 10px;
  border: solid 1px var(--rmeisai-primary);
  padding: 20px 30px;
  position: relative;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 15px 20px;
  }
}

.p__ar-management-op_onayami_answer .o-c__list-check._size_l li {
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
  &:not(:last-child) {
    @media screen and (max-width: 768px) {
      margin-bottom: 5px;
    }
  }
  &::before {
    @media screen and (max-width: 768px) {
      width: 12px;
      height: 8px;
      top: 4px;
    }
  }
}

.p__ar-management-op_summary {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    font-size: 16px;
    text-align: left;
  }
}

