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

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

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

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

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

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

.o-m__about-logo {
  display: inline-block;
  width: 180px;
  height: 56px;
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .o-m__about-logo {
    width: 157px;
    height: 48px;
  }
}
.o-m__about-content {
  position: relative;
}
.o-m__about-content_flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__about-content_flow {
    padding: 0 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow {
    display: block;
    padding: 0;
  }
}
.o-m__about-content_flow_data {
  width: 300px;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .o-m__about-content_flow_data {
    width: 28%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data {
    width: 100%;
    margin: 0 0 80px;
  }
  .o-m__about-content_flow_data:last-child {
    margin: 0;
  }
}
.o-m__about-content_flow_data_icon {
  display: block;
  width: 100px;
  height: 110px;
  margin: -20px auto 0;
  text-align: center;
}
.o-m__about-content_flow_data_icon img {
  height: auto;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
  }
}
.o-m__about-content_flow_data dt {
  position: absolute;
  width: 120px;
  line-height: 1;
  left: 50%;
  top: 75px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 8px 0;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
  color: #007bc7;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data dt {
    width: 100px;
    font-size: 16px;
    position: absolute;
    top: -15px;
  }
}
.o-m__about-content_flow_data dd {
  min-height: 160px;
  background-color: #edf7ff;
  padding: 35px 25px 25px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data dd {
    min-height: 0;
    padding: 30px 20px 20px 85px;
    font-size: 12px;
    line-height: 1.8;
  }
}
.o-m__about-content_flow_data_arrow {
  position: absolute;
  top: 115px;
  right: -40px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_arrow {
    top: auto;
    left: 33%;
    right: auto;
    bottom: -40px;
    font-size: 14px;
  }
}
.o-m__about-content_flow_data_arrow_check {
  position: relative;
}
.o-m__about-content_flow_data_arrow_check:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -45px;
  left: 3px;
  width: 28px;
  height: 38px;
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_arrow_check:after {
    bottom: auto;
    top: -20px;
    left: 60px;
    width: 38px;
    height: 52px;
    transform: translateX(-50%) rotate(0deg);
  }
}
.o-m__about-content_flow_data_arrow:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 33px;
  height: 33px;
  background-color: #007bc7;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_arrow:before {
    top: -8px;
    right: 40px;
  }
}
.o-m__about-content_flow_data_arrow:after {
  content: "";
  width: 12px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: block;
  position: absolute;
  left: 10px;
  top: -29px;
  transform: rotate(135deg);
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_arrow:after {
    width: 12px;
    height: 8px;
    left: -34px;
    top: 2px;
  }
}
.o-m__about-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__about.f__common-bgcolor_blue .o-m__about-content_flow_data dt {
  background-color: #edf7ff;
}
.o-m__about.f__common-bgcolor_blue .o-m__about-content_flow_data dd {
  background-color: #FFF;
}
.o-m__about.f__common-bgcolor_gray .o-m__about-content_flow_data dt {
  background-color: #f6f6f6;
}
.o-m__about.f__common-bgcolor_gray .o-m__about-content_flow_data dd {
  background-color: #FFF;
}

.o-m__about {
  padding: 20px 0 70px;
}
@media screen and (max-width: 576px) {
  .o-m__about {
    padding: 50px 0;
  }
  .o-m__about .o-c__heading-lead {
    text-align: left;
  }
}

