.f-l__lp-footer-content {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .f-l__lp-footer-content {
    width: 100%;
  }
}
.f-l__lp-footer-content_head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-l__lp-footer-content_head_logo {
  width: 38px;
  height: 43px;
}
.f-l__lp-footer-content_head_text {
  font-size: 14px;
  line-height: 1.6;
  padding: 0 0 0 35px;
  width: 70%;
}
.f-l__lp-footer-content_head_link {
  text-align: right;
  display: flex;
  justify-content: right;
}
.f-l__lp-footer-content_head_link li {
  margin-right: 15px;
  font-size: 12px;
  text-decoration: underline;
  text-align: right;
}
.f-l__lp-footer-content_head_link li a {
  color: #323232;
}
@media screen and (max-width: 768px) {
  .f-l__lp-footer-content_head {
    justify-content: left;
  }
  .f-l__lp-footer-content_head_logo {
    width: 38px;
    height: 43px;
  }
  .f-l__lp-footer-content_head_text {
    width: 80%;
    padding: 0 0 0 20px;
  }
  .f-l__lp-footer-content_head_link {
    padding: 15px 0 0;
  }
}
.f-l__lp-footer-content_under_text {
  padding: 30px 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
}
.f-l__lp-footer-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}

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

.o-c__icon-85px {
  background-color: #fff;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-c__icon-85px img {
  width: 60px;
  height: auto;
}

.o-c__icon {
  width: 70px;
  height: 70px;
  display: block;
  background-size: cover;
  background-position: 50%;
}
.o-c__icon-007 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_007_bag_men.svg);
}
.o-c__icon-030 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_030_pc_list.svg);
}
.o-c__icon-031 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_031_pc_document.svg);
}
.o-c__icon-050 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_050_software.svg);
}
.o-c__icon-012 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_012_document_circle.svg);
}
.o-c__icon-045 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_045_stamp.svg);
}
.o-c__icon-046 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_046_money.svg);
}
.o-c__icon-049 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_049_document_calculator.svg);
}
.o-c__icon-012 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_012_document_circle.svg);
}
.o-c__icon-072 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_072_pc_price.svg);
}
.o-c__icon-028 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_028_pc_graph.svg);
}
.o-c__icon-090 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_090_watch.svg);
}
.o-c__icon-025 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_025_file_share.svg);
}
.o-c__icon-018 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_018_rotate_gear.svg);
}
.o-c__icon-017 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_017_pc_gear.svg);
}
.o-c__icon-026 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_026_pc_button.svg);
}
.o-c__icon-031 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_031_pc_document.svg);
}
.o-c__icon-015 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_015_gear.svg);
}
.o-c__icon-075 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_075_key.svg);
}
.o-c__icon-045 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_045_stamp.svg);
}
.o-c__icon-088 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_088_payslip.svg);
}
.o-c__icon-056 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_056_chair_palm_tree.svg);
}
.o-c__icon-068 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_068_pc_smartphone.svg);
}
.o-c__icon-077 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_077_brauch.svg);
}
.o-c__icon-020 {
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_020_efficiency.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 #2531b7;
  border-right: solid 2px #2531b7;
  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.4;
  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.4;
  padding: 0 0 0 18px;
  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.5;
  padding: 0 0 0 20px;
  font-size: 16px;
}
.o-c__list-check._size_l li:before {
  width: 14px;
  height: 10px;
}
.o-c__list-check._size_xl li {
  line-height: 1.5;
  padding: 0 0 0 24px;
  font-size: 18px;
}
.o-c__list-check._size_xl li:before {
  width: 16px;
  height: 12px;
}

