@charset "UTF-8";
.o-m__cta-floating-bottom, .o-m__cta-floating-lp {
  background-color: rgba(38, 125, 0, 0.8);
  width: 100%;
  padding: 20px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating-bottom.is-show, .is-show.o-m__cta-floating-lp {
  transform: translateY(0);
}
.o-m__cta-floating-bottom_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__cta-floating-bottom_link_item {
  width: 48%;
}
.o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom_link {
    width: 100%;
  }
  .o-m__cta-floating-bottom_link_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom, .o-m__cta-floating-lp {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating-bottom, .o-m__cta-floating-lp {
    padding: 10px;
  }
}
.o-m__cta-floating-lp.is-show {
  transform: translateY(0);
}
.o-m__cta-floating-lp_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__cta-floating-lp_link_item {
  width: 48%;
}
.o-m__cta-floating-lp_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating-lp_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-lp_link {
    width: 100%;
  }
  .o-m__cta-floating-lp_link_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-lp {
    padding: 15px;
  }
}
.o-m__cta-floating-lp .o-m__cta-floating-bottom_link {
  max-width: 1200px;
  width: 100%;
  padding-left: 30px;
}
.o-m__cta-floating-lp .o-m__cta-floating-bottom_link_item {
  max-width: 550px;
}
.o-m__cta-floating-lp .o-c__cta-link_orange._floating {
  padding: 21px 15px 14px;
  font-size: 20px;
}
.o-m__cta-floating-lp .o-c__cta-link_orange_capture,
.o-m__cta-floating-lp .o-c__cta-link_border_capture {
  left: -30px;
  width: 70px;
}
.o-m__cta-floating-lp .o-c__cta-link_border._floating {
  padding: 21px 15px 14px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-lp .o-m__cta-floating-bottom_link {
    padding-left: 0;
  }
  .o-m__cta-floating-lp .o-c__cta-link_orange._floating {
    font-size: 14px;
    padding: 23px 15px 14px;
  }
  .o-m__cta-floating-lp .o-c__cta-link_border._floating {
    padding: 23px 15px 14px;
  }
  .o-m__cta-floating-lp .o-c__cta-link_border._floating .o-c__cta-link_border_text {
    font-size: 14px;
  }
}
.o-m__cta-wrap_inner_common {
  width: 1200px;
  height: 340px;
  margin: 0px auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_common {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}
.o-m__cta-wrap_inner_common_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_common_title {
    font-size: 25px;
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_common_title .sp-only {
    display: block;
  }
  .o-m__cta-wrap_inner_common_title {
    padding: 0 0 12px;
  }
}
.o-m__cta-wrap_inner_common_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
.o-m__cta-wrap_inner_common_talent_left {
  width: 260px;
  height: 340px;
  position: absolute;
  z-index: 200;
  left: -30px;
  bottom: -20px;
}
.o-m__cta-wrap_inner_common_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_common_talent_right {
  position: absolute;
  z-index: 200;
  width: 320px;
  height: 321px;
  right: -40px;
  bottom: 0;
}
.o-m__cta-wrap_inner_common_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_common_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_common_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_common_button {
  width: 775px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_common_button {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    display: block;
  }
}
.o-m__cta-wrap_inner_common_note {
  width: 700px;
  display: block;
  margin: 20px auto 0;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_common_note {
    width: 100%;
    text-align: center;
  }
}

.o-m__cta-wrap_inner {
  color: #FFF;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.o-m__cta-wrap_inner:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -130px;
  left: -90px;
  width: 406px;
  height: 386px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component_sub_bg.svg);
  background-size: cover;
  transform: rotate(-120deg);
}
.o-m__cta-wrap_inner:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -90px;
  right: -120px;
  width: 406px;
  height: 386px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component_sub_bg.svg);
  background-size: cover;
  transform: rotate(83deg);
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner:before {
    bottom: -190px;
    left: -140px;
    z-index: 0;
    transform: rotate(-120deg) scale(0.8);
  }
  .o-m__cta-wrap_inner:after {
    top: -210px;
    right: -140px;
    z-index: 0;
    transform: rotate(83deg) scale(0.8);
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner:before {
    z-index: 0;
    bottom: -90px;
    left: -70px;
    width: 250px;
    height: 250px;
    transform: rotate(-120deg);
  }
  .o-m__cta-wrap_inner:after {
    z-index: 0;
    top: -85px;
    right: -90px;
    width: 250px;
    height: 250px;
    transform: rotate(83deg);
  }
}

