@charset "UTF-8";
.f-l__footer {
  border-top: 1px solid #FFF;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .f-l__footer {
    padding: 20px 0;
  }
}
.f-l__footer-head {
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-head {
    padding: 0 0 20px;
  }
}
.f-l__footer-head_title {
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
}
.f-l__footer-head_title a {
  display: block;
  width: 152px;
  height: 48px;
}
.f-l__footer-head_title a img {
  width: 100%;
  height: auto;
}
.f-l__footer-head_title .rcloud-logo {
  font-size: 18px;
  line-height: 18px;
  text-indent: 10px;
  font-weight: 700;
}
.f-l__footer-head_title p {
  height: 48px;
  display: grid;
  align-items: flex-end;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .f-l__footer-head_title {
    padding: 0 0 15px;
  }
  .f-l__footer-head_title a {
    width: 115px;
    height: 35px;
  }
  .f-l__footer-head_title p {
    height: 35px;
    font-size: 12px;
  }
  .f-l__footer-head_title .rcloud-logo {
    font-size: 14px;
    line-height: 14px;
  }
}
.f-l__footer-link {
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link {
    display: block;
    padding: 0 0 20px;
    overflow: hidden;
  }
}
.f-l__footer-link_list {
  margin-right: 30px;
}
.f-l__footer-link_list:first-child {
  white-space: nowrap;
}
.f-l__footer-link_list:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link_list:nth-child(3), .f-l__footer-link_list:nth-child(4) {
    width: 50%;
    float: left;
  }
}
.f-l__footer-link_list a {
  display: block;
  position: relative;
  padding: 0 0 10px 15px;
  font-size: 14px;
  color: #323232;
  text-decoration: none;
}
.f-l__footer-link_list a:hover {
  color: #007bc7;
}
.f-l__footer-link_list a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 5px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.f-l__footer-link_list_inner {
  display: flex;
}
.f-l__footer-link_list_sub {
  padding: 0 0 0 15px;
}
.f-l__footer-link_list_sub li {
  padding: 0 0 7px;
}
.f-l__footer-link_list_sub li a {
  font-size: 12px;
  padding: 0 0 0 10px;
}
.f-l__footer-link_list_sub li a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  transition: all ease 0.3s;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
}
.f-l__footer-link_list_sub._width_170 {
  width: 170px;
}
.f-l__footer-link_list_sub._width_260 {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link_list {
    margin-right: 0;
  }
  .f-l__footer-link_list a {
    padding: 0 0 7px 12px;
    font-size: 12px;
  }
  .f-l__footer-link_list a:before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
  .f-l__footer-link_list_inner {
    width: 100%;
  }
  .f-l__footer-link_list_sub {
    padding: 0 0 10px 15px;
  }
  .f-l__footer-link_list_sub li {
    padding: 0 0 7px;
  }
  .f-l__footer-link_list_sub li a {
    font-size: 10px;
    padding: 0 0 0 10px;
  }
  .f-l__footer-link_list_sub li a:before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .f-l__footer-link_list_sub._width_170 {
    width: 45%;
  }
  .f-l__footer-link_list_sub._width_260 {
    width: 55%;
  }
}
.f-l__footer-cta {
  display: flex;
  justify-content: center;
  text-align: center;
}
.f-l__footer-cta .o-c__btn-link._orange {
  margin: 0px 10px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-cta .o-c__btn-link._orange {
    min-width: 50px;
    margin: 0px 5px;
    padding: 15px 30px 12px 20px;
  }
}

.f-l__company {
  padding: 55px 0 0;
}
.f-l__company .f-l__common-inner {
  display: flex;
  flex-wrap: wrap;
}
.f-l__company img {
  width: 100%;
  height: auto;
}
.f-l__company-company-logo {
  display: block;
  width: 72px;
}
.f-l__company-textbox {
  width: 530px;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 30px;
}
.f-l__company-textbox p {
  padding: 0 0 15px;
}
.f-l__company-textbox p span.annotation {
  font-size: 10px;
  font-weight: bold;
}
.f-l__company-markbox {
  width: 390px;
  display: flex;
  flex-wrap: wrap;
}
.f-l__company-markbox_pmark {
  width: 71px;
  padding: 0 0 10px 0;
}
.f-l__company-markbox_isms {
  width: 125px;
  padding: 0 0 10px 15px;
}
.f-l__company-markbox_jiima {
  width: 95px;
  padding: 0 0 0 15px;
}
.f-l__company-markbox_jiima_denshi {
  width: 95px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .f-l__company-markbox {
    width: 100%;
    justify-content: center;
  }
  .f-l__company-markbox_pmark {
    width: 70px;
  }
  .f-l__company-markbox_isms {
    width: 110px;
  }
  .f-l__company-markbox_jiima {
    width: 75px;
  }
  .f-l__company-markbox_jiima_denshi {
    width: 75px;
  }
}
.f-l__company-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}
@media screen and (max-width: 768px) {
  .f-l__company {
    padding: 20px 0 0;
  }
  .f-l__company .f-l__common-inner {
    justify-content: center;
  }
  .f-l__company-company-logo {
    width: 12%;
  }
  .f-l__company-textbox {
    width: 88%;
    font-size: 10px;
    padding: 0 0 0 20px;
  }
  .f-l__company-textbox p {
    padding: 0 0 10px;
  }
  .f-l__company-pmark {
    width: 60px;
    padding: 10px 0 0;
  }
  .f-l__company-isms {
    width: 125px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-jiima {
    width: 80px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-copyright {
    padding: 30px 0 45px;
  }
}

.o-c__heading {
  text-align: center;
}
.o-c__heading-h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 24px;
  position: relative;
  color: #007bc7;
}
.o-c__heading-h1_annotation {
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  .o-c__heading-h1 {
    font-size: 25px;
    padding-bottom: 44px;
  }
  .o-c__heading-h1:after {
    height: 2px;
    bottom: 25px;
  }
}
.o-c__heading-h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 54px;
  position: relative;
}
.o-c__heading-h2:after {
  content: "";
  width: 40px;
  height: 3px;
  line-height: 0;
  background-color: #007bc7;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.o-c__heading-h2_annotation {
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  .o-c__heading-h2 {
    font-size: 25px;
    padding-bottom: 44px;
  }
  .o-c__heading-h2:after {
    height: 2px;
    bottom: 25px;
  }
}
.o-c__heading-h2_line {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #007bc7;
}
.o-c__heading-h2_line_box {
  background-color: #FFF;
  padding: 0 30px;
  position: relative;
  z-index: 200;
}
.o-c__heading-h2_line_big {
  font-size: 48px;
  margin: 0 10px;
}
.o-c__heading-h2_line:after {
  content: "";
  width: 1000px;
  height: 1px;
  line-height: 0;
  background-color: #007bc7;
  position: absolute;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .o-c__heading-h2_line {
    font-size: 22px;
  }
  .o-c__heading-h2_line_box {
    padding: 0 20px;
  }
  .o-c__heading-h2_line_big {
    font-size: 30px;
  }
  .o-c__heading-h2_line:after {
    width: 90%;
  }
}
.o-c__heading-lead {
  font-size: 18px;
  line-height: 1.6;
}
.o-c__heading-lead::before, .o-c__heading-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.o-c__heading-lead::before {
  margin-top: calc((1 - 1.6) * 0.3em);
}
.o-c__heading-lead::after {
  margin-bottom: calc((1 - 1.6) * 0.7em);
}
.o-c__heading-lead {
  padding-bottom: 30px;
  position: relative;
}
.o-c__heading-lead_bold {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .o-c__heading-lead {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 25px;
  }
}
.o-c__heading-details_h1 {
  background-color: #007bc7;
  color: #FFF;
  text-align: center;
  height: 210px;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}
