@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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  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;
  padding-top: 105px;
}
body._lp {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}

a {
  transition: 200ms ease all;
  color: #267D00;
  color: #1558D6;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}

.f__common-text_left {
  text-align: left;
}
.f__common-text_center {
  text-align: center;
}
.f__common-text_right {
  text-align: right;
}
.f__common-text_bold {
  font-weight: 700;
}
.f__common-text_underline {
  text-decoration: underline;
}
.f__common-text_highlighter {
  text-decoration: underline;
  text-underline-offset: -0.15em;
  text-decoration-thickness: 0.35em;
  text-decoration-color: #F7D65B;
}
.f__common-text_annotation {
  font-size: 10px;
  margin-bottom: 10px;
}
.f__common-text_nowrap {
  display: inline-block;
}
.f__common-color_seisan {
  color: #267D00;
}
.f__common-color_meisai {
  color: #267d00;
}
.f__common-color_hanbai {
  color: #f53c20;
}
.f__common-color_kintai {
  color: #2531b7;
}
.f__common-color_seikyu {
  color: #0ba578;
}
.f__common-bgcolor_blue {
  background: #F4F9F1;
}
.f__common-bgcolor_brand_background-color {
  background: #68AD33;
}
.f__common-bgcolor_gray {
  background: #f6f6f6;
}

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

.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: block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.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: 768px) {
  .f-l__common-inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .f-l__common-section {
    padding: 50px 0;
  }
}

.cf {
  clear: both;
}

html._js_dropdown_open_bg._function:after {
  content: "";
  background: #323232;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.4;
}

