html {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .06em;
  color: #222
}

/* body.js_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3d3d3
} */

img {
  display: inline-block;
  max-width: 100%
}

video {
  display: block;
  max-width: 100%
}

input {
  display: block;
  background-color: #fff;
  color: #000
}

a:hover {
  opacity: .8
}

.bl_hmbgBtn {
  cursor: pointer;
  width: 30px;
  height: 24px;
  z-index: 1000;
  position: relative
}

.bl_hmbgBtn .bl_hmbgBtn_line {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px
}

.bl_hmbgBtn .bl_hmbgBtn_line.bl_hmbgBtn_line__top {
  top: 0
}

.bl_hmbgBtn .bl_hmbgBtn_line.bl_hmbgBtn_line__middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.bl_hmbgBtn .bl_hmbgBtn_line.bl_hmbgBtn_line__bottom {
  bottom: 0
}

.bl_hmbgBtn.js_open>.bl_hmbgBtn_line__top {
  top: calc(50% - 2px / 2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.bl_hmbgBtn.js_open>.bl_hmbgBtn_line__middle {
  opacity: 0
}

.bl_hmbgBtn.js_open>.bl_hmbgBtn_line__bottom {
  width: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: calc(50% - 2px / 2)
}

.bl_hmbgMenu {
  position: fixed;
  background-color: #fff;
  width: calc(100vw - 20px);
  height: 100vh;
  z-index: 4;
  left: 10px;
  top: 100%;
  -webkit-transition: all .7s;
  transition: all .7s;
  right: -150%;
  padding: 86px 0px 30px;
  overflow-y:auto;
}

.bl_hmbgMenu.js_open {
  top: 10px
}

.bl_hmbgMenu .bl_hmbgMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24.5px;
  padding-bottom: 38px
}

.bl_hmbgMenu .bl_hmbgMenu_list .bl_hmbgMenu_item {
  padding: 16px 0 0;
  color: #000;
  background-size: auto 72%;
  background-position: center 2px;
  background-repeat: no-repeat
}

.bl_hmbgMenu .bl_hmbgMenu_list .bl_hmbgMenu_item a {
  display: block;
  text-align: center;
  line-height: 2;
  font-weight: 500
}

.bl_hmbgMenu .bl_hmbgMenu_list .bl_hmbgMenu_item:nth-of-type(1) {
  background-image: url("../images/sp_hmbg_menu_bg.png")
}

.bl_hmbgMenu .bl_hmbgMenu_list .bl_hmbgMenu_item:nth-of-type(1) a {
  color: #ff6935
}

.bl_hmbgMenu .bl_hmbgMenu_list .bl_hmbgMenu_item:nth-of-type(2) {
  background-image: url("../images/sp_hmbg_point_bg.png")
}

.bl_hmbgMenu .bl_hmbgMenu_list .bl_hmbgMenu_item:nth-of-type(3) {
  background-image: url("../images/sp_hmbg_usecase_bg.png")
}

.bl_hmbgMenu .bl_hmbgMenu_list .bl_hmbgMenu_item:nth-of-type(4) {
  background-image: url("../images/sp_hmbg_plan_bg.png")
}

.bl_hmbgMenu .bl_hmbgMenu_list .bl_hmbgMenu_item:nth-of-type(5) {
  background-image: url("../images/sp_hmbg_howto_bg.png")
}

.bl_hmbgMenu .bl_hmbgMenu_list .bl_hmbgMenu_item:nth-of-type(6) {
  background-image: url("../images/sp_hmbg_qa_bg.png")
}

.bl_hmbgMenu .bl_form .bl_form_headig {
  color: #ff583d
}

.bl_hmbgMenu .bl_form_bottom_link,
.bl_hmbgMenu .bl_form .bl_form_bottom_memo {
  color: #a5a5a5
}

.bl_hmbgMenu .bl_form .bl_form_cont_input_row,
.bl_hmbgMenu .bl_form .bl_form_input {
  background-color: #fff4f2;
}

@media (max-width: 820px) {
  .bl_form_btn_wrapper,
  .bl_form_cont_btn_undertxt {
    background-color: #fff4f2;
  }
}

.bl_hmbgMenu .bl_form .bl_form_bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 22px
}

.bl_hmbgMenu .bl_form .bl_form_bottom_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto
}

.bl_hmbgMenu .bl_form .bl_form_bottom_memo {
  position: relative;
  bottom: auto;
  text-align: left;
  font-size: 10px
}

.bl_hmbgMenu .bl_form_bottom_backLink {
  color: #000;
  font-size: 16px;
  padding: 2px 4px 2px 20px;
  position: relative
}

.bl_hmbgMenu .bl_form_bottom_backLink:before {
  content: "〈";
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.hp_lh_1 {
  line-height: 1
}

.hp_ta_c {
  text-align: center
}

.hp_ta_r {
  text-align: right
}

.hp_ta_l {
  text-align: left
}

.hp_fw_b {
  font-weight: 600
}

.hp_d_ib {
  display: inline-block
}

.hp_ais_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.hp_fw_w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.hp_dis_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.hp_margin_Xcenter {
  margin-right: auto;
  margin-left: auto
}

.hp_flex_column_xC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.hp_900inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto
}

.hp_880inner {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto
}

.hp_innerPad {
  padding-left: 10px;
  padding-right: 10px
}

@font-face {
  font-family: "senobi-gothic";
  src: url("https://legit.wpx.jp/wp-content/themes/legit_theme/new_ikitsuke/fonts/senobi-Gothic.woff2") format("woff2"), url("https://legit.wpx.jp/wp-content/themes/legit_theme/new_ikitsuke/fonts/senobi-Gothic.woff") format("woff")
}
.hp_ff_senobi {
  font-family: "senobi-gothic"
}