.o-c__heading-details_h1 span {
  position: relative;
  z-index: 20;
}
.o-c__heading-details_h1:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -30px;
  right: -150px;
  width: 406px;
  height: 386px;
  background-image: url(/rakurakucloud/seisan/assets/image/figure/cta_back_component.webp);
  background-size: cover;
  transform: rotate(50deg);
  z-index: 10;
}
.o-c__heading-details_h1:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -140px;
  left: -150px;
  width: 406px;
  height: 386px;
  background-image: url(/rakurakucloud/seisan/assets/image/figure/cta_back_component.webp);
  background-size: cover;
  transform: rotate(230deg);
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .o-c__heading-details_h1 {
    font-size: 20px;
    padding: 15px 20px;
    height: auto;
    text-align: left;
  }
  .o-c__heading-details_h1:before {
    bottom: auto;
    top: -60px;
    right: -65px;
    width: 150px;
    height: 150px;
  }
  .o-c__heading-details_h1:after {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .o-c__heading-lead {
    text-align: left;
  }
}

.o-c__icon {
  width: 70px;
  height: 70px;
  display: block;
  background-size: cover;
  background-position: 50%;
}
.o-c__icon-shining_money {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_047_shining_money.svg);
}
.o-c__icon-train {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_052_train.svg);
}
.o-c__icon-pc_document {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_031_pc_document.svg);
}
.o-c__icon-software {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_050_software.svg);
}
.o-c__icon-document_circle {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_012_document_circle.svg);
}
.o-c__icon-stamp {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_045_stamp.svg);
}
.o-c__icon-pc_price {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_072_pc_price.svg);
}
.o-c__icon-ai {
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_093_ai.svg);
}

.o-c__list-check li {
  position: relative;
  text-align: left;
  margin-bottom: 12px;
}
.o-c__list-check li:before {
  content: "";
  width: 10px;
  height: 7px;
  border-radius: 0;
  background: none;
  border-top: solid 2px #007bc7;
  border-right: solid 2px #007bc7;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(135deg);
}
.o-c__list-check li:last-child {
  margin: 0;
}
.o-c__list-check._size_s li {
  line-height: 1.6;
  padding: 0 0 0 20px;
  font-size: 12px;
}
.o-c__list-check._size_s li:before {
  width: 10px;
  height: 6px;
}
.o-c__list-check._size_m li {
  line-height: 1.6;
  padding: 0 0 0 20px;
  font-size: 14px;
}
.o-c__list-check._size_m li:before {
  width: 12px;
  height: 8px;
}
.o-c__list-check._size_l li {
  line-height: 1.7;
  padding: 0 0 0 20px;
  font-size: 16px;
}
.o-c__list-check._size_l li:before {
  width: 14px;
  height: 10px;
}

