@charset "UTF-8";
.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-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__onayami-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content.swiper-container {
    padding: 0 0 40px;
  }
}
.o-m__onayami-content_answer_title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #267D00;
  position: absolute;
  z-index: 300;
  top: 140px;
  left: 0;
}
.o-m__onayami-content_answer_title img {
  width: 183px;
  height: 45px;
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_answer_title {
    font-size: 22px;
    line-height: 1.3;
    top: 125px;
  }
  .o-m__onayami-content_answer_title img {
    width: 130px;
    height: 35px;
    padding: 0 12px;
  }
}
.o-m__onayami-content_data {
  width: 23%;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data {
    width: 100%;
    padding: 0 35px;
  }
}
.o-m__onayami-content_data_theme {
  width: 100%;
  background-color: #f6f6f6;
  padding: 25px 0;
  border-radius: 10px;
  position: relative;
  margin-bottom: 135px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.o-m__onayami-content_data_theme._base_3 {
  padding: 13px 0;
}
.o-m__onayami-content_data_theme:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-top: 15px solid #f6f6f6;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_theme {
    margin-bottom: 100px;
  }
}
.o-m__onayami-content_data_answer {
  width: 100%;
  min-height: 470px;
  background-color: #F4F9F1;
  padding: 45px 0px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.o-m__onayami-content_data_answer:before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-color: #FFF;
}
.o-m__onayami-content_data_answer:after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 38px;
  background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.o-m__onayami-content_data_answer h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #267D00;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_answer {
    min-height: 0;
    padding: 45px 0px 10px;
  }
  .o-m__onayami-content_data_answer h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0 0 0 90px;
  }
}
.o-m__onayami-content_data_icon {
  background-color: #FFF;
  width: 116px;
  height: 116px;
  border-radius: 60px;
  margin: 0px auto 20px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_icon {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 15px;
    top: 35px;
  }
  .o-m__onayami-content_data_icon img {
    width: 50px;
    height: auto;
  }
}
.o-m__onayami-content_data_list {
  padding: 0px 20px;
}
.o-m__onayami-content_data_list li {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
  background-image: url(/rakurakucloud/meisai/assets/image/icon/icon_000_check.svg);
  background-size: 14px;
  background-repeat: no-repeat;
}
.o-m__onayami-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__onayami .pc-only {
  display: inline-block;
}
.o-m__onayami .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.o-m__onayami .swiper-slide {
  width: 23%;
}
.o-m__onayami .swiper-pagination,
.o-m__onayami .swiper-button-prev,
.o-m__onayami .swiper-button-next {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__onayami .pc-only {
    display: none;
  }
  .o-m__onayami .swiper-pagination {
    display: block;
    bottom: 10px !important;
  }
  .o-m__onayami .swiper-pagination-bullet-active {
    opacity: 1;
    background: #267D00 !important;
  }
  .o-m__onayami .swiper-button-prev {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 200px !important;
  }
  .o-m__onayami .swiper-button-prev:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #267D00;
    position: absolute;
    left: 0px;
  }
  .o-m__onayami .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;
  }
  .o-m__onayami .swiper-button-next {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 200px !important;
  }
  .o-m__onayami .swiper-button-next:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #267D00;
    position: absolute;
    left: 0;
  }
  .o-m__onayami .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;
  }
}

.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__appeal__content {
  position: relative;
  border-radius: 10px;
  padding: 50px 35px 35px;
  margin-bottom: 40px;
}
.o-m__appeal__content--bgwhite {
  background-color: #FFF;
}
.o-m__appeal__content--bg-palegreen {
  background-color: #F4F9F1;
}
.o-m__appeal__content-h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 20px;
}
@media screen and (max-width: 576px) {
  .o-m__appeal__content-h3 {
    padding: 20px 0;
  }
}
.o-m__appeal__content-h3--brand-color {
  color: #267D00;
}
.o-m__appeal__content-txt {
  font-size: 14px;
  line-height: 24px;
  word-wrap: break-word;
}
.o-m__appeal__content-txt p {
  padding: 0 0 15px;
}
.o-m__appeal__content-txt-highlight {
  text-decoration: underline;
  text-underline-offset: -0.09em;
  text-decoration-thickness: 0.35em;
  text-decoration-color: #F7D65B;
  text-decoration-skip-ink: none;
}
.o-m__appeal__content-txt-annot {
  font-size: 10px;
}
.o-m__appeal__content em {
  font-weight: bold;
}
.o-m__appeal__content-note {
  font-size: 10px;
  margin: 15px 0 0;
}
.o-m__appeal__content-link {
  font-size: 14px;
  font-weight: 700;
  color: #267D00;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 0 0 23px;
  cursor: pointer;
}
.o-m__appeal__content-link__arrow {
  display: inline-block;
  color: #267D00;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .o-m__appeal__content-link__arrow:hover .o-m__appeal__content-link__arrow-icon {
    left: -3px;
  }
}
.o-m__appeal__content-link__arrow-icon {
  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-m__appeal__content-link__arrow-icon: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;
}
.o-m__appeal__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.o-m__appeal__container-item {
  flex-basis: 48.5%;
}
@media screen and (max-width: 576px) {
  .o-m__appeal__container-item {
    flex-basis: 100%;
  }
}