.o-m__about-logo {
  display: inline-block;
  width: 180px;
  height: 56px;
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .o-m__about-logo {
    width: 157px;
    height: 48px;
  }
}
.o-m__about-content {
  position: relative;
}
.o-m__about-content p {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .o-m__about-content p {
    font-size: 14px;
  }
}
.o-m__about-content_flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__about-content_flow {
    padding: 0 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow {
    display: block;
    padding: 0;
  }
}
.o-m__about-content_flow_data {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__about-content_flow_data {
    width: 28%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data {
    width: 100%;
    margin: 0 0 80px;
  }
  .o-m__about-content_flow_data:last-child {
    margin: 0;
  }
}
.o-m__about-content_flow_data_icon {
  display: block;
  width: 100px;
  height: 110px;
  margin: -20px auto 0;
  text-align: center;
}
.o-m__about-content_flow_data_icon img {
  height: auto;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
  }
}
.o-m__about-content_flow_data dt {
  position: absolute;
  max-width: 210px;
  white-space: nowrap;
  line-height: 1;
  left: 50%;
  top: 75px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 8px 20px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
  color: #2531b7;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data dt {
    width: 130px;
    font-size: 16px;
    position: absolute;
    top: -15px;
    padding: 8px 0;
    text-align: center;
  }
}
.o-m__about-content_flow_data dd {
  min-height: 132px;
  background-color: #F0F2FF;
  padding: 40px 20px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data dd {
    min-height: 0;
    padding: 30px 20px 20px 85px;
    font-size: 12px;
    line-height: 20px;
  }
}
.o-m__about-content_flow_data_arrow {
  position: absolute;
  top: 115px;
  right: -40px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_arrow {
    top: auto;
    left: 33%;
    right: auto;
    bottom: -40px;
    font-size: 14px;
  }
}
.o-m__about-content_flow_data_arrow_check {
  position: relative;
}
.o-m__about-content_flow_data_arrow_check:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  right: 3px;
  width: 28px;
  height: 38px;
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_arrow_check:after {
    bottom: auto;
    top: -40px;
    left: 60px;
    width: 38px;
    height: 52px;
    transform: translateX(-50%) rotate(0deg);
  }
}
.o-m__about-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__about.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt {
  background-color: #F0F2FF;
}
.o-m__about.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd {
  background-color: #FFF;
}

.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt {
  background-color: #F0F2FF;
}
.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd {
  background: #fff;
}

.o-m__panel-list-3colum {
  background: #fff;
  border-radius: 10px;
  padding: 10px 30px 30px 30px;
  margin-bottom: 40px;
  position: relative;
}
.o-m__panel-list-3colum:last-child {
  margin-bottom: 0;
}
.o-m__panel-list-3colum_title {
  font-size: 22px;
  color: #2531b7;
  font-weight: 700;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-3colum_title {
    font-size: 18px;
    padding: 20px 0;
  }
}
.o-m__panel-list-3colum_description {
  font-size: 18px;
  line-height: 1.5;
  width: 85%;
  margin: 0 auto 20px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-3colum_description {
    display: none;
  }
}
.o-m__panel-list-3colum .swiper-container.o-m__panel-list-3colum_list {
  display: flex;
  justify-content: space-between;
}
.o-m__panel-list-3colum .swiper-wrapper {
  width: 32%;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-3colum .swiper-wrapper {
    font-size: 16px;
  }
}
.o-m__panel-list-3colum .swiper-slide {
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-3colum .swiper-slide {
    width: auto;
    padding: 0;
  }
}
.o-m__panel-list-3colum_item_icon {
  background-color: #F0F2FF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-m__panel-list-3colum_item h5 {
  font-size: 20px;
  color: #2531b7;
  font-weight: 700;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-3colum_item h5 {
    padding: 20px 0 0;
  }
}
.o-m__panel-list-3colum_item dd {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-3colum_item dd {
    padding: 20px 0 0;
  }
}
.o-m__panel-list-3colum .swiper-pagination {
  display: none;
}
.o-m__panel-list-3colum .pager_box pager_box_panel,
.o-m__panel-list-3colum .swiper-button-prev,
.o-m__panel-list-3colum .swiper-button-next {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-3colum .swiper-pagination {
    display: block !important;
    margin: 20px auto 0;
    width: 80%;
    position: relative;
  }
  .o-m__panel-list-3colum .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .o-m__panel-list-3colum .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2531b7 !important;
  }
  .o-m__panel-list-3colum .pager_box pager_box_panel,
  .o-m__panel-list-3colum .swiper-button-prev,
  .o-m__panel-list-3colum .swiper-button-next {
    display: block;
  }
  .o-m__panel-list-3colum .swiper-button-prev {
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 50% !important;
    position: absolute;
    left: -15px;
  }
  .o-m__panel-list-3colum .swiper-button-prev:before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #2531b7;
    position: absolute;
    left: 0px;
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #2531b7;
    position: absolute;
    left: 0px;
  }
  .o-m__panel-list-3colum .swiper-button-prev:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-30%) rotate(45deg);
    transition: all ease 0.3s;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
  .o-m__panel-list-3colum .swiper-button-next {
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 50% !important;
    position: absolute;
    right: -15px;
  }
  .o-m__panel-list-3colum .swiper-button-next:before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #2531b7;
    position: absolute;
    left: 0;
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #2531b7;
    position: absolute;
    left: 0;
  }
  .o-m__panel-list-3colum .swiper-button-next:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-70%) rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}