.o-c__panel-box {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 35px 30px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.o-c__panel-box dt {
  font-size: 20px;
  color: #007bc7;
  font-weight: 700;
  padding: 20px 0 15px;
}
.o-c__panel-box_lead {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 0 15px;
  color: #323232;
}
.o-c__panel-box_lead ul {
  min-height: 95px;
}
.o-c__panel-box_list {
  font-size: 16px;
  min-height: 120px;
  line-height: 1.6;
  padding: 0 0 15px;
  color: #323232;
}
@media screen and (min-width: 769px) {
  .o-c__panel-box._linkbox:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .o-c__panel-box._linkbox:hover .o-c__btn-text_icon_plus_bg {
    transform: translateY(-50%) rotate(90deg);
  }
  .o-c__panel-box._linkbox:hover .o-c__btn-text_icon_arrow_bg {
    left: -3px;
  }
}
@media screen and (max-width: 576px) {
  .o-c__panel-box {
    padding: 25px 0;
  }
  .o-c__panel-box dt {
    font-size: 18px;
    padding: 15px 0 10px;
  }
  .o-c__panel-box_lead {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 15px 15px;
  }
  .o-c__panel-box_list {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 30px 20px;
    min-height: 10px;
  }
}
.o-c__panel-box_icon {
  background-color: #fff;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-c__panel-box_head {
  width: 100%;
  display: block;
}
.o-c__panel-box_head_icon {
  background-color: #fff;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box_head {
    display: flex;
    padding: 0 20px 20px;
  }
  .o-c__panel-box_head_icon {
    width: 75px;
    height: 75px;
  }
  .o-c__panel-box_head_icon img {
    width: 55px;
    height: auto;
  }
  .o-c__panel-box_head dt {
    width: 70%;
    display: flex;
    place-items: center left;
    text-align: left;
  }
}
.o-c__panel-box_hidetext {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  transition: all ease 0.3s;
}
.o-c__panel-box_hidetext_title {
  display: none;
}
.o-c__panel-box_hidetext_indata {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}
.o-c__panel-box_hidetext_indata .o-c__btn-link {
  padding: 15px 25px 12px 15px;
}
.o-c__panel-box_hidetext_indata .o-c__btn-link:after {
  right: 10px;
}
.o-c__panel-box_hidetext_close {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box_hidetext {
    height: auto;
    opacity: 1;
    display: none;
  }
  .o-c__panel-box_hidetext_title {
    font-size: 18px;
    font-weight: 700;
    color: #007bc7;
    padding: 0 0 10px;
    text-align: left;
    display: block;
  }
  .o-c__panel-box_hidetext_close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #007bc7;
  }
  .o-c__panel-box_hidetext_close:after, .o-c__panel-box_hidetext_close:before {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 14px;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: 14px;
    transform: rotate(-45deg);
  }
  .o-c__panel-box_hidetext_close:before {
    transform: rotate(45deg);
  }
}
.o-c__panel-box._js_open .o-c__panel-box_hidetext {
  height: auto;
  opacity: 1;
  padding: 20px;
  margin-bottom: 30px;
  transition: all ease 0.3s;
  visibility: visible;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box._js_open .o-c__panel-box_hidetext {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 25%;
    left: 5%;
    width: 90%;
  }
}
.o-c__panel-box._js_open .o-c__btn-text_icon_plus_bg:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box._js_open:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
  }
}