.f-l__header-tel {
  background-color: #267D00;
  color: #FFF;
  height: 24px;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .f-l__header-tel {
    display: none;
  }
}
.f-l__header-tel_inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  .f-l__header-tel_inner {
    width: 100%;
  }
}
.f-l__header-tel_list {
  width: 70%;
  margin: 0px;
  line-height: 1;
}
.f-l__header-tel_list_item {
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
}
.f-l__header-tel_list_item a {
  color: #FFF;
  text-decoration: none;
}
.f-l__header-tel_inner-other {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.f-l__header-tel_inner-other a {
  color: #fff;
  display: block;
  padding: 0 10px 0 8px;
  font-size: 12px;
  position: relative;
  font-weight: normal;
  text-decoration: none;
}
.f-l__header-tel_inner-other a::after {
  position: absolute;
  border-left: 1px solid #fff;
  content: "";
  width: 2px;
  height: 12px;
  right: 0;
  top: 0%;
}
.f-l__header-tel_inner-other a:last-of-type {
  padding: 0 0 0 8px;
}
.f-l__header-tel_inner-other a:last-of-type::after {
  display: none;
}
.f-l__header-container {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5000;
  background-color: #FFF;
  transition: 100ms ease all;
}
.f-l__header-container.scroll-type {
  transform: translateY(-25px);
}
.f-l__header-container.scroll-type .f-l__header-cta_button {
  background-color: #E55927;
  color: #fff;
  border: 2px solid #E55927;
}
.f-l__header-container.scroll-type .f-l__header-cta_button:hover {
  background-color: #fff;
  color: #E55927;
  border: 2px solid #E55927;
}
.f-l__header-container {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.f-l__header-container_inner {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  height: 82px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-l__header-container_inner {
    max-width: 1024px;
    width: 100%;
    min-width: 900px;
    padding: 0 20px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 860px) {
  .f-l__header-container_inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-container_inner {
    height: 50px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .f-l__header-container_inner {
    height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-container {
    padding: 0 11px;
  }
  .f-l__header-container.scroll-type {
    transform: translateY(0px);
  }
  .f-l__header-container_inner {
    width: 100%;
  }
}
.f-l__header-logo {
  width: 148px;
  height: 82px;
  display: inline-block;
  padding: 18px 0;
}
.f-l__header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .f-l__header-logo {
    width: 120px;
    display: inline-block;
    padding: 20px 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-logo {
    width: 90px;
    height: 50px;
    display: inline-block;
    padding: 11px 0;
    margin-right: 0;
  }
}
.f-l__header-tagline {
  display: none;
}
@media screen and (max-width: 768px) {
  .f-l__header-tagline {
    display: block;
    font-size: 10px;
    color: #323232;
    font-weight: 700;
    padding: 20px 0 0 15px;
  }
}
.f-l__header-sp-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .f-l__header-sp-menu {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #267D00;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
  }
  .f-l__header-sp-menu_line {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
    background-color: #FFF;
    width: 25px;
  }
  .f-l__header-sp-menu_line:nth-of-type(1) {
    top: 15px;
  }
  .f-l__header-sp-menu_line:nth-of-type(2) {
    top: 25px;
  }
  .f-l__header-sp-menu_line:nth-of-type(3) {
    top: 35px;
  }
}
.f-l__header-sp-menu._js_header_sp_menu_button_active {
  background-color: #f6f6f6;
}
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(1) {
  top: 25px;
  left: 13px;
  transform: rotate(45deg);
  background-color: #267D00;
}
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(2) {
  display: none;
}
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(3) {
  top: 25px;
  left: 13px;
  transform: rotate(-45deg);
  background-color: #267D00;
}
.f-l__header-gnavi {
  width: 655px;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi {
    width: auto;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-gnavi {
    display: none;
  }
}
.f-l__header-gnavi_list {
  padding: 0px 30px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi_list {
    padding: 0px 5px;
  }
}
.f-l__header-gnavi_item {
  padding: 0px;
  position: relative;
}
.f-l__header-gnavi_item:hover._navi-arrow:before {
  opacity: 1;
}
.f-l__header-gnavi_item:hover._navi-arrow:after {
  opacity: 0;
}
.f-l__header-gnavi_item_link {
  display: block;
  padding: 30px 12px 29px;
  font-size: 16px;
  text-align: center;
  color: #323232;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi_item_link {
    font-size: 12px;
    padding: 33px 8px 32px;
  }
}
.f-l__header-gnavi_item_link._2line {
  padding: 20px 15px 20px;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi_item_link._2line {
    padding: 24px 15px 24px;
    font-size: 12px;
  }
}
.f-l__header-gnavi_item._navi-arrow:before {
  position: absolute;
  opacity: 0;
  content: "";
  width: 6px;
  height: 6px;
  left: 50%;
  margin: auto;
  bottom: 0px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-bottom: 5px solid #267D00;
  transform: translateX(-50%) rotate(0deg);
  transition: all ease 0.3s;
}
.f-l__header-gnavi_item._navi-arrow:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  left: 50%;
  bottom: 10px;
  margin: auto;
  transform: translateX(-50%) rotate(135deg);
  transition: all ease 0.3s;
}
.f-l__header-gnavi_item._js_dropdown_open .f-l__header-gnavi_item_link {
  background-color: #F4F9F1;
  color: #267D00;
}
.f-l__header-gnavi .f-l__header-icon_ball_item:hover._navi-arrow:after {
  border-top: 1px solid #267D00;
  border-right: 1px solid #267D00;
  bottom: 5px;
}
.f-l__header-gnavi_content {
  display: none;
  background-color: #FFF;
  position: fixed;
  width: 100%;
  left: 0;
  top: 107px;
  padding-top: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
  border-top: 2px solid #267D00;
}
.f-l__header-gnavi_content_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.f-l__header-gnavi_content_inner .p__top-reason_content_data_hide_list_box {
  margin: 20px auto 0 20px;
}
.f-l__header-gnavi_content_head {
  padding: 20px;
  position: relative;
}
.f-l__header-gnavi_content_head_heading {
  font-weight: 700;
  font-size: 16px;
}
.f-l__header-gnavi_content_head:after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 240px);
  height: 4px;
  top: 50%;
  right: 20px;
  margin: auto;
  transform: translateY(-50%);
  background-color: #f6f6f6;
}
.f-l__header-gnavi_content_head._last {
  border-right: none;
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}
.f-l__header-gnavi_content_navi_list {
  margin-bottom: 25px;
}
.f-l__header-gnavi_content_navi_function {
  padding: 0 20px;
}
.f-l__header-gnavi_content_navi_function_list {
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
}
.f-l__header-gnavi_content_navi_function_item {
  width: calc((100% - 30px) / 4);
}
.f-l__header-gnavi_content_navi_function_item:last-child {
  margin: 0;
}
.f-l__header-gnavi_content_navi_function_button {
  color: #267D00;
  display: inline-block;
  border-radius: 10px;
  background-color: #f6f6f6;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  text-decoration: none;
}
.f-l__header-gnavi_content_navi_function_button_text {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 0 0;
  position: relative;
}
.f-l__header-gnavi_content_navi_function_button_text::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 3px;
  right: 10px;
  bottom: 0;
  margin: auto;
  transform: translateY(50%) rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #267D00;
  border-right: 2px solid #267D00;
}
.f-l__header-gnavi_content_navi_function_button_text._line_2 {
  position: relative;
  top: -10px;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .f-l__header-gnavi_content_navi_function_button_text {
    font-size: 12px;
    padding: 18px 0 0;
  }
  .f-l__header-gnavi_content_navi_function_button_text::after {
    right: 0px;
    top: 6px;
  }
}
@media screen and (max-width: 870px) {
  .f-l__header-gnavi_content_navi_function_button_text {
    font-size: 11px;
  }
  .f-l__header-gnavi_content_navi_function_button_text::after {
    right: 0px;
    top: 8px;
  }
}
.f-l__header-gnavi_content_navi_function_button:hover {
  color: #FFF;
  background-color: #267D00;
}
.f-l__header-gnavi_content_navi_function_button:hover .f-l__header-gnavi_content_navi_function_button_text::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-shining_money {
  background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_047_shining_money_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-train {
  background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_052_train_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-pc_document {
  background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_031_pc_document_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-software {
  background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_050_software_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-document_circle {
  background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_012_document_circle_w.svg);
}
.f-l__header-gnavi_content_navi_function_button:hover .o-c__icon-stamp {
  background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_045_stamp_w.svg);
}
.f-l__header-gnavi_content_navi_case {
  padding: 0 20px;
}
.f-l__header-gnavi_content_navi_case_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.f-l__header-gnavi_content_navi_case_item {
  margin-right: 10px;
}
.f-l__header-gnavi_content_navi_case_item:last-child {
  margin: 0;
}
.f-l__header-gnavi_content_navi_case_button {
  color: #323232;
  display: inline-block;
  border-radius: 10px;
  width: 260px;
  height: 110px;
}
.f-l__header-gnavi_content_navi_case_button_data {
  display: inline-block;
  border: 1px solid #267D00;
  border-radius: 10px;
  background-color: #FFF;
  width: 260px;
  height: 110px;
  padding: 0;
  overflow: hidden;
}
.f-l__header-gnavi_content_navi_case_button_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background-color: white;
}
.f-l__header-gnavi_content_navi_case_button_photo img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 60px;
}
.f-l__header-gnavi_content_navi_case_button_text {
  background-color: #F4F9F1;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  padding: 12px 0;
  transition: all ease 0.3s;
}
.f-l__header-gnavi_content_navi_case_button_link_text {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  padding: 0 5px;
  transition: all ease 0.3s;
}
.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_text {
  background-color: #267D00;
  color: #FFF;
}
.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_link_text {
  color: #267D00;
}
.f-l__header-gnavi_content_navi_invoice_catch {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.f-l__header-gnavi_content_navi_invoice_link {
  text-align: center;
  padding: 20px 0 40px;
}
.f-l__header-gnavi_content_navi_invoice_link .o-c__btn-link._blue {
  padding: 20px 40px 18px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 5px;
}
.f-l__header-gnavi_content_cta {
  padding: 10px 0 0;
  text-align: center;
}
.f-l__header-gnavi_content_cta ._common {
  margin: 0 auto 20px;
}
.f-l__header-gnavi_content_cta ._common_2line {
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .f-l__header-gnavi {
    display: none;
  }
}
.f-l__header-gnavi_sp {
  display: none;
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .f-l__header-gnavi_sp {
    display: none;
  }
}
.f-l__header-gnavi_sp_inner {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #f6f6f6;
  height: calc(100vh - 50px);
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .f-l__header-gnavi_sp_inner {
    display: block;
  }
}
.f-l__header-gnavi_sp_item {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.f-l__header-gnavi_sp_item._function, .f-l__header-gnavi_sp_item._document {
  padding: 20px 20px 17px;
}
.f-l__header-gnavi_sp_item a {
  display: block;
  padding: 20px 20px 17px;
  text-align: left;
  color: #323232;
  text-decoration: none;
}
.f-l__header-gnavi_sp_item_icon_ball {
  display: inline-block;
  background-color: #267D00;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  z-index: 80;
  top: 20px;
  right: 20px;
  transition: all ease 0.3s;
}
.f-l__header-gnavi_sp_item_icon_ball:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(-50%);
}
.f-l__header-gnavi_sp_item_icon_ball:after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: translateX(-50%);
}
.f-l__header-gnavi_sp_item_icon_ball._js_close:after {
  display: none;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_inner {
  margin: 10px 0 0;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_title {
  position: relative;
  z-index: 100;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link {
  width: 50%;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link a {
  display: block;
  padding: 10px;
  font-size: 12px;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link a._all_link {
  color: #267D00;
  font-weight: 700;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link:nth-child(2n) {
  border-right: none;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link._border_last_none {
  border-bottom: none;
}
.f-l__header-gnavi_sp_cta {
  padding: 20px 20px 20px;
}
.f-l__header-gnavi_sp_cta_button {
  display: block;
  width: 100%;
  background-color: #E55927;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  padding: 15px 15px 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.f-l__header-cta {
  margin: 0 0 0 auto;
  padding: 20px 10px;
  flex-shrink: 0;
}
.f-l__header-cta_button {
  display: inline-block;
  background-color: #e6e6e6;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  padding: 13px 13px 10px;
  line-height: 1;
  margin: 0 2px;
  text-decoration: none;
  border: 2px solid #e6e6e6;
}
.f-l__header-cta_button:hover {
  background-color: #E55927;
  color: #FFF;
  border: 2px solid #E55927;
}
@media screen and (max-width: 1024px) {
  .f-l__header-cta {
    padding: 20px 5px;
  }
  .f-l__header-cta_button {
    font-size: 11px;
    padding: 15px 10px 12px;
    line-height: 1;
    margin: 0 2px;
  }
  .f-l__header-cta_button:hover {
    background-color: #E55927;
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-cta {
    display: none;
  }
}
.f-l__header-rakuslogo {
  width: 50px;
  box-sizing: border-box;
  padding: 19px 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .f-l__header-rakuslogo {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-rakuslogo {
    display: none;
  }
}
.f-l__header a:hover {
  color: #267D00;
}

.f-l__footer {
  border-top: 1px solid #FFF;
  padding: 30px 0;
}
@media screen and (max-width: 860px) {
  .f-l__footer {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 576px) {
  .f-l__footer {
    padding: 20px 0;
  }
}
.f-l__footer-head {
  padding: 0 0 30px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-head {
    padding: 0 0 20px;
  }
}
.f-l__footer-head_title {
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
}
.f-l__footer-head_title a {
  display: block;
  width: 152px;
  height: 48px;
}
.f-l__footer-head_title a img {
  width: 100%;
  height: auto;
}
.f-l__footer-head_title p {
  height: 48px;
  display: grid;
  align-items: flex-end;
  text-align: right;
}
.f-l__footer-head_tel {
  padding: 20px 0 0;
}
.f-l__footer-head_tel_list {
  display: flex;
  justify-content: right;
}
.f-l__footer-head_tel_item {
  margin-left: 15px;
}
.f-l__footer-head_tel_place {
  display: inline-block;
  background-color: #267D00;
  color: #FFF;
  padding: 2px 6px 1px;
  text-align: center;
  border-radius: 15px;
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-head_tel_place {
    width: 50px;
  }
}
.f-l__footer-head_tel_number {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 3px;
}
.f-l__footer-head_tel_number a {
  color: #323232;
  text-decoration: none;
}
.f-l__footer-head_team {
  color: #267D00;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .f-l__footer-head_title {
    padding: 0 0 15px;
  }
  .f-l__footer-head_title a {
    width: 115px;
    height: 35px;
  }
  .f-l__footer-head_title p {
    height: 35px;
    font-size: 12px;
  }
  .f-l__footer-head_team {
    margin-bottom: 15px;
  }
  .f-l__footer-head_tel {
    padding: 15px 0 0;
  }
  .f-l__footer-head_tel_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .f-l__footer-head_tel_item {
    width: 50%;
    margin: 0 0 10px;
  }
}
.f-l__footer-link {
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 576px) {
  .f-l__footer-link {
    display: block;
    padding: 0 0 20px;
    overflow: hidden;
  }
}
.f-l__footer-link_list {
  margin-right: 15px;
}
.f-l__footer-link_list:last-child {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .f-l__footer-link_list {
    width: 49%;
    float: left;
  }
}
.f-l__footer-link_list a {
  display: block;
  position: relative;
  padding: 0 0 10px 15px;
  font-size: 14px;
  color: #323232;
  text-decoration: none;
}
.f-l__footer-link_list a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 5px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #267D00;
  border-right: 2px solid #267D00;
}
.f-l__footer-link_list a:hover {
  color: #267D00;
}
.f-l__footer-link_list_inner {
  width: 430px;
  display: flex;
}
.f-l__footer-link_list_sub {
  padding: 0 0 0 15px;
}
.f-l__footer-link_list_sub li {
  padding: 0 0 7px;
}
.f-l__footer-link_list_sub li a {
  font-size: 12px;
  padding: 0 0 0 10px;
}
.f-l__footer-link_list_sub li a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  transition: all ease 0.3s;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
}
.f-l__footer-link_list_sub._width_170 {
  width: 170px;
}
.f-l__footer-link_list_sub._width_260 {
  width: 260px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-link_list {
    margin-right: 0;
  }
  .f-l__footer-link_list a {
    padding: 0 0 7px 12px;
    font-size: 12px;
  }
  .f-l__footer-link_list a:before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
  .f-l__footer-link_list_inner {
    width: 100%;
  }
  .f-l__footer-link_list_sub {
    padding: 0 0 10px 15px;
  }
  .f-l__footer-link_list_sub li {
    padding: 0 0 7px;
  }
  .f-l__footer-link_list_sub li a {
    font-size: 10px;
    padding: 0 0 0 10px;
  }
  .f-l__footer-link_list_sub li a:before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .f-l__footer-link_list_sub._width_170 {
    width: 45%;
  }
  .f-l__footer-link_list_sub._width_260 {
    width: 55%;
  }
}
.f-l__footer-cta {
  display: flex;
  justify-content: center;
  text-align: center;
}
.f-l__footer-cta .o-c__btn-link._orange {
  margin: 0px 10px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-cta .o-c__btn-link._orange {
    min-width: 50px;
    margin: 0px 5px;
    padding: 15px 30px 12px 20px;
  }
}

#floating_pagetop {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: 950;
  padding: 0.75em 0.8em;
  background: #267D00;
  border: 2px solid #fff;
  border-radius: 10px;
  opacity: 0.8;
  text-align: center;
  -webkit-transition: bottom 0.25s cubic-bezier(1, 0, 0, 1);
  transition: bottom 0.25s cubic-bezier(1, 0, 0, 1);
}
#floating_pagetop:hover {
  opacity: 0.5;
}
#floating_pagetop:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-30%) translateX(-50%) rotate(-45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.show_floater_pagetop #floating_pagetop {
  bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .show_floater_pagetop #floating_pagetop {
    bottom: 6em;
  }
}
@media screen and (max-width: 768px) {
  .show_floater_pagetop #floating_pagetop {
    bottom: 110px;
  }
}
@media screen and (max-width: 576px) {
  .show_floater_pagetop #floating_pagetop {
    bottom: 6em;
  }
}

@media screen and (max-width: 767px) {
  #floating_pagetop {
    right: 10px;
  }
}
.f-l__company {
  padding: 55px 0 0;
}
.f-l__company .f-l__common-inner {
  display: flex;
  flex-wrap: wrap;
}
.f-l__company._lp {
  padding: 55px 0 85px;
}
.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-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: 860px) {
  .f-l__company {
    padding: 20px 0 0;
  }
  .f-l__company .f-l__common-inner {
    justify-content: center;
  }
  .f-l__company._lp {
    padding: 40px 0 85px;
  }
  .f-l__company-company-logo {
    width: 12%;
  }
  .f-l__company-textbox {
    width: 88%;
    font-size: 10px;
    line-height: 14px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 860px) and (max-width: 576px) {
  .f-l__company-textbox {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 860px) {
  .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: 30px 0 45px;
  }
}
@media screen and (max-width: 576px) {
  .f-l__company._lp {
    padding: 20px 0 40px;
  }
}

.o-c__heading {
  text-align: center;
}
.o-c__heading-h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 56px;
  position: relative;
}
.o-c__heading-h2:after {
  content: "";
  width: 40px;
  height: 3px;
  line-height: 0;
  background-color: #267D00;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.o-c__heading-lead {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 30px;
  position: relative;
  top: -5px;
}
.o-c__heading-lead_contents {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: auto;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .o-c__heading-lead_contents {
    grid-template-columns: 0.8fr auto;
    width: 70%;
    height: 100px;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .o-c__heading-lead_contents {
    display: block;
    width: 100%;
    height: auto;
  }
}
.o-c__heading-lead_contents-talent {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .o-c__heading-lead_contents-talent {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .o-c__heading-lead_contents-talent {
    display: none;
  }
}
.o-c__heading-lead._center {
  place-self: center;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .o-c__heading-lead {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .o-c__heading-h2 {
    font-size: 25px;
    padding-bottom: 50px;
  }
  .o-c__heading-h2:after {
    height: 2px;
    bottom: 26px;
  }
  .o-c__heading-lead {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
}

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

.o-c__cta-link_free {
  display: inline-block;
  background-color: #E55927;
  border-radius: 20px;
  color: #fff;
  padding: 6px 10px 3px;
  margin-right: 3px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.o-c__cta-link_orange {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 300;
  line-height: 1;
  padding: 30px 25px 24px;
  background-color: #E55927;
  border: 3px solid #FFF;
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
}
.o-c__cta-link_orange:has(img):has(.o-c__cta-link_orange_free) {
  padding: 30px 25px 24px 60px;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange:has(img):has(.o-c__cta-link_orange_free) {
    padding: 30px 25px 24px;
  }
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange:has(img):has(.o-c__cta-link_orange_free) {
    padding: 19px 15px 14px;
  }
}
.o-c__cta-link_orange_text {
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange_text {
    font-size: 18px;
  }
}
.o-c__cta-link_orange_text_sub {
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.o-c__cta-link_orange._floating {
  font-size: 18px;
  height: 70px;
  padding: 20px 15px 17px;
  box-shadow: none;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange._floating {
    font-size: 14px;
    padding: 23px 15px 14px;
  }
}
.o-c__cta-link_orange._floating:before {
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange._floating {
    white-space: nowrap;
    border: 3px solid #E55927;
    height: auto;
    padding: 10px 0px 8px;
  }
  .o-c__cta-link_orange._floating .o-c__cta-link_orange_text {
    font-size: 14px;
  }
  .o-c__cta-link_orange._floating:before {
    display: none;
  }
}
.o-c__cta-link_orange_free {
  display: inline-block;
  background-color: #FFF;
  border-radius: 20px;
  color: #E55927;
  padding: 6px 10px 3px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.o-c__cta-link_orange_free_reversal {
  display: inline-block;
  background-color: #E55927;
  border-radius: 20px;
  color: #FFF;
  padding: 6px 10px 3px;
  margin-right: 20px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.o-c__cta-link_orange_balloon {
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: block;
  position: absolute;
  padding: 10px 25px 7px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #FFF;
  color: #323232;
}
.o-c__cta-link_orange_balloon_orange {
  color: #E55927;
}
.o-c__cta-link_orange_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid white;
}
.o-c__cta-link_orange_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 64px;
}
.o-c__cta-link_orange_capture img {
  width: 100%;
  height: auto;
}
.o-c__cta-link_orange:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid white;
  border-right: 3px solid white;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange:before {
    right: 15px;
  }
}
.o-c__cta-link_orange._fv {
  width: 415px;
  padding: 26px 25px 20px;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange._fv {
    /*height: 65px;*/
    padding: 19px 15px 14px;
  }
}
.o-c__cta-link_orange._common {
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange._common {
    min-width: inherit;
  }
}
.o-c__cta-link_orange._common_2line {
  min-width: 420px;
  padding: 17px 25px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange._common_2line {
    min-width: 100%;
  }
}
.o-c__cta-link_orange._common .o-c__cta-link_orange_capture {
  width: 75px;
  left: -30px;
}
.o-c__cta-link_orange._simple {
  width: 370px;
  font-size: 22px;
  margin: 0 auto;
  padding: 20px 25px 18px;
}
.o-c__cta-link_orange._simple:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange._fv {
    width: 370px;
    font-size: 20px;
  }
  .o-c__cta-link_orange_capture {
    display: none;
  }
  .o-c__cta-link_orange._common {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange {
    padding: 19px 15px 14px;
  }
  .o-c__cta-link_orange_free {
    display: none;
  }
  .o-c__cta-link_orange_balloon {
    font-size: 12px;
    padding: 8px 15px 5px;
    top: -15px;
  }
  .o-c__cta-link_orange_balloon:after {
    bottom: -5px;
  }
  .o-c__cta-link_orange_capture {
    display: none;
  }
  .o-c__cta-link_orange._fv {
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_orange:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    border: 3px solid #E55927;
    color: #E55927;
    transform: scale(1.03);
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_free {
    background-color: #E55927;
    color: #FFF;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon {
    background-color: #E55927;
    color: #FFF;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange {
    color: #FFF;
  }
  .o-c__cta-link_orange:hover:before {
    border-top: 3px solid #E55927;
    border-right: 3px solid #E55927;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #E55927;
  }
}
.o-c__cta-link_border {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 300;
  line-height: 1;
  padding: 30px 25px 24px;
  background-color: #FFF;
  border: 3px solid #E55927;
  color: #E55927;
  font-size: 20px;
  text-decoration: none;
}
.o-c__cta-link_border_text {
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_border_text {
    font-size: 18px;
  }
}
.o-c__cta-link_border_text_sub {
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.o-c__cta-link_border._floating {
  height: 70px;
  font-size: 18px;
  padding: 20px 15px 17px;
  box-shadow: none;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_border._floating {
    font-size: 14px;
    padding: 23px 15px 14px;
  }
}
.o-c__cta-link_border._floating .o-c__cta-link_border_text {
  line-height: 1.4;
}
.o-c__cta-link_border._floating:before {
  width: 9px;
  height: 9px;
  border-top: 2px solid #E55927;
  border-right: 2px solid #E55927;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_border._floating {
    white-space: nowrap;
    border: 3px solid #fff;
    height: auto;
    padding: 10px 0px 8px;
  }
  .o-c__cta-link_border._floating .o-c__cta-link_border_text {
    font-size: 14px;
  }
  .o-c__cta-link_border._floating:before {
    display: none;
  }
}
.o-c__cta-link_border_balloon {
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: block;
  position: absolute;
  padding: 10px 25px 7px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #E55927;
  color: #FFF;
}
.o-c__cta-link_border_balloon_orange {
  color: #E55927;
}
.o-c__cta-link_border_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid #E55927;
}
.o-c__cta-link_border_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 90px;
}
.o-c__cta-link_border_capture img {
  width: 100%;
  height: auto;
}
.o-c__cta-link_border:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid #E55927;
  border-right: 3px solid #E55927;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_border:before {
    right: 15px;
  }
}
.o-c__cta-link_border._fv {
  width: 415px;
  font-size: 20px;
}
.o-c__cta-link_border._common {
  width: 345px;
}
.o-c__cta-link_border._common .o-c__cta-link_border_capture {
  width: 75px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_border._common {
    width: auto;
  }
}
.o-c__cta-link_border._simple {
  width: 370px;
  font-size: 18px;
  margin: 0 auto;
  padding: 20px 25px 18px;
}
.o-c__cta-link_border._simple:after {
  display: none;
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_border:has(img):has(.o-c__cta-link_border_free) {
    padding: 30px 25px 24px 60px;
  }
}
.o-c__cta-link_border_free {
  display: inline-block;
  background-color: #E55927;
  border-radius: 20px;
  color: #fff;
  padding: 6px 10px 3px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.o-c__cta-link_border_capture {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 64px;
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_border:hover .o-c__cta-link_border_free {
    background-color: #FFF;
    color: #E55927;
  }
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_border._fv {
    width: 370px;
    font-size: 20px;
  }
  .o-c__cta-link_border_capture {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_border {
    padding: 19px 15px 14px;
  }
  .o-c__cta-link_border_balloon {
    font-size: 12px;
    padding: 8px 15px 5px;
    top: -15px;
  }
  .o-c__cta-link_border_balloon:after {
    bottom: -5px;
  }
  .o-c__cta-link_border_capture {
    display: none;
  }
  .o-c__cta-link_border._fv {
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .o-c__cta-link_border._common {
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_border:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #E55927;
    border: 3px solid #FFF;
    color: #FFF;
    transform: scale(1.03);
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_free {
    background-color: #FFF;
    color: #E55927;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_orange_free_reversal {
    background-color: #FFF;
    color: #E55927;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon {
    background-color: #FFF;
    color: #E55927;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon_orange {
    color: #FFF;
  }
  .o-c__cta-link_border:hover:before {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #FFF;
  }
}
.o-c__cta-floating_cta_container {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 997;
}
@media screen and (max-width: 576px) {
  .o-c__cta-floating_cta_container {
    display: none !important;
  }
}
.o-c__cta-floating_cta_close {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  right: 0;
  background-color: #d2d2d2;
  padding: 5px 5px 1px 5px;
}
.o-c__cta-floating_cta_close._product {
  top: -25px;
}
.o-c__cta-floating_cta_close:before {
  content: "";
  background-color: #FFF;
  width: 3px;
  height: 14px;
  line-height: 0;
  position: absolute;
  top: 6px;
  left: 12px;
  transform: rotate(-45deg);
}
.o-c__cta-floating_cta_close:after {
  content: "";
  background-color: #FFF;
  width: 3px;
  height: 14px;
  line-height: 0;
  position: absolute;
  top: 6px;
  left: 12px;
  transform: rotate(45deg);
}
.o-c__cta-floating_cta_link {
  display: block;
  width: 222px;
  height: 237px;
  transition: all ease 0.3s;
}
.o-c__cta-floating_cta_link img {
  width: 222px;
  height: 237px;
  transition: all ease 0.3s;
}
.o-c__cta-floating_cta_link:hover {
  background: url("/rakurakucloud/meisai/assets/image/talent/talent_takito-natsuko_floating-cta_hover.webp") no-repeat center;
}
.o-c__cta-floating_cta_link:hover img {
  opacity: 0;
}
.o-c__cta-floating_cta_link_product {
  text-decoration: none;
  display: block;
  width: 57px;
  padding: 1em 0.7em;
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 10px 0 0 10px;
  background-color: #E55927;
  border-top: 2px solid #E55927;
  border-left: 2px solid #E55927;
  border-bottom: 2px solid #E55927;
}
.o-c__cta-floating_cta_link_product:hover {
  background-color: #FFF;
  color: #E55927;
}

.o-c__horizontal_cta-link_orange {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 300;
  line-height: 1;
  padding: 26px 25px 20px;
  background-color: #E55927;
  border: 3px solid #FFF;
  color: #FFF;
  font-size: 18px;
}
.o-c__horizontal_cta-link_orange:has(img) {
  padding: 26px 25px 20px 60px;
}
@media screen and (max-width: 768px) {
  .o-c__horizontal_cta-link_orange:has(img) {
    padding: 26px 25px 20px;
  }
}
@media screen and (max-width: 576px) {
  .o-c__horizontal_cta-link_orange:has(img) {
    padding: 19px 15px 14px;
  }
}
.o-c__horizontal_cta-link_orange_text {
  line-height: 1.4;
}
.o-c__horizontal_cta-link_orange_text_sub {
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.o-c__horizontal_cta-link_orange_free {
  display: inline-block;
  background-color: #FFF;
  border-radius: 20px;
  color: #E55927;
  padding: 6px 10px 3px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.o-c__horizontal_cta-link_orange_balloon {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: block;
  position: absolute;
  padding: 10px 25px 7px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #FFF;
  color: #323232;
}
.o-c__horizontal_cta-link_orange_balloon_orange {
  color: #E55927;
}
.o-c__horizontal_cta-link_orange_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid white;
}
.o-c__horizontal_cta-link_orange_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 64px;
}
.o-c__horizontal_cta-link_orange_capture._casestudies_img {
  width: 50px;
  left: -20px;
}
.o-c__horizontal_cta-link_orange_capture img {
  width: 100%;
  height: auto;
}
.o-c__horizontal_cta-link_orange:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid white;
  border-right: 3px solid white;
}
@media screen and (max-width: 576px) {
  .o-c__horizontal_cta-link_orange:before {
    width: 10px;
    height: 10px;
  }
}
.o-c__horizontal_cta-link_orange._fv {
  width: 425px;
  font-size: 20px;
}
.o-c__horizontal_cta-link_orange._common {
  width: 370px;
  padding: 30px 25px 24px;
}
.o-c__horizontal_cta-link_orange._common_2line {
  width: 370px;
  padding: 17px 25px 15px;
  margin: 0 auto;
}
.o-c__horizontal_cta-link_orange._common .o-c__cta-link_orange_capture {
  width: 75px;
  left: -20px;
}
.o-c__horizontal_cta-link_orange._common .o-c__cta-link_orange_capture._casestudies_img {
  width: 50px;
  left: -20px;
}
.o-c__horizontal_cta-link_orange._simple {
  width: 370px;
  font-size: 18px;
  margin: 0 auto;
  padding: 20px 25px 18px;
}
.o-c__horizontal_cta-link_orange._simple:after {
  display: none;
}
.o-c__horizontal_cta-link_orange._floating {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 25px 8px;
}
.o-c__horizontal_cta-link_orange._floating:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-c__horizontal_cta-link_orange._fv {
    width: 370px;
    font-size: 20px;
  }
  .o-c__horizontal_cta-link_orange_capture {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .o-c__horizontal_cta-link_orange {
    padding: 19px 15px 14px;
  }
  .o-c__horizontal_cta-link_orange:before {
    right: 20px;
  }
  .o-c__horizontal_cta-link_orange_free {
    display: none;
  }
  .o-c__horizontal_cta-link_orange_balloon {
    font-size: 12px;
    padding: 8px 15px 5px;
    top: -15px;
  }
  .o-c__horizontal_cta-link_orange_balloon:after {
    bottom: -5px;
  }
  .o-c__horizontal_cta-link_orange_capture {
    display: none;
  }
  .o-c__horizontal_cta-link_orange._fv {
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .o-c__horizontal_cta-link_orange._common {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 19px 15px 14px;
  }
  .o-c__horizontal_cta-link_orange._floating {
    font-size: 14px;
    padding: 10px 0px 8px;
    border: 3px solid #E55927;
  }
  .o-c__horizontal_cta-link_orange._floating .o-c__cta-link_orange_text_sub, .o-c__horizontal_cta-link_orange._floating:before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .o-c__horizontal_cta-link_orange:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    border: 3px solid #E55927;
    color: #E55927;
    transform: scale(1.03);
  }
  .o-c__horizontal_cta-link_orange:hover .o-c__horizontal_cta-link_orange_free {
    background-color: #E55927;
    color: #FFF;
  }
  .o-c__horizontal_cta-link_orange:hover .o-c__horizontal_cta-link_orange_balloon {
    background-color: #E55927;
    color: #FFF;
  }
  .o-c__horizontal_cta-link_orange:hover .o-c__horizontal_cta-link_orange_balloon_orange {
    color: #FFF;
  }
  .o-c__horizontal_cta-link_orange:hover .o-c__cta-link_orange_capture {
    transform: translateY(-50%) scale(1.08);
  }
  .o-c__horizontal_cta-link_orange:hover:before {
    border-top: 3px solid #E55927;
    border-right: 3px solid #E55927;
  }
  .o-c__horizontal_cta-link_orange:hover .o-c__horizontal_cta-link_orange_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #E55927;
  }
}
.o-c__horizontal_cta-link_border {
  text-decoration: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 300;
  line-height: 1;
  padding: 26px 25px 20px;
  background-color: #FFF;
  border: 3px solid #E55927;
  color: #E55927;
  font-size: 18px;
}
.o-c__horizontal_cta-link_border_text {
  line-height: 1.4;
}
.o-c__horizontal_cta-link_border_text_sub {
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.o-c__horizontal_cta-link_border_free {
  display: inline-block;
  background-color: #E55927;
  border-radius: 20px;
  color: #FFF;
  padding: 6px 10px 3px;
  margin-right: 3px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.o-c__horizontal_cta-link_border_balloon {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: block;
  position: absolute;
  padding: 10px 25px 7px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #E55927;
  color: #FFF;
}
.o-c__horizontal_cta-link_border_balloon_orange {
  color: #E55927;
}
.o-c__horizontal_cta-link_border_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid #E55927;
}
.o-c__horizontal_cta-link_border_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 90px;
}
.o-c__horizontal_cta-link_border_capture img {
  width: 100%;
  height: auto;
}
.o-c__horizontal_cta-link_border:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid #E55927;
  border-right: 3px solid #E55927;
}
@media screen and (max-width: 576px) {
  .o-c__horizontal_cta-link_border:before {
    width: 10px;
    height: 10px;
  }
}
.o-c__horizontal_cta-link_border._fv {
  width: 425px;
  font-size: 20px;
}
.o-c__horizontal_cta-link_border._common {
  width: 370px;
  padding: 30px 25px 24px;
}
.o-c__horizontal_cta-link_border._common .o-c__cta-link_border_capture {
  width: 75px;
  left: -20px;
}
.o-c__horizontal_cta-link_border._simple {
  width: 370px;
  font-size: 18px;
  margin: 0 auto;
  padding: 20px 25px 18px;
}
.o-c__horizontal_cta-link_border._simple:after {
  display: none;
}
.o-c__horizontal_cta-link_border._floating {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 25px 8px;
}
.o-c__horizontal_cta-link_border._floating:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-c__horizontal_cta-link_border._fv {
    width: 370px;
    /*font-size: 17px;*/
  }
  .o-c__horizontal_cta-link_border_capture {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .o-c__horizontal_cta-link_border {
    padding: 19px 15px 14px;
  }
  .o-c__horizontal_cta-link_border:before {
    right: 20px;
  }
  .o-c__horizontal_cta-link_border_balloon {
    font-size: 12px;
    padding: 8px 15px 5px;
    top: -15px;
  }
  .o-c__horizontal_cta-link_border_balloon:after {
    bottom: -5px;
  }
  .o-c__horizontal_cta-link_border_capture {
    display: none;
  }
  .o-c__horizontal_cta-link_border._fv {
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .o-c__horizontal_cta-link_border._common {
    width: 100%;
    font-size: 18px;
    padding: 19px 15px 14px;
  }
  .o-c__horizontal_cta-link_border._floating {
    font-size: 14px;
    padding: 10px 0px 8px;
    border: 3px solid #FFF;
  }
  .o-c__horizontal_cta-link_border._floating .o-c__cta-link_border_text_sub, .o-c__horizontal_cta-link_border._floating:before {
    display: none;
  }
}
.o-c__horizontal_cta._fv {
  width: 425px;
}
@media screen and (min-width: 769px) {
  .o-c__horizontal_cta-link_border:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #E55927;
    border: 3px solid #FFF;
    color: #FFF;
    transform: scale(1.03);
  }
  .o-c__horizontal_cta-link_border:hover .o-c__horizontal_cta-link_border_free {
    background-color: #FFF;
    color: #E55927;
  }
  .o-c__horizontal_cta-link_border:hover .o-c__horizontal_cta-link_border_balloon {
    background-color: #FFF;
    color: #E55927;
  }
  .o-c__horizontal_cta-link_border:hover .o-c__horizontal_cta-link_border_balloon_orange {
    color: #FFF;
  }
  .o-c__horizontal_cta-link_border:hover .o-c__cta-link_border_capture {
    transform: translateY(-50%) scale(1.07);
  }
  .o-c__horizontal_cta-link_border:hover:before {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
  }
  .o-c__horizontal_cta-link_border:hover .o-c__horizontal_cta-link_border_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #FFF;
  }
}
.o-c__horizontal_cta-floating_cta_container {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 997;
}
@media screen and (max-width: 768px) {
  .o-c__horizontal_cta-floating_cta_container {
    display: none !important;
  }
}
.o-c__horizontal_cta-floating_cta_close {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  right: 0;
  background-color: #d2d2d2;
  padding: 5px 5px 1px 5px;
}
.o-c__horizontal_cta-floating_cta_close:before {
  content: "";
  background-color: #FFF;
  width: 3px;
  height: 14px;
  line-height: 0;
  position: absolute;
  top: 6px;
  left: 12px;
  transform: rotate(-45deg);
}
.o-c__horizontal_cta-floating_cta_close:after {
  content: "";
  background-color: #FFF;
  width: 3px;
  height: 14px;
  line-height: 0;
  position: absolute;
  top: 6px;
  left: 12px;
  transform: rotate(45deg);
}
.o-c__horizontal_cta-floating_cta_link {
  text-decoration: none;
  display: block;
  width: 57px;
  padding: 1em 0.7em;
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 10px 0 0 10px;
  background-color: #E55927;
  border-top: 2px solid #E55927;
  border-left: 2px solid #E55927;
  border-bottom: 2px solid #E55927;
}
.o-c__horizontal_cta-floating_cta_link:hover {
  background-color: #FFF;
  color: #E55927;
}
.o-c__horizontal_cta-floating_cta_function {
  text-decoration: none;
  display: block;
  width: 180px;
  padding: 15px 0 10px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  border-radius: 10px 0 0 10px;
  background-color: #E55927;
  border-top: 2px solid #E55927;
  border-left: 2px solid #E55927;
  border-bottom: 2px solid #E55927;
}
.o-c__horizontal_cta-floating_cta_function_caption {
  display: block;
  font-size: 10px;
  padding: 0 0 3px;
}
.o-c__horizontal_cta-floating_cta_function_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 80px;
}
.o-c__horizontal_cta-floating_cta_function_capture img {
  width: 100%;
  height: auto;
}
.o-c__horizontal_cta-floating_cta_function_capture._case {
  width: 45px;
  left: -20px;
}
.o-c__horizontal_cta-floating_cta_function_fukidashi {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  padding: 0 0 5px;
}
.o-c__horizontal_cta-floating_cta_function_fukidashi:before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #FFF;
  position: absolute;
  top: 25px;
  left: 30px;
  transform: rotate(-25deg);
}
.o-c__horizontal_cta-floating_cta_function_fukidashi:after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #FFF;
  position: absolute;
  top: 25px;
  right: 7px;
  transform: rotate(25deg);
}
.o-c__horizontal_cta-floating_cta_function:hover {
  background-color: #FFF;
  color: #E55927;
}
.o-c__horizontal_cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi {
  color: #E55927;
}
.o-c__horizontal_cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi:before {
  background-color: #E55927;
}
.o-c__horizontal_cta-floating_cta_function:hover .o-c__cta-floating_cta_function_fukidashi:after {
  background-color: #E55927;
}