.hp_fc_gla {
  display: inline;
  background: repeating-linear-gradient(90deg, #ff583d 0%, #ff863d 50%, #ff8c50 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0)
}

.hp_slash_gla {
  position: relative
}

.hp_slash_gla:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 2px;
  background-color: #000;
  top: 56%;
  left: -5%;
  background: -webkit-linear-gradient(left, #ff583d 20%, #ff863d 50%, #ff863d 100%)
}

.slick-vertical .slick-slide {
  border: none
}

.hp_scrollUp {
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0 !important
}

.hp_scrollUp.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1 !important
}

.hp_img_scrollUp {
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0 !important;
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat
}

.hp_img_scrollUp.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1 !important;
  background-size: 100%
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
}

.bl_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff583d), color-stop(90%, #ff8c50), to(#ff8c50));
  background: linear-gradient(#ff583d 0%, #ff8c50 90%, #ff8c50 100%);
  background-attachment: fixed
}

body {
  background-color: #ff583d;
  position: relative
}

body:after {
  content: "";
  width: 100%;
  height: 300px;
  position: fixed;
  bottom: -150px;
  left: 0;
  z-index: -1;
  background-color: #ff8c50
}

.bl_main {
  width: calc(100% - 360px);
  padding: 0px 17px 17px;
  position: relative;
  margin-top: -88px
}

.bl_kado {
  width: 100%;
  height: 17px;
  background-color: #ff583d;
  position: sticky;
  z-index: 4;
  top: 0
}

.bl_kado:before {
  content: "";
  display: block;
  width: 50px;
  height: 44px;
  position: absolute;
  left: -16px;
  top: 0;
  background-image: url("../images/kado_left.png");
  z-index: 5
}

.bl_kado:after {
  content: "";
  display: block;
  width: 50px;
  height: 44px;
  position: absolute;
  right: -16px;
  top: 0;
  background-image: url("../images/kado_right.png");
  z-index: 5
}

.bl_main_inner {
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  position: relative
}

.bl_header {
  position: sticky;
  width: 100%;
  top: 17px;
  left: 17px;
  color: #fff;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px 8px 0 0;
  overflow: hidden
}

.bl_header .bl_header_logo {
  font-size: 24px;
  letter-spacing: .24em
}

.bl_header .bl_header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}

.bl_header .bl_header_nav_item {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .12em
}

.bl_header .bl_header_nav_item a {
  display: block;
  height: 100%;
  line-height: 1.75
}

.bl_header.js_scroll {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #ff583d
}

.bl_aside {
  width: 360px;
  padding: 70px 32px 0;
  position: relative;
}

.bl_fv {
  position: relative
}

.bl_fv:before {
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0
}

.bl_fv .bl_fv_video {
  width: 100%;
  height: calc(100vh - 380px);
  min-height: 500px;
  -o-object-position: left;
  object-position: left;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #000
}

.bl_fv .bl_fv_heading {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 48px;
  font-weight: 500;
  z-index: 3;
  line-height: 1.68;
  letter-spacing: .06em
}

.bl_section {
  position: relative
}

.bl_section__bg_white {
  background-color: #fff
}

.bl_section__bg_lightgray {
  background-color: #f5f5f5
}

.bl_section__bg_gray {
  background-color: #ededed
}

.bl_section__bg_lightorange {
  background-color: #ffe7cc
}

.bl_section_ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .06em;
  text-align: center;
  padding-top: 110px;
  background-repeat: no-repeat;
  background-position: top center
}

.bl_aboutSec {
  background-color: #ffe7cc;
  padding-top: 16px;
  padding-bottom: 170px
}

.bl_aboutSec_ttl {
  background-image: url("../images/aboutus_ttl_bg.png")
}

.bl_section_heading_desc {
  line-height: 1.8;
  text-align: center;
  padding-top: 32px
}

.bl_aboutSec_point_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 0 auto;
  max-width: 100%;
  max-width: 670px
}

.bl_aboutSec_point {
  display: block
}

.bl_aboutSec_slider {
  width: 100%;
  padding-top: 34px;
  padding-bottom: 60px
}

.bl_problemSec {
  background-color: #4d4d4d;
  padding-top: 70px;
  background-image: url("../images/pc_problem_bgtop.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left
}

.bl_problemSec_topIcon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 125px
}

.bl_problemSec_problem_unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  padding-bottom: 32px
}

.bl_problemSec_problem_txt {
  font-weight: 500
}

.bl_problemSec_problem_txt_heading {
  width: 180px;
  height: 32px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ff583d), color-stop(60%, #ff863d), to(#ff8c50));
  background: linear-gradient(left, #ff583d 20%, #ff863d 60%, #ff8c50 100%);
  border-radius: 16px
}

.bl_problemSec_problem_txt_cont {
  width: 340px;
  height: 146px;
  background-color: #fff;
  border-radius: 6px;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.bl_problemSec_problem_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px)
}

.bl_problemSec_bottom {
  height: 400px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative
}

.bl_problemSec_bottom_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.bl_problemSec_bottom_inner:before {
  content: "";
  z-index: 2;
  width: 100%;
  height: 300%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute
}

.bl_problemSec_bottom_heading {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 500;
  z-index: 3;
  line-height: 1.68;
  letter-spacing: .06em;
  text-align: center
}

.bl_problemSec_bottom_video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 180%
}

.bl_menuSec {
  padding-top: 58px;
  padding-bottom: 38px
}

.bl_menuSec_ttl {
  background-image: url("../images/pc_menu_ttl_bg.png")
}

.bl_menuSec_menus {
  padding-top: 40px
}

.bl_menuSec_menu_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.bl_menuSec_menu {
  width: calc((100% - 80px)/5)
}

.bl_exampleSec_ttl {
  background-image: url("../images/pc_example_ttl_bg.png")
}

.bl_exampleSec {
  padding-top: 58px;
  padding-bottom: 70px
}

.bl_exampleTable_wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px
}

.bl_exampleTable_wrapper_memo {
  font-size: 12px;
  color: #898989;
  letter-spacing: .04em
}

.bl_exampleTable {
  width: 100%
}

.bl_exampleTable .bl_exampleTable_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding-bottom: 8px
}