#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label {
  position: relative;
}
#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label::before {
  content: "取引先/関連会社等へのご提案の場合、ご提案先の企業名開示にご協力いただきます。";
  position: absolute;
  z-index: 1000;
  top: -47px;
  left: -30px;
  line-height: 40px;
  background-color: #fae58e;
  color: #323232;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  padding: 0 15px;
  display: none;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  #form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label::before {
    top: -64px;
    left: 0;
    line-height: 1.5;
    padding: 12px 15px;
    white-space: normal;
  }
}
#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #fae58e;
  display: none;
}
#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label.disp_popup::before, #form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label.disp_popup::after {
  display: inline-block;
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.hbspt-form .hs_company .input,
.hbspt-form .hs_email .input,
.hbspt-form .hs_phone .input {
  position: relative;
}
.hbspt-form .hs_company .input::before,
.hbspt-form .hs_email .input::before,
.hbspt-form .hs_phone .input::before {
  position: absolute;
  z-index: 1000;
  top: -47px;
  left: 0;
  line-height: 40px;
  background-color: #fae58e;
  color: #323232;
  font-weight: bold;
  border-radius: 5px;
  font-size: 11px;
  padding: 0 10px;
  display: none;
  white-space: nowrap;
}
.hbspt-form .hs_company .input::after,
.hbspt-form .hs_email .input::after,
.hbspt-form .hs_phone .input::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #fae58e;
  display: none;
}
.hbspt-form .hs_company .input.disp_popup::before, .hbspt-form .hs_company .input.disp_popup::after,
.hbspt-form .hs_email .input.disp_popup::before,
.hbspt-form .hs_email .input.disp_popup::after,
.hbspt-form .hs_phone .input.disp_popup::before,
.hbspt-form .hs_phone .input.disp_popup::after {
  display: inline-block;
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.hbspt-form .hs_company .input::before {
  content: "お勤め先の会社名を記入してください";
}
.hbspt-form .hs_email .input::before {
  content: "お仕事でお使いのメールアドレスを記入してください";
}
.hbspt-form .hs_phone .input::before {
  content: "日中繋がりやすい電話番号を記入してください";
}

@keyframes fadeout {
  75% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#jsFlexForm .hbspt-form .hs_phone .input::before {
  left: auto;
  right: -20px;
}

.o-m__cta-fv {
  width: 940px;
  margin: 0px auto;
  position: relative;
  top: -42px;
  z-index: 500;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .o-m__cta-fv {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-fv {
    width: 100%;
    display: block;
    top: -110px;
    height: 0;
  }
}
.o-m__cta-common {
  color: #FFF;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.o-m__cta-common_component {
  display: block;
  position: absolute;
  z-index: 0;
  width: 406px;
  height: 390px;
}
.o-m__cta-common_component._before {
  bottom: -190px;
  left: -90px;
  transform: rotate(180deg);
}
.o-m__cta-common_component._after {
  top: -190px;
  right: -90px;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_component._before {
    bottom: -190px;
    left: -140px;
  }
  .o-m__cta-common_component._after {
    top: -210px;
    right: -140px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_component._before {
    z-index: 10;
    bottom: -120px;
    left: -80px;
    width: 260px;
    height: 260px;
  }
  .o-m__cta-common_component._after {
    z-index: 10;
    top: -120px;
    right: -80px;
    width: 260px;
    height: 260px;
  }
}
.o-m__cta-common_component svg {
  width: 100%;
  height: auto;
  fill: #0095f4;
}
.o-m__cta-common_inner {
  width: 1200px;
  min-height: 400px;
  margin: 0px auto;
  padding: 60px 0 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_inner {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}
.o-m__cta-common_title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 0 0 15px;
  position: relative;
  z-index: 10;
}
.o-m__cta-common_title_single {
  display: block;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_title .sp-only {
    display: block;
  }
}
.o-m__cta-common_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_title {
    font-size: 28px;
  }
}
.o-m__cta-common_note {
  font-size: 10px;
  text-align: center;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_note {
    z-index: 100;
    top: 15px;
  }
}
.o-m__cta-common_talent_left {
  width: 350px;
  height: 345px;
  position: absolute;
  z-index: 200;
  left: -15px;
  bottom: 0px;
}
.o-m__cta-common_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-common_talent_left.document {
  width: 290px;
  left: 35px;
  bottom: -70px;
}
.o-m__cta-common_talent_right {
  width: 370px;
  height: 321px;
  position: absolute;
  z-index: 200;
  right: -25px;
  bottom: 0px;
}
.o-m__cta-common_talent_right img {
  width: 100%;
  height: auto;
}
.o-m__cta-common_talent_right.document {
  width: 330px;
  right: -35px;
  bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_talent_left {
    display: none;
  }
  .o-m__cta-common_talent_right {
    display: none;
  }
}
.o-m__cta-common_button {
  width: 400px;
  margin: 0px auto;
  z-index: 500;
  display: block;
  justify-content: space-around;
  padding: 15px 0 0;
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_button {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_inner {
    padding: 35px 0;
  }
  .o-m__cta-common_title {
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-common_title_lead {
    font-size: 16px;
  }
  .o-m__cta-common_talent_left {
    display: none;
  }
  .o-m__cta-common_talent_right {
    display: none;
  }
  .o-m__cta-common_button {
    width: 85%;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 100;
  }
}
.o-m__cta-common-slim .o-m__cta-common_inner {
  min-height: auto;
  height: auto;
  padding: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common-slim .o-m__cta-common_inner {
    padding: 35px 0;
  }
}
.o-m__cta-common-slim .o-m__cta-common_talent_left,
.o-m__cta-common-slim .o-m__cta-common_talent_right {
  display: none;
}
.o-m__cta-common-slim .o-m__cta-common_button {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common-slim .o-m__cta-common_button {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 85%;
  }
}
.o-m__cta-common-slim .o-c__cta-link_orange._common.mg40 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common-slim .o-c__cta-link_orange._common.mg40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-common-slim .o-c__cta-link_orange._common.mg40 {
    margin-bottom: 20px;
  }
}
.o-m__cta-floating {
  background-color: rgba(0, 125, 204, 0.8);
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating.is-show {
  transform: translateY(0);
}
.o-m__cta-floating_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__cta-floating_link_item {
  width: 48%;
}
.o-m__cta-floating_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating_link {
    width: 100%;
  }
  .o-m__cta-floating_link_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating {
    padding: 15px;
    top: 0;
    bottom: auto;
    transform: translateY(-101%);
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating {
    padding: 10px;
  }
}
.o-m__cta-floating-bottom {
  background-color: rgba(0, 125, 204, 0.8);
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating-bottom.is-show {
  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 {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating-bottom {
    padding: 10px;
  }
}

.o-m__panel-linkdata {
  text-align: center;
}
.o-m__panel-linkdata_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.o-m__panel-linkdata_column._column_3 ._column_data {
  flex-basis: 31.333%;
  margin-bottom: 25px;
}
@media screen and (min-width: 577px) {
  .o-m__panel-linkdata_column._column_3 ._column_data:not(:nth-child(3n)) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__panel-linkdata_column._column_3 {
    justify-content: space-between;
  }
  .o-m__panel-linkdata_column._column_3 ._column_data {
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }
}
.o-m__panel-listdata {
  text-align: center;
}
.o-m__panel-listdata_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__panel-listdata_column._column_3 ._column_data {
  flex-basis: 31.333%;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .o-m__panel-listdata_column._column_3 {
    display: block;
  }
  .o-m__panel-listdata_column._column_3 ._column_data {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.o-m__panel-link {
  padding: 20px 0 0;
}
.o-m__panel-note {
  padding: 0;
  font-size: 10px;
}
.o-m__panel-bnr {
  padding: 45px 0 0;
}
@media screen and (max-width: 576px) {
  .o-m__panel-bnr {
    padding: 30px 0 0;
  }
}
.o-m__panel-bnr_image {
  height: auto;
}

.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: 180px;
  position: relative;
}
@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: #007bc7;
  padding: 10px 0 0;
  font-weight: 700;
  line-height: 1.2;
}
.o-m__flow-content_flow_data_circle._bg-color {
  background-color: #edf7ff;
}
@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 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: #edf7ff;
  width: 180px;
  height: 100px;
  padding: 60px 0 30px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1px;
  color: #007bc7;
  font-weight: 700;
  text-align: center;
}
.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/seisan/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-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}

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

.o-m__flow-content_flow_data {
  width: calc((100% - 80px) / 4) !important;
  max-width: 100% !important;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data {
    width: 100% !important;
  }
}
.o-m__flow-content_flow_data dt {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data dt {
    width: 90%;
  }
}

.o-m__faq-content_btn {
  text-align: center;
  padding: 30px 0 0;
}
.o-m__faq-content_item {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  padding: 0 0 25px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item {
    padding: 0 0 12px;
  }
}
.o-m__faq-content_item_icon_ball {
  display: inline-block;
  background-color: #007bc7;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 27px;
  right: 27px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_icon_ball:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(-50%);
}
.o-m__faq-content_item_icon_ball:after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: translateX(-50%);
}
.o-m__faq-content_item_icon_ball._js_open:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_icon_ball {
    top: 17px;
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .o-m__faq-content_item:hover .o-m__faq-content_item_icon_ball {
    transform: rotate(90deg);
  }
}
.o-m__faq-content_item_label {
  font-size: 16px;
  padding: 25px 50px 0px 60px;
  position: relative;
  display: block;
}
.o-m__faq-content_item_label:before {
  content: "Q";
  position: absolute;
  left: 30px;
  top: 22px;
  font-size: 22px;
  color: #007bc7;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_label {
    font-size: 14px;
    padding: 17px 33px 2px 35px;
  }
  .o-m__faq-content_item_label:before {
    left: 13px;
    top: 13px;
  }
}
.o-m__faq-content_item_answer {
  width: 95%;
  height: 0;
  opacity: 0;
  padding: 0 25px 0 45px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #edf7ff;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_answer_title {
  font-size: 16px;
  padding: 0 0 10px;
  color: #007bc7;
  font-weight: 700;
  position: relative;
}
.o-m__faq-content_item_answer_title:before {
  content: "A";
  position: absolute;
  font-weight: 500;
  left: -25px;
  top: -3px;
  font-size: 22px;
  color: #007bc7;
}
.o-m__faq-content_item_answer_detail {
  font-size: 14px;
  line-height: 1.6;
}
.o-m__faq-content_item_answer_detail_note {
  font-size: 10px;
  padding: 5px 0 0;
}
.o-m__faq-content_item_answer_link-area {
  padding: 15px 0 0;
}
.o-m__faq-content_item_answer_link-area a {
  margin-right: 10px;
}
.o-m__faq-content_item_answer._js_open {
  padding: 25px 25px 25px 45px;
  opacity: 1;
  margin: 15px auto 0;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_answer._js_open {
    margin-top: 10px;
    padding: 20px 20px 20px 40px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_answer {
    width: 93%;
    padding: 0 15px 0 40px;
  }
  .o-m__faq-content_item_answer_link-area {
    padding: 5px 0 0;
  }
  .o-m__faq-content_item_answer_link-area a {
    margin-top: 10px;
  }
}

.o-m__contact {
  background-color: #007bc7;
  position: relative;
  z-index: 0;
  padding: 70px 0px;
}
@media screen and (max-width: 768px) {
  .o-m__contact {
    padding: 40px 20px;
  }
}
.o-m__contact:after {
  content: "";
  background-size: cover;
  background-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.1;
  background-image: url("/rakurakucloud/seisan/assets/image/figure/contact_bg_office.webp");
  background-size: cover;
  background-position: 50% 100%;
}
.o-m__contact-wrap {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .o-m__contact-wrap {
    display: block;
    padding: 0;
  }
}
.o-m__contact-headline {
  color: #fff;
  width: 45%;
  padding: 0;
  flex-shrink: 0;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .o-m__contact-headline {
    width: 100%;
    margin-right: 0;
  }
}
.o-m__contact-title {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-top: 5px double #fff;
  border-bottom: 5px double #fff;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .o-m__contact-title {
    font-size: 22px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}
.o-m__contact-text-lead {
  font-size: 18px;
  text-align: left;
  padding-top: 25px;
}
.o-m__contact-text-lead._center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .o-m__contact-text-lead {
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.o-m__contact-listwrap {
  border: 1px solid #fff;
  padding: 25px 30px 30px;
  margin: 25px 0 35px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__contact-listwrap {
    display: none;
  }
}
.o-m__contact-listswrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.o-m__contact-listtext {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.o-m__contact-item {
  font-size: 16px;
  list-style: disc;
  list-style-position: inside;
}
.o-m__contact-document {
  width: 150px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__contact-document {
    display: none;
  }
}
.o-m__contact .form_area-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .o-m__contact .form_area-box {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__contact .form_area-box {
    padding: 15px;
  }
}
.o-m__contact .hs-form-required {
  color: #323232 !important;
  background-color: #fae58e !important;
  font-size: 73% !important;
  border-radius: 5px;
  padding: 4px 4px 2px !important;
  margin: -2px 4px 0 0;
}
@media screen and (max-width: 768px) {
  .o-m__contact .hs-form-required {
    position: relative;
    top: -2px;
    font-size: 10px !important;
    width: 32px;
    line-height: 1.4;
    text-align: center;
  }
}
.o-m__contact .form_comment-box {
  font-size: 10px;
  margin-top: 15px;
}

.o-m__contact-lists {
  padding: 0 0 0 2em;
}

.o-m__contact-item {
  list-style-position: inherit;
}

@media screen and (max-width: 576px) {
  .o-m__rseries .o-c__heading-lead {
    text-align: left;
  }
}
.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;
  transition: all ease 0.3s;
}
.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-large {
  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: #464646;
  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 ._meisai {
  background-color: #267d00;
  border-color: #267d00;
}
.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;
}
.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;
}
.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 ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
}
.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;
}
.o-m__rseries-content_list_item ._partner {
  background-color: #464646;
  border-color: #464646;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #fff;
  color: #464646;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
}
.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;
}
.o-m__rseries-content_list_item ._seikyu {
  background-color: #0ba578;
  border-color: #0ba578;
}
.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;
}
.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-c__heading-h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #007bc7;
  margin: 70px 0 40px;
}