.o-m__price-content {
  max-width: 740px;
  margin: 0px auto 0 180px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .o-m__price-content {
    margin: 0px auto;
  }
}
.o-m__price-content_box {
  width: auto;
  padding: 0 0 0 40px;
}
.o-m__price-content_box.f__common-bgcolor_white {
  width: 300px;
  text-align: center;
  padding: 30px 20px 10px;
  border-radius: 10px;
}
.o-m__price-content_box .o-c__list-check li {
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .o-m__price-content_box .o-c__list-check li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .o-m__price-content_box .o-c__list-check li:before {
    width: 10px;
    height: 6px;
  }
}
.o-m__price-content_box p {
  font-size: 18px;
  margin: 10px 0 10px 0;
}
@media screen and (max-width: 576px) {
  .o-m__price-content_box p {
    text-align: center;
    margin: 20px 0 15px;
  }
}
.o-m__price-content_image {
  width: 90%;
  max-width: 260px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}
.o-m__price-content_image img {
  height: auto;
}
.o-m__price-content_title {
  font-size: 18px;
  font-weight: 700;
  color: #2531b7;
}
.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 {
    width: 100%;
    display: block;
  }
  .o-m__price-content_plus {
    width: 100%;
  }
  .o-m__price-content_box {
    width: 88%;
    padding: 20px 5px 5px;
    margin: 0 auto;
  }
  .o-m__price-content_box .o-c__list-check._size_xl {
    width: 175px;
    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;
  padding: 32px 25px 24px 25px;
}
@media screen and (max-width: 576px) {
  .o-m__price-cta .o-c__cta-link_orange {
    padding: 22px 25px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__price-cta {
    padding: 30px 0 0;
  }
}

.o-m__case-list {
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-m__case-list {
    height: 290px;
  }
  .o-m__case-list .swiper-wrapper {
    padding: 0 0 30px;
  }
}
.o-m__case-list_slide {
  border-left: 1px solid #f6f6f6;
  padding: 20px 20px 0;
}
.o-m__case-list_slide.swiper-slide-next, .o-m__case-list_slide.swiper-slide-prev {
  opacity: 0.5;
}
.o-m__case-list_slide_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #2531b7;
  padding: 0;
  width: 500px;
  min-height: 84px;
  margin: 0 auto;
}
.o-m__case-list_slide_photo {
  display: block;
  margin: 30px auto;
  width: auto;
  height: 180px;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide_photo {
    margin: 20px auto;
  }
}
.o-m__case-list_slide_company {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 25px;
  line-height: 1;
}
.o-m__case-list_slide_company span {
  font-size: 16px;
}
.o-m__case-list_slide_voice {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide_voice {
    padding: 0 50px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.o-m__case-list_slide_link {
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide {
    padding: 0px 0px 20px;
  }
  .o-m__case-list_slide_title {
    font-size: 14px;
    padding: 0;
    width: 100%;
    min-height: inherit;
  }
  .o-m__case-list_slide_photo {
    width: 180px;
    height: auto;
  }
  .o-m__case-list_slide_company {
    font-size: 16px;
    padding: 0;
  }
  .o-m__case-list_slide_company span {
    font-size: 12px;
  }
  .o-m__case-list_slide_point {
    display: block;
    margin-bottom: 15px;
    padding: 0 50px;
  }
  .o-m__case-list_slide_point span {
    font-size: 16px;
    min-width: 0px;
    display: block;
    place-items: left;
  }
  .o-m__case-list_slide_point ul {
    border: none;
    padding: 5px 0 2px 5px;
  }
  .o-m__case-list_slide_point ul li {
    position: relative;
    line-height: 24px;
    padding: 0 0 0 20px;
    font-size: 12px;
  }
  .o-m__case-list_slide_point ul li:before {
    content: "";
    width: 10px;
    height: 7px;
    border-radius: 0;
    background: none;
    border-top: solid 2px #2531b7;
    border-right: solid 2px #2531b7;
    display: block;
    position: absolute;
    transform: rotate(135deg);
  }
  .o-m__case-list_slide_link {
    padding: 20px 0 0;
  }
}
.o-m__case-pager_box {
  position: absolute;
  height: 0;
  width: 39.7%;
  padding: 30px 0 0;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .o-m__case-pager_box {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__case-pager_box {
    width: 100%;
  }
}
.o-m__case-link {
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-link {
    padding: 0;
  }
}
.o-m__case .swiper-pagination {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__case .swiper-pagination {
    display: block;
    bottom: 10px !important;
  }
  .o-m__case .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2531b7 !important;
  }
  .o-m__case .swiper-container-horizontal > .swiper-pagination-bullets,
  .o-m__case .swiper-pagination-custom,
  .o-m__case .swiper-pagination-fraction {
    display: none;
  }
}
.o-m__case .swiper-button-prev {
  top: 220px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
}
.o-m__case .swiper-button-prev:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #2531b7;
  position: absolute;
  left: 0px;
}
.o-m__case .swiper-button-prev:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-30%) rotate(45deg);
  transition: all ease 0.3s;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 576px) {
  .o-m__case .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    top: 150px !important;
  }
  .o-m__case .swiper-button-prev:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #2531b7;
    position: absolute;
    left: 0px;
  }
  .o-m__case .swiper-button-prev:after {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}