.bl_exampleTable .bl_exampleTable_heading,
.bl_exampleTable .bl_exampleTable_body {
  display: block;
  width: calc(50% - 4px);
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: .06em;
  background: -webkit-linear-gradient(left, #ff583d 20%, #ff863d 50%, #ff863d 100%);
  font-weight: 600
}

.bl_exampleTable .bl_exampleTable_heading {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ff583d), color-stop(60%, #ff863d), to(#ff8c50));
  color: #fff
}

.bl_exampleTable .bl_exampleTable_body {
  background: #fff
}

.bl_exampleTable .bl_exampleTable_body>p {
  background: -webkit-linear-gradient(left, #ff583d 20%, #ff863d 90%, #ff863d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.bl_exampleTable .bl_exampleTable_num {
  font-size: 40px;
  color: #ff583d
}

.bl_pointSec {
  background-image: url("../images/pc_point_bg.jpg");
  padding-top: 50px;
  padding-bottom: 50px
}

.bl_pointSec_ttl {
  background-image: url("../images/pc_point_ttl_bg.png")
}

.bl_pointSec_points {
  padding-top: 90px
}

.bl_pointSec_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.bl_pointSec_point>* {
  width: 50%
}

.bl_pointSec_point .bl_pointSec_point_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.bl_pointSec_point .bl_pointSec_point_img img {
  width: 100%
}

.bl_pointSec_point .bl_pointSec_point_txt {
  padding-top: 70px;
  position: relative
}

.bl_pointSec_point .bl_pointSec_point_txt:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 115px;
  width: 100%;
  top: 0;
  z-index: 0
}

.bl_pointSec_point .bl_pointSec_point_ttl {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative
}

.bl_pointSec_point .bl_pointSec_point_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  font-weight: 500;
  line-height: 1.75
}

.bl_pointSec_point_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px
}

.bl_pointSec_point_unit .bl_pointSec_point:nth-child(odd) .bl_pointSec_point_txt {
  padding-right: 25px
}

.bl_pointSec_point_unit .bl_pointSec_point:nth-child(odd) .bl_pointSec_point_txt:before {
  left: -30px
}

.bl_pointSec_point_unit .bl_pointSec_point:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.bl_pointSec_point_unit .bl_pointSec_point:nth-child(even) .bl_pointSec_point_txt {
  padding-left: 30px
}

.bl_pointSec_point_unit .bl_pointSec_point:nth-child(even) .bl_pointSec_point_txt:before {
  left: 0
}

.bl_pointSec_point_unit .bl_pointSec_point:nth-of-type(1) .bl_pointSec_point_txt:before {
  background-image: url("../images/pc_point_item_ttl1.svg")
}

.bl_pointSec_point_unit .bl_pointSec_point:nth-of-type(2) .bl_pointSec_point_txt:before {
  background-image: url("../images/pc_point_item_ttl2.svg")
}

.bl_pointSec_point_unit .bl_pointSec_point:nth-of-type(3) .bl_pointSec_point_txt:before {
  background-image: url("../images/pc_point_item_ttl3.svg")
}

.bl_useCaseSec {
  padding-top: 60px;
  padding-bottom: 45px
}

.bl_useCaseSec_ttl {
  background-image: url("../images/pc_usecase_ttl_bg.png")
}

.bl_useCase_cont {
  padding-top: 25px
}

.bl_useCase_cont .slick-slide img {
  width: 100%
}

.bl_useCase_cont .bl_slider_item {
  margin-left: 10px;
  margin-right: 10px
}

.bl_useCase_cont .slick-arrow {
  z-index: 2;
  height: 96px;
  width: auto
}

.bl_useCase_cont .slick-arrow.slick-prev {
  left: calc(7% - 20px);
  top: calc(50% + 2px)
}

.bl_useCase_cont .slick-arrow.slick-next {
  top: calc(50% + 2px);
  right: calc(7% - 20px)
}

.bl_useCase_cont .slick-dots li {
  width: 8px;
  height: 8px;
  margin-left: 8px;
  margin-right: 8px
}

.bl_useCase_cont .slick-dots li>button:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #6f6f6f;
  border-radius: 50%
}

.bl_planSec {
  padding-top: 60px;
  padding-bottom: 80px
}

.bl_planSec_ttl {
  background-image: url("../images/pc_plan_ttl_bg.png")
}

.bl_planSec_cont {
  padding-top: 100px
}

.bl_pcPriceTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px 8px
}

.bl_pcPriceTable thead th {
  font-size: 24px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  border-radius: 6px 6px 0 0;
  color: #fff;
  background-color: #383838;
  width: 20%;
  font-weight: 500;
  position: relative
}

.bl_pcPriceTable thead th .memo {
  position: absolute;
  font-size: 14px;
  top: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  color: #222;
  text-align: center;
  width: 100%
}

.bl_pcPriceTable thead th .memo span {
  display: block;
  letter-spacing: .04em
}

.bl_pcPriceTable thead th .memo span.emphasis {
  position: relative;
  white-space: nowrap
}

.bl_pcPriceTable thead th .memo span.emphasis:before {
  content: "＼";
  display: inline-block;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg)
}

.bl_pcPriceTable thead th .memo span.emphasis:after {
  content: "／";
  display: inline-block;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg)
}

.bl_pcPriceTable thead .bl_pcPriceTable_th__trial {
  background-color: #fab95d
}

.bl_pcPriceTable thead .bl_pcPriceTable_th__standard {
  background-color: #ff863d
}

.bl_pcPriceTable thead .bl_pcPriceTable_th__premium {
  background-color: #ff623d
}

.bl_pcPriceTable tbody th,
.bl_pcPriceTable tbody td {
  border: none;
  height: 120px;
  vertical-align: middle;
  text-align: center
}

.bl_pcPriceTable tbody th {
  background-color: #383838;
  color: #fff;
  font-weight: 500
}

.bl_pcPriceTable tbody td {
  background-color: #fff
}

.bl_pcPriceTable tbody tr:first-child th {
  border-radius: 6px 0 0 0
}

.bl_pcPriceTable tbody tr:last-child th {
  border-radius: 0 0 0 6px
}