.f-l__common-section.f__common-bgcolor_blue + .f__common-bgcolor_blue {
  padding-top: 0;
}

.p__enterprise-casestudies-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-casestudies-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .p__enterprise-casestudies-list {
    grid-template-columns: 1fr;
  }
}
.p__enterprise-casestudies-item a {
  text-decoration: none;
  height: 100%;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .p__enterprise-casestudies-item a {
    min-height: 190px;
  }
}
@media screen and (min-width: 769px) {
  .p__enterprise-casestudies-item a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}
.p__enterprise-casestudies-item_bg {
  padding: 0 0 70px;
  background-color: #fff;
  border-top: 3px solid #007bc7;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  height: 100%;
}
.p__enterprise-casestudies-item_bg:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  right: -35px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  background-color: #007bc7;
  transform: rotate(45deg);
}
.p__enterprise-casestudies-item_bg:after {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  right: 12px;
  bottom: 12px;
  transform: rotate(90deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p__enterprise-casestudies-item_filter01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 5px 0;
}
.p__enterprise-casestudies-item_filter01 li {
  flex: 1;
  background-color: #f6f6f6;
  text-align: center;
  padding: 7px 5px 5px;
  margin: 0 5px 10px;
  line-height: 1;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  min-height: 0;
  color: #323232;
}
@media screen and (min-width: 577px) {
  .p__enterprise-casestudies-item_filter01 li[data-group=p-1000], .p__enterprise-casestudies-item_filter01 li[data-group=p-3000] {
    font-size: 12px;
    line-height: 14px;
  }
}
.p__enterprise-casestudies-item_filter02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 10px 45px 0 0;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.p__enterprise-casestudies-item_filter02 li {
  background-color: #f6f6f6;
  text-align: center;
  padding: 7px 7px 5px;
  margin: 0 5px 5px 0;
  line-height: 1;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  min-height: 0;
  color: #323232;
}
@media screen and (max-width: 576px) {
  .p__enterprise-casestudies-item_head {
    display: flex;
    align-items: flex-start;
    padding: 0 10px;
  }
}
.p__enterprise-casestudies-item_head_img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.p__enterprise-casestudies-item_head_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .p__enterprise-casestudies-item_head_img {
    width: 53%;
    height: auto;
    padding-top: 33%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 576px) {
  .p__enterprise-casestudies-item_head_name {
    width: 47%;
  }
}
.p__enterprise-casestudies-item_head_logo {
  width: 200px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 576px) {
  .p__enterprise-casestudies-item_head_logo {
    width: 100%;
    height: 60px;
  }
}
.p__enterprise-casestudies-item_head_logo img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 100%;
}
@media screen and (max-width: 576px) {
  .p__enterprise-casestudies-item_head_logo img {
    max-height: 45px;
    object-fit: cover;
  }
}
.p__enterprise-casestudies-item_head_index {
  font-size: 13px;
  text-align: center;
  color: #323232;
  padding: 0 15px 5px;
}
.p__enterprise-casestudies-item_head_index span {
  font-size: 11px;
}
@media screen and (max-width: 576px) {
  .p__enterprise-casestudies-item_head_index {
    font-size: 12px;
    padding: 0 5px 0;
  }
  .p__enterprise-casestudies-item_head_index span {
    font-size: 10px;
  }
}
.p__enterprise-casestudies-item_text {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.6;
}
.p__enterprise-casestudies-item_text::before, .p__enterprise-casestudies-item_text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p__enterprise-casestudies-item_text::before {
  margin-top: calc((1 - 1.6) * 0.3em);
}
.p__enterprise-casestudies-item_text::after {
  margin-bottom: calc((1 - 1.6) * 0.7em);
}
.p__enterprise-casestudies-item_text {
  font-weight: 700;
  color: #007bc7;
}