.o-m__case .swiper-button-next {
  top: 220px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
}
.o-m__case .swiper-button-next:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #2531b7;
  position: absolute;
  left: 0;
}
.o-m__case .swiper-button-next:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-70%) rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 576px) {
  .o-m__case .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    top: 150px !important;
  }
  .o-m__case .swiper-button-next:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #2531b7;
    position: absolute;
    left: 0;
  }
  .o-m__case .swiper-button-next:after {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}

.o-m__flow-content {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .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 {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .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%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data {
    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: #2531b7;
  padding: 18px 0 0;
  font-weight: 700;
  line-height: 1.2;
}
.o-m__flow-content_flow_data_circle._bg-color {
  background-color: #F0F2FF;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data_circle {
    width: 68px;
    height: 68px;
    left: 50%;
    transform: translateX(-50%);
    top: -34px;
  }
}
.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: 576px) {
  .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: 576px) {
  .o-m__flow-content_flow_data dd {
    font-size: 14px;
    width: 295px;
    margin: 10px auto 0 auto;
    line-height: 1.4;
  }
  .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: 100px;
  }
}
.o-m__flow-content_flow_data dt {
  background-color: #F0F2FF;
  height: 110px;
  padding-top: 70px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1px;
  color: #2531b7;
  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 {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dt {
    min-height: 0;
    width: 295px;
    height: 90px;
    margin: 0 auto;
    padding: 50px 0 25px 0;
    line-height: 1;
  }
}
.o-m__flow-content_flow_data dt:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 160px;
  right: -23px;
  width: 24px;
  height: 24px;
  z-index: 10;
  background-image: url(/rakurakucloud/kintai/assets/image/icon/icon_000_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.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 {
    bottom: 185px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dt:after {
    content: none;
  }
}
.o-m__flow-content_flow_data dd .arrow_bottom {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dd .arrow_bottom {
    content: url(/rakurakucloud/kintai/assets/image/icon/icon_000_arrow_02.svg);
    vertical-align: middle;
    transform: rotate(90deg);
    display: block;
    margin: 0 auto -50px;
    scale: 0.5;
    width: 49px;
    height: 49.5px;
  }
}
.o-m__flow-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__flow.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt {
  background-color: #F0F2FF;
}
.o-m__flow.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd {
  background-color: #FFF;
}

.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: #2531b7;
  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 25px 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: #2531b7;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_label {
    font-size: 14px;
    padding: 17px 40px 2px 40px;
  }
  .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: #F0F2FF;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_answer_title {
  font-size: 16px;
  padding: 0 0 10px;
  color: #2531b7;
  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: #2531b7;
}
.o-m__faq-content_item_answer_detail {
  font-size: 14px;
  line-height: 24px;
}
.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_benefits_wrap {
  width: 100%;
  max-width: 641px;
  margin: 0 auto;
}
.o-m_benefits img {
  width: 100%;
  max-width: 641px;
  height: auto;
  display: block;
  margin: 20px auto;
}
.o-m_benefits_title {
  font-size: 18px;
  color: #2531b7;
  text-align: center;
  font-weight: 700;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  padding-top: 0;
}

