@charset "UTF-8";

/* ==========================================================================
   p-yuso.css
   ========================================================================== */

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

.o-m__cta-wrap_inner_function.p__cooperation-cta-wrap .o-m__cta-wrap_inner_function_title {
  font-size: 16px;
}

.o-c__btn-text._arrow_down {
  padding: 2px 23px 0 0;
  @media screen and (max-width: 576px) {
    font-size: 0;
    padding: 0;
  }
}

.o-c__btn-text._arrow_down .o-c__btn-text_icon_arrow_bg {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  @media screen and (max-width: 576px) {
    position: static;
    transform: rotate(90deg);
  }
}

.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 */
/* ========================================================================= */

.f__common-text_highlighter_bg {
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, var(--rmeisai-accent) 61%, var(--rmeisai-accent) 85%, transparent 86%, transparent 100%);
  display: inline;
}

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

.p__yuso_list_item {
  width: 32%;
  background-color: var(--rmeisai-bg-sub-03);
  text-align: center;
  border-radius: 10px;
}

.p__yuso_list_item_a {
  display: block;
  padding: 40px;
  @media screen and (max-width: 768px) {
    padding: 10px 8px;
  }
}

.p__yuso_list_item_a:hover .o-c__btn-text_icon_arrow_bg {
  @media screen and (min-width: 577px) {
    top: calc(50% + 3px);
  }
}

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

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

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

.p__yuso_list_icon img {
  height: auto;
}

.p__yuso-flow_img img {
  width: 100%;
  height: auto;
}

.p__yuso-flow_annotation {
  margin: 20px 0 0;
  font-size: 10px;
  line-height: 1.6;
}

.p__yuso-introduction.f-l__common-section {
  padding: 70px 0;
  @media screen and (max-width: 576px) {
    padding: 50px 0;
  }
}

.p__yuso-introduction.f-l__common-section._padd_bottom_0 {
  padding: 70px 0 0;
  @media screen and (max-width: 576px) {
    padding: 50px 0 0;
  }
}

.p__yuso-introduction_content {
  padding: 0;
}

.p__yuso-introduction_content._box_list {
  padding: 30px 0 70px;
  @media screen and (max-width: 576px) {
    padding: 30px 0 0;
  }
}

.p__yuso-introduction_content._box_list .p__feature-introduction_content_box {
  margin-bottom: 0px;
  @media screen and (max-width: 576px) {
    margin-bottom: 50px;
  }
}

.p__yuso-introduction_content:last-child .p__feature-introduction_content_box {
  margin-bottom: 0;
}

.p__yuso-introduction_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 15px 40px;
  }
}

.p__yuso-introduction_content_title {
  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: 576px) {
    height: auto;
    padding: 70px 0 10px 0;
  }
}

.p__yuso-introduction_content_title_annotation {
  font-size: 12px;
}

.p__yuso-introduction_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__yuso-introduction_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__yuso-introduction_content_title._2line {
  padding: 17px 0 0 120px;
  @media screen and (max-width: 576px) {
    padding: 80px 0 10px 0;
  }
}

.p__yuso-introduction_content_title._2line h3 {
  line-height: 1.2;
}

.p__yuso-introduction_content_title_icon img {
  @media screen and (max-width: 768px) {
    width: 65px;
    height: 65px;
  }
}

.p__yuso-introduction_content_text {
  font-size: 14px;
  line-height: 1.5;
  padding: 20px;
  text-align: left;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  z-index: 2;
  @media screen and (max-width: 576px) {
    padding: 15px;
  }
}

.p__yuso-introduction_content_text_btn {
  display: block;
  text-align: center;
}

.p__yuso-introduction_content_text .o-c__btn-text {
  display: block;
  margin-top: 20px;
}

.p__yuso-introduction_content_annotation {
  font-size: 10px;
}

.p__yuso-introduction_content_ui {
  display: flex;
  gap: 0 50px;
  margin-top: 15px;
  padding: 0 60px;
  @media screen and (max-width: 1024px) {
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px 0;
  }
}

.p__yuso-introduction_content_ui_item {
  width: calc((100% - 50px) / 2);
  display: flex;
  gap: 0 20px;
  align-items: center;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  @media screen and (max-width: 576px) {
    flex-direction: column;
    align-items: center;
    padding: 0 35px;
  }
}

.p__yuso-introduction_content_ui_img {
  width: 170px;
  @media screen and (max-width: 576px) {
    margin: 0 0 15px;
  }
}

.p__yuso-introduction_content_ui_img img {
  width: 100%;
  height: auto;
}

.p__yuso-introduction_content_ui_right {
  flex: 1;
  text-align: left;
  @media screen and (max-width: 576px) {
    text-align: center;
  }
}

.p__yuso-introduction_content_ui_title {
  font-size: 16px;
  color: var(--rmeisai-primary);
  font-weight: 700;
  padding: 0 0 10px;
  line-height: 1.4;
  text-indent: -0.5em;
  @media screen and (max-width: 576px) {
    text-indent: 0;
  }
}

.p__yuso-introduction_content_ui_text {
  font-size: 14px;
  line-height: 1.5;
  @media screen and (max-width: 576px) {
    text-align: left;
  }
}

.p__yuso-introduction_content_ui + .p__feature-introduction_content_text_btn {
  margin-top: 30px;
}

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

.p__yuso-introduction_content_checklist_item {
  position: relative;
  padding: 1px 0 0 30px;
  &::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 21px;
    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: 7px;
    top: 9px;
    transform: rotate(135deg);
  }
}

.p__yuso-introduction_content_checklist_item + .p__feature-introduction_content_checklist_item {
  margin-top: 10px;
}