.o-m__panel-listdata_column._column_3 ._column_data {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .o-m__panel-listdata_column._column_3 ._column_data + ._column_data {
    margin-top: 40px;
  }
}

.o-m__panel-linkdata {
  margin: 30px 0 0;
}
.o-m__panel-linkdata .o-c__btn-text._arrow_down_right {
  padding: 0 23px 0 0;
}
.o-m__panel-linkdata .o-c__btn-text._arrow_down_right .o-c__btn-text_icon_arrow_bg {
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 769px) {
  .o-m__panel-linkdata .o-c__panel-box._linkbox:hover .o-c__btn-text_icon_arrow_bg {
    left: auto;
    right: 0;
    top: calc(50% + 3px);
  }
}

.o-c__panel-box_circle {
  background-color: #fff;
  width: 68px;
  height: 68px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
  color: #007bc7;
  padding: 15px 0 0;
  font-weight: 700;
  line-height: 1.2;
}
.o-c__panel-box_circle._bg-color {
  background-color: #edf7ff;
}
@media screen and (max-width: 768px) {
  .o-c__panel-box_circle {
    width: 58px;
    height: 58px;
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
  }
}
.o-c__panel-box_circle_text {
  font-size: 10px;
  display: block;
}
.o-c__panel-box_circle_num {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .o-c__panel-box_circle_num {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .o-c__panel-box dt {
    font-size: 18px;
  }
}
.o-c__panel-box_head {
  margin: 0 0 20px;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box_head {
    margin: 0;
    gap: 20px;
    flex-direction: row-reverse;
  }
}

.p__enterprise-feature_img {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
.p__enterprise-feature_img img {
  width: 100%;
  height: auto;
}
.p__enterprise-feature_img-wrap img {
  height: auto;
}
.p__enterprise-feature_marks {
  padding: 20px 40px 20px 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.p__enterprise-feature_content + .p__enterprise-feature_content {
  margin-top: 20px;
}
.p__enterprise-feature_content_box {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-feature_content_box {
    padding: 40px 20px 30px;
    width: 100%;
  }
}
.p__enterprise-feature_content_wrap {
  display: flex;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p__enterprise-feature_content_wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.p__enterprise-feature_content_wrap.p__enterprise-feature_content_wrap--gap {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-feature_content_wrap.p__enterprise-feature_content_wrap--gap {
    gap: 30px;
  }
}
.p__enterprise-feature_content_left {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p__enterprise-feature_content_left {
    order: 2;
    background-color: #edf7ff;
    padding: 20px 20px 30px;
    border-radius: 10px;
    width: 100%;
  }
}
.p__enterprise-feature_content_list {
  background-color: #edf7ff;
  padding: 20px 40px 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .p__enterprise-feature_content_list {
    background-color: none;
    padding: 0;
  }
}
.p__enterprise-feature_content_item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .p__enterprise-feature_content_item {
    white-space: normal;
  }
}
.p__enterprise-feature_content_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-feature_content_title {
    font-size: 20px;
    text-align: center;
  }
}
.p__enterprise-feature_content_title_catch {
  font-weight: 700;
  font-size: 18px;
  color: #007bc7;
}
@media screen and (max-width: 768px) {
  .p__enterprise-feature_content_title_catch {
    font-size: 16px;
  }
}
.p__enterprise-feature_content_text {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p__enterprise-feature_content_text {
    font-size: 14px;
  }
}
.p__enterprise-feature_content_text .f__common-text_highlighter_bg {
  font-weight: bold;
}
.p__enterprise-feature_content_img {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-feature_content_img {
    width: 295px;
    margin: 0 0 20px;
  }
}
.p__enterprise-feature_content_img img {
  width: 100%;
  height: auto;
}
.p__enterprise-feature_content_checklist {
  text-align: left;
}
.p__enterprise-feature_content_checklist_item {
  position: relative;
  padding: 1px 0 0 25px;
  margin-top: 10px;
}
.p__enterprise-feature_content_checklist_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #007bc7;
  border-radius: 11px;
}
.p__enterprise-feature_content_checklist_item::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__enterprise-feature .o-c__btn-text {
  padding: 2px 23px 0 0;
}

.p__enterprise-definition_content {
  margin: 50px 0 0;
}
.p__enterprise-definition_content_box {
  background-color: #edf7ff;
  border-radius: 10px;
  padding: 0 35px 35px 35px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p__enterprise-definition_content_box {
    width: 100%;
    padding: 0 15px 25px;
  }
}
.p__enterprise-definition_content_title {
  height: 80px;
  display: block;
  position: relative;
  z-index: 50;
  padding: 27px 0 0 130px;
  text-align: left;
  z-index: 1;
}
.p__enterprise-definition_content_title_annotation {
  font-size: 12px;
}
.p__enterprise-definition_content_title_icon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #edf7ff;
  text-align: center;
  display: grid;
  place-items: center;
}
.p__enterprise-definition_content_title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #007bc7;
}
.p__enterprise-definition_content_title._2line {
  padding: 17px 0 0 120px;
}
.p__enterprise-definition_content_title._2line h3 {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p__enterprise-definition_content_title_icon {
    position: absolute;
    width: 100px;
    height: 100px;
  }
  .p__enterprise-definition_content_title_icon img {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 576px) {
  .p__enterprise-definition_content_title {
    height: auto;
    padding: 70px 0 10px 0;
  }
  .p__enterprise-definition_content_title_icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p__enterprise-definition_content_title h3 {
    font-size: 20px;
    position: relative;
    z-index: 60;
    text-align: center;
  }
  .p__enterprise-definition_content_title._2line {
    padding: 80px 0 10px 0;
  }
}
.p__enterprise-definition_content_text {
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .p__enterprise-definition_content_text {
    padding: 15px;
    font-size: 14px;
  }
}
.p__enterprise-definition_content_text * + * {
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .p__enterprise-definition_content_text .o-c__list-check._size_l li {
    font-size: 14px;
  }
}
.p__enterprise-definition_content_note {
  font-size: 10px;
  padding: 15px 0 0;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .p__enterprise-definition_content_note {
    padding: 0 0 15px;
  }
}
.f__common-bgcolor_blue .p__enterprise-definition_content .p__enterprise-definition_content_box,
.f__common-bgcolor_blue .p__enterprise-definition_content .p__enterprise-definition_content_title_icon {
  background-color: #fff;
}
.p__enterprise-definition_content .o-c__list-check._size_l li {
  margin-bottom: 0;
}

.p__enterprise-ai_before-after {
  margin: 40px 0 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after {
    width: 100vw;
    margin: 0 0 30px -20px;
  }
}
.p__enterprise-ai_before-after_before {
  position: relative;
  background-color: #bebebe;
  border-radius: 10px;
  padding: 20px 30px 18px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_before {
    padding: 16px 20px 14px;
  }
}
.p__enterprise-ai_before-after_before::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 30px;
  width: 112px;
  height: 112px;
  background-color: #bebebe;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_before::before {
    content: none;
  }
}
.p__enterprise-ai_before-after_before_label {
  position: absolute;
  top: -5px;
  left: 42px;
  color: #323232;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_before_label {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    margin-bottom: 14px;
    box-sizing: border-box;
  }
  .p__enterprise-ai_before-after_before_label::before, .p__enterprise-ai_before-after_before_label::after {
    content: "";
    flex: 0.2;
    height: 1px;
    background: #323232;
    display: block;
    margin: 0 10px;
  }
}
.p__enterprise-ai_before-after_before_lead {
  font-size: 16px;
  color: #323232;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_before_lead {
    font-size: 14px;
  }
}
.p__enterprise-ai_before-after_before_flow {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_before_flow {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
}
.p__enterprise-ai_before-after_before_flow_step {
  flex: 1;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.p__enterprise-ai_before-after_before_flow_step:nth-child(3) {
  flex: none;
  width: 234px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_before_flow_step:nth-child(3) {
    flex: 1;
    width: auto;
  }
}
.p__enterprise-ai_before-after_before_flow_step:nth-child(5) {
  flex: none;
  width: 292px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_before_flow_step:nth-child(5) {
    flex: 1;
    width: auto;
  }
}
.p__enterprise-ai_before-after_before_flow_step_title {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #5a5a5a;
  padding: 7px 10px;
  text-align: center;
}
.p__enterprise-ai_before-after_before_flow_step_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 10px 10px 12px;
  list-style: none;
}
.p__enterprise-ai_before-after_before_flow_step_items li {
  background-color: #d2d2d2;
  border-radius: 100vmax;
  padding: 4px 14px;
  font-size: 14px;
  color: #323232;
  font-weight: bold;
}
.p__enterprise-ai_before-after_before_flow_arrow {
  flex-shrink: 0;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_before_flow_arrow {
    align-self: center;
    margin: 0 0 4px;
  }
}
.p__enterprise-ai_before-after_before_flow_arrow img {
  display: block;
  transform: translateX(-2px) rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_before_flow_arrow img {
    transform: none;
  }
}
.p__enterprise-ai_before-after_before_note {
  font-size: 16px;
  color: #323232;
  text-align: center;
  margin-top: 14px;
  line-height: 1.7;
}
.p__enterprise-ai_before-after_before_note_strong {
  font-size: 18px;
  font-weight: bold;
}
.p__enterprise-ai_before-after_transition {
  position: relative;
  text-align: center;
  padding: 12px 0 16px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_transition {
    padding: 24px 0 20px;
  }
}
.p__enterprise-ai_before-after_transition::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 157px solid transparent;
  border-left: 157px solid transparent;
  border-top: 72px solid #fff;
  border-bottom: 0;
  z-index: 1;
}
.p__enterprise-ai_before-after_transition_lead {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  color: #007bc7;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_transition_lead {
    margin-bottom: 8px;
  }
}
.p__enterprise-ai_before-after_transition_title {
  position: relative;
  z-index: 2;
  font-size: 28px;
  font-weight: 900;
  color: #007bc7;
  line-height: 1.3;
}
.p__enterprise-ai_before-after_after {
  position: relative;
  background: linear-gradient(135deg, #e2f2ff 0%, #ece6ff 100%);
  border-radius: 10px;
  padding: 44px 30px 30px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after {
    padding: 44px 20px 16px;
  }
}
.p__enterprise-ai_before-after_after::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  width: 112px;
  height: 112px;
  background-color: #e2f2ff;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after::before {
    content: none;
  }
}
.p__enterprise-ai_before-after_after_label {
  position: absolute;
  top: -5px;
  left: 46px;
  background: linear-gradient(90deg, #1487cd 0%, #9775bf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after_label {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    margin-bottom: 14px;
    box-sizing: border-box;
  }
  .p__enterprise-ai_before-after_after_label::before, .p__enterprise-ai_before-after_after_label::after {
    content: "";
    flex: 0.2;
    height: 1px;
    background: linear-gradient(90deg, #1487cd 0%, #9775bf 100%);
    display: block;
    margin: 0 10px;
  }
}
.p__enterprise-ai_before-after_after_flow {
  display: flex;
  align-items: stretch;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after_flow {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
}
.p__enterprise-ai_before-after_after_step {
  flex: 1;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.p__enterprise-ai_before-after_after_step:nth-child(3) {
  flex: none;
  width: 234px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after_step:nth-child(3) {
    flex: 1;
    width: auto;
  }
}
.p__enterprise-ai_before-after_after_step:nth-child(5) {
  flex: none;
  width: 292px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after_step:nth-child(5) {
    flex: 1;
    width: auto;
  }
}
.p__enterprise-ai_before-after_after_step_title {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  background: linear-gradient(90deg, #1487cd 0%, #9775bf 100%);
}
.p__enterprise-ai_before-after_after_step_body {
  padding: 14px;
}
.p__enterprise-ai_before-after_after_step_body._cols {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after_step_body._cols {
    gap: 6px;
  }
}
.p__enterprise-ai_before-after_after_step_col {
  flex: 1.2;
}
.p__enterprise-ai_before-after_after_step_col._right {
  border-left: 1px solid #e6e6e6;
  padding-left: 10px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after_step_col._right {
    padding-left: 6px;
  }
}
.p__enterprise-ai_before-after_after_step_subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #323232;
  background-color: #a3d7fd;
  padding: 6px 8px 4px;
  border-radius: 100vmax;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
.p__enterprise-ai_before-after_after_step_icon {
  text-align: center;
  margin-bottom: 4px;
}
.p__enterprise-ai_before-after_after_step_icon img {
  width: 52px;
  height: 52px;
}
.p__enterprise-ai_before-after_after_step_ai-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 6px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after_step_ai-badge {
    justify-content: center;
  }
}
.p__enterprise-ai_before-after_after_step_ai-badge img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.p__enterprise-ai_before-after_after_step_text {
  font-size: 11px;
  color: #323232;
}
.p__enterprise-ai_before-after_after_step_logos {
  list-style: none;
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p__enterprise-ai_before-after_after_step_logos > li {
  text-align: center;
}
.p__enterprise-ai_before-after_after_step_logos img {
  height: 24px;
  width: auto;
  max-width: 100%;
}
.p__enterprise-ai_before-after_after_step_ai-list {
  list-style: none;
  padding: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p__enterprise-ai_before-after_after_step_ai-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #323232;
  line-height: 1.5;
}
.p__enterprise-ai_before-after_after_step_ai-list img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.p__enterprise-ai_before-after_after_step_ai-list b {
  color: #323232;
  display: block;
}
.p__enterprise-ai_before-after_after_arrow {
  flex-shrink: 0;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after_arrow {
    align-self: center;
    margin: 0 0 4px;
  }
}
.p__enterprise-ai_before-after_after_arrow img {
  display: block;
  transform: translateX(-2px) rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .p__enterprise-ai_before-after_after_arrow img {
    transform: none;
  }
}
.p__enterprise-ai_btn {
  text-align: center;
  margin: 20px 0 0;
}

.m_form-hs .hs-form-html .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}
.m_form-hs .hs-form-html .hsfc-DropdownInput {
  width: 100%;
  max-width: 100%;
}/*# sourceMappingURL=enterprise.css.map */