@media screen and (max-width: 576px) {
  .p-c__c_payment-system-cta .o-m__cta-wrap_inner_function_title {
    font-size: 16px;
    line-height: 1.6;
  }
}

.o-c__btn-link {
  display: inline-block;
  padding: 15px 40px 12px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  color: #FFF;
  border-radius: 50px;
  border: 2px solid #267D00;
  text-decoration: none;
}
.o-c__btn-link:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.o-c__btn-link._blue {
  background-color: #267D00;
}
.o-c__btn-link._navi_blue {
  background-color: #267D00;
  padding: 10px 20px 7px 10px;
  font-size: 12px;
}
.o-c__btn-link._navi_blue:after {
  width: 6px;
  height: 6px;
  right: 10px;
}
@media screen and (min-width: 769px) {
  .o-c__btn-link._blue:hover {
    background-color: #FFF;
    color: #267D00;
  }
  .o-c__btn-link._blue:hover:after {
    border-top: 2px solid #267D00;
    border-right: 2px solid #267D00;
  }
  .o-c__btn-link._navi_blue:hover {
    background-color: #FFF;
    color: #267D00;
  }
  .o-c__btn-link._navi_blue:hover:after {
    border-top: 2px solid #267D00;
    border-right: 2px solid #267D00;
  }
  .o-c__btn-link._seisan:hover {
    background-color: #FFF;
    color: #007bc7;
    border: 2px solid #007bc7;
  }
  .o-c__btn-link._seisan:hover:after {
    border-top: 2px solid #007bc7;
    border-right: 2px solid #007bc7;
  }
}
.o-c__btn-link._orange {
  min-width: 130px;
  background-color: #E55927;
  border: 2px solid #E55927;
}
.o-c__btn-link._white {
  min-width: 130px;
  background-color: #fff;
  border: 2px solid #E55927;
  color: #E55927;
}
.o-c__btn-link._white:after {
  border-top: 2px solid #E55927;
  border-right: 2px solid #E55927;
}
.o-c__btn-link._white:hover {
  background-color: #E55927;
  color: #fff;
}
.o-c__btn-link._white:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .o-c__btn-link._orange:hover {
    background-color: #FFF;
    color: #E55927;
  }
  .o-c__btn-link._orange:hover:after {
    border-top: 2px solid #E55927;
    border-right: 2px solid #E55927;
  }
}
.o-c__btn-link._btn_center {
  margin: 0 auto;
}
.o-c__btn-text {
  font-size: 14px;
  font-weight: 700;
  color: #267D00;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 0 0 23px;
  cursor: pointer;
}
.o-c__btn-text_icon_plus {
  display: inline-block;
}
.o-c__btn-text_icon_plus_bg {
  display: inline-block;
  background-color: #267D00;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.o-c__btn-text_icon_plus_bg:before {
  content: "";
  background-color: #FFF;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.o-c__btn-text_icon_plus_bg:after {
  content: "";
  background-color: #FFF;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.o-c__btn-text_icon_plus.active .o-c__btn-text_icon_plus_bg:after {
  display: none;
}
@media screen and (min-width: 769px) {
  .o-c__btn-text_icon_plus:hover .o-c__btn-text_icon_plus_bg {
    transform: translateY(-50%) rotate(90deg);
  }
}
.o-c__btn-text_icon_arrow {
  display: inline-block;
  color: #267D00;
  text-decoration: none;
}
.o-c__btn-text_icon_arrow_bg {
  display: inline-block;
  background-color: #267D00;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.o-c__btn-text_icon_arrow_bg:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .o-c__btn-text_icon_arrow:hover .o-c__btn-text_icon_arrow_bg {
    left: -3px;
  }
}