.p__yuso-introduction_figure {
  margin-bottom: 70px;
  @media screen and (max-width: 768px) {
    margin-bottom: 50px;
  }
}

.p__yuso-introduction_image {
  height: auto;
}

.p__yuso-introduction .o-m__panel-list-listdata {
  padding-top: 0;
}

.p__yuso-introduction .o-m__panel-list-listdata_text {
  min-height: 72px;
  @media screen and (max-width: 768px) {
    min-height: 0;
  }
}

.p__yuso-introduction .o-m__panel-list-listdata .o-c__btn-text {
  margin-top: 10px;
}

.p__yuso-introduction .o-m__cta-list_column_btn {
  position: static;
}

.p__yuso-introduction .o-m__cta-list_column_btn .o-c__btn-link {
  width: 300px;
}

.p__yuso-introduction .o-c__btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
}

.p__yuso-introduction .o-c__btn + .o-m__panel-list-listdata {
  margin-top: 30px;
}

.p__yuso-introduction .o-c__btn-text {
  margin: 0;
}

.p__yuso-introduction .o-c__btn-text + .o-c__btn-text {
  margin-top: 10px;
}

.p__yuso-introduction_price {
  display: flex;
  gap: 0 165px;
  justify-content: center;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 60px 0;
    max-width: 245px;
    margin: 0 auto;
  }
}

.p__yuso-introduction_price_left {
  width: 200px;
  border-radius: 10px;
  border: solid 1px var(--rmeisai-primary);
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  @media screen and (max-width: 768px) {
    width: 100%;
    font-size: 14px;
    padding: 15px;
  }
  &::before {
    content: '';
    display: block;
    width: 116px;
    height: 43px;
    background: url(/rakurakucloud/meisai/assets/image/figure/yuso/arrow.webp) left top no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -140px;
    margin: auto 0;
    @media screen and (max-width: 768px) {
      width: 42px;
      height: 50px;
      background: url(/rakurakucloud/meisai/assets/image/figure/yuso/arrow_sp.webp) left top no-repeat;
      background-size: 42px 50px;
      top: auto;
      bottom: -50px;
      right: 0;
      left: 0;
      margin: 0 auto;
    }
  }
}

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

.p__yuso-introduction_price_right_text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.p__yuso-introduction_price_right_text .num {
  color: var(--rmeisai-primary);
  font-size: 34px;
  margin: 0 5px;
  @media screen and (max-width: 768px) {
    font-size: 30px;
  }
}

.p__yuso-introduction_price_annotation {
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
}

.p__yuso-faq {
  border-bottom: solid 1px #fff;
}

.p__yuso-must.f-l__common-section {
  padding-top: 28px;
  @media screen and (max-width: 768px) {
    padding-top: 80px;
  }
}

.p__yuso-must .o-m__panel-list-listdata_column {
  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 20px 0;
  }
}

.p__yuso-must .o-m__panel-list-listdata_box {
  width: 48%;
  padding: 35px 40px;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 30px 20px;
  }
}

.p__yuso-must .o-m__panel-list-listdata_text {
  font-size: 14px;
  line-height: 1.6;
}

.p__yuso-must .o-m__panel-list-listdata_annotation {
  font-size: 10px;
  text-align: left;
  margin: 10px 0 0;
  line-height: 1.6;
}

.p__yuso-must .o-m__panel-list-listdata_img {
  max-width: 300px;
  margin: 55px auto 0;
  @media screen and (max-width: 768px) {
    max-width: 210px;
    margin-top: 20px;
  }
}

.p__yuso-must .o-m__panel-list-listdata_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.p__yuso-must .o-m__panel-list-listdata_savelist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 0;
  @media screen and (max-width: 768px) {
    gap: 10px;
  }
}

.p__yuso-must .o-m__panel-list-listdata_savelist_item {
  width: calc((100% - 20px) / 2);
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  @media screen and (max-width: 768px) {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 5px;
    text-align: left;
  }
}

.p__yuso-must .o-m__panel-list-listdata_savelist_title {
  color: var(--rmeisai-primary);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    order: 2;
  }
}

.p__yuso-service .p__yuso_list_item_a {
  display: block;
  text-decoration: none;
  color: var(--black);
}

.p__yuso-service .o-m__case-list_slide_link {
  @media screen and (max-width: 576px) {
    padding-top: 10px;
  }
}

.p__yuso-success_case {
  background: #fff;
  border-radius: 10px;
  padding: 45px 40px 45px;
  @media screen and (max-width: 1024px) {
    padding: 50px 20px;
  }
  @media screen and (max-width: 768px) {
    padding: 15px 15px 50px;
  }
}

.p__yuso-success_wrap {
  display: flex;
  gap: 0 50px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.p__yuso-success_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  @media screen and (max-width: 768px) {
    order: 2;
  }
}

.p__yuso-success_right {
  width: 250px;
  text-align: center;
  @media screen and (max-width: 768px) {
    width: 100%;
    margin: 20px 0 0;
  }
}

.p__yuso-success_logo {
  width: 110px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
  @media screen and (max-width: 768px) {
    width: 108px;
  }
}

.p__yuso-success_logo img {
  width: 100%;
  height: auto;
}

.p__yuso-success_img {
  max-width: 350px;
}

.p__yuso-success_img img {
  width: 100%;
  height: auto;
}

.p__yuso-success_name {
  font-size: 14px;
  margin: 20px 0 0;
}

.p__yuso-success_top {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--rmeisai-primary);
  @media screen and (max-width: 768px) {
    font-size: 20px;
    margin: 0 0 15px;
  }
}

.p__yuso-success_top_text {
  font-size: 14px;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }
}

.p__yuso-success .o-c__btn {
  margin-top: 25px;
  @media screen and (max-width: 768px) {
    margin-top: 15px;
  }
}