.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__function-list {
  text-align: center;
}
.o-m__function-list_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 840px;
  margin: 0 auto;
}
.o-m__function-list_column._column_3 ._column_data {
  flex-basis: 31.333%;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .o-m__function-list_column._column_3 ._column_data {
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }
}
.o-m__function-list_column._column_2 ._column_data {
  flex-basis: 47.619047619%;
}
@media screen and (max-width: 768px) {
  .o-m__function-list_column._column_2 ._column_data {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.o-m__function-list_box {
  text-align: center;
  border-radius: 10px;
  padding: 30px 0;
  background: #f4f9f1;
}
.o-m__function-list_box dt {
  font-size: 20px;
  color: #267D00;
  font-weight: 700;
  padding: 20px 0 15px;
}
.o-m__function-list_box dd {
  text-align: justify;
  width: 350px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 15px;
  word-wrap: break-word;
}
.o-m__function-list_box dd .note {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__function-list_box {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__function-list_box dt {
    font-size: 18px;
    padding: 20px 0 15px;
  }
  .o-m__function-list_box dd {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
  }
}
.o-m__function-list_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .o-m__function-list_icon img {
    width: 65px;
    height: 65px;
  }
}
.o-m__function-list_link {
  padding: 20px 0 0;
}

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

.o-m__form {
  background: #68AD33;
}
.o-m__form .o-c__heading {
  color: #fff;
  font-size: 30px;
}
.o-m__form .o-c__heading-h2:after {
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .o-m__form .o-c__heading {
    font-size: 25px;
  }
}
.o-m__form .o-c__heading-lead {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .o-m__form .o-c__heading-lead {
    font-size: 16px;
  }
}
.o-m__form-content {
  width: 800px;
  padding: 50px;
  background: #fff;
  border-radius: 10px;
  margin: 0px auto;
}
@media screen and (max-width: 1024px) {
  .o-m__form-content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__form-content {
    padding: 20px 13px;
  }
}
.o-m__form-content form .hs-form-field {
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .o-m__form-content form .hs-form-field {
    margin-bottom: 20px;
  }
}
.o-m__form-content form .hs-form-field label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .o-m__form-content form .hs-form-field label {
    font-size: 14px;
  }
}
.o-m__form-content form .hs-form-field label .hs-form-required {
  color: #323232;
  font-size: 12px;
  background-color: #F7D65B;
  border-radius: 5px;
  padding: 1px 4px;
  margin: 0 5px;
  vertical-align: 1px;
}
.o-m__form-content form .hs-form-field .hs-error-msgs label {
  font-size: 12px;
  color: #e55927;
  padding: 5px 0 0 5px;
}
.o-m__form-content form .hs-form-field input[type=text],
.o-m__form-content form .hs-form-field input[type=email],
.o-m__form-content form .hs-form-field textarea,
.o-m__form-content form .hs-form-field select {
  display: block;
  color: #323232;
  font-size: 15px;
  width: 100%;
  padding: 5px 10px;
  line-height: 31px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  .o-m__form-content form .hs-form-field input[type=text],
  .o-m__form-content form .hs-form-field input[type=email],
  .o-m__form-content form .hs-form-field textarea,
  .o-m__form-content form .hs-form-field select {
    font-size: 14px;
  }
}
.o-m__form-content form .hs-form-field input[type=text]:-moz-placeholder,
.o-m__form-content form .hs-form-field input[type=email]:-moz-placeholder,
.o-m__form-content form .hs-form-field textarea:-moz-placeholder,
.o-m__form-content form .hs-form-field select:-moz-placeholder {
  color: #e6e6e6;
}
.o-m__form-content form .hs-form-field input[type=text]::-webkit-input-placeholder,
.o-m__form-content form .hs-form-field input[type=email]::-webkit-input-placeholder,
.o-m__form-content form .hs-form-field textarea::-webkit-input-placeholder,
.o-m__form-content form .hs-form-field select::-webkit-input-placeholder {
  color: #e6e6e6;
}
.o-m__form-content form .hs-form-field input[type=text]:focus,
.o-m__form-content form .hs-form-field input[type=email]:focus,
.o-m__form-content form .hs-form-field textarea:focus,
.o-m__form-content form .hs-form-field select:focus {
  border: 1px solid #66BD1E;
}
.o-m__form-content form .hs-form-field input[type=text].error,
.o-m__form-content form .hs-form-field input[type=email].error,
.o-m__form-content form .hs-form-field textarea.error,
.o-m__form-content form .hs-form-field select.error {
  border: 1px solid #e55927;
}
.o-m__form-content form .hs-form-field input[type=text].error:focus,
.o-m__form-content form .hs-form-field input[type=email].error:focus,
.o-m__form-content form .hs-form-field textarea.error:focus,
.o-m__form-content form .hs-form-field select.error:focus {
  border: 1px solid #e55927;
}
.o-m__form-content form input[type=text],
.o-m__form-content form input[type=email],
.o-m__form-content form select {
  height: 41px;
}
.o-m__form-content form textarea {
  height: auto;
}
.o-m__form-content form .hs-fieldtype-select > .input {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.o-m__form-content form .hs-fieldtype-select > .input:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #706d6d;
  border-right: 1px solid #706d6d;
  right: 15px;
  top: calc(50% - 5px);
  transform: rotate(135deg);
}
.o-m__form-content form .hs-form-checkbox {
  display: inline-block;
  padding-right: 15px;
}
@media screen and (max-width: 576px) {
  .o-m__form-content form .hs-form-checkbox {
    display: inline-block;
    width: 46%;
    font-size: 13px;
    margin: 5px;
    padding-right: 0;
  }
  .o-m__form-content form .hs-form-checkbox label {
    margin-bottom: 0;
    background: #fff;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
  }
}
.o-m__form-content form .hs-form-checkbox span {
  vertical-align: -2px;
}
@media screen and (max-width: 576px) {
  .o-m__form-content form .hs-form-checkbox span {
    font-size: 13px;
  }
}
.o-m__form-content form .hs-form-checkbox input[type=checkbox] {
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-m__form-content form .hs-form-checkbox input[type=checkbox] {
    padding-left: 25px;
  }
}
.o-m__form-content form .hs-form-checkbox input[type=checkbox]::before,
.o-m__form-content form .hs-form-checkbox input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.o-m__form-content form .hs-form-checkbox input[type=checkbox]::before {
  border-radius: 0%;
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 48%;
  left: 5px;
}
@media screen and (max-width: 576px) {
  .o-m__form-content form .hs-form-checkbox input[type=checkbox]::before {
    left: 0;
  }
}
.o-m__form-content form .hs-form-checkbox input[type=checkbox]::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  top: -4px;
  left: 10px;
}
@media screen and (max-width: 576px) {
  .o-m__form-content form .hs-form-checkbox input[type=checkbox]::after {
    left: 5px;
  }
}
.o-m__form-content form .hs-form-checkbox input[type=checkbox]:checked + span {
  color: #267D00;
}
.o-m__form-content form .hs-form-checkbox input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}
.o-m__form-content form .hs-form-checkbox input[type=checkbox]:checked::before {
  background: #267D00;
}
.o-m__form-content form .legal-consent-container {
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
}
.o-m__form-content form input[type=submit] {
  display: block;
  margin: 20px auto 0;
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  line-height: 1;
  padding: 30px 25px 24px;
  background-color: #E55927;
  border: 3px solid #FFF;
  color: #FFF;
  font-size: 16px;
  width: 450px;
  position: relative;
}
.o-m__form-content form input[type=submit]::after {
  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 white;
  border-right: 3px solid white;
}
@media screen and (max-width: 768px) {
  .o-m__form-content form input[type=submit] {
    font-size: 16px;
    padding: 20px 15px 14px;
    width: 277px;
    line-height: 1.3;
  }
}
.o-m__form-content form input[type=submit]:hover {
  background-color: #FFF;
  border: 3px solid #E55927;
  color: #E55927;
}