.o-c__btn-text._arrow_down {
  padding: 2px 23px 0 0;
}
.o-c__btn-text._arrow_down .o-c__btn-text_icon_arrow_bg {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}

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

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

.o-m__cta-wrap_inner_document {
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_document {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
}
.o-m__cta-wrap_inner_document_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 40px;
  position: relative;
  z-index: 10;
}
.o-m__cta-wrap_inner_document_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
.o-m__cta-wrap_inner_document_title span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.o-m__cta-wrap_inner_document_title span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.o-m__cta-wrap_inner_document_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_document_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_document_talent_left {
  width: 286px;
  height: 205px;
  position: absolute;
  z-index: 200;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.o-m__cta-wrap_inner_document_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_document_talent_right {
  width: 410px;
  height: 420px;
  position: absolute;
  z-index: 200;
  right: -90px;
  bottom: -100px !important;
}
.o-m__cta-wrap_inner_document_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_document_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_document_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_document_button {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_button {
    margin: 0px auto;
    grid-row-gap: 20px;
    position: relative;
    z-index: 100;
  }
}
.o-m__cta-wrap_inner_document_note {
  width: 700px;
  display: block;
  margin: 20px auto 0;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_title {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-wrap_inner_document_title_lead {
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_document_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_document_talent_right {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_document_button {
    width: 85%;
  }
}
.o-m__cta-wrap_inner_document_tel {
  width: 530px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel {
    width: 90%;
    margin: 15px auto 0;
  }
}
.o-m__cta-wrap_inner_document_tel_inner {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_inner {
    display: block;
  }
}
.o-m__cta-wrap_inner_document_tel_team {
  width: 25%;
  border-right: 1px solid #fff;
  padding-right: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_team {
    width: 100%;
    text-align: center;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.o-m__cta-wrap_inner_document_tel_contents {
  width: 75%;
  font-size: 14px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_contents {
    width: 100%;
    text-align: center;
  }
}
.o-m__cta-wrap_inner_document_tel_contents a {
  color: #fff;
  padding-left: 10px;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_document_tel_contents a {
    padding-left: 0;
  }
}
.o-m__cta-wrap_inner_document_tel_contents_main a {
  font-size: 20px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.o-m__cta-wrap_inner_document_tel_contents_region {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_contents_region {
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
  }
}
.o-m__cta-wrap_inner_document_tel_contents_region li {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_contents_region li {
    width: 50%;
    text-align: center;
    line-height: 1.5;
  }
}
.o-m__cta-wrap_inner_document_tel_contents_time {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_contents_time {
    width: 100%;
    text-align: center;
  }
}
.o-m__cta-wrap_inner_document_tel_contents_time span {
  background: #267D00;
  border-radius: 20px;
  padding: 5px 12px;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document_tel_contents_time span {
    font-size: 11px;
  }
}
.o-m__cta-wrap_inner_document._title_two {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_document._title_two {
    height: auto;
  }
}
.o-m__cta-wrap_inner_document._title_two .o-m__cta-wrap_inner_document_talent_left {
  transform: translateY(-28%);
}

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

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

.o-m__cta-wrap_inner_dl {
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_dl {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}
.o-m__cta-wrap_inner_dl_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 40px;
  position: relative;
  z-index: 10;
}
.o-m__cta-wrap_inner_dl_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_dl_title span {
    font-size: 14px;
  }
}
.o-m__cta-wrap_inner_dl_title span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.o-m__cta-wrap_inner_dl_title span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.o-m__cta-wrap_inner_dl_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_dl_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_dl_talent {
  z-index: 1;
  position: relative;
}
.o-m__cta-wrap_inner_dl_talent_left {
  width: 242px;
  height: 265px;
  position: absolute;
  z-index: 200;
  left: 0;
  bottom: 10px;
}
.o-m__cta-wrap_inner_dl_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_dl_talent_right {
  width: 300px;
  height: 230px;
  position: absolute;
  z-index: 200;
  right: -50px;
  bottom: 35px;
}
.o-m__cta-wrap_inner_dl_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_dl_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_dl_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_dl_button {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_dl_title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 0;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-wrap_inner_dl_title_lead {
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_dl_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_dl_talent_right {
    display: none;
  }
  .o-m__cta-wrap_inner_dl_button {
    margin: 0px auto;
    grid-row-gap: 20px;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-wrap_inner_dl_button {
    width: 85%;
  }
}

.o-m__cta-wrap_inner_function {
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_function {
    width: 100%;
    padding: 40px 0 20px;
    height: auto;
  }
}
.o-m__cta-wrap_inner_function_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
  position: relative;
  z-index: 10;
}
.o-m__cta-wrap_inner_function_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_function_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_function_talent_left {
  width: 230px;
  height: 541px;
  position: absolute;
  z-index: 200;
  left: 100px;
  bottom: -265px;
}
.o-m__cta-wrap_inner_function_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_function_talent_right {
  width: 300px;
  height: 569px;
  position: absolute;
  z-index: 200;
  right: 30px;
  bottom: -280px;
}
.o-m__cta-wrap_inner_function_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_function_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_function_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_function_button {
  width: 100%;
  max-width: 775px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_function_button {
    max-width: 330px;
    padding: 15px 0 0;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_function_title {
    text-align: center;
    font-size: 25px;
    padding: 0;
    position: relative;
    z-index: 100;
    margin-bottom: 12px;
  }
  .o-m__cta-wrap_inner_function_title_lead {
    font-size: 16px;
  }
}

.o-m__cta-wrap_inner_yuso {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_yuso {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
}
.o-m__cta-wrap_inner_yuso_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
  position: relative;
}
.o-m__cta-wrap_inner_yuso_title span {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_yuso_title span {
    font-size: 14px;
  }
}
.o-m__cta-wrap_inner_yuso_title span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.o-m__cta-wrap_inner_yuso_title span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.o-m__cta-wrap_inner_yuso_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_yuso_title {
    font-size: 28px;
  }
}
.o-m__cta-wrap_inner_yuso_talent_left {
  width: 290px;
  height: 370px;
  position: absolute;
  z-index: 200;
  left: 30px;
  bottom: -73px;
}
.o-m__cta-wrap_inner_yuso_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-wrap_inner_yuso_talent_right {
  position: absolute;
  z-index: 200;
  width: 360px;
  height: 321px;
  right: -40px;
  bottom: -20px;
}
.o-m__cta-wrap_inner_yuso_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-wrap_inner_yuso_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_yuso_talent_right {
    display: none;
  }
}
.o-m__cta-wrap_inner_yuso_button {
  width: 100%;
  max-width: 775px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
.o-m__cta-wrap_inner_yuso_button .o-c__cta-link_orange._common {
  padding: 20px 50px 15px 15px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-wrap_inner_yuso_title {
    text-align: center;
    font-size: 25px;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-wrap_inner_yuso_title_lead {
    font-size: 16px;
  }
  .o-m__cta-wrap_inner_yuso_talent_left {
    display: none;
  }
  .o-m__cta-wrap_inner_yuso_talent_right {
    display: none;
  }
  .o-m__cta-wrap_inner_yuso_button {
    max-width: 330px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 100;
    font-size: 14px;
  }
  .o-m__cta-wrap_inner_yuso_button .o-c__cta-link_orange._common {
    padding: 22px 5px 0;
    letter-spacing: 0px;
    margin: 0 auto;
    font-size: 18px;
  }
  .o-m__cta-wrap_inner_yuso_button .o-c__cta-link_orange_free {
    display: inline-block;
    margin-right: 7px;
    vertical-align: -3px;
    padding: 6px 6px 3px;
  }
}

.o-m__breadcrumb {
  width: 100%;
  background-color: #FFF;
}
.o-m__breadcrumb-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .o-m__breadcrumb-list {
    padding: 12px 0 12px 10px;
  }
}
.o-m__breadcrumb-list_link {
  font-weight: 700;
  color: #267D00;
  font-size: 10px;
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.o-m__breadcrumb-list_link:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
.o-m__breadcrumb-list_link:last-child:after {
  display: none;
}
.o-m__breadcrumb-list_link a {
  font-weight: 500;
  color: #323232;
}

@media screen and (max-width: 576px) {
  .o-m__breadcrumb-list {
    display: block;
    padding: 8px 12px 9px;
  }
  .o-m__breadcrumb-list_link {
    display: inline;
    margin: 0 5px 0 0;
  }
  .o-m__breadcrumb-list_link:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 5px;
  }
}

.o-m__about-content {
  position: relative;
}
.o-m__about-content img {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
}
.o-m__about-content p {
  font-size: 16px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .o-m__about-content p {
    font-size: 14px;
    margin-top: 20px;
  }
}

.o-m__case-list {
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-m__case-list .swiper-wrapper {
    padding: 0 0 30px;
  }
}
.o-m__case-list_slide {
  border-left: 1px solid #f6f6f6;
  padding: 20px;
}
.o-m__case-list_slide.swiper-slide-next, .o-m__case-list_slide.swiper-slide-prev {
  opacity: 0.5;
}
.o-m__case-list_slide_logo {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  max-height: 45px;
  width: auto;
  height: auto;
}
.o-m__case-list_slide_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #267D00;
  padding: 30px 0;
}
.o-m__case-list_slide_photo {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: auto;
}
.o-m__case-list_slide_company {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 25px 0 20px;
}
.o-m__case-list_slide_company span {
  font-size: 16px;
}
.o-m__case-list_slide_point {
  display: flex;
  margin-bottom: 15px;
}
.o-m__case-list_slide_point span {
  font-size: 18px;
  font-weight: 700;
  color: #267D00;
  min-width: 150px;
  display: grid;
  place-items: center;
}
.o-m__case-list_slide_point ul {
  border-left: 1px solid #267D00;
  padding: 5px 0 2px 15px;
}
.o-m__case-list_slide_point ul li {
  position: relative;
  line-height: 24px;
  padding: 0 0 0 20px;
}
.o-m__case-list_slide_point ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #267D00;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}
.o-m__case-list_slide_link {
  padding: 25px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide {
    padding: 20px 0px;
  }
  .o-m__case-list_slide_title {
    font-size: 14px;
    padding: 20px 0;
  }
  .o-m__case-list_slide_photo {
    width: 180px;
  }
  .o-m__case-list_slide_company {
    font-size: 16px;
    padding: 20px 0 15px;
  }
  .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 #267D00;
    border-right: solid 2px #267D00;
    display: block;
    position: absolute;
    transform: rotate(135deg);
  }
  .o-m__case-list_slide_link {
    padding: 15px 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: 15px 0 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: #267D00 !important;
  }
}
.o-m__case .swiper-button-prev {
  top: 350px !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: #267D00;
  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: 300px !important;
  }
  .o-m__case .swiper-button-prev:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #267D00;
    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: 350px !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: #267D00;
  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: 300px !important;
  }
  .o-m__case .swiper-button-next:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #267D00;
    position: absolute;
    left: 0;
  }
  .o-m__case .swiper-button-next:after {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}

.o-m__faq-content_item {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  padding: 0 0 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__faq-content_item {
    padding: 10px 10px 20px;
  }
}
.o-m__faq-content_item_icon_ball {
  display: inline-block;
  background-color: #267D00;
  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;
  cursor: pointer;
}
.o-m__faq-content_item_label:before {
  content: "Q";
  position: absolute;
  left: 30px;
  top: 22px;
  font-size: 22px;
  color: #267D00;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_label {
    font-size: 14px;
    padding: 17px 33px 2px 35px;
  }
  .o-m__faq-content_item_label:before {
    left: 13px;
    top: 13px;
  }
}
.o-m__faq-content_item_answer {
  width: 95%;
  height: 0;
  opacity: 0;
  padding: 0 25px 0 45px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #F4F9F1;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_answer_title {
  font-size: 16px;
  padding: 0 0 10px;
  color: #267D00;
  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: #267D00;
}
@media screen and (max-width: 768px) {
  .o-m__faq-content_item_answer_title {
    font-size: 14px;
  }
}
.o-m__faq-content_item_answer_detail {
  font-size: 14px;
  line-height: 1.6;
}
.o-m__faq-content_item_answer_annotation {
  font-size: 10px;
}
.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;
  cursor: text;
}
@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__rseries-content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list {
    display: block;
  }
  .o-m__rseries-content_list._other_series {
    display: flex;
    justify-content: space-between;
  }
  .o-m__rseries-content_list._other_series .o-m__rseries-content_list_item {
    width: 48%;
  }
}
.o-m__rseries-content_list_item {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  padding: 30px 0 25px;
  border-radius: 10px;
  text-align: center;
}
.o-m__rseries-content_list_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item a .o-c__btn-link {
    padding: 10px 35px 7px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item {
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 0 15px;
  }
}
.o-m__rseries-content_list_item_logo {
  display: block;
  margin: 0 auto;
  width: 175px;
  padding-bottom: 22px;
}
.o-m__rseries-content_list_item_logo.w-200 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_logo {
    width: 145px;
    height: auto;
    padding-bottom: 20px;
  }
  .o-m__rseries-content_list_item_logo img {
    width: 100%;
    height: auto;
  }
}
.o-m__rseries-content_list_item_name {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #f6ad48;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.o-m__rseries-content_list_item_ttl {
  display: block;
  color: #323232;
  font-size: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.o-m__rseries-content_list_item ._sub_title {
  font-size: 14px;
  padding-bottom: 10px;
}
.o-m__rseries-content_list_item ._seisan {
  background-color: #007bc7;
  border-color: #007bc7;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._seisan:hover {
  background-color: #FFF;
  color: #007bc7;
}
.o-m__rseries-content_list_item ._seisan:hover:after {
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.o-m__rseries-content_list_item ._meisai {
  background-color: #267d00;
  border-color: #267d00;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._meisai:hover {
  background-color: #FFF;
  color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover:after {
  border-top: 2px solid #267d00;
  border-right: 2px solid #267d00;
}
.o-m__rseries-content_list_item ._hanbai {
  background-color: #f53c20;
  border-color: #f53c20;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._hanbai:hover {
  background-color: #FFF;
  color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover:after {
  border-top: 2px solid #f53c20;
  border-right: 2px solid #f53c20;
}
.o-m__rseries-content_list_item ._kintai {
  background-color: #2531b7;
  border-color: #2531b7;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._kintai:hover {
  background-color: #FFF;
  color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._denshihozon:hover {
  background-color: #FFF;
  color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover:after {
  border-top: 2px solid #a43fd1;
  border-right: 2px solid #a43fd1;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item ._denshihozon {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._seikyu {
  background-color: #0ba578;
  border-color: #0ba578;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._seikyu:hover {
  background-color: #FFF;
  color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item ._seikyu {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
  transition: 200ms ease all;
}
.o-m__rseries-content_list_item ._keiri-plus:hover {
  background-color: #FFF;
  color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover:after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item ._keiri-plus {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._partner {
  background-color: #f6ad48;
  border-color: #f6ad48;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #FFF;
  color: #f6ad48;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #f6ad48;
  border-right: 2px solid #f6ad48;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item ._partner {
    padding: 10px 25px 7px;
  }
}
.o-m__rseries-content_list_item ._saikenkanri {
  background-color: #00ad0e;
  border-color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover {
  background-color: #fff;
  color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover:after {
  border-top: 2px solid #00ad0e;
  border-right: 2px solid #00ad0e;
}
.o-m__rseries-content_list_item ._jinjiroumu {
  background-color: #107de8;
  border-color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover {
  background-color: #fff;
  color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover:after {
  border-top: 2px solid #107de8;
  border-right: 2px solid #107de8;
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 40px) / 5);
}
.o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
    width: 145px;
  }
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo.w-large {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) {
    width: 100%;
  }
}

.o-m__panel-list-linkdata {
  text-align: center;
}
.o-m__panel-list-linkdata_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__panel-list-linkdata_column._column_3 ._column_data {
  flex-basis: 31.333%;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-linkdata_column._column_3 ._column_data {
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }
}
.o-m__panel-list-linkdata_box {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 35px 30px;
}
.o-m__panel-list-linkdata_box dt {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0 15px;
}
.o-m__panel-list-linkdata_box dd {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 15px;
}
.o-m__panel-list-linkdata_box dd ul {
  min-height: 95px;
}
@media screen and (min-width: 769px) {
  .o-m__panel-list-linkdata_box._linkbox:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .o-m__panel-list-linkdata_box._linkbox:hover .o-c__btn-text_icon_plus_bg {
    transform: translateY(-50%) rotate(90deg);
  }
  .o-m__panel-list-linkdata_box._linkbox:hover .o-c__btn-text_icon_arrow_bg {
    left: -3px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-linkdata_box {
    padding: 25px 0;
  }
  .o-m__panel-list-linkdata_box dt {
    font-size: 18px;
    padding: 15px 0 10px;
  }
  .o-m__panel-list-linkdata_box dd {
    font-size: 12px;
    line-height: 18px;
    padding: 0 25px 15px;
  }
}
.o-m__panel-list-linkdata_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-m__panel-list-linkdata_link {
  padding: 20px 0 0;
}
.o-m__panel-list-listdata {
  text-align: center;
}
.o-m__panel-list-listdata_text {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_text {
    font-size: 14px;
  }
}
.o-m__panel-list-listdata_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-m__panel-list-listdata_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__panel-list-listdata_column._column_3 ._column_data {
  flex-basis: 32%;
  margin-bottom: 25px;
}
.o-m__panel-list-listdata_column._column_3 ._column_data:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_column._column_3 ._column_data {
    flex-basis: 49%;
    margin-bottom: 20px;
  }
  .o-m__panel-list-listdata_column._column_3 ._column_data:nth-last-child(3),
  .o-m__panel-list-listdata_column._column_3 ._column_data:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-listdata_column._column_3 {
    display: block;
  }
  .o-m__panel-list-listdata_column._column_3 ._column_data {
    flex-basis: 100%;
  }
}
.o-m__panel-list-listdata_box {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 35px 20px;
}
.o-m__panel-list-listdata_box dt {
  font-size: 20px;
  color: #267D00;
  font-weight: 700;
  padding: 15px 0 10px;
  line-height: 1.4;
}
.o-m__panel-list-listdata_box dt.o-m__panel-list-listdata._minheight {
  min-height: 80px;
}
.o-m__panel-list-listdata_box dd {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 15px;
}
.o-m__panel-list-listdata_box dd ul {
  min-height: 95px;
}
@media screen and (min-width: 769px) {
  .o-m__panel-list-listdata_box._linkbox:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .o-m__panel-list-listdata_box._linkbox:hover .o-c__btn-text_icon_plus_bg {
    transform: translateY(-50%) rotate(90deg);
  }
  .o-m__panel-list-listdata_box._linkbox:hover .o-c__btn-text_icon_arrow_bg {
    left: -3px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-listdata_box {
    padding: 25px;
  }
  .o-m__panel-list-listdata_box dt {
    font-size: 20px;
    padding: 10px 0;
  }
  .o-m__panel-list-listdata_box dt.o-m__panel-list-listdata._minheight {
    min-height: inherit;
  }
  .o-m__panel-list-listdata_box dd {
    font-size: 12px;
    line-height: 18px;
    padding: 0 40px 20px;
  }
  .o-m__panel-list-listdata_box dd ul {
    min-height: 15px;
  }
}
.o-m__panel-list-listdata_box._js_open .o-m__panel-list-listdata_hidetext {
  height: auto;
  opacity: 1;
  padding: 20px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-listdata_box._js_open .o-m__panel-list-listdata_hidetext {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 25%;
    left: 5%;
    width: 90%;
  }
}
.o-m__panel-list-listdata_box._js_open .o-c__btn-text_icon_plus_bg:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-listdata_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__panel-list-listdata_head {
  width: 100%;
  display: block;
}
.o-m__panel-list-listdata_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-list-listdata_head {
    padding: 0;
  }
  .o-m__panel-list-listdata_head_icon {
    width: 75px;
    height: 75px;
  }
  .o-m__panel-list-listdata_head_icon img {
    width: 57px;
    height: 57px;
  }
  .o-m__panel-list-listdata_head dt {
    width: 100%;
    text-align: center;
  }
}
.o-m__panel-list-listdata_hidetext {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 15px;
  transition: all ease 0.3s;
}
.o-m__panel-list-listdata_hidetext_title {
  display: none;
}
.o-m__panel-list-listdata_hidetext_indata {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}
.o-m__panel-list-listdata_hidetext_indata .o-c__btn-link {
  padding: 15px 25px 12px 15px;
}
.o-m__panel-list-listdata_hidetext_indata .o-c__btn-link:after {
  right: 10px;
}
.o-m__panel-list-listdata_hidetext_close {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__panel-list-listdata_hidetext {
    height: auto;
    opacity: 1;
    display: none;
  }
  .o-m__panel-list-listdata_hidetext_title {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px;
    text-align: left;
    display: block;
  }
  .o-m__panel-list-listdata_hidetext_close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .o-m__panel-list-listdata_hidetext_close:after, .o-m__panel-list-listdata_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-list-listdata_hidetext_close:before {
    transform: rotate(45deg);
  }
}
.o-m__panel-list-listdata_link {
  padding: 20px 0 0;
}
.o-m__panel-list-note {
  padding: 0;
  font-size: 10px;
}

.f__common-bgcolor_blue .o-m__panel-list-listdata_box {
  background: #fff;
}

.p-c__c_payment-system-panel-list-listdata_box dt {
  padding-top: 0;
}
.p-c__c_payment-system-panel-list-listdata_sub {
  font-size: 16px;
}

.o-m__panel-list-listdata_column._column_2 {
  gap: 25px 4%;
}
.o-m__panel-list-listdata_column._column_2 .o-m__panel-list-listdata_box {
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_column._column_2 .o-m__panel-list-listdata_box {
    padding: 20px;
  }
}
.o-m__panel-list-listdata_column._column_2 ._column_data {
  flex-basis: 48%;
}
@media screen and (max-width: 768px) {
  .o-m__panel-list-listdata_column._column_2 ._column_data {
    flex-basis: 100%;
  }
}
.o-m__panel-list-listdata_column._column_2 ._column_data._column_wide {
  flex-basis: 100%;
}

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

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

.o-m__function-modallist-content_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__function-modallist-content_list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
}
.o-m__function-modallist-content_item {
  width: 100%;
}
.o-m__function-modallist-content_box {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 20px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  height: 100px;
}
.o-m__function-modallist-content_box:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .o-m__function-modallist-content_box {
    font-size: 16px;
    padding: 10px 15px 15px;
    height: 100%;
    display: block;
  }
}
.o-m__function-modallist-content_box:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid #267D00;
  border-right: 3px solid #267D00;
}
@media screen and (max-width: 768px) {
  .o-m__function-modallist-content_box:after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #267D00;
    border-right: 2px solid #267D00;
  }
}
.o-m__function-modallist-content_head {
  font-size: 18px;
  text-align: left;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__function-modallist-content_head {
    font-size: 14px;
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
  }
  .o-m__function-modallist-content_head._mt {
    margin-top: 22px;
  }
}
.o-m__function-modallist-content_icon {
  width: 100%;
  max-width: 60px;
}
.o-m__function-modallist-modal_box {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 90%;
  max-height: 80%;
  max-width: 600px;
  padding: 40px 50px 40px 20px;
  justify-content: space-between;
  box-shadow: 0 0 10px #888;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .o-m__function-modallist-modal_box {
    padding: 25px;
  }
}
.o-m__function-modallist-modal_overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #111;
  opacity: 0.3;
  cursor: pointer;
}
.o-m__function-modallist-modal_close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
.o-m__function-modallist-modal_close_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.o-m__function-modallist-modal_close_icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 3px;
  margin: -8% 0 0 -42%;
  background: #ccc;
  transform: rotate(-45deg);
}
.o-m__function-modallist-modal_close_icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 3px;
  margin: -8% 0 0 -42%;
  background: #ccc;
  transform: rotate(45deg);
}
.o-m__function-modallist-modal_left {
  width: 120px;
  height: 120px;
}
.o-m__function-modallist-modal_left img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__function-modallist-modal_left {
    margin: 0 auto 20px;
  }
}
.o-m__function-modallist-modal_right {
  width: calc(95% - 120px);
}
@media screen and (max-width: 768px) {
  .o-m__function-modallist-modal_right {
    width: 100%;
  }
}
.o-m__function-modallist-modal_head {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__function-modallist-modal_head {
    text-align: center;
  }
}
.o-m__function-modallist-modal_text {
  font-size: 16px;
}

