@charset "UTF-8";
/* Scss Document _reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  vertical-align: bottom;
}

img,
video {
  width: 100%;
}

a {
  text-decoration: none;
  word-break: break-all;
}
a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

input,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=submit], input[type=button] {
  cursor: pointer;
}

label,
button {
  cursor: pointer;
}

select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

body {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  text-align: left;
}
body #main {
  padding-top: 105px;
}
@media screen and (max-width: 1200px) {
  body #main {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  body #main {
    padding-top: 50px;
  }
}

a {
  transition: 200ms ease all;
  color: #1558d6;
}

.f__common-mb_10 {
  margin-bottom: 10px !important;
}
.f__common-mb_20 {
  margin-bottom: 20px !important;
}
.f__common-mb_30 {
  margin-bottom: 30px !important;
}
.f__common-mb_40 {
  margin-bottom: 40px !important;
}
.f__common-mb_50 {
  margin-bottom: 50px !important;
}
.f__common-mb_60 {
  margin-bottom: 60px !important;
}
.f__common-mb_70 {
  margin-bottom: 70px !important;
}
.f__common-mb_80 {
  margin-bottom: 80px !important;
}
.f__common-mb_90 {
  margin-bottom: 90px !important;
}
.f__common-mb_100 {
  margin-bottom: 100px !important;
}
.f__common-mt_10 {
  margin-top: 10px !important;
}
.f__common-mt_20 {
  margin-top: 20px !important;
}
.f__common-mt_30 {
  margin-top: 30px !important;
}
.f__common-mt_40 {
  margin-top: 40px !important;
}
.f__common-mt_50 {
  margin-top: 50px !important;
}
.f__common-mt_60 {
  margin-top: 60px !important;
}
.f__common-mt_70 {
  margin-top: 70px !important;
}
.f__common-mt_80 {
  margin-top: 80px !important;
}
.f__common-mt_90 {
  margin-top: 90px !important;
}
.f__common-mt_100 {
  margin-top: 100px !important;
}
.f__common-mtb_10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.f__common-mtb_20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.f__common-mtb_30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.f__common-mtb_40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.f__common-mtb_50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.f__common-mtb_60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.f__common-mtb_70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.f__common-mtb_80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.f__common-mtb_90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.f__common-mtb_100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.f__common-pb_10 {
  padding-bottom: 10px !important;
}
.f__common-pb_20 {
  padding-bottom: 20px !important;
}
.f__common-pb_30 {
  padding-bottom: 30px !important;
}
.f__common-pb_40 {
  padding-bottom: 40px !important;
}
.f__common-pb_50 {
  padding-bottom: 50px !important;
}
.f__common-pb_60 {
  padding-bottom: 60px !important;
}
.f__common-pb_70 {
  padding-bottom: 70px !important;
}
.f__common-pb_80 {
  padding-bottom: 80px !important;
}
.f__common-pb_90 {
  padding-bottom: 90px !important;
}
.f__common-pb_100 {
  padding-bottom: 100px !important;
}
.f__common-pt_10 {
  padding-top: 10px !important;
}
.f__common-pt_15 {
  padding-top: 15px !important;
}
.f__common-pt_20 {
  padding-top: 20px !important;
}
.f__common-pt_30 {
  padding-top: 30px !important;
}
.f__common-pt_40 {
  padding-top: 40px !important;
}
.f__common-pt_50 {
  padding-top: 50px !important;
}
.f__common-pt_60 {
  padding-top: 60px !important;
}
.f__common-pt_70 {
  padding-top: 70px !important;
}
.f__common-pt_80 {
  padding-top: 80px !important;
}
.f__common-pt_90 {
  padding-top: 90px !important;
}
.f__common-pt_100 {
  padding-top: 100px !important;
}
.f__common-ptb_10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.f__common-ptb_20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.f__common-ptb_30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.f__common-ptb_40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.f__common-ptb_50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.f__common-ptb_60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.f__common-ptb_70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.f__common-ptb_80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.f__common-ptb_90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.f__common-ptb_100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.f__common-text_left {
  text-align: left !important;
}
.f__common-text_center {
  text-align: center !important;
}
.f__common-text_right {
  text-align: right !important;
}
.f__common-text_bold {
  font-weight: 700 !important;
}
.f__common-text_underline {
  text-decoration: underline !important;
}
.f__common-text_highlighter {
  background: linear-gradient(transparent 75%, #f5e673 75%);
  background-position: 0 1.3em;
}
.f__common-text_annotation {
  font-size: 10px;
}
.f__common-text_nowrap {
  display: inline-block;
}
.f__common-text_link {
  text-decoration: underline;
}
.f__common-text_link:hover {
  text-decoration: none;
}
.f__common-color_seisan {
  color: #007bc7;
}
.f__common-color_meisai {
  color: #267d00;
}
.f__common-color_hanbai {
  color: #f53c20;
}
.f__common-color_kintai {
  color: #2531b7;
}
.f__common-bgcolor_100 {
  background: #faa79b !important;
}
.f__common-bgcolor_10 {
  background: #fff6f5 !important;
}
.f__common-bgcolor_primary {
  background: #f53c20 !important;
}
.f__common-bgcolor_gray_10 {
  background: #e6e6e6 !important;
}
.f__common-bgcolor_gray_5 {
  background: #f6f6f6 !important;
}
.f__common-bgcolor_white {
  background: #ffffff !important;
}

_::-webkit-full-page-media, :root .f__common-text_highlighter {
  text-decoration: underline;
  text-underline-offset: 0.05em;
  text-decoration-thickness: 0.15em;
  text-decoration-color: #f5e673;
}

.fixed_bottom {
  position: absolute;
  bottom: 0;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2237px 0;
  }
}
@media (min-width: 769px) {
  .pc-only {
    display: inline-block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inline-block !important;
  }
}
.f-l__common-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  width: inherit;
}
.f-l__common-section {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .f-l__common-inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__common-section {
    padding: 50px 0;
  }
}

.cf {
  clear: both;
}

.f-l__lp-header-container {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1000;
  background-color: #FFF;
  transition: 100ms ease all;
}
.f-l__lp-header-container_inner {
  position: relative;
  width: 1200px;
  margin: 0px auto;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .f-l__lp-header-container_inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .f-l__lp-header-container_inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-container {
    padding: 0 11px;
  }
  .f-l__lp-header-container.scroll-type {
    transform: translateY(0px);
  }
  .f-l__lp-header-container_inner {
    width: 100%;
  }
}
.f-l__lp-header-logo {
  width: 148px;
  height: 85px;
  display: inline-block;
  padding: 18px 0;
}
.f-l__lp-header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .f-l__lp-header-logo {
    width: 120px;
    display: inline-block;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-logo {
    width: 90px;
    height: 50px;
    display: inline-block;
    padding: 11px 0;
  }
}
.f-l__lp-header-tagline {
  display: block;
  font-size: 14px;
  color: #323232;
  font-weight: 700;
  padding: 34px 0 0 25px;
}
@media screen and (max-width: 1024px) {
  .f-l__lp-header-tagline {
    display: inline-block;
    padding: 32px 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-tagline {
    white-space: nowrap;
    padding: 19px 0 0 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .f-l__lp-header-tagline {
    padding: 19px 0 0 14px;
  }
}
.f-l__lp-header-rakus {
  width: 41px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .f-l__lp-header-rakus {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-rakus {
    right: 11px;
    width: 30px;
  }
}

.f-l__lp-footer-content {
  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;
}

.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: 580px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 40px;
}
.f-l__company-textbox p {
  padding: 0 0 15px;
}
.f-l__company-mark {
  display: flex;
}
.f-l__company-pmark {
  width: 81px;
}
.f-l__company-isms {
  width: 155px;
  padding: 0 0 0 15px;
}
.f-l__company-jiima {
  width: 100px;
  padding: 0 0 0 15px;
}
.f-l__company-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}
@media screen and (max-width: 1024px) {
  .f-l__company-mark {
    margin: 0 auto;
  }
  .f-l__company-textbox {
    width: 88%;
    line-height: 14px;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .f-l__company-mark {
    margin: 10px auto 0;
  }
  .f-l__company-company-logo {
    width: 12%;
  }
  .f-l__company-textbox {
    width: 88%;
    line-height: 14px;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .f-l__company {
    padding: 20px 0 0;
  }
  .f-l__company .f-l__common-inner {
    justify-content: center;
  }
  .f-l__company-textbox {
    font-size: 10px;
  }
  .f-l__company-textbox p {
    padding: 0 0 10px;
  }
  .f-l__company-pmark {
    width: 81px;
    padding: 10px 0 0;
  }
  .f-l__company-isms {
    width: 155px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-jiima {
    width: 90px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-copyright {
    padding: 20px 0;
  }
}

.o-c__icon {
  width: 70px;
  height: 70px;
  display: block;
  background-size: cover;
  background-position: 50%;
}
.o-c__icon-shining_money {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_047_shining_money.svg);
}
.o-c__icon-train {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_052_train.svg);
}
.o-c__icon-pc_document {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_031_pc_document.svg);
}
.o-c__icon-software {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_050_software.svg);
}
.o-c__icon-document_circle {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_012_document_circle.svg);
}
.o-c__icon-stamp {
  background-image: url(/rakurakucloud/hanbai/lp/basic/assets/image/icon/icon_045_stamp.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 #f53c20;
  border-right: solid 2px #f53c20;
  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.4;
  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;
}

.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: #f5e673;
  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 #f5e673;
  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;
  }
}
.o-m__realization {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .o-m__realization {
    padding-top: 70px;
  }
}
.o-m__realization-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0px auto 30px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-inner {
    width: 100%;
  }
}
.o-m__realization-inner.swiper-container {
  margin: 0 auto;
  padding: 0 25px 0;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-inner.swiper-container {
    padding: 0 25px 50px;
  }
}
.o-m__realization-inner._width680 {
  width: 680px;
}
.o-m__realization-inner._width680 .o-m__realization-content_title h3 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .o-m__realization-inner._width680 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
  .o-m__realization-inner._width680 .o-m__realization-content {
    margin: 0 auto 30px;
  }
  .o-m__realization-inner._width680 .o-m__realization-content:last-of-type {
    margin-bottom: 0;
  }
}
.o-m__realization-list {
  padding-top: 20px;
}
.o-m__realization-list.swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 50px;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-list.swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    row-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.o-m__realization-content {
  display: flex;
  align-items: stretch;
}
.o-m__realization-content.swiper-slide {
  width: 32%;
  height: auto;
}
.o-m__realization-content_wrap {
  position: relative;
  width: 320px;
  height: 100%;
  padding: 15px;
  text-align: center;
  background: #fff6f5;
  border-radius: 10px;
}
.o-m__realization-content_wrap::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  padding: 15px;
  width: 75px;
  height: 75px;
  background: #fff6f5;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .o-m__realization-content_wrap {
    width: 315px;
    height: auto;
  }
}
.o-m__realization-content_wrap .o-c__btn-text {
  margin-top: 15px;
  bottom: inherit;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_wrap .o-c__btn-text {
    display: none;
  }
}
.o-m__realization-content_wrap._js_open .o-m__realization-content_hidetext {
  padding: 23px 10px 0px 10px;
  font-size: 16px;
  opacity: 1;
  margin: 0 auto 0;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_wrap._js_open .o-m__realization-content_hidetext {
    padding: 0;
  }
}
.o-m__realization-content_wrap._js_open .o-c__btn-text_icon_plus_bg::after {
  display: none;
}
.o-m__realization-content_title {
  position: relative;
  display: flex;
}
.o-m__realization-content_title h3 {
  padding-left: 70px;
  padding-bottom: 15px;
  color: #f53c20;
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .o-m__realization-content_title h3 {
    font-size: 16px;
  }
}
.o-m__realization-content_image {
  position: absolute;
  top: -20px;
  left: 8px;
  width: 50px;
  height: 50px;
}
.o-m__realization-content_list {
  position: relative;
  padding: 15px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 1;
  text-align: left;
  line-height: 1.7;
}
.o-m__realization-content_list span {
  font-weight: 700;
}
.o-m__realization-content_item_text {
  position: relative;
  padding-left: 30px;
  text-align: left;
  line-height: 2;
  font-size: 16px;
  color: #323232;
}
.o-m__realization-content_item_text::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: #f53c20;
  border-radius: 20px;
}
.o-m__realization-content_item_text::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 10px;
  width: 9px;
  height: 6px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  display: block;
  transform: rotate(135deg);
}
.o-m__realization-content_icon_ball {
  position: absolute;
  top: 18px;
  left: 30%;
  display: inline-block;
  background-color: #f53c20;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  transition: all ease 0.3s;
}
.o-m__realization-content_icon_ball::before {
  content: "";
  background-color: #ffffff;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(-50%);
}
.o-m__realization-content_icon_ball::after {
  content: "";
  background-color: #ffffff;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: translateX(-50%);
}
.o-m__realization-content_icon_ball._js_open::after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__realization-content_icon_ball {
    top: 17px;
    right: 15px;
  }
}
.o-m__realization-content_label {
  font-size: 14px;
  padding: 18px 0 0 10px;
  position: relative;
  display: block;
  text-align: center;
  color: #f53c20;
}
@media screen and (min-width: 769px) {
  .o-m__realization-content_label:hover .o-m__realization-content_icon_ball {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 576px) {
  .o-m__realization-content_label {
    font-size: 14px;
    padding: 17px 42px 2px;
  }
  .o-m__realization-content_label:before {
    left: 13px;
    top: 13px;
  }
}
.o-m__realization-content_hidetext {
  width: 95%;
  height: 0;
  opacity: 0;
  padding: 0 25px 0 45px;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  overflow: hidden;
  border-radius: 10px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-content_hidetext {
    padding: 0;
    font-size: 16px;
    opacity: 1;
    margin: 0 auto 0;
    height: auto;
    visibility: visible;
  }
}
@media screen and (max-width: 576px) {
  .o-m__realization-content_hidetext {
    width: 90%;
  }
  .o-m__realization-content_hidetext_title {
    font-size: 14px;
    padding-left: 20px;
  }
  .o-m__realization-content_hidetext_title::before {
    top: -5px;
    left: -5px;
  }
}
.o-m__realization-content_hidetext_close {
  display: none;
}
.o-m__realization-content_link_inner {
  position: relative;
  width: 320px;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
}
.o-m__realization-content_link_inner::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  padding: 15px;
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 50%;
}
.o-m__realization-heading_h3 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
.o-m__realization-heading_h3 b {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-m__realization-heading_h3 {
    line-height: 1.8;
    font-size: 16px;
  }
}
.o-m__realization-pager_box {
  position: absolute;
  height: 0;
  width: 60%;
  padding: 30px 0 0;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 576px) {
  .o-m__realization-pager_box {
    width: 100%;
  }
}
.o-m__realization-note {
  width: 1050px;
  margin: 0 auto;
  padding: 15px 25px 0;
}
.o-m__realization-note_text {
  font-size: 10px;
  color: #323232;
}
@media screen and (max-width: 1024px) {
  .o-m__realization-note {
    width: 100%;
  }
}
.o-m__realization .swiper-pagination,
.o-m__realization .swiper-button-prev,
.o-m__realization .swiper-button-next {
  display: none;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .o-m__realization .swiper-pagination {
    display: block !important;
    bottom: 15px !important;
  }
  .o-m__realization .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f53c20 !important;
  }
  .o-m__realization .swiper-button-prev {
    position: inherit;
    display: block;
    background-image: none !important;
    width: 45px !important;
    height: 45px !important;
    top: 150px !important;
  }
  .o-m__realization .swiper-button-prev::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #f53c20;
    position: absolute;
    left: -20px;
  }
  .o-m__realization .swiper-button-prev::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    right: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-30%) rotate(45deg);
    transition: all ease 0.3s;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    left: 0;
  }
  .o-m__realization .swiper-button-next {
    position: inherit;
    display: block;
    background-image: none !important;
    width: 45px !important;
    height: 45px !important;
    top: 150px !important;
  }
  .o-m__realization .swiper-button-next::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #f53c20;
    position: absolute;
    right: -20px;
  }
  .o-m__realization .swiper-button-next::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-70%) rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid white;
    border-right: 2px solid white;
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__realization .swiper-button-prev {
    left: -20px;
  }
  .o-m__realization .swiper-button-next {
    right: -20px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__realization .swiper-button-prev {
    left: 30px;
  }
  .o-m__realization .swiper-button-next {
    right: 30px;
  }
}

@media screen and (max-width: 576px) {
  .o-m__company {
    padding: 10px 0;
  }
}
.o-m__company_inner {
  width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .o-m__company_inner {
    width: 100%;
  }
}
.o-m__company_heading_h2 {
  font-size: 31px;
  padding: 20px 0 0;
  font-weight: 700;
  text-align: center;
}
.o-m__company_heading_h2_big {
  padding-right: 10px;
  padding-left: 15px;
  font-size: 62px;
}
.o-m__company_heading_h2_small {
  padding-right: 10px;
  font-size: 24px;
}
.o-m__company_heading_h2::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .o-m__company_heading_h2 {
    font-size: 20px;
    text-align: center;
  }
  .o-m__company_heading_h2_big {
    font-size: 40px;
  }
  .o-m__company_heading_h2_small {
    font-size: 20px;
  }
}
.o-m__company_company {
  padding: 10px 0;
}
.o-m__company_company_image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 110px;
  overflow: hidden;
  animation: loop 50s linear infinite;
  background: url(/rakurakucloud/hanbai/lp/subscription/assets/image/logo/logo_beside-set.webp) repeat-x left center/auto 110px;
}
@media screen and (max-width: 576px) {
  .o-m__company_company_image {
    height: 54px;
    background: url(/rakurakucloud/hanbai/lp/subscription/assets/image/logo/logo_beside-set.webp) repeat-x left center/auto 54px;
  }
}
.o-m__company_note {
  width: 530px;
  margin: 0px auto;
  padding-left: 0px;
}
.o-m__company_note_text {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__company_note {
    width: 100%;
    padding: 0 25px;
  }
}

.o-m__efficiency .o-c__heading-lead {
  line-height: 40px;
}
@media screen and (max-width: 576px) {
  .o-m__efficiency .o-c__heading-lead {
    line-height: 1.6;
  }
}
.o-m__efficiency_image {
  width: 204px;
  height: 114px;
  margin: 0 auto 30px;
}
.o-m__efficiency_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.o-m__efficiency_content {
  width: 24%;
  margin-bottom: 13px;
}
.o-m__efficiency_content_wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
}
.o-m__efficiency_content_wrap h3 {
  padding-top: 2px;
  padding-left: 10px;
  color: #323232;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .o-m__efficiency_content_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .o-m__efficiency_content {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__efficiency_content_link_inner {
    flex-direction: column;
  }
  .o-m__efficiency_content_link_inner h3 {
    padding-left: 0;
  }
}
.o-m__efficiency_link {
  margin: 0 auto;
  text-align: center;
}
.o-m__efficiency_link_btn {
  padding-bottom: 10px;
}
.o-m__efficiency_link_text {
  padding-top: 15px;
  color: #f53c20;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.2s;
}
.o-m__efficiency_link_text:hover {
  text-decoration: none;
}
.o-m__efficiency-heading_h3 {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
.o-m__efficiency-heading_h3 b {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-m__efficiency-heading_h3 {
    font-size: 16px;
  }
}

.o-m__function-list {
  text-align: center;
}
.o-m__function-list_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__function-list_column._column_3 ._column_data {
  position: relative;
  flex-basis: 32%;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .o-m__function-list_column._column_3 ._column_data {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.o-m__function-list_btn {
  position: absolute;
  bottom: 20px;
  left: 35%;
}
.o-m__function-list_box {
  border-radius: 10px;
  padding: 0;
}
.o-m__function-list_box dt {
  display: grid;
  place-content: center;
  height: 91px;
  text-align: center;
  font-size: 20px;
  color: #f53c20;
  font-weight: 700;
  padding: 20px 0 15px;
}
.o-m__function-list_box_list {
  min-height: 120px;
}
.o-m__function-list_box_list dd {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 30px 8px 45px;
  color: #323232;
}
.o-m__function-list_box_list dd::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20px;
  width: 12px;
  height: 8px;
  border-top: solid 2px #f53c20;
  border-right: solid 2px #f53c20;
  transform: rotate(135deg);
}
.o-m__function-list_box_list dd span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-m__function-list_box_list {
    padding: 0 0 30px;
    min-height: 10px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__function-list_box {
    padding: 25px 10px 0;
  }
  .o-m__function-list_box dt {
    height: auto;
    padding: 0 0 15px;
  }
}
.o-m__function-list_box_head {
  width: 100%;
  display: block;
}
.o-m__function-list_box_head_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 576px) {
  .o-m__function-list_box_head {
    display: flex;
    flex-direction: column;
  }
  .o-m__function-list_box_head dt {
    place-content: inherit;
  }
}
.o-m__function-list_box_hidetext {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  transition: all ease 0.3s;
}
.o-m__function-list_box_hidetext span {
  font-weight: bold;
}
.o-m__function-list_box_hidetext_title {
  display: none;
}
.o-m__function-list_box_hidetext_indata {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}
.o-m__function-list_box_hidetext_indata .o-c__btn-link {
  padding: 15px 25px 12px 15px;
}
.o-m__function-list_box_hidetext_indata .o-c__btn-link::after {
  right: 10px;
}
.o-m__function-list_box_hidetext_close {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__function-list_box_hidetext {
    height: auto;
    opacity: 1;
    display: none;
  }
  .o-m__function-list_box_hidetext_title {
    font-size: 18px;
    font-weight: 700;
    color: #f53c20;
    padding: 0 0 10px;
    text-align: left;
    display: block;
  }
  .o-m__function-list_box_hidetext_close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #f53c20;
  }
  .o-m__function-list_box_hidetext_close::after, .o-m__function-list_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__function-list_box_hidetext_close::before {
    transform: rotate(45deg);
  }
}
.o-m__function-list_box._js_open .o-c__panel-box_list {
  min-height: inherit;
}
.o-m__function-list_box._js_open .o-m__function-list_box_hidetext {
  height: auto;
  opacity: 1;
  padding: 20px;
  margin: 0 20px 30px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 576px) {
  .o-m__function-list_box._js_open .o-m__function-list_box_hidetext {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 25%;
    left: 0;
    width: 90%;
  }
}
.o-m__function-list_box._js_open .o-c__btn-text {
  padding-top: 10px;
}
.o-m__function-list_box._js_open .o-c__btn-text_icon_plus_bg {
  top: 63%;
}
.o-m__function-list_box._js_open .o-c__btn-text_icon_plus_bg::after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__function-list_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-m__function-list_icon {
  background-color: #ffffff;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-m__function-list_link {
  padding: 20px 0 0;
}

.o-m__benefits_heading_h3 {
  padding-bottom: 40px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__benefits_heading_h3 {
    font-size: 16px;
  }
}
.o-m__benefits_heading_h3 span {
  font-weight: bold;
}
.o-m__benefits-content {
  background-color: #FFF;
  border-radius: 10px;
  padding: 45px;
  width: 850px;
  margin: 0 auto;
}
.o-m__benefits-content_image {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .o-m__benefits-content {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__benefits-content {
    width: 100%;
    padding: 20px;
  }
  .o-m__benefits-content_image {
    width: 100%;
    height: auto;
  }
}
.o-m__benefits-note {
  width: 850px;
  margin: 0 auto;
}
.o-m__benefits-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .o-m__benefits-note {
    width: 100%;
  }
}

.o-m__case-list {
  display: flex;
  justify-content: space-between;
}
.o-m__case-list_logo {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  max-height: 45px;
  width: auto;
  height: 32px;
}
.o-m__case-list_title {
  display: grid;
  place-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #f53c20;
  padding: 30px 0;
  height: 105px;
}
.o-m__case-list_photo {
  display: block;
  margin: 0 auto;
  width: 310px;
  height: auto;
  border-radius: 10px;
}
.o-m__case-list_company {
  display: grid;
  place-content: center;
  height: 80px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}
.o-m__case-list_point {
  padding: 0 15px 10px;
}
@media screen and (max-width: 576px) {
  .o-m__case-list {
    padding: 20px 0px;
  }
  .o-m__case-list_title {
    padding: 20px 0;
  }
  .o-m__case-list_photo {
    width: 180px;
  }
  .o-m__case-list_company {
    font-size: 16px;
    padding: 20px 0 15px;
  }
  .o-m__case-list_point {
    padding: 0 0 10px;
  }
}
.o-m__case-list_link {
  padding: 25px 0 0;
  text-align: center;
}
.o-m__case-list_link a {
  color: #f53c20;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_link_link {
    padding: 15px 0 0;
  }
}
.o-m__case-item {
  position: relative;
  width: 310px;
}
.o-m__case-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -6%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .o-m__case-item:not(:last-of-type)::after {
    content: none;
  }
}
.o-m__case-item.swiper-slide {
  width: 310px;
}
.o-m__case-link {
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-link {
    padding: 15px 0 0;
  }
}
.o-m__case-pager_box {
  position: absolute;
  height: 0;
  width: 80%;
  padding: 30px 0 0;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 576px) {
  .o-m__case-pager_box {
    width: 100%;
  }
}
.o-m__case .swiper-pagination,
.o-m__case .swiper-button-prev,
.o-m__case .swiper-button-next {
  display: none;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .o-m__case .swiper-container {
    width: 80%;
    margin: 0 auto;
  }
  .o-m__case .swiper-pagination {
    display: block !important;
    bottom: 0 !important;
  }
  .o-m__case .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f53c20 !important;
  }
  .o-m__case .swiper-button-prev {
    position: inherit;
    display: block;
    background-image: none !important;
    width: 45px !important;
    height: 45px !important;
    top: 365px !important;
  }
  .o-m__case .swiper-button-prev::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #f53c20;
    position: absolute;
    left: 0px;
  }
  .o-m__case .swiper-button-prev::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-30%) rotate(45deg);
    transition: all ease 0.3s;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
  }
  .o-m__case .swiper-button-next {
    position: inherit;
    display: block;
    background-image: none !important;
    width: 45px !important;
    height: 45px !important;
    top: 365px !important;
  }
  .o-m__case .swiper-button-next::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background-color: #f53c20;
    position: absolute;
    right: 0;
  }
  .o-m__case .swiper-button-next::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-70%) rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid white;
    border-right: 2px solid white;
  }
}

.o-m__price-content {
  width: 700px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__price-content_plus {
  width: 14%;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.o-m__price-content_box {
  width: 43%;
  text-align: center;
  background-color: #ffffff;
  padding: 30px 20px 10px;
  border-radius: 10px;
}
.o-m__price-content_title {
  font-size: 18px;
  font-weight: 700;
  color: #f53c20;
}
.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%;
    display: block;
  }
  .o-m__price-content_plus {
    width: 100%;
  }
  .o-m__price-content_box {
    width: 80%;
    padding: 20px 5px 5px;
    margin: 0 auto;
  }
  .o-m__price-content_title {
    font-size: 18px;
    padding: 0 0 5px;
  }
  .o-m__price-content_text {
    font-size: 18px;
    line-height: 1;
  }
  .o-m__price-content_text_amount {
    font-size: 30px;
  }
}
.o-m__price-note {
  width: 700px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .o-m__price-note {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__price .o-c__cta {
    margin: 0 auto;
    padding: 0 20px;
  }
}

.o-m__flow-logo {
  display: inline-block;
  width: 180px;
  height: 56px;
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .o-m__flow-logo {
    width: 157px;
    height: 48px;
  }
}
.o-m__flow-content {
  position: relative;
  padding-top: 30px;
}
.o-m__flow-content_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .o-m__flow-content_list {
    display: block;
    padding: 0;
  }
}
.o-m__flow-content_item {
  width: 180px;
  position: relative;
  min-height: 160px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
}
.o-m__flow-content_item:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  right: -20px;
  width: 24px;
  height: 24px;
  background-image: url(/rakurakucloud/hanbai/lp/subscription/assets/image/icon/icon_000_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .o-m__flow-content_item {
    width: 80%;
    min-height: 0;
    padding: 80px 20px 20px 40px;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto 90px;
  }
  .o-m__flow-content_item:last-of-type {
    margin-bottom: 0;
  }
  .o-m__flow-content_item:not(:last-of-type)::after {
    content: none;
  }
  .o-m__flow-content_item:not(:first-of-type)::before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background-image: url(/rakurakucloud/hanbai/lp/subscription/assets/image/icon/icon_000_arrow_02.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1024px) {
  .o-m__flow-content_item {
    background-color: white;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_item {
    background-color: white;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_item {
    width: 295px;
  }
}
.o-m__flow-content_circle {
  background-color: #f6f6f6;
  width: 62px;
  height: 62px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  color: #f53c20;
  padding: 15px 0 0;
  font-weight: 700;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_circle {
    width: 68px;
    height: 68px;
  }
}
.o-m__flow-content_circle_text {
  display: block;
  font-size: 10px;
}
.o-m__flow-content_circle_num {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_circle_num {
    font-size: 22px;
  }
}
.o-m__flow-content_title {
  position: relative;
  line-height: 1;
  padding: 60px 0 0 0;
  height: 110px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 18px;
  background-color: white;
  color: #f53c20;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_title {
    background-color: transparent;
    padding: 50px 0 25px 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_text {
    padding: 0 30px 20px;
  }
}
.o-m__flow-content_text p {
  position: relative;
  margin-top: 20px;
  padding: 1px 0 0 25px;
  line-height: 1.6;
}
.o-m__flow-content_text p:not(:first-of-type) {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_text p {
    margin-top: 0;
  }
}
.o-m__flow-content_text p span {
  display: block;
  font-size: 10px;
}
.o-m__flow-content_text p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 6px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(135deg);
  z-index: 1;
}
.o-m__flow-content_text p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: #f53c20;
  border-radius: 11px;
}

.o-m__support-list {
  text-align: center;
}
.o-m__support-list_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__support-list_column._column_3 ._column_data {
  position: relative;
  flex-basis: 32%;
  margin-bottom: 25px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .o-m__support-list_column._column_3 ._column_data {
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }
  .o-m__support-list_column._column_3 ._column_data:nth-of-type(2) {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.o-m__support-list_box {
  border-radius: 10px;
  padding: 30px 0;
  text-align: center;
}
.o-m__support-list_box dt {
  display: grid;
  place-content: center;
  height: 86px;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0 10px;
}
.o-m__support-list_box dd {
  position: relative;
  font-size: 12px;
  color: #f53c20;
  line-height: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__support-list_box {
    padding: 25px 10px;
  }
  .o-m__support-list_box dt {
    height: 76px;
    font-size: 16px;
    padding: 20px 0 15px;
  }
  .o-m__support-list_box dd {
    font-size: 12px;
    line-height: 18px;
  }
}
.o-m__support-list_icon img {
  width: 80px;
  height: 80px;
}
.o-m__support-list_link {
  padding: 20px 0 0;
}

.o-m__faq-content_item {
  position: relative;
  background-color: #ffffff;
  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: #f53c20;
  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: #ffffff;
  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: #ffffff;
  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: 28px 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: #f53c20;
}
@media screen and (max-width: 768px) {
  .o-m__faq-content_item_label {
    font-size: 14px;
    padding: 17px 42px 2px;
  }
  .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: #fff6f5;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_answer_title {
  font-size: 16px;
  padding: 0 0 10px;
  color: #f53c20;
  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: #f53c20;
}
.o-m__faq-content_item_answer_detail {
  font-size: 14px;
  line-height: 1.6;
}
.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;
  }
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_answer {
    width: 90%;
    padding: 0 15px 0 40px;
  }
  .o-m__faq-content_item_answer_title {
    font-size: 14px;
    padding-left: 20px;
  }
  .o-m__faq-content_item_answer_title::before {
    top: -5px;
    left: -5px;
  }
  .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__faq-content_link {
  padding: 20px 0 0;
  text-align: center;
}

.o-m__lp-form {
  background-color: #fdd3cd;
}
.o-m__lp-form-content {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .o-m__lp-form-content {
    padding: 0 20px;
  }
}
.o-m__lp-form-content_form {
  background-color: #f6f6f6;
  padding: 55px;
  border-radius: 10px;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .o-m__lp-form-content_form {
    width: 100%;
    padding: 30px 10px;
  }
}
.o-m__lp-form-content_form label {
  font-size: 15px;
  align-items: center;
  cursor: default;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 700;
  justify-content: flex-end;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 1px 0 2px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.o-m__lp-form-content_form label .hs-form-required {
  background-color: #f5e673;
  color: #323232;
  font-size: 12px;
  padding: 2px 4px 1px;
  margin-right: 4px;
  border-radius: 3px;
}
.o-m__lp-form-content_form .hs-fieldtype-checkbox label {
  padding: 0 0 10px;
}
.o-m__lp-form-content_form .hs-error-msg {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  background-color: #ed6c56;
  color: #FFF;
  padding: 2px 7px 1px;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}
.o-m__lp-form-content_form .hs-error-msg::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 20px;
  top: -7px;
  transform: translateX(-50%);
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-bottom: 8px solid #ed6c56;
}
.o-m__lp-form-content_form .hs_prefecture,
.o-m__lp-form-content_form .hs_how_to_know {
  position: relative;
}
.o-m__lp-form-content_form .hs_prefecture::after,
.o-m__lp-form-content_form .hs_how_to_know::after {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid #f53c20;
  border-bottom: 2px solid #f53c20;
  transform: rotate(-45deg);
  position: absolute;
  right: 18px;
  top: 43px;
}
.o-m__lp-form-content_form .input {
  display: block;
  padding: 0 0 10px 0;
  margin: 0;
}
.o-m__lp-form-content_form .input input[type=text], .o-m__lp-form-content_form .input input[type=email], .o-m__lp-form-content_form .input input[type=tel], .o-m__lp-form-content_form .input textarea, .o-m__lp-form-content_form .input select {
  height: 45px;
  width: 100% !important;
  padding: 3px 10px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
}
.o-m__lp-form-content_form .input input[type=text]:focus, .o-m__lp-form-content_form .input input[type=email]:focus, .o-m__lp-form-content_form .input input[type=tel]:focus, .o-m__lp-form-content_form .input textarea:focus, .o-m__lp-form-content_form .input select:focus {
  border-color: #f53c20;
  background-color: #fff6f5;
}
.o-m__lp-form-content_form .input input[type=text].error, .o-m__lp-form-content_form .input input[type=email].error, .o-m__lp-form-content_form .input input[type=tel].error, .o-m__lp-form-content_form .input textarea.error, .o-m__lp-form-content_form .input select.error {
  border-color: #ffdadf;
  background: #fff1f3;
}
.o-m__lp-form-content_form .input ul {
  display: flex;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox {
  line-height: 1;
  padding-left: 15px;
  margin-right: 15px;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0%;
  width: 17px;
  height: 17px;
  top: -6px;
  left: -18px;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]:checked::before {
  background-color: #fdd3cd;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  height: 6px;
  width: 10px;
  top: -2px;
  left: -15px;
  border-width: 2px;
  border-bottom: 2px solid #f53c20;
  border-left: 2px solid #f53c20;
  transform: rotate(-45deg);
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]:checked::after {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_form .input ul {
    display: block;
  }
  .o-m__lp-form-content_form .input ul li {
    margin-bottom: 10px;
  }
}
.o-m__lp-form-content_form .hs-richtext {
  font-size: 10px;
  padding: 10px 0 20px;
  text-align: center;
}
.o-m__lp-form-content_form .hs-richtext a {
  text-decoration: underline;
}
.o-m__lp-form-content_form .hs-richtext a:hover {
  text-decoration: none;
}
.o-m__lp-form-content_form .actions .hs-button {
  background-color: #00B383;
  border: 3px solid #fff;
  border-radius: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding: 24px 55px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 300;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_form .actions .hs-button {
    font-size: 20px;
    padding: 22px 15px;
    width: 100%;
  }
}
.o-m__lp-form-content_form .actions .hs-button:hover {
  background-color: #fff;
  border: 3px solid #00B383;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  color: #00B383;
  transform: scale(1.03);
}
.o-m__lp-form-content_head {
  text-align: center;
}
.o-m__lp-form-content_head_h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 85px;
  line-height: 1.7;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_head_h2 {
    padding-left: 75px;
    line-height: 1.5;
    font-size: 20px;
  }
}
.o-m__lp-form-content_head_h2 span {
  color: #f53c20;
}
.o-m__lp-form-content_head_h2::before {
  content: "無料";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  line-height: 34px;
  width: 70px;
  border-radius: 15px;
  background-color: #f5e673;
  font-size: 16px;
  color: #323232;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_head_h2::before {
    height: 32px;
    width: 60px;
    font-size: 14px;
  }
}
.o-m__lp-form-content_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_lead {
    font-size: 16px;
  }
}
.o-m__lp-form-content_lead_capture {
  margin-right: 20px;
  max-width: 90px;
  min-width: 90px;
}
.o-m__lp-form-content_text {
  padding: 20px 0 0;
  font-size: 10px;
  text-align: center;
}

.hs-fieldtype-select .hs-input,
.hs-fieldtype-textarea .hs-input,
.hs-fieldtype-text .hs-input,
.hs-fieldtype-date .hs-input,
.hs-fieldtype-phonenumber .hs-input {
  color: #323232;
}

.hs-fieldtype-select {
  position: relative;
}

.hs-fieldtype-select:after {
  border-right: 1px solid #706d6d;
  border-top: 1px solid #706d6d;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 25px;
  top: 49px;
  transform: rotate(135deg);
  width: 6px;
}

.lp__seikyu-efficiency_inner {
  padding-top: 10px;
}
.lp__seikyu-efficiency_wrap {
  display: grid;
  grid-template-columns: 188px 560px 188px;
  gap: 32px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_wrap {
    display: block;
  }
}
.lp__seikyu-efficiency_wrap_right {
  position: relative;
  top: 110px;
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_wrap_right {
    top: 0;
  }
}
.lp__seikyu-efficiency_wrap_right::before {
  content: "";
  display: block;
  position: absolute;
  top: 67px;
  left: -26px;
  width: 29px;
  height: 39px;
  background-image: url(/rakurakucloud/hanbai/lp/seikyu/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_wrap_right::before {
    top: -17%;
    left: 48%;
    height: 39px;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 576px) {
  .lp__seikyu-efficiency_wrap_right::before {
    left: 46%;
  }
}
.lp__seikyu-efficiency_wrap_right::after {
  content: "";
  display: block;
  position: absolute;
  top: 59px;
  left: -4px;
  transform: translateX(-50%);
  width: 55px;
  height: 55px;
  border-radius: 36px;
  background-color: #f6f6f6;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_wrap_right::after {
    left: 50%;
    top: -16%;
  }
}
@media screen and (max-width: 576px) {
  .lp__seikyu-efficiency_wrap_right::after {
    top: -15%;
    left: 50%;
    width: 50px;
    height: 50px;
  }
}
.lp__seikyu-efficiency_wrap_right .lp__seikyu-efficiency_case {
  margin: 0 0 20px 0;
  top: 20px;
}
.lp__seikyu-efficiency_wrap_right .lp__seikyu-efficiency_case h3 {
  position: relative;
  top: 10px;
  margin-bottom: 15px;
}
.lp__seikyu-efficiency_wrap_right .lp__seikyu-efficiency_case::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_wrap_right .lp__seikyu-efficiency_case_list li._nolink {
    text-align: center;
    display: block;
  }
}
.lp__seikyu-efficiency_case {
  padding: 30px 20px 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  top: 60px;
}
.lp__seikyu-efficiency_case:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  right: -34px;
  width: 29px;
  height: 39px;
  background-image: url(/rakurakucloud/hanbai/lp/seikyu/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_case:not(:last-of-type)::before {
    display: none;
  }
}
.lp__seikyu-efficiency_case::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 215px;
  transform: translateX(-50%);
  width: 55px;
  height: 55px;
  border-radius: 36px;
  background-color: #f6f6f6;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_case::after {
    display: none;
  }
}
.lp__seikyu-efficiency_case h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.lp__seikyu-efficiency_case_list {
  display: grid;
}
.lp__seikyu-efficiency_case_list li._nolink {
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  margin: auto;
}
.lp__seikyu-efficiency_case_list li._nolink:hover {
  filter: none;
}
.lp__seikyu-efficiency_case_list li._nolink::after {
  content: none;
}
.lp__seikyu-efficiency_case_list li a {
  position: relative;
  padding: 4px 20px 0;
  width: 195px;
  height: 50px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #323232;
}
.lp__seikyu-efficiency_case_list li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #f53c20;
  border-right: 2px solid #f53c20;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_case {
    padding: 20px 10px;
  }
  .lp__seikyu-efficiency_case h3 {
    font-size: 18px;
  }
  .lp__seikyu-efficiency_case_list li._nolink {
    width: 152px;
    height: 52px;
    padding: 4px 10px 0;
  }
  .lp__seikyu-efficiency_case_list li a {
    width: 152px;
    height: 52px;
    padding: 4px 10px 0;
  }
  .lp__seikyu-efficiency_case_list li::after {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lp__seikyu-efficiency_case_list li._nolink {
    width: 48%;
    height: 30px;
    padding: 4px 20px 0;
  }
  .lp__seikyu-efficiency_case_list li a {
    width: 170px;
    height: 52px;
    padding: 4px 10px 0;
  }
  .lp__seikyu-efficiency_case_list li::after {
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_case {
    top: 0;
    margin: 0 0 52px 0;
  }
  .lp__seikyu-efficiency_case h3 {
    font-size: 18px;
  }
  .lp__seikyu-efficiency_case_list {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
  .lp__seikyu-efficiency_case_list li::after {
    right: 10px;
  }
}
.lp__seikyu-efficiency_order {
  position: relative;
  padding: 20px 40px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
.lp__seikyu-efficiency_order::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 48px;
  left: -27px;
  width: 29px;
  height: 39px;
  background-image: url(/rakurakucloud/hanbai/lp/seikyu/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_order::before {
    top: -50px;
    left: 48%;
    width: 29px;
    height: 39px;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 576px) {
  .lp__seikyu-efficiency_order::before {
    top: -13%;
    left: 46%;
    transform: rotate(0deg);
  }
}
.lp__seikyu-efficiency_order::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 40px;
  left: -4px;
  transform: translateX(-50%);
  width: 55px;
  height: 55px;
  border-radius: 36px;
  background-color: #f6f6f6;
}
.lp__seikyu-efficiency_order_image {
  position: absolute;
  top: -16px;
  left: 70px;
  width: 75px;
  height: 75px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_order_image {
    left: 4%;
  }
}
@media screen and (max-width: 576px) {
  .lp__seikyu-efficiency_order_image {
    left: 15px;
    width: 50px;
    height: 50px;
  }
}
.lp__seikyu-efficiency_order h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: 40px;
}
.lp__seikyu-efficiency_order h3::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 57px;
  padding: 15px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_order h3::after {
    left: 7px;
  }
}
@media screen and (max-width: 576px) {
  .lp__seikyu-efficiency_order h3::after {
    width: 60px;
    height: 60px;
    left: 3%;
    top: -14px;
  }
}
.lp__seikyu-efficiency_order_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 10px 10px;
}
.lp__seikyu-efficiency_order_list li {
  position: relative;
  transition: 0.2s;
  position: relative;
  padding: 4px 20px 0;
  height: 80px;
  display: flex;
  align-items: center;
  background: #fff6f5;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #323232;
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_order_list li {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .lp__seikyu-efficiency_order_list li {
    display: grid;
    height: auto;
    height: auto;
    text-align: center;
    padding: 10px 0 10px 0;
  }
}
.lp__seikyu-efficiency_order_list li._nolink {
  padding: 4px 20px 0;
  width: 215px;
  height: 50px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #323232;
}
.lp__seikyu-efficiency_order_list li._nolink:hover {
  filter: none;
}
.lp__seikyu-efficiency_order_list li._nolink::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .lp__seikyu-efficiency_order {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .lp__seikyu-efficiency_order h3 {
    font-size: 18px;
  }
  .lp__seikyu-efficiency_order::after {
    display: none;
  }
  .lp__seikyu-efficiency_order_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lp__seikyu-efficiency_order_list li._nolink {
    width: 152px;
    height: 52px;
    padding: 4px 10px 0;
  }
  .lp__seikyu-efficiency_order_list li a {
    padding: 4px 10px 0;
  }
  .lp__seikyu-efficiency_order_list li::after {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lp__seikyu-efficiency_order::after {
    left: 24.5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .lp__seikyu-efficiency_order::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lp__seikyu-efficiency_order_list {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
  }
  .lp__seikyu-efficiency_order_list li._nolink {
    width: 170px;
    height: 52px;
    padding: 4px 10px 0;
  }
  .lp__seikyu-efficiency_order_list li a {
    position: relative;
  }
  .lp__seikyu-efficiency_order_list li::after {
    right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .lp__seikyu-efficiency_order {
    padding: 20px 10px;
  }
  .lp__seikyu-efficiency_order h3 {
    font-size: 16px;
  }
  .lp__seikyu-efficiency_order li._nolink {
    height: 52px;
    padding: 4px 10px 0;
  }
  .lp__seikyu-efficiency_order li a {
    height: auto;
    padding: 10px 10px 10px;
    flex-direction: column;
  }
}
.lp__seikyu-realization_head_content_image img {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 576px) {
  .lp__seikyu-realization_head_content_image img {
    margin: 0 0 2px 0;
  }
}
.lp__seikyu_cta-link_green_capture {
  left: 10px;
}/*# sourceMappingURL=subscription.css.map */