.bl_pcPriceTable tbody tr:last-child td:last-child {
  border-radius: 0 0 6px 0
}

.bl_pcPriceTable tbody td p {
  display: inline-block;
  font-size: 24px;
  font-weight: 500
}

.bl_pcPriceTable tbody td span {
  font-size: 16px;
  font-weight: 600
}

.bl_pcPriceTable tbody td span.num {
  font-size: 40px;
  font-weight: 600
}

.bl_howtoSec_whiteInner {
  padding-top: 70px;
  background-color: #fff;
  padding-bottom: 30px
}

.bl_howtoSec_ttl {
  background-image: url("../images/pc_howto_ttl_bg.png")
}

.bl_howtoSec_flow {
  padding-top: 30px
}

.bl_flowTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px 20px;
  background-image: url("../images/pc_howto_table_border.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center
}

.bl_flowTable tr {
  height: 180px
}

.bl_flowTable th,
.bl_flowTable td {
  background-color: #fff;
  vertical-align: middle
}

.bl_flowTable th.bl_flowTable_noBgTd,
.bl_flowTable td.bl_flowTable_noBgTd {
  background: rgba(0, 0, 0, 0)
}

.bl_flowTable tr>td:first-child {
  width: 150px;
  padding-right: 20px
}

.bl_flowTable td {
  background-color: #fff4e2;
  padding: 30px 16px
}

.bl_flowTable td strong {
  display: block;
  text-align: center;
  white-space: nowrap
}

.bl_flowTable td p {
  font-size: 13px;
  padding-top: 18px
}

.bl_flowTable .bl_flowTable_circle {
  width: 112px
}

.bl_howtoSec_staffs {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ff8c50
}

.bl_howtoSec_staffs:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-right: 12.5px solid rgba(0, 0, 0, 0);
  border-bottom: 21.65px solid #ff8c50;
  border-left: 12.5px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 37%;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%)
}

.bl_howtoSec_staffs_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px
}

.bl_staff_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px
}

.bl_staff {
  display: block
}

.bl_guideSec {
  padding-top: 66px;
  padding-bottom: 100px
}

.bl_guideSec_cont {
  padding-top: 50px
}

.bl_guideSec_cont .bl_card_unit {
  padding-bottom: 30px
}

.bl_guideSec_ttl {
  background-image: url("../images/pc_guide_ttl_bg.png")
}

.bl_card_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
  row-gap: 25px
}

.bl_card {
  background-color: #fff;
  border-radius: 1em;
  padding: 5px 28px 25px;
  width: calc((100% - 25px)/2)
}

.bl_card .bl_card_img {
  width: 100%;
  height: 265px;
  background-repeat: no-repeat;
  background-position: center center
}

.bl_card .bl_card_ttl {
  display: block;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 13px
}

.bl_card .bl_card_desc {
  line-height: 1.75
}

.bl_card .bl_card_memo {
  font-size: 12px;
  color: #898989;
  padding-top: 14px
}

.bl_guideSec_accordion {
  border: 6px solid #3d3d3d;
  background-color: #3d3d3d;
  border-radius: 6px
}

.bl_guideSec_accordion .bl_guideSec_accordion_head {
  color: #fff;
  background-color: #3d3d3d;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.bl_guideSec_accordion .bl_guideSec_accordion_head p {
  font-size: 24px;
  font-weight: 600
}

.bl_guideSec_accordion .bl_guideSec_accordion_head_icon {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.bl_guideSec_accordion .bl_guideSec_accordion_body {
  padding: 30px 34px;
  background-color: #fff;
  border-radius: 0 0 6px 6px
}

.bl_guideSec_accordion_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 25px
}

.bl_circleAndTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.bl_circleAndTxt .bl_circleAndTxt_ttl {
  font-size: 24px;
  font-weight: 600
}

.bl_circleAndTxt .bl_circleAndTxt_desc {
  line-height: 1.75;
  font-weight: 500;
  padding-top: 6px
}

.bl_accordion .bl_accordion_toggleIcon {
  display: none
}

.bl_accordion .bl_accordion_toggleIcon.js_active {
  display: block
}

.bl_accordion .bl_accordion_head {
  cursor: pointer
}

.bl_faqSec {
  padding-top: 60px;
  padding-bottom: 90px
}

.bl_faqSec_ttl {
  background-image: url("../images/pc_faq_ttl_bg.png")
}

.bl_faqSec_cont {
  padding-top: 50px
}

.bl_faqItem_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px
}

.bl_faqItem .bl_faqItem_head {
  font-weight: 500;
  background-color: #ededed;
  padding: 18px 50px 18px 70px;
  border-radius: 28px;
  position: relative
}

.bl_faqItem .bl_faqItem_head_leftIcon {
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px
}

.bl_faqItem .bl_faqItem_head_rightIcon {
  width: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px
}

.bl_faqItem .bl_faqItem_body {
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 20px
}

.bl_faqItem .bl_faqItem_body_ttl {
  position: relative;
  font-weight: 500
}

.bl_faqItem .bl_faqItem_body_ttl_leftIcon {
  width: 30px;
  position: absolute;
  top: 0px;
  left: -50px
}

.bl_faqItem .bl_faqItem_body_desc {
  padding-top: 8px
}

.bl_companySec {
  padding-top: 66px;
  padding-bottom: 160px;
  background-image: url("../images/pc_company_bg.jpg");
  background-size: cover;
  background-position: bottom center
}

.bl_companySec_ttl {
  color: #fff;
  background-image: url(../images/pc_company_ttl_bg.png)
}

.bl_companySec_lead {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-top: 50px
}

.bl_companySec_table_wrapper {
  padding-top: 38px
}

.bl_companySec_table {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto
}

.bl_companySec_table tr {
  border-bottom: 1px solid #fff
}

.bl_companySec_table th,
.bl_companySec_table td {
  min-height: 84px;
  vertical-align: middle;
  color: #fff;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px
}

.bl_companySec_table th {
  width: 180px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center
}

.bl_companySec_table th p {
  padding-top: 10px;
  padding-bottom: 10px
}

