@charset "UTF-8";

/* ==========================================================================
   p-lp-003.css
   ========================================================================== */

/*請求 */

.p__lp-003-seikyu_link {
  width: 1000px;
  margin: 60px auto 0;
  text-align: left;
  @media screen and (max-width: 576px) {
    margin: 40px auto 0;
  }
  @media screen and (max-width: 576px) {
    padding: 0 20px;
    width: 100%;
  }
  .o-m__appeal__content-link__arrow {
    font-size: 16px;
    color: var(--rseikyu-primary);
    @media screen and (max-width: 576px) {
      font-size: 14px;
    }
  }
  .o-m__appeal__content-link__arrow-icon {
    background-color: var(--rseikyu-primary);
  }
}

.p__lp-003-keiribu__list {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  width: 530px;
  margin: 0 auto 30px;
  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.p__lp-003-keiribu__item {
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
  @media screen and (max-width: 1024px) {
    padding: 20px 10px;
  }
}

.p__lp-003-keiribu__item--plus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.p__lp-003-keiribu__item--meisai {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rmeisai-primary);
}

.p__lp-003-keiribu__label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  @media screen and (max-width: 768px) {
    margin-bottom: 5px;
  }
}

.p__lp-003-keiribu__plus {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  &::before {
    width: 44px;
    height: 5px;
  }
  &::after {
    width: 5px;
    height: 44px;
  }
  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--rmeisai-primary);
    transform: translate(-50%, -50%);
  }
}

/*横線 */
/*縦線 */

.p__lp-003-keiribu__icon {
  margin: 0px auto;
}

.p__lp-003-keiribu__logo {
  width: 144px;
}

.p__lp-003-keiribu_annotation .f__common-text_annotation {
  margin-bottom: 0px;
}

.p__lp-003-chohyo_list {
  display: contents;
}

.p__lp-003-chohyo_list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 650px;
  margin: 0 auto;
  @media screen and (max-width: 768px) {
    width: 100%;
    gap: 10px;
  }
}

.p__lp-003-chohyo_list li {
  background: var(--rmeisai-bg-sub-03);
  color: var(--rmeisai-primary);
  padding: 15px;
  border-radius: 10px;
  width: 200px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  @media screen and (max-width: 768px) {
    padding: 10px 0;
    width: calc((100% - 20px)/3);
    font-size: 14px;
  }
}

.p__lp-003-chohyo_etc {
  font-size: 18px;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.p__lp-003-merit_content {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  @media screen and (max-width: 768px) {
    display: block;
    gap: inherit;
  }
}

.p__lp-003-merit_content_data {
  width: 32%;
  background-color: var(--white);
  border-radius: 10px;
  padding: 50px 25px 25px;
  position: relative;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 40px 20px 30px;
    margin-bottom: 40px;
  }
  &:last-child {
    @media screen and (max-width: 768px) {
      margin-bottom: 0;
    }
  }
}

.p__lp-003-merit_content_data_circle {
  background-color: var(--rmeisai-bg-sub-03);
  width: 62px;
  height: 62px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: var(--rmeisai-primary);
  padding: 10px 0 0;
  font-weight: 700;
  line-height: 1.2;
}

.p__lp-003-merit_content_data_circle_text {
  font-size: 10px;
}

.p__lp-003-merit_content_data_circle_num {
  font-size: 24px;
}

.p__lp-003-merit_content_data_image {
  width: 37%;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.p__lp-003-merit_content_data_detail {
  width: 100%;
}

.p__lp-003-merit_content_data_title_sub {
  color: var(--rmeisai-primary);
}

.p__lp-003-merit_content_data_title_main {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.p__lp-003-merit_content_data_title {
  @media screen and (max-width: 768px) {
    padding: 10px 0 10px;
  }
}

.p__lp-003-merit_content_data_clear {
  overflow: hidden;
}

.p__lp-003-case .js_case-slider {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
  position: relative;
  @media screen and (max-width: 768px) {
    display: block;
  }
  .slick-slide img {
    display: inline-block;
  }
  .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    z-index: 20;
    &:before {
      content: "";
      display: block;
      width: 35px;
      height: 35px;
      border-radius: 30px;
      background-color: var(--rmeisai-primary);
    }
    &:after {
      position: absolute;
      z-index: 1;
      display: block;
      content: "";
      width: 12px;
      height: 12px;
      top: 50%;
      left: 50%;
      bottom: auto;
      margin: auto;
    }
  }
  .slick-arrow.slick-prev {
    left: 10px;
    &:after {
      transform: translateY(-50%) translateX(-30%) rotate(45deg);
      transition: all ease .3s;
      border-bottom: 2px solid var(--white);
      border-left: 2px solid var(--white);
    }
  }
  .slick-arrow.slick-next {
    right: 10px;
    &:after {
      transform: translateY(-50%) translateX(-70%) rotate(45deg);
      transition: all ease .3s;
      border-top: 2px solid var(--white);
      border-right: 2px solid var(--white);
    }
  }
  .slick-dots {
    width: 100%;
    text-align: center;
    li {
      display: inline-block;
      font-size: 0;
      background-color: var(--black);
      width: 10px;
      height: 10px;
      border-radius: 5px;
      margin: 0px 5px;
      opacity: 0.5;
    }
    li.slick-active {
      opacity: 1;
    }
  }
}

.p__lp-003-case_list {
  position: relative;
}

.p__lp-003-case_list_slide {
  width: calc((100% - 50px) / 2);
  position: relative;
  @media screen and (max-width: 768px) {
    position: relative;
    padding: 20px;
  }
  &: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: 768px) {
      display: none;
    }
  }
}