@supports (-webkit-touch-callout: none) {
  .o-m__form-content form .hs-form-checkbox input[type=checkbox]:checked::after {
    top: 3px;
  }
}
.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__support-content {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 576px) {
  .o-m__support-content {
    display: block;
  }
}
.o-m__support-content li {
  background: none;
}
.o-m__support-content li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.o-m__support-content li h3 {
  font-size: 18px;
  font-weight: 700;
  color: #267D00;
  margin: 20px auto;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .o-m__support-content li h3 {
    margin: 20px auto 15px;
  }
}
.o-m__support-content li p {
  text-align: justify;
  padding: 0 5px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .o-m__support-content li p {
    font-size: 14px;
  }
}
.o-m__support-content .o-m__support-content_li {
  margin-bottom: 0 !important;
  padding: 40px 0 !important;
}
@media screen and (max-width: 576px) {
  .o-m__support-content .o-m__support-content_li {
    margin: 0 auto;
    padding: 0 0 20px 0 !important;
  }
}
.o-m__support_cta {
  margin-top: 70px;
  background: #F4F9F1;
  border-radius: 10px;
  max-width: 510px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 576px) {
  .o-m__support_cta {
    max-width: 100%;
    padding: 20px;
  }
}
.o-m__support_cta_inner {
  display: flex;
  justify-content: space-around;
}
.o-m__support_cta_inner_icon {
  background-color: #FFF;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 576px) {
  .o-m__support_cta_inner_icon {
    width: 80px;
    height: 80px;
  }
  .o-m__support_cta_inner_icon img {
    width: 56px;
    height: 56px;
  }
}
.o-m__support_cta_inner_title {
  padding-left: 30px;
}
@media screen and (max-width: 576px) {
  .o-m__support_cta_inner_title {
    padding-left: 15px;
  }
}
.o-m__support_cta_inner_title p {
  font-size: 14px;
  color: #267D00;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .o-m__support_cta_inner_title p {
    font-size: 12px;
  }
}
.o-m__support_cta_inner_title h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .o-m__support_cta_inner_title h4 {
    font-size: 18px;
  }
}
.o-m__support_cta .o-c__cta-link_border {
  display: block;
  margin: 30px auto 0 auto;
  box-shadow: none;
  width: 370px;
  text-align: inherit;
}
@media screen and (max-width: 576px) {
  .o-m__support_cta .o-c__cta-link_border {
    width: 100%;
    font-size: 16px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .o-m__support_cta .o-c__cta-link_border .o-c__cta-link_orange_free_reversal {
    margin-right: 10px;
    top: -1px;
  }
}

.p__top-more-benefit {
  background: #fff;
}
.p__top-more-benefit_heading {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p__top-more-benefit_heading {
    font-size: 22px;
  }
}
.p__top-more-benefit .payment-flow {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .p__top-more-benefit .payment-flow {
    gap: 80px;
  }
}
@media screen and (max-width: 860px) {
  .p__top-more-benefit .payment-flow {
    grid-template-columns: 1fr 4fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p__top-more-benefit .payment-flow {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.p__top-more-benefit .payment-flow__item {
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p__top-more-benefit .payment-flow__item {
    padding: 20px 10px;
  }
}
.p__top-more-benefit .payment-flow__item--system {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p__top-more-benefit .payment-flow__item--system {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p__top-more-benefit .payment-flow__item--system .o-c__list-check {
    text-align: left;
    display: inline-block;
  }
}
.p__top-more-benefit .payment-flow__item--system .payment-flow__icon {
  margin: 0 30px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p__top-more-benefit .payment-flow__item--system .payment-flow__icon {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p__top-more-benefit .payment-flow__item--system .payment-flow__icon {
    margin: 0 auto 10px;
  }
}
.p__top-more-benefit .payment-flow__label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p__top-more-benefit .payment-flow__label {
    margin-bottom: 5px;
  }
}
.p__top-more-benefit .payment-flow__icon {
  margin: 0px auto;
}
.p__top-more-benefit .payment-flow__icon--circle {
  background-color: #fff;
  border-radius: 60px;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
}
.p__top-more-benefit .payment-flow__caption {
  width: 90px;
  text-align: center;
  font-size: 15px;
  position: absolute;
  left: -100px;
  top: calc(50% - 30px);
  color: #267D00;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p__top-more-benefit .payment-flow__caption {
    width: 70px;
    left: -80px;
  }
}
@media screen and (max-width: 768px) {
  .p__top-more-benefit .payment-flow__caption {
    width: 100%;
    height: 50px;
    top: -60px;
    left: 0;
    font-size: 16px;
    text-align: left;
    padding: 15px 0 0 calc(50% - 100px);
  }
}
.p__top-more-benefit .payment-flow__caption::before {
  content: "";
  position: absolute;
  top: calc(50% + 30px);
  left: 0;
  width: calc(100% + 2px);
  height: 1px;
  background-color: #267D00;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p__top-more-benefit .payment-flow__caption::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
  }
}
.p__top-more-benefit .payment-flow__caption::after {
  content: "";
  position: absolute;
  top: calc(50% + 30px);
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #267D00;
  border-right: 1px solid #267D00;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p__top-more-benefit .payment-flow__caption::after {
    top: auto;
    bottom: 4px;
    left: 50%;
    right: auto;
    width: 25px;
    height: 25px;
    transform: translateX(-50%) rotate(135deg);
  }
}
.p__top-reason_content {
  margin-top: 20px;
}
.p__top-reason_content_head {
  display: flex;
  padding: 0 0 30px;
}
.p__top-reason_content_head_left {
  width: 365px;
}
.p__top-reason_content_head_right {
  width: 635px;
  padding: 30px 0 0 30px;
}
.p__top-reason_content_head_right h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 0 15px;
}
.p__top-reason_content_head_right_text {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  .p__top-reason_content_head {
    display: block;
    padding: 0 0 20px;
  }
  .p__top-reason_content_head_left {
    display: block;
    width: 90%;
    margin: 0px auto;
  }
  .p__top-reason_content_head_right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .p__top-reason_content_head_right h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .p__top-reason_content_head_right_text {
    font-size: 14px;
    line-height: 22px;
  }
}
.p__top-reason_content_data {
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 35px 35px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p__top-reason_content_data {
    padding: 40px 20px 30px;
  }
}
.p__top-reason_content_data:last-child {
  margin: 0;
}
.p__top-reason_content_data_circle {
  background-color: #F4F9F1;
  width: 62px;
  height: 62px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: #267D00;
  padding: 10px 0 0;
  font-weight: 700;
  line-height: 1.2;
}
.p__top-reason_content_data_circle_text {
  font-size: 10px;
}
.p__top-reason_content_data_circle_num {
  font-size: 24px;
}
.p__top-reason_content_data_image {
  width: 37%;
}
@media screen and (max-width: 576px) {
  .p__top-reason_content_data_image {
    width: 100%;
  }
}
.p__top-reason_content_data_detail {
  width: 60%;
}
@media screen and (max-width: 576px) {
  .p__top-reason_content_data_detail {
    width: 100%;
  }
}
.p__top-reason_content_data_title {
  padding: 0 0 15px;
}
.p__top-reason_content_data_title_sub {
  font-size: 16px;
  font-weight: 700;
  color: #267D00;
}
.p__top-reason_content_data_title_main {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .p__top-reason_content_data_title {
    padding: 25px 0 15px;
  }
  .p__top-reason_content_data_title_sub {
    font-size: 16px;
    padding: 0 0 10px;
  }
  .p__top-reason_content_data_title_main {
    font-size: 18px;
  }
}
.p__top-reason_content_data_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.p__top-reason_content_data_text_note {
  font-size: 10px;
}
.p__top-reason_content_data_text_btn {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .p__top-reason_content_data_text_btn {
    text-align: center;
  }
}
.p__top-reason_content_data_hide_list {
  padding: 20px 0 0;
  text-align: center;
}
.p__top-reason_content_data_hide_list_box {
  height: auto;
  padding: 0;
  margin: 15px auto 0 5px;
}
@media screen and (max-width: 576px) {
  .p__top-reason_content_data_hide_list_box {
    padding: 0;
    margin: 0 auto;
  }
}
.p__top-reason_content_data_hide_list_box li {
  position: relative;
  padding: 6px 0 0 25px;
  text-align: left;
}
.p__top-reason_content_data_hide_list_box li:first-child {
  margin-bottom: 10px;
}
.p__top-reason_content_data_hide_list_box li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #267D00;
  border-radius: 11px;
}
.p__top-reason_content_data_hide_list_box li:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 2px;
  left: 5px;
  bottom: -1px;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid white;
  border-right: 2px solid white;
  z-index: 10;
}
.p__top-reason_content_data ._left_style {
  float: left;
}
@media screen and (max-width: 576px) {
  .p__top-reason_content_data ._left_style {
    float: none;
  }
}
.p__top-reason_content_data ._right_style {
  float: right;
}
@media screen and (max-width: 576px) {
  .p__top-reason_content_data ._right_style {
    float: none;
  }
}
.p__top-reason_content_data_clear {
  overflow: hidden;
}
.p__top-reason_note {
  padding-bottom: 30px;
}
.p__top-reason_note_text {
  font-size: 10px;
}
.p__top-benefits_content {
  background-color: #FFF;
  border-radius: 10px;
  padding: 45px;
  width: 850px;
  margin: 0 auto;
}
.p__top-benefits_content_image {
  width: 597px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .p__top-benefits_content {
    width: 100%;
    padding: 20px;
  }
  .p__top-benefits_content_image {
    width: 100%;
    height: auto;
  }
}
.p__top-benefits_note {
  width: 850px;
  margin: 0 auto;
}
.p__top-benefits_note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
@media screen and (max-width: 576px) {
  .p__top-benefits_note {
    width: 100%;
  }
}
.p__top-flow_content {
  width: 560px;
  margin: 0 auto;
}
.p__top-flow_content_video {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 20.8%;
  aspect-ratio: 16/9;
}
.p__top-flow_content_video img, .p__top-flow_content_video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 576px) {
  .p__top-flow_content {
    width: 100%;
  }
}
.p__top-news_content_list {
  display: flex;
  justify-content: center;
}
.p__top-news_content_item {
  width: 115px;
}
.p__top-news_content_item_button {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0 20px 10px;
  line-height: 1;
  color: #969696;
  border-bottom: 1px solid #969696;
}
.p__top-news_content_item_button[aria-selected=true] {
  color: #267D00;
  border-bottom: 1px solid #267D00;
}
.p__top-news_content_tab .tab-panel[aria-hidden=false] {
  display: block;
}
.p__top-news_content_tab .tab-panel[aria-hidden=true] {
  display: none;
}
.p__top-news_content_link {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  text-decoration: none;
}
.p__top-news_content_link_date {
  display: inline-block;
  width: 15%;
  color: #969696;
}
.p__top-news_content_link_title {
  display: inline-block;
  width: 85%;
  color: #323232;
}
.p__top-news_content_link:hover .p__top-news_content_link_title {
  color: #267D00;
}
@media screen and (max-width: 576px) {
  .p__top-news_content_link {
    display: block;
    padding: 15px;
  }
  .p__top-news_content_link_date {
    width: 100%;
    font-size: 14px;
    padding: 0 0 5px;
  }
  .p__top-news_content_link_title {
    width: 100%;
    font-size: 14px;
  }
}
.p__top-news_content_btn {
  text-align: center;
  padding: 30px 0 0;
}
.p__top-chohyo_list {
  display: contents;
}
.p__top-chohyo_list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p__top-chohyo_list-wrap {
    width: 100%;
    gap: 10px;
  }
}
.p__top-chohyo_list li {
  background: #F4F9F1;
  color: #267D00;
  padding: 15px;
  border-radius: 10px;
  width: 200px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__top-chohyo_list li {
    padding: 10px 0;
    width: calc((100% - 20px) / 3);
    font-size: 14px;
  }
}
.p__top-chohyo_etc {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p__top-chohyo_etc {
    font-size: 14px;
  }
}

.hs-form-field > label {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

.hs-input.error {
  border-color: #ffdadf !important;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  background: #fff1f3;
}

.hs_error_rollup .hs-main-font-element {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ed6c56;
  color: #ed6c56;
  padding: 5px 10px;
  cursor: default;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.p__top-keiribu__list {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  width: 530px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .p__top-keiribu__list {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p__top-keiribu__item {
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p__top-keiribu__item {
    padding: 20px 10px;
  }
}
.p__top-keiribu__item--plus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.p__top-keiribu__item--meisai {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #267D00;
}
.p__top-keiribu__label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__top-keiribu__label {
    margin-bottom: 5px;
  }
}
.p__top-keiribu__plus {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.p__top-keiribu__plus::before, .p__top-keiribu__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #267D00;
  transform: translate(-50%, -50%);
}
.p__top-keiribu__plus::before {
  width: 44px;
  height: 5px;
}
.p__top-keiribu__plus::after {
  width: 5px;
  height: 44px;
}
.p__top-keiribu__icon {
  margin: 0px auto;
}
.p__top-keiribu__logo {
  width: 144px;
}
.p__top-keiribu_annotation .f__common-text_annotation {
  margin-bottom: 0px;
}/*# sourceMappingURL=top.css.map */