.bl_companySec_table td p {
  line-height: 1.75
}

.bl_instaSec {
  position: relative
}

.bl_instaSec_ttl {
  color: #fff;
  position: relative;
  top: -48px;
  font-size: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.bl_instaSec_ttl:before {
  content: "＼";
  display: inline-block;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg)
}

.bl_instaSec_ttl:after {
  content: "／";
  display: inline-block;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg)
}

.bl_instaSec_gallery {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e5ea
}

.bl_instaSec_btn_wrapper {
  padding-top: 30px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.bl_instaSec_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 52px;
  border: 1px solid #212b50;
  border-radius: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 1em;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  outline: none;
  -webkit-transition: ease .2s;
  transition: ease .2s
}

.bl_instaSec_btn span {
  position: relative;
  z-index: 3;
  color: #212b50;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.bl_instaSec_btn svg {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.bl_instaSec_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #212b50;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.bl_instaSec_btn:hover {
  opacity: 1
}

.bl_instaSec_btn:hover span {
  color: #fff
}

.bl_instaSec_btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.bl_instaSec_btn:hover svg {
  fill: #fff
}

.bl_form {
  position: sticky;
  top: 70px;
  min-height: calc(100vh - 71px)
}

.bl_form .bl_form_headig {
  color: #fff;
  text-align: center;
  padding-bottom: 0.8vw;
}

.bl_form .bl_form_headig_minTtl {
  font-size: 20px;
  letter-spacing: -0.1em
}

.bl_form .bl_form_headig_num {
  font-size: 30px
}

.bl_form .bl_form_headig_ttl {
  font-size: 30px;
  letter-spacing: -0.12em
}

.bl_form .bl_form_cont_input {
  background-color: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 10px
}

.bl_form .bl_form_cont_input_row {
  padding: 5px 15px 5px;
  border-bottom: 1px solid #d6d6d6
}

.bl_form .bl_form_cont_input_row:first-child {
  border-radius: 10px 10px 0 0
}

.bl_form .bl_form_cont_input_row:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px
}

.bl_form .bl_form_label {
  font-size: 14px;
  letter-spacing: .02em
}

.bl_form .bl_form_input {
  width: 100%;
  padding: 3px 0;
}

.bl_form .bl_form_input::-webkit-input-placeholder {
  color: #d6d6d6
}

.bl_form .bl_form_input::-moz-placeholder {
  color: #d6d6d6
}

.bl_form .bl_form_input:-ms-input-placeholder {
  color: #d6d6d6
}

.bl_form .bl_form_input::-ms-input-placeholder {
  color: #d6d6d6
}

.bl_form .bl_form_input::placeholder {
  color: #d6d6d6
}

.bl_form .bl_form_cont_btn {
  padding-top: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto
}
.bl_form_cont_btn_undertxt {
  font-size: 10px;
  text-align: center;
  padding: 5px 0 15px;
  color: #999;
}
.bl_form .bl_form_cont_btn:hover {
  -webkit-transform: translateY(-3%);
  transform: translateY(-3%)
}

.bl_form .bl_form_cont_btn img {
  width: 100%
}

.bl_form .bl_form_bottom {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff
}

.bl_form .bl_form_bottom_link {
  border-bottom: 1px solid;
  font-weight: 500
}

.bl_form .bl_form_bottom_memo {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 10px
}

.bl_form .bl_form_bottom_memo a {
  border-bottom: 1px solid
}

.bl_copyRight {
  color: #fff;
  text-align: center;
  padding-top: 16px;
  font-weight: 500
}

.bl_headingWaveUp {
  overflow: hidden
}

/* .bl_headingWaveUp .bl_headingWaveUp_font {
  opacity: 1;
  display: inline-block;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s
} */

/* .bl_headingWaveUp.js_on .bl_headingWaveUp_font {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
} */

/* .bl_conWaveUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s
} */

.bl_conWaveUp.js_on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.bl_openAnime {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff583d), color-stop(90%, #ff8c50), to(#ff8c50));
  background: linear-gradient(#ff583d 0%, #ff8c50 90%, #ff8c50 100%);
  z-index: 999;
  background-size: 100vw 100vh;
  background-position-y: bottom;
  -webkit-transition: all .8s ease;
  transition: all .8s ease
}

.bl_openAnime.js_on {
  height: 0
}
.bl_openAnime.js_on .bl_openAnime_loader img {
  opacity: 0;
  transition: all .8s ease;
}

.test_class {
  opacity: 1;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s
}

.test_class.js_on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

/* .bl_openWaveUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s
} */

.bl_openWaveUp.js_on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.bl_floatingBtn {
  position: fixed;
  bottom: 0px;
  left: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 3;
  display: none;
  padding-top: 5px;
  padding-bottom: 10px
}

#sbi_load,
.sb_instagram_header {
  display: none !important
}

#sbi_images {
  margin-top: -30px !important
}

.bl_instaSec_gallery {
  padding-top: 0;
  padding-bottom: 0
}

.sbi_photo {
  opacity: 1 !important;
  cursor: default !important;
  pointer-events: none !important
}

.sbi_photo:hover,
.sbi_photo:focus {
  opacity: 1 !important
}