.o-m__cta-wrap_inner_demo {
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}
.o-m__cta-wrap_inner_demo_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 40px;
  position: relative;
  z-index: 10;
}
.o-m__cta-wrap_inner_demo_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_title span {
    font-size: 14px;
  }
}
.o-m__cta-wrap_inner_demo_title span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.o-m__cta-wrap_inner_demo_title span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.o-m__cta-wrap_inner_demo_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_demo_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_demo_list-box {
  display: flex;
  justify-content: center;
  width: 430px;
  margin: 5px auto 0;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_list-box {
    margin: 5px auto 15px 8px;
    width: 100%;
    padding-left: 0;
  }
}
.o-m__cta-wrap_inner_demo_list-box li {
  position: relative;
  padding: 6px 20px 0 30px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_list-box li {
    font-size: 16px;
    padding: 6px 15px 0 25px;
  }
  .o-m__cta-wrap_inner_demo_list-box li:last-child {
    padding: 6px 0 0 25px;
  }
}
.o-m__cta-wrap_inner_demo_list-box li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: #267D00;
  border-radius: 11px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_list-box li:before {
    width: 18px;
    height: 18px;
    top: 16px;
  }
}
.o-m__cta-wrap_inner_demo_list-box li:after {
  content: "";
  width: 8px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: block;
  position: absolute;
  left: 6px;
  top: 13px;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_list-box li:after {
    width: 9px;
    height: 7px;
    left: 5px;
    top: 11px;
  }
}
.o-m__cta-wrap_inner_demo_talent {
  z-index: 1;
  position: relative;
}
.o-m__cta-wrap_inner_demo_talent_left {
  width: 254px;
  height: 153px;
  position: absolute;
  z-index: 200;
  left: 0px;
  bottom: 90px;
}
.o-m__cta-wrap_inner_demo_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_demo_talent_right {
  width: 230px;
  height: 315px;
  position: absolute;
  z-index: 200;
  right: 0;
  bottom: 5px;
}
.o-m__cta-wrap_inner_demo_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_demo_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_demo_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_demo_button {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_demo_title {
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-wrap_inner_demo_title_lead {
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_demo_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_demo_talent_right {
    display: none;
  }
  .o-m__cta-wrap_inner_demo_button {
    margin: 0px auto;
    grid-row-gap: 20px;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_demo_button {
    width: 85%;
  }
}

.o-m__cta-wrap_inner_price {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_price {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}
.o-m__cta-wrap_inner_price_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
  position: relative;
}
.o-m__cta-wrap_inner_price_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_price_title span {
    font-size: 14px;
  }
}
.o-m__cta-wrap_inner_price_title span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.o-m__cta-wrap_inner_price_title span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.o-m__cta-wrap_inner_price_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_price_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_price_talent_left {
  width: 280px;
  height: 300px;
  position: absolute;
  z-index: 200;
  left: -30px;
  bottom: -10px;
}
.o-m__cta-wrap_inner_price_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_price_talent_right {
  width: 250px;
  height: 400px;
  position: absolute;
  z-index: 200;
  right: -20px;
  bottom: -110px;
}
.o-m__cta-wrap_inner_price_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_price_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_price_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_price_button {
  width: 100%;
  max-width: 775px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
.o-m__cta-wrap_inner_price_button .o-c__cta-link_orange._common {
  padding: 20px 50px 15px 15px;
  letter-spacing: -1px;
}
.o-m__cta-wrap_inner_price_button._balloon .o-c__cta-link_orange {
  padding: 30px 25px 24px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_price_button._balloon .o-c__cta-link_orange {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_price_button._balloon .o-c__cta-link_orange {
    padding: 19px 15px 14px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_price_button._balloon {
    max-width: 85%;
  }
}
@media screen and (min-width: 769px) {
  .o-m__cta-wrap_inner_price .o-c__cta-link_orange_free {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_price_title {
    text-align: center;
    font-size: 25px;
    padding: 0;
    margin-bottom: 12px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-wrap_inner_price_title_lead {
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_price_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_price_talent_right {
    display: none;
  }
  .o-m__cta-wrap_inner_price_button {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 100;
    font-size: 14px;
  }
  .o-m__cta-wrap_inner_price_button .o-c__cta-link_orange._common {
    padding: 22px 15px 0 0;
    letter-spacing: 0px;
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_price_button .o-c__cta-link_orange_free {
    display: inline-block;
    margin-right: 7px;
    vertical-align: -3px;
    padding: 6px 6px 3px;
  }
}
.o-m__cta-wrap_inner_price._onlytop {
  padding: 60px 0 0;
}

.o-m__reason_content {
  margin-top: 20px;
}
.o-m__reason_content_head {
  display: flex;
  padding: 0 0 30px;
}
.o-m__reason_content_head_left {
  width: 365px;
}
.o-m__reason_content_head_right {
  width: 635px;
  padding: 30px 0 0 30px;
}
.o-m__reason_content_head_right h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 0 15px;
}
.o-m__reason_content_head_right_text {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  .o-m__reason_content_head {
    display: block;
    padding: 0 0 20px;
  }
  .o-m__reason_content_head_left {
    display: block;
    width: 90%;
    margin: 0px auto;
  }
  .o-m__reason_content_head_right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .o-m__reason_content_head_right h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .o-m__reason_content_head_right_text {
    font-size: 14px;
    line-height: 22px;
  }
}
.o-m__reason_content_data {
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 35px 35px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-m__reason_content_data {
    padding: 40px 20px 30px;
  }
}
.o-m__reason_content_data:last-child {
  margin: 0;
}
.o-m__reason_content_data_circle {
  background-color: #F4F9F1;
  width: 62px;
  height: 62px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: #267D00;
  padding: 10px 0 0;
  font-weight: 700;
  line-height: 1.2;
}
.o-m__reason_content_data_circle_text {
  font-size: 10px;
}
.o-m__reason_content_data_circle_num {
  font-size: 24px;
}
.o-m__reason_content_data_image {
  width: 37%;
}
@media screen and (max-width: 576px) {
  .o-m__reason_content_data_image {
    width: 100%;
  }
}
.o-m__reason_content_data_image_annotation {
  font-size: 10px;
  margin-top: 10px;
}
.o-m__reason_content_data_detail {
  width: 60%;
}
@media screen and (max-width: 576px) {
  .o-m__reason_content_data_detail {
    width: 100%;
  }
}
.o-m__reason_content_data_title {
  padding: 0 0 15px;
}
.o-m__reason_content_data_title_sub {
  font-size: 16px;
  font-weight: 700;
  color: #267D00;
}
.o-m__reason_content_data_title_main {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .o-m__reason_content_data_title {
    padding: 25px 0 15px;
  }
  .o-m__reason_content_data_title_sub {
    font-size: 16px;
    padding: 0 0 10px;
  }
  .o-m__reason_content_data_title_main {
    font-size: 18px;
  }
}
.o-m__reason_content_data_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.o-m__reason_content_data_text_note {
  font-size: 10px;
}
.o-m__reason_content_data_text_btn {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .o-m__reason_content_data_text_btn {
    text-align: center;
  }
}
.o-m__reason_content_data_hide_list {
  padding: 20px 0 0;
  text-align: center;
}
.o-m__reason_content_data_hide_list_box {
  height: auto;
  padding: 0;
  margin: 15px auto 0 5px;
}
@media screen and (max-width: 576px) {
  .o-m__reason_content_data_hide_list_box {
    padding: 0;
    margin: 0 auto;
  }
}
.o-m__reason_content_data_hide_list_box li {
  position: relative;
  padding: 6px 0 0 25px;
  text-align: left;
}
.o-m__reason_content_data_hide_list_box li:first-child {
  margin-bottom: 10px;
}
.o-m__reason_content_data_hide_list_box li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #267D00;
  border-radius: 11px;
}
.o-m__reason_content_data_hide_list_box li: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;
}
.o-m__reason_content_data ._left_style {
  float: left;
}
@media screen and (max-width: 576px) {
  .o-m__reason_content_data ._left_style {
    float: none;
  }
}
.o-m__reason_content_data ._right_style {
  float: right;
}
@media screen and (max-width: 576px) {
  .o-m__reason_content_data ._right_style {
    float: none;
  }
}
.o-m__reason_content_data_clear {
  overflow: hidden;
}
.o-m__reason_note {
  padding-bottom: 30px;
}
.o-m__reason_note_text {
  font-size: 10px;
}

.o-m__rseries-content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list {
    display: block;
  }
  .o-m__rseries-content_list._other_series {
    display: flex;
    justify-content: space-between;
  }
  .o-m__rseries-content_list._other_series .o-m__rseries-content_list_item {
    width: 48%;
  }
}
.o-m__rseries-content_list_item {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  padding: 30px 0 25px;
  border-radius: 10px;
  text-align: center;
}
.o-m__rseries-content_list_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item a .o-c__btn-link {
    padding: 10px 35px 7px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item {
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 0 15px;
  }
}
.o-m__rseries-content_list_item_logo {
  display: block;
  margin: 0 auto;
  width: 175px;
  padding-bottom: 22px;
}
.o-m__rseries-content_list_item_logo.w-200 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_logo {
    width: 145px;
    height: auto;
    padding-bottom: 20px;
  }
  .o-m__rseries-content_list_item_logo img {
    width: 100%;
    height: auto;
  }
}
.o-m__rseries-content_list_item_name {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #f6ad48;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.o-m__rseries-content_list_item_ttl {
  display: block;
  color: #323232;
  font-size: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.o-m__rseries-content_list_item ._sub_title {
  font-size: 14px;
  padding-bottom: 10px;
}
.o-m__rseries-content_list_item ._seisan {
  background-color: #007bc7;
  border-color: #007bc7;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._seisan:hover {
  background-color: #FFF;
  color: #007bc7;
}
.o-m__rseries-content_list_item ._seisan:hover:after {
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.o-m__rseries-content_list_item ._meisai {
  background-color: #267d00;
  border-color: #267d00;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._meisai:hover {
  background-color: #FFF;
  color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover:after {
  border-top: 2px solid #267d00;
  border-right: 2px solid #267d00;
}
.o-m__rseries-content_list_item ._hanbai {
  background-color: #f53c20;
  border-color: #f53c20;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._hanbai:hover {
  background-color: #FFF;
  color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover:after {
  border-top: 2px solid #f53c20;
  border-right: 2px solid #f53c20;
}
.o-m__rseries-content_list_item ._kintai {
  background-color: #2531b7;
  border-color: #2531b7;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._kintai:hover {
  background-color: #FFF;
  color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._denshihozon:hover {
  background-color: #FFF;
  color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover:after {
  border-top: 2px solid #a43fd1;
  border-right: 2px solid #a43fd1;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item ._denshihozon {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._seikyu {
  background-color: #0ba578;
  border-color: #0ba578;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._seikyu:hover {
  background-color: #FFF;
  color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item ._seikyu {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._keiri-plus:hover {
  background-color: #FFF;
  color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover:after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item ._keiri-plus {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._partner {
  background-color: #f6ad48;
  border-color: #f6ad48;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #FFF;
  color: #f6ad48;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #f6ad48;
  border-right: 2px solid #f6ad48;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item ._partner {
    padding: 10px 25px 7px;
  }
}
.o-m__rseries-content_list_item ._saikenkanri {
  background-color: #00ad0e;
  border-color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover {
  background-color: #fff;
  color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover:after {
  border-top: 2px solid #00ad0e;
  border-right: 2px solid #00ad0e;
}
.o-m__rseries-content_list_item ._jinjiroumu {
  background-color: #107de8;
  border-color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover {
  background-color: #fff;
  color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover:after {
  border-top: 2px solid #107de8;
  border-right: 2px solid #107de8;
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 40px) / 5);
}
.o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
    width: 145px;
  }
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo.w-large {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) {
    width: 100%;
  }
}

.o-m__price-content {
  width: 700px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__price-content_plus {
  width: 14%;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.o-m__price-content_box {
  width: 43%;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px 10px;
  border-radius: 10px;
}
.o-m__price-content_title {
  font-size: 18px;
  font-weight: 700;
  color: #267D00;
}
.o-m__price-content_text {
  font-size: 24px;
}
.o-m__price-content_text_amount {
  font-size: 40px;
  font-weight: 700;
}
.o-m__price-content_tax {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .o-m__price-content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__price-content {
    display: block;
  }
  .o-m__price-content_plus {
    width: 100%;
  }
  .o-m__price-content_box {
    width: 80%;
    padding: 20px 5px 5px;
    margin: 0 auto;
  }
  .o-m__price-content_title {
    font-size: 18px;
    padding: 0 0 5px;
  }
  .o-m__price-content_text {
    font-size: 18px;
    line-height: 1;
  }
  .o-m__price-content_text_amount {
    font-size: 30px;
  }
}
.o-m__price-cta {
  text-align: center;
  padding: 55px 0 0;
}
.o-m__price-cta .o-c__cta-link_orange {
  display: inline-block;
  margin: 0px auto;
}
@media screen and (max-width: 576px) {
  .o-m__price-cta {
    padding: 35px 0 0;
  }
}
.o-m__price-note {
  margin: 30px 0 0;
}

.o-m__cm-content {
  width: 100%;
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  position: relative;
  color: #323232;
  text-decoration: none;
}
.o-m__cm-content .o-c__btn-link._blue {
  transition: 200ms ease all;
}
.o-m__cm-content:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.o-m__cm-content:hover .o-c__btn-link._blue {
  background-color: #FFF;
  color: #267D00;
}
.o-m__cm-content:hover .o-c__btn-link._blue:after {
  border-top: 2px solid #267D00;
  border-right: 2px solid #267D00;
}
.o-m__cm-content_pop {
  position: absolute;
  top: 0;
  left: 20px;
  width: 120px;
  text-align: center;
  background-color: #F7D65B;
  padding: 13px 20px 7px;
  font-weight: 700;
}
.o-m__cm-content_pop:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 60px solid #F7D65B;
  border-right: 0;
  bottom: -10px;
  left: 0;
}
.o-m__cm-content_pop:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 60px solid #F7D65B;
  border-left: 0;
  bottom: -10px;
  right: 0;
}
.o-m__cm-content_text {
  padding-top: 45px;
}
.o-m__cm-content_title {
  font-size: 20px;
  font-weight: 700;
  color: #267D00;
  margin-bottom: 10px;
}
.o-m__cm-content_version {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}
.o-m__cm-content_video {
  width: 400px;
}
.o-m__cm-content_video img {
  border-radius: 10px;
}
.o-m__cm-content_video iframe {
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 20px;
  width: 400px;
  height: calc(100% - 40px);
  border: 0;
}
.o-m__cm-content_link {
  cursor: pointer;
}
.o-m__cm-content_link .o-c__btn-link {
  padding: 15px 55px 12px;
}
@media screen and (max-width: 768px) {
  .o-m__cm-content {
    display: block;
    padding: 20px 10px;
  }
  .o-m__cm-content_pop {
    width: 70px;
    font-size: 12px;
    left: inherit;
    right: 10px;
    padding: 7px 0 2px;
  }
  .o-m__cm-content_text {
    padding-top: 5px;
  }
  .o-m__cm-content_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .o-m__cm-content_version {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .o-m__cm-content_video {
    width: 100%;
  }
  .o-m__cm-content_link {
    margin: 20px auto 0;
    text-align: center;
  }
}

.o-m__cta-list_column {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.o-m__cta-list_column_item {
  min-height: 290px;
  width: 32%;
  background-color: #F4F9F1;
  border-radius: 10px;
  padding: 40px 15px 30px;
  position: relative;
}
.o-m__cta-list_column_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #267D00;
  margin-bottom: 10px;
  min-height: 50px;
}
.o-m__cta-list_column_text {
  font-size: 16px;
  text-align: center;
  color: #323232;
}
.o-m__cta-list_column_btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.o-m__cta-list_column_btn .o-c__btn-link._white {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84%;
  height: 60px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .o-m__cta-list_column {
    display: block;
  }
  .o-m__cta-list_column_title {
    margin-bottom: 10px;
    min-height: inherit;
  }
  .o-m__cta-list_column_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 20px;
    min-height: inherit;
  }
  .o-m__cta-list_column_item:last-child {
    margin-bottom: 0;
  }
  .o-m__cta-list_column_text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .o-m__cta-list_column_btn {
    position: static;
  }
  .o-m__cta-list_column_btn .o-c__btn-link._white {
    width: 100%;
  }
}

.o-m__flow-content {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content {
    margin-top: 20px;
  }
}
.o-m__flow-content_flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow {
    display: block;
    padding: 0;
  }
}
.o-m__flow-content_flow_data {
  width: calc((100% - 100px) / 5);
  position: relative;
}
@media screen and (min-width: 769px) {
  .o-m__flow-content_flow_data:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .o-m__flow-content_flow_data {
    width: 20%;
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data {
    width: 100%;
    max-width: 100%;
    margin: 0 0 80px;
  }
  .o-m__flow-content_flow_data:last-child {
    margin: 0;
  }
}
.o-m__flow-content_flow_data_circle {
  background-color: #fff;
  width: 68px;
  height: 68px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
  color: #267D00;
  padding: 10px 0 0;
  font-weight: 700;
  line-height: 1.2;
}
.o-m__flow-content_flow_data_circle._bg-color {
  background-color: #F4F9F1;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data_circle {
    width: 58px;
    height: 58px;
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
  }
}
.o-m__flow-content_flow_data_circle_text {
  font-size: 10px;
  display: block;
}
.o-m__flow-content_flow_data_circle_num {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data_circle_num {
    font-size: 22px;
  }
}
.o-m__flow-content_flow_data_title_sub {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data_title_sub {
    margin-left: 10px;
    display: inline-block;
  }
}
.o-m__flow-content_flow_data dd {
  line-height: 1.6;
  font-size: 14px;
  margin-top: 20px;
}
.o-m__flow-content_flow_data dd .o-c__btn-text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data dd {
    font-size: 14px;
    width: 260px;
    margin: 10px auto 0 auto;
    line-height: 1.4;
    width: 90%;
    max-width: 500px;
  }
  .o-m__flow-content_flow_data dd .o-c__btn-text {
    margin: 10px auto 0;
    display: block;
  }
  .o-m__flow-content_flow_data dd .o-c__btn-text a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .o-m__flow-content_flow_data dd .o-c__btn-text a span {
    left: 80px;
  }
}
.o-m__flow-content_flow_data dt {
  background-color: #F4F9F1;
  height: 100px;
  padding: 60px 0 30px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1px;
  color: #267D00;
  font-weight: 700;
  text-align: center;
}
.o-m__flow-content_flow_data dt._line2 {
  height: 110px;
}
@media screen and (min-width: 769px) {
  .o-m__flow-content_flow_data dt._line2 {
    padding: 45px 0 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data dt._line2 {
    height: 80px;
    line-height: 1;
    padding: 40px 0 25px 0;
  }
}
.o-m__flow-content_flow_data dt._white {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data dt {
    min-height: 0;
    width: 90%;
    max-width: 500px;
    height: 80px;
    margin: 0 auto;
    padding: 40px 0 25px 0;
    line-height: 1;
  }
}
.o-m__flow-content_flow_data dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 44px;
  left: -25px;
  width: 24px;
  height: 24px;
  z-index: 10;
  background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data dt:after {
    transform: rotate(0);
  }
}
.o-m__flow-content_flow_data dt.no-arrow:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data dt:after {
    top: -65px;
    left: 50%;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: bottom;
    transform: translateX(-50%) rotate(0);
  }
}
.o-m__flow-content_flow_data_checklist {
  text-align: left;
}
.o-m__flow-content_flow_data_checklist_item {
  position: relative;
  padding: 1px 0 0 25px;
}
.o-m__flow-content_flow_data_checklist_item + * {
  margin-top: 10px;
}
.o-m__flow-content_flow_data_checklist_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #267D00;
  border-radius: 11px;
}
.o-m__flow-content_flow_data_checklist_item::after {
  content: "";
  width: 8px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  display: block;
  position: absolute;
  left: 4px;
  top: 6px;
  transform: rotate(135deg);
}
.o-m__flow-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}

.f__common-bgcolor_blue .o-m__flow-content_flow_data_circle {
  background-color: #F4F9F1;
}
.f__common-bgcolor_blue .o-m__flow-content_flow_data dt {
  background-color: #fff;
}

.o-m__flow-content_flow_data {
  width: calc((100% - 125px) / 6);
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data {
    width: 100%;
  }
}
.o-m__flow-content_flow_data._no-number dt {
  padding: 35px 0;
  background: #267D00;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data._no-number dt {
    padding: 32px 0;
  }
}

.f__common-text_highlighter_bg {
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #F7D65B 61%, #F7D65B 85%, transparent 86%, transparent 100%);
  display: inline;
  font-weight: bold;
}

.p__price-form {
  max-width: 700px;
  margin: 0px auto;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.p__price-form .hbspt-form {
  width: 100%;
  margin: 0 auto !important;
}
.p__price-form--white {
  background-color: #fff;
}
.p__price-form-heading {
  text-align: center;
}
.p__price-form-heading-h2 {
  display: inline-block;
  font-size: 30px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding-left: 85px;
}
.p__price-form-heading-h2 span {
  color: #267D00;
}
.p__price-form-heading-h2::before {
  content: "無料";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  line-height: 34px;
  width: 70px;
  border-radius: 15px;
  background-color: #F7D65B;
  font-size: 16px;
  color: #323232;
}
@media screen and (max-width: 576px) {
  .p__price-form-heading-h2::before {
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .p__price-form-heading-h2 {
    font-size: 25px;
    line-height: 1.5;
  }
}
.p__price-form-heading-lead {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  padding-left: 110px;
  margin-bottom: 30px;
}
.p__price-form-heading-lead::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 62px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/rakurakucloud/meisai/assets/image/figure/form/doc_image.webp) center center/cover no-repeat;
}
.p__price-effect_list {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p__price-effect_list {
    display: block;
    max-width: auto;
  }
}
.p__price-effect_item {
  width: 48%;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 30px 42px;
}
@media screen and (max-width: 768px) {
  .p__price-effect_item {
    width: 100%;
    padding: 30px 20px;
  }
  .p__price-effect_item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p__price-effect_tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p__price-effect_tit_point {
  font-size: 29px;
  color: #267D00;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.p__price-effect_tit_note {
  font-size: 10px;
  display: inline-block;
  margin-left: 2px;
  vertical-align: -2px;
}
@media screen and (max-width: 768px) {
  .p__price-effect_tit {
    font-size: 20px;
  }
  .p__price-effect_tit_point {
    font-size: 26px;
    margin-left: 2px;
  }
}
.p__price-effect_img {
  margin-top: 20px;
  padding: 0 5px;
  text-align: center;
}
.p__price-effect_img img {
  width: 100%;
  height: auto;
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  .p__price-effect_img {
    margin-top: 20px;
    padding: 0;
  }
}
.p__price-effect_under-lead {
  padding: 20px 0 15px;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__price-effect_under-lead {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .p__price-effect_under-lead {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p__price-effect_note {
  max-width: 700px;
  margin: 25px auto 0;
}
.p__price-effect_note .f__common-text_annotation {
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .p__price-effect_note {
    margin-top: 10px;
  }
}

#form01 .hs_rm_tell {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  #form01 .hs_rm_tell {
    width: 100%;
    float: none;
  }
}
#form01 .hs_rm_area {
  width: 48%;
  float: right;
}
@media screen and (max-width: 768px) {
  #form01 .hs_rm_area {
    width: 100%;
    float: none;
  }
}
#form01 .hs_rm_trigger {
  clear: both;
}/*# sourceMappingURL=price.css.map */