.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: #007bc7;
  padding: 30px 0;
}
.o-m__case-list_slide_photo {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: auto;
  border-radius: 10px;
}
.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: #007bc7;
  min-width: 150px;
  display: grid;
  place-items: center;
}
.o-m__case-list_slide_point ul {
  border-left: 1px solid #007bc7;
  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: #007bc7;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}
.o-m__case-list_slide_voice {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide_voice {
    padding: 0 50px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.o-m__case-list_slide_link {
  padding: 25px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide {
    padding: 0px 0px 20px;
  }
  .o-m__case-list_slide_title {
    font-size: 14px;
    padding: 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 #007bc7;
    border-right: solid 2px #007bc7;
    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: #007bc7 !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: #007bc7;
  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: #007bc7;
    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: #007bc7;
  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: #007bc7;
    position: absolute;
    left: 0;
  }
  .o-m__case .swiper-button-next:after {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}

.o-m__case-list_slide_logo {
  width: auto;
  height: 60px;
  max-height: 60px;
  max-width: none;
}

.o-m__case-list_slide_title {
  padding: 10px 0 30px;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide_title {
    padding: 5px 0 20px;
  }
}

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

@media screen and (max-width: 576px) {
  .o-m__rseries .o-c__heading-lead {
    text-align: left;
  }
}
.o-m__rseries-content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list {
    display: block;
  }
  .o-m__rseries-content_list._other_series {
    display: flex;
    justify-content: space-between;
  }
  .o-m__rseries-content_list._other_series .o-m__rseries-content_list_item {
    width: 48%;
  }
}
.o-m__rseries-content_list_item {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  padding: 30px 0 25px;
  border-radius: 10px;
  text-align: center;
  transition: all ease 0.3s;
}
.o-m__rseries-content_list_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item a .o-c__btn-link {
    padding: 10px 35px 7px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item {
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 0 15px;
  }
}
.o-m__rseries-content_list_item_logo {
  display: block;
  margin: 0 auto;
  width: 175px;
  padding-bottom: 22px;
}
.o-m__rseries-content_list_item_logo.w-large {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_logo {
    width: 145px;
    height: auto;
    padding-bottom: 20px;
  }
  .o-m__rseries-content_list_item_logo img {
    width: 100%;
    height: auto;
  }
}
.o-m__rseries-content_list_item_name {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #464646;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.o-m__rseries-content_list_item_ttl {
  display: block;
  color: #323232;
  font-size: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.o-m__rseries-content_list_item ._sub_title {
  font-size: 14px;
  padding-bottom: 10px;
}
.o-m__rseries-content_list_item ._meisai {
  background-color: #267d00;
  border-color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover {
  background-color: #fff;
  color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover:after {
  border-top: 2px solid #267d00;
  border-right: 2px solid #267d00;
}
.o-m__rseries-content_list_item ._hanbai {
  background-color: #f53c20;
  border-color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover {
  background-color: #fff;
  color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover:after {
  border-top: 2px solid #f53c20;
  border-right: 2px solid #f53c20;
}
.o-m__rseries-content_list_item ._kintai {
  background-color: #2531b7;
  border-color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover {
  background-color: #fff;
  color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
.o-m__rseries-content_list_item ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover {
  background-color: #fff;
  color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover:after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
.o-m__rseries-content_list_item ._partner {
  background-color: #464646;
  border-color: #464646;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #fff;
  color: #464646;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover {
  background-color: #fff;
  color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover:after {
  border-top: 2px solid #a43fd1;
  border-right: 2px solid #a43fd1;
}
.o-m__rseries-content_list_item ._seikyu {
  background-color: #0ba578;
  border-color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover {
  background-color: #fff;
  color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.o-m__rseries-content_list_item ._saikenkanri {
  background-color: #00ad0e;
  border-color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover {
  background-color: #fff;
  color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover:after {
  border-top: 2px solid #00ad0e;
  border-right: 2px solid #00ad0e;
}
.o-m__rseries-content_list_item ._jinjiroumu {
  background-color: #107de8;
  border-color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover {
  background-color: #fff;
  color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover:after {
  border-top: 2px solid #107de8;
  border-right: 2px solid #107de8;
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 40px) / 5);
}
.o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
    width: 145px;
  }
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo.w-large {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) {
    width: 100%;
  }
}

.o-m__lp-form {
  background-color: #007bc7;
}
.o-m__lp-form-content {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .o-m__lp-form-content {
    padding: 0 20px;
  }
}
.o-m__lp-form-content_lead {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  padding: 0 0 30px;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }
}
.o-m__lp-form-content_balloon {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  position: relative;
  padding: 13px 35px 10px;
  white-space: nowrap;
  background-color: #fff;
  color: #007bc7;
}
.o-m__lp-form-content_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-top: 15px solid #fff;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_balloon {
    font-size: 14px;
    padding: 10px 25px 7px;
  }
}
.o-m__lp-form-content_form {
  background-color: #fff;
  padding: 55px;
  border-radius: 10px;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .o-m__lp-form-content_form {
    width: 100%;
    padding: 15px;
    border-radius: 0;
  }
}
.o-m__lp-form-content_form label {
  display: block;
  position: relative;
  padding: 1px 0 5px 38px;
  font-weight: 700;
  font-size: 14px;
}
.o-m__lp-form-content_form label .hs-form-required {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fae58e;
  color: #323232;
  font-size: 12px;
  padding: 2px 4px 1px;
  border-radius: 3px;
}
.o-m__lp-form-content_form .hs-fieldtype-checkbox label {
  padding: 0 0 10px;
}
.o-m__lp-form-content_form .hs-error-msg {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  background-color: #ed6c56;
  color: #fff;
  padding: 2px 7px 1px;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}
.o-m__lp-form-content_form .hs-error-msg:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 20px;
  top: -7px;
  transform: translateX(-50%);
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-bottom: 8px solid #ed6c56;
}
.o-m__lp-form-content_form .hs_prefecture,
.o-m__lp-form-content_form .hs_how_to_know {
  position: relative;
}
.o-m__lp-form-content_form .hs_prefecture:after,
.o-m__lp-form-content_form .hs_how_to_know:after {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid #007bc7;
  border-bottom: 2px solid #007bc7;
  transform: rotate(-45deg);
  position: absolute;
  right: 18px;
  top: 43px;
}
.o-m__lp-form-content_form .input {
  display: block;
  padding: 0 0 10px 0;
  margin: 0;
}
.o-m__lp-form-content_form .input input[type=text],
.o-m__lp-form-content_form .input input[type=email],
.o-m__lp-form-content_form .input input[type=tel],
.o-m__lp-form-content_form .input textarea,
.o-m__lp-form-content_form .input select {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 100% !important;
  border: 1px solid #e6e6e6;
}
.o-m__lp-form-content_form .input input[type=text]:focus,
.o-m__lp-form-content_form .input input[type=email]:focus,
.o-m__lp-form-content_form .input input[type=tel]:focus,
.o-m__lp-form-content_form .input textarea:focus,
.o-m__lp-form-content_form .input select:focus {
  border-color: #007bc7;
  background-color: #edf7ff;
}
.o-m__lp-form-content_form .input input[type=text].error,
.o-m__lp-form-content_form .input input[type=email].error,
.o-m__lp-form-content_form .input input[type=tel].error,
.o-m__lp-form-content_form .input textarea.error,
.o-m__lp-form-content_form .input select.error {
  border-color: #ffdadf;
  background: #fff1f3;
}
.o-m__lp-form-content_form .input select {
  color: #323232;
}
.o-m__lp-form-content_form .input ul {
  display: flex;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox {
  line-height: 1;
  padding-left: 15px;
  margin-right: 15px;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0%;
  width: 17px;
  height: 17px;
  top: -6px;
  left: -18px;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]:checked:before {
  background-color: #a3d7fd;
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  height: 6px;
  width: 10px;
  top: -2px;
  left: -15px;
  border-width: 2px;
  border-bottom: 2px solid #007bc7;
  border-left: 2px solid #007bc7;
  transform: rotate(-45deg);
}
.o-m__lp-form-content_form .input ul .hs-form-checkbox label input[type=checkbox]:checked:after {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_form .input ul {
    display: block;
  }
  .o-m__lp-form-content_form .input ul li {
    margin-bottom: 10px;
  }
}
.o-m__lp-form-content_form .hs-richtext {
  font-size: 10px;
  padding: 10px 0 20px;
  text-align: center;
}
.o-m__lp-form-content_form .hs-richtext a {
  color: #007bc7;
  text-decoration: underline;
}
.o-m__lp-form-content_form .actions {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.o-m__lp-form-content_form .actions:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.o-m__lp-form-content_form .actions .hs-button {
  display: inline-block;
  background-color: #ff852b;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.o-m__lp-form-content_text {
  padding: 20px 0 0;
  font-size: 10px;
  text-align: center;
}
.o-m__lp-form-content_text._fv {
  text-align: left;
}
@media screen and (max-width: 576px) {
  .o-m__lp-form-content_text {
    text-align: left;
  }
}
.o-m__lp-form-content .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;
}

.old_content .input {
  margin-right: 0 !important;
}
.old_content fieldset.form-columns-2 .hs-form-field {
  width: 49%;
}
.old_content fieldset.form-columns-2 .hs-form-field:first-of-type {
  margin-right: 2%;
}
.old_content .hs-form {
  margin: 0 auto;
}
.old_content .hs-form > fieldset {
  margin: 0;
  padding: 0;
  max-width: 1000px;
}
.old_content .hs-form > fieldset .field {
  margin-bottom: 5px;
}
.old_content .hs-form-field > label {
  width: 100%;
  position: relative;
  cursor: default;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-top: 5px;
  color: #007bc7;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
.old_content .hs-form-field > label > span {
  font-size: 15px;
  font-weight: bold;
  color: #007bc7;
}
.old_content .hs-form-field .hs-form-required {
  color: white;
  background-color: #007bc7;
  font-size: 73%;
  border-radius: 5px;
  padding: 2px 4px;
  margin: -2px 4px 0 0;
}
.old_content .hs-form-field .hs-error-msg {
  font-size: 12px;
  color: #ed6c56;
  padding-left: 0px;
  text-align: left;
}
.old_content .hs-form fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #414141;
}
.old_content .hs-form.stacked legend {
  margin-left: 0;
}
.old_content .hs-form .hs-field-desc {
  color: #aaa;
  margin: 0px 0px 5px 150px;
  font-size: 10px;
  line-height: 12px;
}
.old_content .legal-consent-container .hs-richtext {
  margin-top: 10px;
  margin-bottom: 3px;
  line-height: 16px;
  font-size: 11px;
  color: #414141;
  text-align: center;
  text-align: left;
}
.old_content .hs-addtxt-gray {
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}
.old_content .hs-fieldtype-select .hs-input, .old_content .hs-fieldtype-text .hs-input {
  display: inline-block;
  width: 100% !important;
  height: 45px;
  padding: 3px 10px;
  background-color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #706d6d;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.old_content .hs-input::-moz-placeholder {
  color: #b7b6b6;
}
.old_content .hs-input:focus {
  border: 2px solid #323232;
  outline: 0;
}
.old_content .hs-input.error {
  border-color: #ffdadf;
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  background: #fff1f3;
}
.old_content select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}
.old_content select.hs-input option {
  cursor: pointer;
  background-color: white;
  font-size: 16px;
}
.old_content select.hs-input:focus {
  z-index: 3;
  width: 100%;
  border: 1px solid #ffdadf;
  border: 1px solid -webkit-focus-ring-color;
  background: #fff1f3;
  outline-offset: -2px;
}
.old_content .hs-fieldtype-select {
  position: relative;
}
.old_content .hs-fieldtype-select:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #706d6d;
  border-right: 1px solid #706d6d;
  right: 25px;
  top: 49px;
  transform: rotate(135deg);
}
.old_content .hs-button {
  outline: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 22px 20px 20px;
  border-radius: 1000px;
  font-size: 22px;
  background: #ff852b;
  border: 3px solid #fff;
  color: #fff;
  margin: 20px auto 10px auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 500px;
  font-weight: bold;
  line-height: 1.4;
}
.old_content .hs-button:hover {
  color: #ff852b;
  border-color: #ff852b;
  background: #fff;
}
.old_content .hs-submit .actions {
  text-align: center;
}
.old_content .cloud_formtitle {
  background: #f6f6f6;
  padding: 30px;
  color: #007bc7;
  text-align: center;
  font-size: 20px;
}
.old_content .cloud_formtitle h2 {
  font-size: 130%;
  text-align: center;
  margin-top: 20px;
  padding-top: 30px;
  font-weight: bold;
  border-top: 1px solid #ccc;
}
.old_content .cloud_formtitle {
  position: relative;
}
.old_content .cloud_formtitle h2 {
  padding-top: 0;
  border-top: none;
  line-height: 1.4;
}
.old_content .cloud_formtitle p {
  line-height: 1.3;
}
.old_content .cloud_formtitle p.lead {
  color: #333;
  font-size: 16px;
  margin-top: 20px;
}
.old_content .cloud_formtitle p.lead.border-bottom {
  border-bottom: 1px solid #007bc7;
  padding-bottom: 30px;
}
.old_content .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;
}

@media screen and (max-width: 768px) {
  .old_content .hs-form-field > label {
    align-items: baseline;
  }
}
@media screen and (max-width: 768px) {
  .old_content .hs-form-field .hs-form-required {
    position: relative;
    top: -2px;
    font-size: 10px;
    width: auto;
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .old_content .hs-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .old_content .cloud_formtitle {
    background: #f6f6f6;
    padding: 10px;
    color: #007bc7;
    text-align: left;
    font-size: 14px;
  }
  .old_content .cloud_formtitle::before {
    width: 120px;
    height: 105px;
    background-position: -10px 20px;
    top: -50px;
    left: -50px;
  }
}
@media screen and (max-width: 425px) {
  .old_content _:future {
    top: calc(50% - 5px);
  }
}
.p-f__f_journalize-works .o-c__heading-h1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .p-f__f_journalize-works .o-c__heading-h1 {
    font-size: 25px;
  }
}
.p-f__f_journalize-works .o-c__heading-lead-wrap {
  display: inline-block;
  vertical-align: top;
  padding-left: 168px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-f__f_journalize-works .o-c__heading-lead-wrap {
    padding-left: 0;
  }
}
.p-f__f_journalize-works .o-c__heading-lead-wrap-icon {
  width: 150px;
  height: 150px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .p-f__f_journalize-works .o-c__heading-lead-wrap-icon {
    display: none;
  }
}
.p-f__f_journalize-works .o-c__heading-lead-wrap-text {
  text-align: left;
}
.p-f__f_journalize-works_list {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-works_list {
    padding: 10px 0;
  }
}
.p-f__f_journalize-works_list_item {
  width: 25%;
  padding: 5px 10px 5px 20px;
  border-right: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-works_list_item {
    width: 50%;
    font-size: 12px;
  }
}
.p-f__f_journalize-works_list_item:nth-of-type(4n) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-works_list_item:nth-of-type(2n) {
    border-right: none;
  }
}
.p-f__f_journalize-contact .hbspt-form {
  width: 100%;
  margin: 0 auto !important;
  box-sizing: border-box;
  background: #f6f6f6;
}
@media screen and (min-width: 769px) {
  .p-f__f_journalize-contact .price-system {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-f__f_journalize-contact .price-system__title {
  font-size: 20px;
  font-weight: bold;
  color: #007bc7;
  margin-bottom: 10px;
}
.p-f__f_journalize-contact .price-system__main-text {
  font-size: 18px;
}
.p-f__f_journalize-contact .price-system__main-text-amount {
  font-size: 30px;
  font-weight: bold;
}
.p-f__f_journalize-contact .price-system__tax {
  text-align: right;
  font-size: 14px;
}
.p-f__f_journalize-contact .price-system-box-mini-image {
  position: relative;
  overflow: hidden;
}
.p-f__f_journalize-contact .price-system-box-mini-image::after {
  display: block;
  position: absolute;
  content: "";
  background: url(/rakurakucloud/seisan/asset/image/photo/talent_natsuko_point.png) bottom -87px left -14px/170px auto no-repeat;
  width: 130px;
  height: 140px;
  left: 0;
  bottom: 0;
}
.p-f__f_journalize-contact .price-system-box {
  background: #e5f2f9;
  padding: 30px 20px;
  border-radius: 6px;
}
.p-f__f_journalize-contact .price-system-box__title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #007bc7;
}
.p-f__f_journalize-contact .price-system-box__lead {
  text-align: center;
  margin-bottom: 20px;
}
.p-f__f_journalize-contact .price-system-box__text {
  font-weight: bold;
  color: #007bc7;
  padding-left: 112px;
  font-size: 15px;
}
.p-f__f_journalize-contact__plus {
  text-align: center;
  font-size: 50px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-f__f_journalize-contact__plus {
    font-size: 60px;
    padding: 6px;
  }
}
.p-f__f_journalize-contact__box {
  text-align: center;
  background-color: #fff;
  padding: 20px 20px 10px;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .p-f__f_journalize-contact__box {
    width: calc((100% - 110px) / 2);
    padding: 30px 16px 20px;
  }
}
.p-f__f_journalize-contact .cloud_formtitle {
  border-radius: 10px 10px 0 0;
}
.p-f__f_journalize-contact .cloud_formtitle p.lead {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 25px;
}
.p-f__f_journalize-contact .cloud_formtitle p.lead.border-bottom {
  position: relative;
  border: none;
  padding-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-contact .cloud_formtitle p.lead.border-bottom {
    text-align: left;
  }
}
.p-f__f_journalize-contact .cloud_formtitle::before {
  display: none !important;
}
.p-f__f_journalize-contact .cloud_formtitle {
  position: relative;
  padding: 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-contact .cloud_formtitle {
    padding: 30px 30px 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-f__f_journalize-contact .cloud_formtitle {
    border-radius: 0;
  }
}
.p-f__f_journalize-contact .cloud_formtitle h2 {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
  line-height: 1.4;
  font-size: 30px;
}
.p-f__f_journalize-contact .cloud_formtitle h2 span {
  color: #323232;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-contact .cloud_formtitle h2 {
    font-size: 25px;
  }
}
.p-f__f_journalize-contact .cloud_formcontent {
  border-radius: 0 0 10px 10px;
  background: #f6f6f6;
  padding: 0 30px 30px;
}
@media screen and (max-width: 576px) {
  .p-f__f_journalize-contact .cloud_formcontent {
    border-radius: 0;
  }
}
.p-f__f_journalize-contact .brand-form-style {
  max-width: 700px !important;
  margin: 0px auto !important;
}
.p-f__f_journalize-contact .brand-form-style .hs-form .hs-form-required {
  position: relative;
  left: 0;
  color: #fff;
  background: #007bc7;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 4px 2px;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .p-f__f_journalize-contact .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
}
.p-f__f_journalize-contact .hs-addtxt-gray {
  background: #f6f6f6;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-contact .hs-addtxt-gray {
    border-radius: 0;
    padding: 0 30px 30px;
    text-align: left;
  }
}
.p-f__f_journalize-contact .actions .hs-button {
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-contact .actions .hs-button {
    font-size: 14px;
  }
}
.p-f__f_journalize-case .f-l__common-inner.swiper-container {
  overflow: visible;
}
.p-f__f_journalize-case_list {
  display: flex;
  border-left: solid 1px #e6e6e6;
}
.p-f__f_journalize-case_list_item.swiper-slide {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-case_list_item.swiper-slide {
    width: 100%;
  }
}
.p-f__f_journalize-case_list_item {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: solid 1px #e6e6e6;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-case_list_item {
    padding: 0;
  }
}
.p-f__f_journalize-case_list_item_logo {
  background: #fff;
  padding: 5px 20px;
}
.p-f__f_journalize-case_list_item .o-m__case-list_slide_title {
  padding: 20px 0;
}
.p-f__f_journalize-case .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.p-f__f_journalize-flow {
  text-align: center;
  padding: 0;
}
.p-f__f_journalize-flow-list {
  display: flex;
  margin-top: 65px;
}
.p-f__f_journalize-flow-list-inner {
  position: relative;
  overflow: hidden;
  padding: 55px 20px 55px;
}
.p-f__f_journalize-flow-list-item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  position: relative;
  background: #ffffff;
}
.p-f__f_journalize-flow-list-item:first-child {
  z-index: 5;
}
.p-f__f_journalize-flow-list-item:nth-child(2) {
  z-index: 4;
}
.p-f__f_journalize-flow-list-item:nth-child(3) {
  z-index: 3;
}
.p-f__f_journalize-flow-list-item:last-child {
  margin-right: 0;
}
.p-f__f_journalize-flow-list-item-iconnext {
  position: absolute;
  left: -64px;
  top: 42px;
  height: 50px;
  padding: 8px 11px;
  border-radius: 50px;
  z-index: 2;
}
.p-f__f_journalize-flow-list-item-iconnext .img {
  width: 66px;
}
.p-f__f_journalize-flow-list-item-iconnext .img img {
  width: 100%;
  height: auto;
}
.p-f__f_journalize-flow-list-item-inner {
  position: relative;
  overflow: hidden;
  padding: 55px 20px 55px;
  z-index: 2;
}
.p-f__f_journalize-flow-list-item-step {
  position: absolute;
  left: calc(50% - 36px);
  top: calc(0% - 45px);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #edf7ff;
  font-weight: bold;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: #007bc7;
  padding: 20px 0;
}
.p-f__f_journalize-flow-list-item-step span {
  font-size: 22px;
  line-height: 1;
  display: block;
  margin-top: 2px;
}
.p-f__f_journalize-flow-list-item-tit {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #007bc7;
  text-align: center;
}
.p-f__f_journalize-flow-list-item-Icon {
  position: absolute;
}
.p-f__f_journalize-flow-list-item-Icon.icon01 {
  width: 82px;
  left: calc(50% - 40px);
  top: 114px;
}
.p-f__f_journalize-flow-list-item-Icon.icon02 {
  width: 82px;
  left: calc(50% - 40px);
  top: 113px;
}
.p-f__f_journalize-flow-list-item-Icon img {
  width: 100%;
  height: auto;
}
.p-f__f_journalize-flow-list-item-txt {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  padding-top: 147px;
}
@media screen and (max-width: 768px) {
  .p-f__f_journalize-flow {
    text-align: center;
  }
  .p-f__f_journalize-flow-list {
    display: block;
    margin-top: 48px;
  }
  .p-f__f_journalize-flow-list-inner {
    padding: 47px 20px 27px 115px;
  }
  .p-f__f_journalize-flow-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 64px;
  }
  .p-f__f_journalize-flow-list-item:first-child {
    z-index: 5;
  }
  .p-f__f_journalize-flow-list-item:nth-child(2) {
    z-index: 4;
  }
  .p-f__f_journalize-flow-list-item:nth-child(3) {
    z-index: 3;
  }
  .p-f__f_journalize-flow-list-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .p-f__f_journalize-flow-list-item-iconnext {
    left: calc(50% - 32px);
    top: calc(0% - 80px);
    height: 34px;
    padding: 0;
    border-radius: 0px;
    background: no-repeat;
    z-index: 2;
    transform: rotate(90deg);
  }
  .p-f__f_journalize-flow-list-item-inner {
    padding: 48px 20px 26px 115px;
  }
  .p-f__f_journalize-flow-list-item-step {
    position: absolute;
    left: calc(50% - 28px);
    top: calc(0% - 28px);
    width: 56px;
    height: 56px;
    padding: 14px 0;
  }
  .p-f__f_journalize-flow-list-item-step span {
    margin-top: 2px;
  }
  .p-f__f_journalize-flow-list-item-tit {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }
  .p-f__f_journalize-flow-list-item-Icon {
    position: absolute;
  }
  .p-f__f_journalize-flow-list-item-Icon.icon01 {
    width: 47px;
    left: 40px;
    top: calc(50% - 18px);
  }
  .p-f__f_journalize-flow-list-item-Icon.icon02 {
    width: 47px;
    left: 40px;
    top: calc(50% - 18px);
  }
  .p-f__f_journalize-flow-list-item-Icon img {
    width: 100%;
    height: auto;
  }
  .p-f__f_journalize-flow-list-item-txt {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 2px;
  }
}

.o-c__heading-h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.p-f__f_journalize-case {
  width: 100%;
  overflow: hidden;
}