@media screen and (max-width: 820px) {
  html {
    font-size: 13px
  }

  .hp_sp_none {
    display: none !important
  }

  .hp_innerPad {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hp_spinnerPad {
    padding-left: 15px;
    padding-right: 15px
  }

  .hp_sp_innerPad {
    padding-left: 25px;
    padding-right: 25px
  }

  .bl_container {
    background: #ff583d
  }

  body:after {
    background: #ff583d
  }

  .bl_main {
    width: 100%;
    padding: 0 10px 80px
  }

  .bl_kado {
    height: 51px
  }

  .bl_kado:before {
    width: 34px;
    background-image: url("../images/sp_kado_left.png");
    background-position: 14px 0;
    background-size: cover
  }

  .bl_kado:after {
    width: 34px;
    background-image: url("../images/sp_kado_right.png");
    background-size: cover;
    right: 0
  }

  .bl_kado::before,
  .bl_kado::after {
    top: 34px
  }

  .bl_header {
    top: 0;
    padding: 10px 0
  }

  .bl_header .bl_header_logo {
    font-size: 20px
  }

  .bl_aside {
    display: none
  }

  .bl_fv .bl_fv_heading {
    font-size: 5.3vw;
    left: 20px;
    white-space: nowrap
  }

  .bl_section_ttl {
    font-size: 28px;
    padding-top: 8%;
    line-height: 1.7;
    background-size: auto 56px
  }

  .bl_aboutSec {
    padding-bottom: 95px
  }

  .bl_section_heading_desc {
    line-height: 2.2;
    padding-top: 23px
  }

  .bl_section_heading_desc.bl_section_heading_desc__problemSec {
    line-height: 1.8
  }

  .bl_aboutSec_point_unit {
    padding-left: 15px;
    padding-right: 15px
  }

  .bl_aboutSec_point:first-child {
    width: 39%
  }

  .bl_aboutSec_point:last-child {
    width: 59%
  }

  .bl_problemSec_topIcon {
    width: 90px
  }

  .bl_problemSec_problem_unit {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 28px;
    padding-top: 6px;
    padding-bottom: 84px
  }

  .bl_problemSec_problem_txt_heading {
    font-size: 12px;
    width: 120px;
    height: 26px
  }

  .bl_problemSec_problem_txt_cont {
    width: 286px;
    height: 118px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8
  }

  .bl_problemSec_problem:nth-of-type(1) .bl_problemSec_problem_img {
    width: 68%
  }

  .bl_problemSec_problem:nth-of-type(2) .bl_problemSec_problem_img {
    width: 63%
  }

  .bl_problemSec_problem:nth-of-type(3) .bl_problemSec_problem_img {
    width: 48%
  }

  .bl_problemSec_problem:nth-of-type(4) .bl_problemSec_problem_img {
    width: 82%
  }

  .bl_problemSec_bottom {
    height: 280px
  }

  .bl_problemSec_bottom_heading {
    font-size: 25px;
    padding-left: .5em
  }

  .bl_problemSec_bottom_video {
    height: 200%
  }

  .bl_menuSec {
    padding-top: 50px
  }

  .bl_menuSec_menu_unit {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 12px
  }

  .bl_menuSec_menu {
    width: calc((100% - 20px)/3)
  }

  .bl_exampleSec {
    padding-top: 50px
  }

  .bl_exampleTable_wrapper {
    padding-top: 23px
  }

  .bl_exampleTable_wrapper_memo {
    font-size: 10px
  }

  .bl_exampleTable .bl_exampleTable_row {
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
    padding-bottom: 3px
  }

  .bl_exampleTable .bl_exampleTable_heading,
  .bl_exampleTable .bl_exampleTable_body {
    font-size: 13px;
    height: 48px
  }

  .bl_exampleTable .bl_exampleTable_heading {
    width: 69%
  }

  .bl_exampleTable .bl_exampleTable_num {
    font-size: 1.5em
  }

  .bl_pointSec {
    padding-top: 62px;
    background-size: cover
  }

  .bl_pointSec_points {
    padding-top: 10px
  }

  .bl_pointSec_point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 38px
  }

  .bl_pointSec_point>* {
    width: 100%
  }

  .bl_pointSec_point .bl_pointSec_point_txt {
    padding-top: 58px
  }

  .bl_pointSec_point .bl_pointSec_point_txt:before {
    height: 60px;
    top: 20px
  }

  .bl_pointSec_point .bl_pointSec_point_ttl {
    font-size: 24px
  }

  .bl_pointSec_point_unit .bl_pointSec_point:nth-child(odd) .bl_pointSec_point_txt {
    padding-right: 0
  }

  .bl_pointSec_point_unit .bl_pointSec_point:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .bl_pointSec_point_unit .bl_pointSec_point:nth-child(even) .bl_pointSec_point_txt {
    padding-left: 0
  }

  .bl_pointSec_point_unit .bl_pointSec_point:nth-child(even) .bl_pointSec_point_txt:before {
    left: -30px
  }

  .bl_useCase_cont .bl_slider_item {
    margin-left: 3px;
    margin-right: 3px
  }

  .bl_useCase_cont .slick-arrow {
    height: 100px
  }

  .bl_useCase_cont .slick-arrow.slick-prev {
    top: calc(28% + 2px);
    left: -10px
  }

  .bl_useCase_cont .slick-arrow.slick-next {
    top: calc(28% + 2px);
    right: -10px
  }

  .bl_useCase_cont .slick-dots {
    bottom: -45px
  }

  .bl_planSec_cont {
    padding-top: 80px
  }

  .bl_spPriceTable .bl_spPriceTable_head,
  .bl_spPriceTable .bl_spPriceTable_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px
  }

  .bl_spPriceTable .bl_spPriceTable_head_space,
  .bl_spPriceTable .bl_spPriceTable_body_heading {
    width: 70px
  }

  .bl_spPriceTable .bl_spPriceTable_tabs,
  .bl_spPriceTable .bl_spPriceTable_panel {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .bl_spPriceTable .bl_spPriceTable_panel {
    padding: 4px;
    border-radius: 0 0 4px 0;
    position: relative;
    overflow: hidden
  }

  .bl_spPriceTable .bl_spPriceTable_panel::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -125%;
    z-index: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
  }

  .bl_spPriceTable .bl_spPriceTable_panel[data-active-tab=trial]:before {
    background-color: #fab95d
  }

  .bl_spPriceTable .bl_spPriceTable_panel[data-active-tab=standard]:before {
    background-color: #ff863d
  }

  .bl_spPriceTable .bl_spPriceTable_panel[data-active-tab=premium]:before {
    background-color: #ff623d
  }

  .bl_spPriceTable .bl_spPriceTable_panel.js_on::before {
    top: 0;
    opacity: 1
  }

  .bl_spPriceTable .bl_spPriceTable_panel .num {
    font-size: 2em;
    font-weight: 600
  }

  .bl_spPriceTable .bl_spPriceTable_panel .minTxt {
    font-size: 10px;
    color: #9f9f9f
  }

  .bl_spPriceTable .bl_spPriceTable_panel_item {
    background-color: #fff;
    border-bottom: 2px solid #ededed;
    height: 54px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 1
  }

  .bl_spPriceTable .bl_spPriceTable_panel_item:last-child {
    border-bottom: none
  }

  .bl_spPriceTable .bl_spPriceTable_panel_item>* {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  .bl_spPriceTable .bl_spPriceTable_panel_item>*.js_on {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .bl_spPriceTable .bl_spPriceTable_tab_unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 54px;
    position: relative
  }

  .bl_spPriceTable .bl_spPriceTable_tab {
    font-size: 10px;
    text-align: center;
    width: calc((100% - 10px)/3);
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    -webkit-transition: height .4s linear;
    transition: height .4s linear
  }

  .bl_spPriceTable .bl_spPriceTable_tab:focus,
  .bl_spPriceTable .bl_spPriceTable_tab:hover {
    opacity: 1
  }

  .bl_spPriceTable .bl_spPriceTable_tab.js_on {
    height: 54px
  }

  .bl_spPriceTable .bl_spPriceTable_tab .fafafa {
    position: absolute;
    top: -90%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000;
    font-weight: 400;
    font-size: 12px
  }

  .bl_spPriceTable .bl_spPriceTable_tab .fafafa:before {
    content: "＼";
    display: inline-block;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    position: absolute;
    bottom: 0;
    left: -16px
  }

  .bl_spPriceTable .bl_spPriceTable_tab .fafafa:after {
    content: "／";
    display: inline-block;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    position: absolute;
    bottom: 0;
    right: -16px
  }

  .bl_spPriceTable .bl_spPriceTable_tab[data-tab-val=trial] {
    background-color: #fab95d
  }

  .bl_spPriceTable .bl_spPriceTable_tab[data-tab-val=standard] {
    background-color: #ff863d
  }

  .bl_spPriceTable .bl_spPriceTable_tab[data-tab-val=premium] {
    background-color: #ff623d
  }

  .bl_spPriceTable .bl_spPriceTable_body_heading {
    height: 54px
  }

  .bl_spPriceTable .bl_spPriceTable_body_heading_unit .bl_spPriceTable_body_heading:first-child {
    border-radius: 4px 0 0 0
  }

  .bl_spPriceTable .bl_spPriceTable_body_heading_unit .bl_spPriceTable_body_heading:last-child {
    height: 58px;
    border-radius: 0 0 0 4px
  }

  .bl_spPriceTable .bl_spPriceTable_body_heading_unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2px;
    padding-top: 4px
  }

  .bl_spPriceTable .bl_spPriceTable_body_heading {
    background-color: #383838;
    color: #fff;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .bl_spPriceTable .bl_spPriceTable_panel_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .bl_spPriceTable .bl_spPriceTable_panel_item .bl_spPriceTable_panel_item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .bl_spPriceTable_panel_item_memo {
    font-size: 10px;
    text-align: center
  }

  .bl_howtoSec_whiteInner {
    padding-bottom: 66px
  }

  .bl_howtoSec_flow {
    padding-top: 15px
  }

  .bl_flowTable.bl_flowTable__sp {
    background-image: url("../images/sp_howto_table_border.png");
    background-size: auto 100%;
    background-position: center 0;
    border-spacing: 23px 5px
  }

  .bl_flowTable.bl_flowTable__sp tr {
    height: auto
  }

  .bl_flowTable.bl_flowTable__sp td {
    width: 50% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 8px !important;
    font-size: 12px
  }

  .bl_flowTable.bl_flowTable__sp td p {
    text-align: center;
    padding-top: 10px
  }

  .bl_flowTable.bl_flowTable__sp .bl_flowTable_circle {
    width: 72%;
    display: block;
    margin-left: auto;
    margin-right: auto
  }

  .bl_howtoSec_staffs {
    padding-top: 44px;
    padding-bottom: 45px
  }

  .bl_howtoSec_staffs:before {
    right: auto;
    left: calc(50% - 12.5px)
  }

  .bl_howtoSec_staffs_ttl {
    font-size: 21px;
    padding-bottom: 30px
  }

  .bl_staff_unit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 20px
  }

  .bl_staff {
    width: calc((100% - 28px)/3)
  }

  .bl_guideSec .bl_card_unit .bl_card:nth-of-type(1) .bl_card_img {
    background-size: 100% auto
  }

  .bl_guideSec .bl_card_unit .bl_card:nth-of-type(2) .bl_card_img {
    background-size: 68% auto
  }

  .bl_guideSec .bl_card_unit .bl_card:nth-of-type(3) .bl_card_img {
    background-size: 72% auto
  }

  .bl_guideSec .bl_card_unit .bl_card:nth-of-type(4) .bl_card_img {
    background-size: 88% auto
  }

  .bl_guideSec_cont {
    padding-top: 30px
  }

  .bl_card {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px
  }

  .bl_card .bl_card_img {
    height: 190px
  }

  .bl_card .bl_card_ttl {
    font-size: 21px
  }

  .bl_card .bl_card_memo {
    font-size: 10px
  }

  .bl_guideSec_accordion .bl_guideSec_accordion_head {
    padding-left: 10px;
    padding-right: 10px
  }

  .bl_guideSec_accordion .bl_guideSec_accordion_head p {
    font-size: 21px;
    width: 100%
  }

  .bl_guideSec_accordion .bl_guideSec_accordion_head_icon {
    width: 24px;
    height: 24px;
    right: 12px
  }

  .bl_guideSec_accordion .bl_guideSec_accordion_body {
    padding: 16px
  }

  .bl_circleAndTxt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .bl_circleAndTxt .bl_circleAndTxt_ttl {
    font-size: 20px
  }

  .bl_circleAndTxt .bl_circleAndTxt_img {
    width: 60px
  }

  .bl_circleAndTxt .bl_circleAndTxt_txt {
    width: calc(100% - 75px);
    padding-bottom: 10px
  }

  .bl_circleAndTxt .bl_circleAndTxt_desc {
    font-size: 13.5px
  }

  .bl_faqSec_cont {
    padding-top: 40px
  }

  .bl_faqItem_unit {
    row-gap: 20px
  }

  .bl_faqItem {
    letter-spacing: .1em
  }

  .bl_faqItem .bl_faqItem_head {
    border-radius: 6px;
    padding: 12px 28px 12px 42px
  }

  .bl_faqItem .bl_faqItem_head_leftIcon {
    width: 21px;
    left: 10px
  }

  .bl_faqItem .bl_faqItem_head_rightIcon {
    width: 14px;
    right: 10px
  }

  .bl_faqItem .bl_faqItem_body {
    padding-left: 42px;
    padding-right: 2px
  }

  .bl_faqItem .bl_faqItem_body_ttl_leftIcon {
    width: 21px;
    left: -31px
  }

  .bl_faqItem .bl_faqItem_body_desc {
    padding-top: 3px;
    line-height: 1.7
  }

  .bl_companySec {
    padding-bottom: 136px
  }

  .bl_companySec_lead {
    font-size: 14px;
    padding-top: 34px
  }

  .bl_companySec_table_wrapper {
    padding-top: 30px
  }

  .bl_companySec_table th,
  .bl_companySec_table td {
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 60px
  }

  .bl_companySec_table th {
    width: 72px;
    padding-left: 7px;
    padding-right: 7px
  }

  .bl_companySec_table th p {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .bl_companySec_table td {
    padding-left: 14px
  }

  .bl_companySec_table td p {
    line-height: 1.9
  }

  .bl_instaSec_ttl {
    font-size: 16px;
    font-weight: 600
  }

  .bl_copyRight {
    padding-top: 12px;
    font-size: 10px
  }

  #sbi_images {
    margin-top: -20px !important
  }
}