#modal1:checked ~ .o-m__function-modallist-modal_box {
  display: flex;
}

#modal2:checked ~ .o-m__function-modallist-modal_box {
  display: flex;
}

#modal3:checked ~ .o-m__function-modallist-modal_box {
  display: flex;
}

#modal4:checked ~ .o-m__function-modallist-modal_box {
  display: flex;
}

#modal5:checked ~ .o-m__function-modallist-modal_box {
  display: flex;
}

#modal6:checked ~ .o-m__function-modallist-modal_box {
  display: flex;
}

#modal7:checked ~ .o-m__function-modallist-modal_box {
  display: flex;
}

#modal8:checked ~ .o-m__function-modallist-modal_box {
  display: flex;
}

#modal9:checked ~ .o-m__function-modallist-modal_box {
  display: flex;
}

#modal1:checked ~ .o-m__function-modallist-modal_overlay {
  display: block;
}

#modal2:checked ~ .o-m__function-modallist-modal_overlay {
  display: block;
}

#modal3:checked ~ .o-m__function-modallist-modal_overlay {
  display: block;
}

#modal4:checked ~ .o-m__function-modallist-modal_overlay {
  display: block;
}

#modal5:checked ~ .o-m__function-modallist-modal_overlay {
  display: block;
}

#modal6:checked ~ .o-m__function-modallist-modal_overlay {
  display: block;
}