.p__lp-003-case_list_slide_logo {
  text-align: center;
  margin-bottom: 15px;
  min-height: 61px;
  img {
    width: inherit;
  }
}

.p__lp-003-case_list_slide_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--rmeisai-primary);
  text-align: center;
  min-height: 90px;
  margin-bottom: 10px;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

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

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

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

.p__lp-003-case_list .o-m__case-pager_box {
  display: none;
}

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

.p__lp-003-case_list_slide_photo {
  @media screen and (max-width: 768px) {
    text-align: center;
  }
}

.p__lp-003-yuso_list {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  @media screen and (max-width: 768px) {
    gap: 0 10px;
  }
}

.p__lp-003-yuso_list_item {
  width: 32%;
  background-color: var(--rmeisai-bg-sub-03);
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  @media screen and (max-width: 768px) {
    padding: 10px 8px;
  }
}

.p__lp-003-yuso_list_text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.p__lp-003-yuso_list_color {
  color: var(--rmeisai-primary);
  font-size: 27px;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.p__lp-003-yuso_list_icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  @media screen and (max-width: 768px) {
    width: 50px;
    height: 50px;
  }
  img {
    height: auto;
  }
}

.p__lp-003-feature .o-c__heading-h3 {
  font-size: 22px;
  em {
    font-size: 28px;
    font-weight: 700;
    color: var(--rmeisai-primary);
    background: linear-gradient(transparent 75%, var(--rmeisai-accent) 75%);
    background-position: 0 1.3em !important;
  }
  span {
    font-size: 10px;
    color: var(--rmeisai-primary);
  }
}

.p__lp-003-feature .o-c__list-check._size_m li {
  line-height: 1.4;
}

.p__lp-003-feature_content_head {
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 50px;
  padding: 30px 0;
  margin: 30px 0 60px;
  border-radius: 10px;
  @media screen and (max-width: 576px) {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}

.p__lp-003-feature_content_head_left {
  width: 160px;
  height: 158px;
  color: var(--rmeisai-primary);
  font-size: 14px;
  line-height: 17px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/figure_laurel_meisai.svg);
  background-size: cover;
  padding: 40px 0 0;
  text-align: center;
}

.p__lp-003-feature_content_head_left_big {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  right: -6px;
  sup {
    top: 0 !important;
  }
}

.p__lp-003-feature_content_head_left_small {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}

.p__lp-003-feature_content_head_left_no1 {
  display: block;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
}

.p__lp-003-feature_content_head_left sup {
  position: relative;
  line-height: 10px;
  top: -12px;
  font-weight: normal;
}

.p__lp-003-feature_content_head_right h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  @media screen and (max-width: 576px) {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
}

.p__lp-003-feature_content_head_right_item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--gray-07);
  margin: 0 0 10px 0;
  padding: 0 30px 10px 10px;
  @media screen and (max-width: 576px) {
    flex-direction: column;
    align-items: flex-start;
  }
  dt {
    font-size: 22px;
    font-weight: 700;
    text-indent: 25px;
    width: 9.5em;
    position: relative;
    &:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      width: 21px;
      height: 21px;
      background: var(--rmeisai-primary);
      border-radius: 11px;
    }
    &:after {
      content: "";
      position: absolute;
      left: 5px;
      top: 33%;
      width: 8px;
      height: 6px;
      border-top: solid 2px var(--white);
      border-right: solid 2px var(--white);
      transform: rotate(135deg) translate(0, -33%);
    }
  }
  dd {
    font-size: 32px;
    font-weight: 700;
    color: var(--rmeisai-primary);
    em {
      font-size: 46px;
    }
    .f__common-text_annotation,
    ._default-fontcolor {
      color: var(--black);
    }
  }
}

.p__lp-003-feature_content_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 0;
}

.p__lp-003-feature_content_list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  @media screen and (max-width: 576px) {
    display: block;
  }
}

.p__lp-003-feature_content_list_item {
  position: relative;
  background-color: var(--white);
  border-radius: 10px;
  padding: 45px 16px 16px;
  @media screen and (max-width: 576px) {
    width: 100%;
    margin: 0 0 35px;
    padding: 40px 20px 15px 20px;
  }
}

.p__lp-003-feature_content_list_title {
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "halt";
  color: var(--rmeisai-primary);
  text-align: center;
}

.p__lp-003-feature_content_list_icon {
  background-color: var(--rmeisai-bg-sub-03);
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  img {
    width: 90px;
    height: auto;
  }
}