.o-m__faq-content_item {
  background-color: #F0F2FF;
}

.o-m__faq-content_item_answer {
  background-color: #fff;
}

@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content {
    padding-top: 20px;
  }
}
.p__lp-bigword-reason_content .f__common-text_annotation {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content .f__common-text_annotation {
    margin-top: 10px;
  }
}
.p__lp-bigword-reason_content_btn {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content_btn {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content .o-c__btn-link {
    padding: 15px 30px 12px;
  }
}
.p__lp-bigword-reason_content_head {
  display: flex;
  padding: 0 0 30px;
}
.p__lp-bigword-reason_content_head_left {
  width: 365px;
}
.p__lp-bigword-reason_content_head_right {
  width: 635px;
  padding: 30px 0 0 30px;
}
.p__lp-bigword-reason_content_head_right h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 0 15px;
}
.p__lp-bigword-reason_content_head_right_text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content_head {
    display: block;
    padding: 0 0 20px;
  }
  .p__lp-bigword-reason_content_head_left {
    display: block;
    width: 90%;
    margin: 0px auto;
  }
  .p__lp-bigword-reason_content_head_right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .p__lp-bigword-reason_content_head_right h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .p__lp-bigword-reason_content_head_right_text {
    font-size: 14px;
    line-height: 22px;
  }
}
.p__lp-bigword-reason_content_data {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 40px 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content_data {
    padding: 50px 20px 30px;
  }
}
.p__lp-bigword-reason_content_data:last-child {
  margin: 0;
}
.p__lp-bigword-reason_content_data_circle {
  background-color: #F0F2FF;
  width: 62px;
  height: 62px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: #2531b7;
  padding: 10px 0 0;
  font-weight: 700;
  line-height: 1.2;
}
.p__lp-bigword-reason_content_data_circle_text {
  font-size: 10px;
}
.p__lp-bigword-reason_content_data_circle_num {
  font-size: 24px;
}
.p__lp-bigword-reason_content_data_image {
  width: 37%;
}
.p__lp-bigword-reason_content_data_image img {
  height: auto;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content_data_image {
    width: 100%;
  }
}
.p__lp-bigword-reason_content_data_detail {
  width: 60%;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content_data_detail {
    width: 100%;
  }
}
.p__lp-bigword-reason_content_data_title {
  padding: 0 0 15px;
}
.p__lp-bigword-reason_content_data_title_sub {
  font-size: 16px;
  font-weight: 700;
  color: #2531b7;
}
.p__lp-bigword-reason_content_data_title_main {
  font-size: 24px;
  font-weight: 700;
  color: #2531b7;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content_data_title {
    text-align: center;
    padding: 25px 0 15px;
  }
  .p__lp-bigword-reason_content_data_title_sub {
    font-size: 16px;
    padding: 0 0 10px;
  }
  .p__lp-bigword-reason_content_data_title_main {
    font-size: 18px;
  }
}
.p__lp-bigword-reason_content_data_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.p__lp-bigword-reason_content_data_hide_list {
  padding: 15px 0 0;
  text-align: center;
}
.p__lp-bigword-reason_content_data_hide_list_box {
  background-color: #F0F2FF;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  height: 0;
  padding: 0px 20px 0px;
  transition: all ease 0.3s;
}
.p__lp-bigword-reason_content_data_hide_list_box.active {
  overflow: visible;
  opacity: 100;
  height: auto;
  padding: 20px 20px 15px;
  margin-bottom: 15px;
}
.p__lp-bigword-reason_content_data_hide_list_box li {
  position: relative;
  padding: 6px 0 0 30px;
  margin-bottom: 5px;
  text-align: left;
}
.p__lp-bigword-reason_content_data_hide_list_box li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: #2531b7;
  border-radius: 11px;
}
.p__lp-bigword-reason_content_data_hide_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: 11px;
  transform: rotate(135deg);
}
.p__lp-bigword-reason_content_data ._left_style {
  float: left;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content_data ._left_style {
    float: none;
  }
}
.p__lp-bigword-reason_content_data ._right_style {
  float: right;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-reason_content_data ._right_style {
    float: none;
  }
}
.p__lp-bigword-reason_content_data ._right_style._movie {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p__lp-bigword-reason_content_data ._right_style._movie {
    margin: 0 auto;
    width: 212px;
  }
  .p__lp-bigword-reason_content_data ._right_style._movie img {
    width: 212px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
.p__lp-bigword-reason_content_data ._right_style._movie .p__lp-overtime-reason_content_data_image_movie_contents {
  position: absolute;
  width: 247px;
  height: 158px;
  overflow: hidden;
  z-index: 2;
  bottom: 25px;
  left: 47px;
}
@media screen and (max-width: 1024px) {
  .p__lp-bigword-reason_content_data ._right_style._movie .p__lp-overtime-reason_content_data_image_movie_contents {
    width: 153px;
    height: 96px;
    overflow: hidden;
    z-index: 2;
    bottom: 20px;
    left: 30px;
    margin: 0 auto;
    position: absolute;
  }
}
.p__lp-bigword-reason_content_data ._right_style._movie .p__lp-overtime-reason_content_data_image_movie_contents video {
  position: absolute;
  display: block;
  width: 113.5%;
  top: 0;
  left: -7%;
  margin: 0 auto;
  z-index: 1;
}
.p__lp-bigword-reason_content_data_clear {
  overflow: hidden;
}
.p__lp-bigword-reason_note {
  padding-bottom: 30px;
}
.p__lp-bigword-reason_note_text {
  font-size: 10px;
}
.p__lp-bigword-panel .o-m__panel-list-linkdata_box {
  cursor: unset;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-panel .o-m__panel-list-linkdata_box:nth-of-type(2) dt {
    font-size: 16px;
  }
}
.p__lp-bigword-panel .o-m__panel-list-linkdata_icon {
  background-color: #fff;
}
.p__lp-bigword-footer.f-l__lp-footer {
  padding-top: 70px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-footer.f-l__lp-footer {
    padding-top: 50px;
  }
}
.p__lp-bigword-introduction.f-l__common-section {
  padding: 70px 0 80px;
}
.p__lp-bigword-introduction.f-l__common-section._padd_bottom_0 {
  padding: 70px 0 0px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction.f-l__common-section {
    padding: 50px 0;
  }
  .p__lp-bigword-introduction.f-l__common-section._padd_bottom_0 {
    padding: 50px 0 0;
  }
}
.p__lp-bigword-introduction_h3-title {
  background-color: #2531b7;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 385px;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction_h3-title {
    font-size: 25px;
    width: 100%;
    max-width: none;
    margin: 0 auto 20px;
  }
}
.p__lp-bigword-introduction_h3-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #2531b7 transparent transparent transparent;
}
.p__lp-bigword-introduction_content {
  padding: 25px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p__lp-bigword-introduction_content._top-no-margin {
  padding: 0;
  justify-content: flex-start;
}
.p__lp-bigword-introduction_content._box_list {
  padding: 30px 0 70px;
}
.p__lp-bigword-introduction_content._box_list .p-f__f_expenses-introduction_content_box {
  margin-bottom: 0px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction_content._box_list {
    padding: 30px 0 0px;
  }
  .p__lp-bigword-introduction_content._box_list .p-f__f_expenses-introduction_content_box {
    margin-bottom: 50px;
  }
}
.p__lp-bigword-introduction_content_box {
  width: 48.5%;
  background-color: #F0F2FF;
  border-radius: 10px;
  padding: 0 30px 30px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.p__lp-bigword-introduction_content_box:nth-child(3), .p__lp-bigword-introduction_content_box:nth-child(4) {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction_content_box {
    width: 100%;
    padding: 0 20px 20px;
  }
  .p__lp-bigword-introduction_content_box:nth-child(3) {
    margin-bottom: 50px;
  }
  .p__lp-bigword-introduction_content_box:nth-child(4) {
    margin-bottom: 0px;
  }
}
.p__lp-bigword-introduction_content_box._box_3column-list {
  width: 320px;
  height: 255px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
}
.p__lp-bigword-introduction_content_box._box_3column-list:nth-child(7) {
  margin-bottom: 0;
}
.p__lp-bigword-introduction_content_box._box_3column-list:nth-child(8) {
  margin-bottom: 0;
}
.p__lp-bigword-introduction_content_box._box_3column-list:nth-child(9) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p__lp-bigword-introduction_content_box._box_3column-list {
    width: 100%;
    height: auto;
    padding: 20px 20px 20px;
  }
  .p__lp-bigword-introduction_content_box._box_3column-list:nth-child(7) {
    margin-bottom: 20px;
  }
  .p__lp-bigword-introduction_content_box._box_3column-list:nth-child(8) {
    margin-bottom: 20px;
  }
  .p__lp-bigword-introduction_content_box._box_3column-list:nth-child(9) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction_content_box._box_3column-list {
    width: 100%;
    height: auto;
    padding: 0 20px 20px;
    margin-right: 0;
  }
  .p__lp-bigword-introduction_content_box._box_3column-list:nth-child(9) {
    margin-bottom: 0;
  }
}
.p__lp-bigword-introduction_content_title {
  height: 70px;
  display: block;
  position: relative;
  z-index: 50;
  padding: 27px 0 0 120px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p__lp-bigword-introduction_content_title {
    padding: 20px 0 0 120px;
  }
}
.p__lp-bigword-introduction_content_title._small {
  padding: 25px 0 38px 87px;
  height: auto;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction_content_title._small {
    padding: 50px 0 40px 95px;
  }
}
.p__lp-bigword-introduction_content_title_annotation {
  font-size: 12px;
}
.p__lp-bigword-introduction_content_title_icon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #F0F2FF;
  text-align: center;
  display: grid;
  place-items: center;
}
.p__lp-bigword-introduction_content_title_icon img {
  width: 80px;
  height: 80px;
}
.p__lp-bigword-introduction_content_title_icon._small {
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  height: 77px;
  border-radius: 60px;
  background-color: #F0F2FF;
  text-align: center;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction_content_title_icon._small {
    top: 25px;
    left: 40px;
  }
}
.p__lp-bigword-introduction_content_title_icon._small img {
  width: 51px;
  height: 51px;
}
.p__lp-bigword-introduction_content_title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2531b7;
}
@media screen and (max-width: 1024px) {
  .p__lp-bigword-introduction_content_title h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.p__lp-bigword-introduction_content_title._2line {
  padding: 17px 0 0 120px;
}
.p__lp-bigword-introduction_content_title._2line h3 {
  line-height: 1.2;
}
.p__lp-bigword-introduction_content_title._2line._small {
  padding: 18px 0 25px 87px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction_content_title._2line._small {
    padding: 42px 0 35px 87px;
  }
}
.p__lp-bigword-introduction_content_title._2line._small h3 {
  line-height: 1.2;
  font-size: 18px;
}
.p__lp-bigword-introduction_content_title._small h3 {
  line-height: 1.5;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction_content_title {
    height: auto;
    padding: 40px 0 10px 0;
  }
  .p__lp-bigword-introduction_content_title_icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 101px;
    height: 101px;
  }
  .p__lp-bigword-introduction_content_title_icon img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
  }
  .p__lp-bigword-introduction_content_title h3 {
    font-size: 20px;
    position: relative;
    z-index: 60;
    text-align: center;
  }
  .p__lp-bigword-introduction_content_title._2line {
    padding: 80px 0 10px 0;
  }
}
.p__lp-bigword-introduction_content_point {
  background-color: #fff;
  padding: 30px;
  min-height: 185px;
  border-radius: 10px;
  position: relative;
  z-index: 60;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction_content_point {
    padding: 20px;
    min-height: inherit;
  }
}
.p__lp-bigword-introduction_content_point_text {
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword-introduction_content_point_text {
    font-size: 12px;
    line-height: 1.6;
  }
}
.p__lp-bigword_main-function {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .p__lp-bigword_main-function {
    padding: 50px 0;
  }
}
.p__lp-bigword_main-function h3 {
  background-color: #2531b7;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 385px;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword_main-function h3 {
    font-size: 25px;
    width: 100%;
    max-width: none;
    margin: 0 auto 20px;
  }
}
.p__lp-bigword_main-function h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #2531b7 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .p__lp-bigword_main-function .o-c__heading-lead {
    text-align: left;
  }
}
.p__lp-bigword_floating-cta {
  width: auto;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .o-m__case .swiper-pagination {
    display: block !important;
  }
}