#modal7:checked ~ .o-m__function-modallist-modal_overlay {
  display: block;
}

#modal8:checked ~ .o-m__function-modallist-modal_overlay {
  display: block;
}

#modal9:checked ~ .o-m__function-modallist-modal_overlay {
  display: block;
}

@media screen and (max-width: 768px) {
  #modal1:checked ~ .o-m__function-modallist-modal_box {
    display: block;
  }
  #modal2:checked ~ .o-m__function-modallist-modal_box {
    display: block;
  }
  #modal3:checked ~ .o-m__function-modallist-modal_box {
    display: block;
  }
  #modal4:checked ~ .o-m__function-modallist-modal_box {
    display: block;
  }
  #modal5:checked ~ .o-m__function-modallist-modal_box {
    display: block;
  }
  #modal6:checked ~ .o-m__function-modallist-modal_box {
    display: block;
  }
  #modal7:checked ~ .o-m__function-modallist-modal_box {
    display: block;
  }
  #modal8:checked ~ .o-m__function-modallist-modal_box {
    display: block;
  }
  #modal9:checked ~ .o-m__function-modallist-modal_box {
    display: block;
  }
}
.o-m__report-content_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 2%;
}
@media screen and (max-width: 768px) {
  .o-m__report-content_list {
    justify-content: space-between;
    gap: 10px 0;
  }
}
.o-m__report-content_item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .o-m__report-content_item {
    width: calc((100% - 10px) / 2);
  }
}
.o-m__report-content_link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 15px 40px 12px;
  text-align: center;
  position: relative;
  color: #267D00;
  font-size: 18px;
  border-radius: 10px;
  height: 70px;
  text-decoration: none;
}
.o-m__report-content_link:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.o-m__report-content_link:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid #267D00;
  border-right: 3px solid #267D00;
}
@media screen and (max-width: 768px) {
  .o-m__report-content_link {
    font-size: 16px;
    padding: 15px 0 12px;
    height: 60px;
  }
  .o-m__report-content_link:after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #267D00;
    border-right: 2px solid #267D00;
  }
}