.bl_aside_loading{
  position: absolute;
  top: 2%;
  left: 48%;
  transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .bl_hmbgMenu_loading {
    position: absolute;
    top: 30%;
    left: 48%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 821px) {
  .hp_pc_none {
    display: none !important
  }
}

@media screen and (min-width: 821px)and (max-width: 1254px) {
  .bl_header .bl_header_nav_item {
    display: none
  }
}

/* 2023-0410 FV差し替え追記 */
.bl_header {
  padding-top: 0;
  top: 43px;
}
.bl_fv {
  height: calc(100vh - 0px);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1920px) {
  .bl_fv {
    background-image: url('../images/back_pc_1920×1065.jpg');
  }
}
@media screen and (min-width: 1400px) and (max-width: 1919px) {
  .bl_fv {
    background-image: url('../images/back_pc_1920×1065.jpg');
  }
}
@media screen and (min-width: 1065px) and (max-width: 1399px) {
  .bl_fv {
	 height:60vw;
    background-image: url('../images/back_pc_1400×1065.jpg');
  }
}
@media screen and (min-width: 921px) and (max-width: 1064px) {
  .bl_fv {
	 height:60vw;
    background-image: url('../images/back_pc_1065×1065.jpg');
  }
}
@media screen and (max-width: 920px) {
  .bl_fv {
    background-image: url('../images/back_sp_01_920×1200.jpg');
  }
}
@media screen and (min-width: 821px) and (max-width: 921px) {
	.bl_fv {
		height:60vw;
	}
}

.bl_fv:before {
  content: none;
}
.bl_fv .bl_fv_heading {
  width: 86%;
  opacity: 0;
  top: calc(50% + 40px);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.bl_fv .bl_fv_heading.js_on {
  opacity: 1;
  top: 50%;
}

/* バナー追加 20230823 */
.bl_banner_flex{
width: 100%;
max-width:640px;
margin: 0 auto;
margin-top: 60px;
justify-content: center;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;	
}
.bl_banner_flex img{
	width:100%;
}
@media screen and (max-width: 1270px) {
	.bl_banner_flex{
		max-width:90%;
	}
}
@media screen and (max-width: 768px) {
.bl_banner_flex{
	    display: grid;
    grid-template-columns: 1fr;
	    gap: 20px;	
}
}
/* バナー追加 20230823 */
/*# sourceMappingURL=style.css.map */
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.bl_openAnime {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff
}

.bl_openAnime_loader {
  color: #002055;
  font-size: 16px;
  width: 105px;
  height: 102px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.bl_openAnime_loader img {
  display: block;
  -webkit-animation: 4s linear infinite rotation;
  animation: 4s linear infinite rotation
}

.bl_openAnime_logo_wrapper {
  width: 220px;
  height: auto;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  -webkit-transition: opacity 0;
  transition: opacity 0
}

.bl_openAnime_logo_wrapper::before {
  content: "";
  background-color: #fff;
  width: 220px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 220px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}

.bl_openAnime_logo_wrapper.js_none {
  opacity: 0
}

.bl_openAnime_logo_wrapper.js_none:before {
  left: 0
}

.bl_openAnime_logo {
  display: block;
  min-width: 220px
}

#sb_instagram.sbi_col_6 #sbi_images .sbi_item
{
	width:100%;
	height:100%;
}

.wpcf7-list-item{
	display:flex !important;
	align-items:center !important;
	justify-content:flex-start !important;
	margin-left:0 !important;
}

.wpcf7-list-item-label{
	margin-left:5px;
}

#sbi_images{
	padding:1% !important;
}
.wpcf7 .form_submit {
    background: url(https://legit.wpx.jp/wp-content/themes/legit_theme/new_ikitsuke/images/cvBtn_2.png) no-repeat center center;
    background-size: contain;
    width: 90%;
    height: auto;
    border: none;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    aspect-ratio: 2 / 0.5;
    margin: 0 auto;
	transition:0.3s al ease-in-out;
}
/*
.wpcf7 .form_submit:hover{
	transform:translateY(-10px);
		transition:0.3s al ease-in-out;
}
*/