.o-m__flow-content_flow_data dt:after {
  bottom: 138px;
}

@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data_circle_add-text02:after {
    top: 130px !important;
  }
}

.p__lp-bigword_simple-cta .o-m__cta-common_inner {
  height: auto !important;
}
.p__lp-bigword_simple-cta .o-m__cta-common_talent_left {
  bottom: -67px;
}
.p__lp-bigword_simple-cta .o-m__cta-common_talent_right {
  bottom: -100px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword_simple-cta .o-m__cta-common_title {
    padding: 0;
  }
}
.p__lp-bigword_simple-cta .o-c__cta-link_orange._common {
  padding: 32px 25px 24px 64px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword_simple-cta .o-c__cta-link_orange._common {
    padding: 21px 25px 20px;
  }
}

.p__lp-bigword_simple-cta._single .o-c__cta-link_orange._common {
  padding: 32px 25px 24px 64px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword_simple-cta._single .o-c__cta-link_orange._common {
    padding: 21px 25px 20px;
  }
}
.p__lp-bigword_simple-cta._single .o-m__cta-common_talent_left {
  bottom: -49px;
}
.p__lp-bigword_simple-cta._single .o-m__cta-common_talent_right {
  bottom: -48px;
}

.p__lp-bigword_simple-cta._demo .o-c__cta-link_orange._common {
  padding: 25px 25px 20px;
}
@media screen and (max-width: 576px) {
  .p__lp-bigword_simple-cta._demo .o-c__cta-link_orange._common {
    padding: 21px 25px 20px;
  }
}

@media screen and (min-width: 577px) {
  .o-c__cta-link_orange._floating {
    padding: 10px 25px 8px;
  }
  .o-c__cta-link_border._floating {
    padding: 10px 25px 8px;
  }
}/*# sourceMappingURL=bigword.css.map */