.o-m__fv {
  background: #f6f6f6;
  padding: 60px 0 90px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__fv {
    padding: 100px 0 90px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__fv {
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__fv._cta_two {
    padding: 80px 0 160px;
  }
}
.o-m__fv:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -110px;
  left: calc(50% + 400px);
  width: 351px;
  height: 361px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(80deg);
}
@media screen and (max-width: 1024px) {
  .o-m__fv:before {
    left: calc(50% + 250px);
  }
}
@media screen and (max-width: 768px) {
  .o-m__fv:before {
    top: -50px;
    right: -50px;
    left: auto;
    bottom: auto;
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__fv:before {
    top: -25px;
    right: -25px;
    width: 110px;
    height: 110px;
  }
}
.o-m__fv .o-c__heading-h1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__fv .o-c__heading-h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.o-m__fv_block {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .o-m__fv_block {
    padding: 0 20px;
    flex-direction: column;
  }
}
.o-m__fv_lead {
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .o-m__fv_lead {
    line-height: 1.8;
    font-size: 14px;
  }
}
.o-m__fv_lead_ico {
  width: 84px;
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__fv_lead_ico {
    display: none;
  }
}
.o-m__fv_lead_ico img {
  height: auto;
}
.o-m__fv_figure {
  width: 300px;
  flex-shrink: 0;
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .o-m__fv_figure {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__fv_figure {
    width: 60%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.o-m__fv_cta {
  width: 940px;
  text-align: center;
  margin: 0px auto;
  position: relative;
  top: -42px;
  z-index: 500;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .o-m__fv_cta {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__fv_cta {
    display: block;
    top: -30px;
    height: 0;
  }
}
.o-m__fv_cta-section {
  padding: 40px 0 10px 0;
}
.o-m__fv_cta + .f-l__common-section {
  margin-top: -90px;
  padding-top: 120px;
}
@media screen and (max-width: 576px) {
  .o-m__fv_cta + .f-l__common-section {
    margin-top: 0;
    padding-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__fv._cta_two {
    padding: 80px 0 160px;
  }
  .o-m__fv._cta_two + .o-m__fv_cta {
    top: -110px;
  }
}

.p-c__c_payment-system_list {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.p-c__c_payment-system_list_item {
  width: 32%;
  background-color: #F4F9F1;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.p-c__c_payment-system_list_text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.p-c__c_payment-system_list_color {
  color: #267D00;
  font-size: 27px;
  font-weight: 700;
}
.p-c__c_payment-system_list_icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.p-c__c_payment-system_list_icon img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-c__c_payment-system_list {
    gap: 0 10px;
  }
  .p-c__c_payment-system_list_item {
    padding: 10px 8px;
  }
  .p-c__c_payment-system_list_text {
    font-size: 14px;
  }
  .p-c__c_payment-system_list_color {
    font-size: 15px;
  }
  .p-c__c_payment-system_list_icon {
    width: 50px;
    height: 50px;
  }
}
.p-c__c_payment-system-faq {
  border-bottom: solid 1px #fff;
}
.p-c__c_payment-system-panel-list_item {
  border: 1px solid #8ec266;
  border-radius: 15px;
  padding: 46px 0;
}
.p-c__c_payment-system-panel-list_item + .p-c__c_payment-system-panel-list_item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-c__c_payment-system-panel-list_item {
    padding: 25px 20px;
  }
  .p-c__c_payment-system-panel-list_item + .p-c__c_payment-system-panel-list_item {
    margin-top: 30px;
  }
}
.p-c__c_payment-system-panel-list_tit01 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-c__c_payment-system-panel-list_tit01 {
    font-size: 18px;
  }
}
.p-c__c_payment-system-panel-list_tit02 {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-c__c_payment-system-panel-list_tit02 {
    font-size: 14px;
    margin-top: 0;
  }
}
.p-c__c_payment-system-panel-list_img {
  width: 912px;
  margin: 34px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-c__c_payment-system-panel-list_img {
    width: 100%;
    margin-top: 24px;
  }
  .p-c__c_payment-system-panel-list_img img {
    width: 100%;
    height: auto;
  }
}
.p-c__c_payment-system-panel-list_txt01 {
  font-size: 14px;
  line-height: 1.58;
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-c__c_payment-system-panel-list_txt01 {
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    margin-top: 30px;
  }
}
.p-c__c_payment-system-panel-list_txt02 {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-c__c_payment-system-panel-list_txt02 {
    font-size: 11px;
    line-height: 1.75;
    text-align: left;
  }
}/*# sourceMappingURL=cooperation_payment-system.css.map */