.p__lp-003-feature_content_list_figure img {
  display: block;
  width: auto;
  height: 120px;
  margin: 0 auto;
}

.p__lp-003-feature_content_list_check {
  padding: 15px 0 0 0;
}

.p__lp-003-feature_content_data_list_box {
  height: auto;
  padding: 0;
  margin: 10px auto 0 5px;
  @media screen and (max-width: 576px) {
    padding: 0;
    margin: 10px auto;
  }
}

.p__lp-003-feature_note {
  padding: 20px 0 0;
  @media screen and (max-width: 576px) {
    padding: 0;
  }
}

.p__lp-003-feature_note_text {
  font-size: 10px;
}

.p__lp-003-reason_content {
  margin-top: 20px;
}

.p__lp-003-reason_content_head {
  display: flex;
  padding: 0 0 30px;
  @media screen and (max-width: 576px) {
    display: block;
    padding: 0 0 20px;
  }
}

.p__lp-003-reason_content_head_left {
  width: 365px;
  @media screen and (max-width: 576px) {
    display: block;
    width: 90%;
    margin: 0px auto;
  }
}

.p__lp-003-reason_content_head_right {
  width: 635px;
  padding: 30px 0 0 30px;
  @media screen and (max-width: 576px) {
    width: 100%;
    padding: 20px 0 0 0;
  }
  h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 0 15px;
    @media screen and (max-width: 576px) {
      font-size: 16px;
      line-height: 24px;
    }
  }
}

.p__lp-003-reason_content_head_right_text {
  font-size: 14px;
  line-height: 24px;
  @media screen and (max-width: 576px) {
    font-size: 14px;
    line-height: 22px;
  }
}

.p__lp-003-reason_content_data {
  background-color: var(--white);
  border-radius: 10px;
  padding: 50px 35px 35px;
  margin-bottom: 40px;
  position: relative;
  @media screen and (max-width: 576px) {
    padding: 40px 20px 30px;
  }
  &:last-child {
    margin: 0;
  }
}

.p__lp-003-reason_content_data_circle {
  background-color: var(--rmeisai-bg-sub-03);
  width: 62px;
  height: 62px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: var(--rmeisai-primary);
  padding: 10px 0 0;
  font-weight: 700;
  line-height: 1.2;
}

.p__lp-003-reason_content_data_circle_text {
  font-size: 10px;
}

.p__lp-003-reason_content_data_circle_num {
  font-size: 24px;
}

.p__lp-003-reason_content_data_image {
  width: 37%;
  @media screen and (max-width: 576px) {
    width: 100%;
  }
}

.p__lp-003-reason_content_data_detail {
  width: 60%;
  @media screen and (max-width: 576px) {
    width: 100%;
  }
}

.p__lp-003-reason_content_data_title {
  padding: 0 0 15px;
  @media screen and (max-width: 576px) {
    padding: 25px 0 15px;
  }
}

.p__lp-003-reason_content_data_title_sub {
  font-size: 16px;
  font-weight: 700;
  color: var(--rmeisai-primary);
  @media screen and (max-width: 576px) {
    font-size: 16px;
    padding: 0 0 10px;
  }
}

.p__lp-003-reason_content_data_title_main {
  font-size: 24px;
  font-weight: 700;
  @media screen and (max-width: 576px) {
    font-size: 18px;
  }
}

.p__lp-003-reason_content_data_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.p__lp-003-reason_content_data_text_note {
  font-size: 10px;
}

.p__lp-003-reason_content_data_text_btn {
  margin-top: 10px;
  @media screen and (max-width: 576px) {
    text-align: center;
  }
}

.p__lp-003-reason_content_data_hide_list {
  padding: 20px 0 0;
  text-align: center;
}

.p__lp-003-reason_content_data_hide_list_box {
  height: auto;
  padding: 0;
  margin: 15px auto 0 5px;
  @media screen and (max-width: 576px) {
    padding: 0;
    margin: 0 auto;
  }
  li {
    position: relative;
    padding: 6px 0 0 25px;
    text-align: left;
    &:first-child {
      margin-bottom: 10px;
    }
    &:before {
      content: "";
      position: absolute;
      left: 0;
      top: 15px;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      background: var(--rmeisai-primary);
      border-radius: 11px;
    }
    &:after {
      position: absolute;
      display: block;
      content: "";
      width: 6px;
      height: 6px;
      top: 2px;
      left: 5px;
      bottom: -1px;
      margin: auto;
      transform: rotate(45deg);
      transition: all ease 0.3s;
      border-top: 2px solid white;
      border-right: 2px solid white;
      z-index: 10;
    }
  }
}

.p__lp-003-reason_content_data {
  ._left_style {
    float: left;
    @media screen and (max-width: 576px) {
      float: none;
    }
  }
  ._right_style {
    float: right;
    @media screen and (max-width: 576px) {
      float: none;
    }
  }
}

.p__lp-003-reason_content_data_clear {
  overflow: hidden;
}

.p__lp-003-reason_note {
  padding-bottom: 30px;
}

.p__lp-003-reason_note_text {
  font-size: 10px;
}
