.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: block;
}

.image-2 {
  width: 144px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header_right {
  align-items: center;
  display: flex;
}

.nav-menu {
  display: flex;
}

.menu-button-2 {
  display: none;
}

.link-block-2 {
  display: flex;
}

.link-block-2.w--current {
  align-items: center;
}

.header {
  z-index: 10;
  background-color: #27275a;
  background-image: linear-gradient(135deg, #eb6bd8, #2323cd 46%, #00b9a9);
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.business_logo {
  width: 300px;
}

.navmenu_logoicon {
  display: none;
}

.he_cta {
  letter-spacing: .5px;
  text-indent: 0;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #4b94ce 70%, #7f55ff);
  background-clip: border-box;
  border-radius: 20px;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  padding: 8px 40px 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: background-color .3s;
  overflow: visible;
}

.he_cta:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #4b94ce 70%, #7f55ff);
}

.he_cta.meta_btn {
  color: #fff;
  background-color: #c4c4c4;
  background-image: none;
  font-weight: 800;
  display: none;
}

.he_cta.meta_btn:hover {
  background-color: #c4c4c4;
  background-image: none;
}

.header_right_navlink {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.nav_container {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.header_left {
  align-items: stretch;
  display: flex;
}

.header_right_navlink_onlysp {
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: none;
}

.navbar {
  background-color: #0000;
}

.top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/ai_webinar_pc.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding: 64px 0 64px 120px;
  display: block;
}

.top_wrapper {
  padding-left: 64px;
}

.fv_logo_sp {
  display: none;
}

.fv_logo {
  width: 750px;
  margin-bottom: 0;
}

.top_wrapper_heading {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
}

.top_btn_wrapper {
  justify-content: center;
  margin-left: 64px;
  display: flex;
}

.top_btn {
  color: #fc7400;
  background-color: #fff;
  border-radius: 50px;
  padding: 16px 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  transition: background-color .3s;
}

.top_btn:hover {
  background-color: #fff0e2;
}

.runteq_logo {
  width: 144px;
}

.image-13 {
  width: 100%;
}

.fv_text_h1 {
  color: #009b86;
  text-align: left;
  white-space: normal;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 5vw;
  font-style: normal;
  font-weight: 900;
  line-height: 5.5vw;
  display: block;
}

.section {
  background-image: url('../images/FV.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  height: 742px;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fv_cta {
  z-index: auto;
  color: #252525;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 1000px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 360px;
  height: 64px;
  margin-top: 24px;
  margin-bottom: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  display: flex;
  position: static;
  box-shadow: 0 2px 14px 2px #0003;
}

.fv_cta:hover {
  background-color: #d8d8d8;
}

.fv_cta.btn1 {
  color: #fff;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
  width: 576px;
  height: 88px;
  margin-left: auto;
  font-size: 30px;
}

.fv_cta.btn1:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
}

.fv_cta.btn1.btn_top {
  background-color: #06c755;
  background-image: url('../images/rectangle_4046_2x.webp');
  background-position: 0 0;
  background-size: auto;
}

.fv_cta.btn1.btn_top:hover {
  background-image: url('../images/rectangle_4045_2x.webp');
}

.fv_cta.btn1.btn_und.meta_btn {
  text-shadow: 0 1px 6px #0003;
  background-color: #c4c4c4;
  background-image: none;
  transition: background-color .2s;
  display: none;
}

.fv_cta.btn1.btn_und.meta_btn:hover {
  background-image: none;
}

.fv_cta.fv_top_cta.meta_btn {
  color: #fff;
  text-shadow: 0 1px 6px #0003;
  background-color: #06c755;
  margin-top: 16px;
  margin-bottom: auto;
  display: none;
}

.fv_cta.fv_top_cta.meta_btn:hover {
  background-color: #0d9f49;
}

.fv_cta.btn1-copy {
  color: #fff;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
  width: 576px;
  height: 88px;
  margin-left: auto;
  font-size: 30px;
}

.fv_cta.btn1-copy:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
}

.fv_cta.btn1-copy.btn_top {
  background-color: #02ce0f;
  background-image: none;
  display: none;
}

.fv_cta.btn1-copy.btn_und.meta_btn {
  text-shadow: 0 1px 6px #0003;
  background-color: #c4c4c4;
  background-image: none;
  transition: background-color .2s;
  display: flex;
}

.fv_cta.btn1-copy.btn_und.meta_btn:hover {
  background-image: none;
}

.fv_cta.btn2.btn_und.meta_btn:hover {
  background-image: none;
}

.fv_cta.btn2 {
  color: #fff;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
  width: 576px;
  height: 88px;
  margin-left: auto;
  font-size: 30px;
}

.fv_cta.btn2:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
}

.fv_cta.btn2.btn_und.meta_btn {
  text-shadow: 0 1px 6px #0003;
  background-color: #06c755;
  background-image: none;
  transition: background-color .2s;
  display: flex;
}

.fv_cta.btn2.btn_und.meta_btn:hover {
  background-color: #0d9f49;
  background-image: none;
}

.top_btn-2 {
  color: #fc7400;
  background-color: #fff;
  border-radius: 50px;
  padding: 16px 48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  transition: background-color .3s;
}

.top_btn-2:hover {
  background-color: #fff0e2;
}

.fv_text_h4 {
  color: #222;
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  white-space: pre-line;
  width: 70vw;
  margin-top: 16px;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2.3vw;
  text-decoration: none;
}

.fv_orangebox {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: auto;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
  overflow: visible;
}

.image-14 {
  padding-top: 0;
}

.text-block-3 {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  padding: .5vw .8vw;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2vw;
  text-decoration: none;
  display: block;
}

.image-15 {
  float: left;
  clear: right;
  opacity: 1;
  outline-offset: 0px;
  outline: 3px #333;
  width: 480px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  inset: 0 auto 0 0;
}

.image-16 {
  float: none;
  clear: right;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  order: 0;
  align-self: flex-end;
  width: 480px;
  margin-right: 0;
  display: inline-block;
  position: relative;
  inset: auto 0 auto auto;
}

.fv_contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 0;
  padding-bottom: 0;
  display: flex;
}

.intro_column_txt_br {
  text-align: center;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.intro_heading {
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 36px;
  line-height: 54px;
  display: flex;
}

.text-span-7 {
  color: #fc7400;
}

.text-span-5 {
  display: inline;
}

.intro_column_text_orange {
  color: #fc7400;
  display: inline;
}

.intro {
  background-color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 48px;
}

.intro_card_img2 {
  width: 129px;
  position: absolute;
  top: 119px;
  left: 28%;
}

.intro_content {
  justify-content: center;
  align-items: stretch;
  max-width: 940px;
  height: auto;
  padding-left: 0;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 940px;
  display: flex;
}

.intro_column_text {
  text-align: center;
  margin-bottom: 108px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.intro_column_text2 {
  text-align: center;
  margin-bottom: 108px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.intro_card {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: auto;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.intro_card_img {
  width: 129px;
  position: absolute;
  top: 119px;
  left: 28%;
}

.image-17 {
  float: left;
  clear: left;
  text-align: center;
  object-fit: cover;
  object-position: 50% 50%;
  width: 34%;
  margin-left: 0;
  margin-right: 1px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: auto 0 0% 0%;
}

.div-block-3 {
  align-self: flex-start;
  width: auto;
  overflow: visible;
}

.image-18 {
  width: 34%;
  max-width: 50%;
  position: relative;
  left: 460px;
  right: 0;
}

.grid {
  grid-template: "Area" 5fr
                 "Area-2" minmax(auto, 1fr)
                 / 1fr 1fr 1fr;
}

.div-block-4 {
  background-color: #fff;
}

.div-block-5 {
  width: 992px;
  height: 440px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-3 {
  background-color: #ff851d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-4 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 24px;
}

.heading {
  text-align: center;
}

.div-block-6 {
  margin-left: 10%;
  margin-right: 44%;
}

.paragraph {
  padding-bottom: 41px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-7 {
  float: left;
  width: 100%;
  position: static;
}

.intro1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f0f7f8;
  background-image: linear-gradient(3006deg, #7accd3, #239ba5 26% 75%, #7accd3);
  border-bottom: 1px #e4ebf3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.centered-heading-pri {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-decoration-style: solid;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  width: 100%;
  margin-top: 0;
  display: grid;
}

.pricing-card-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 320px;
  height: 240px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #333;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.pricing-card-text.bigtext {
  font-size: 24px;
  line-height: 36px;
}

.pricing-card-text.flowtext {
  text-align: left;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 400;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: -165px;
  margin-bottom: 45px;
  padding-top: 0;
  line-height: 28px;
}

.heading-3 {
  color: #fff;
  margin-top: -177px;
  margin-bottom: 29px;
  padding-top: 0;
  line-height: 28px;
}

.heading-4 {
  color: #fff;
  margin-top: -178px;
  margin-bottom: 24px;
  line-height: 28px;
}

.div-block-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 2px #fff;
  border-radius: 9px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  display: block;
}

.overview {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 30px 40px;
  position: relative;
}

.pricing-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 980px;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.pricing-grid-2.flow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-columns: 1fr .25fr 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  max-width: 1040px;
  display: flex;
}

.pricing-card-three-2 {
  text-align: center;
  background-color: #fff;
  border: 2px #e4e4e4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.pricing-card-three-2.flow_allow_aida {
  border-style: none;
}

.pricing-card-three-2.sp_flow {
  background-color: #fff;
  border-color: #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.pricing-image-2 {
  object-fit: cover;
  width: 128px;
  height: 88px;
  margin-bottom: 16px;
}

.pricing-image-2.flow_pic {
  width: 68px;
  height: auto;
  margin-bottom: 0;
}

.pricing-image-2.flow_allow {
  width: auto;
  height: 120px;
}

.pricing-image-2.flow_allow.sp_a {
  background-color: #f0f7f8;
  height: 80px;
  margin: auto 16px;
}

.explanation {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f0f7f8;
  background-image: linear-gradient(300deg, #7accd3, #239ba5 26% 75%, #7accd3);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  margin-bottom: 0;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.fv_pic {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: -638px;
  display: flex;
}

.fv_pic.fv {
  width: auto;
  max-width: none;
  margin: 293px 0 -644px;
  padding-bottom: 0;
}

.fv_pic_right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  width: auto;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 32px;
}

.heading-6 {
  color: #fff;
  margin-bottom: 4px;
}

.image-19 {
  width: 690px;
  max-width: 138%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.pricing-overview-2 {
  background-color: #b3ee3f;
  border-bottom: 1px solid #e4ebf3;
  margin: 0 auto;
  padding: 80px 30px 80px 0;
  position: relative;
}

.centered-heading-2 {
  color: #222;
  text-align: center;
  flex-flow: column;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 800;
  display: block;
}

.pricing-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.list-item {
  background-color: #fff;
}

.image-20 {
  float: left;
  clear: none;
  flex: 0 auto;
  margin: 16px 16px 16px 80px;
  display: block;
  position: static;
}

.div-block-9 {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-5 {
  float: left;
  font-size: 24px;
  font-weight: 700;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  width: 800px;
  height: 64px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(0, 1fr);
}

.text-block-6 {
  text-align: center;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.container-5 {
  clear: none;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  padding-bottom: 40px;
  line-height: 10px;
  display: flex;
}

.div-block-11 {
  float: left;
  clear: none;
  background-color: #363636;
  border: 2px #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 640px;
  max-width: 640px;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px 24px;
  display: flex;
}

.div-block-11.qa {
  background-color: #fff;
  border-radius: 0;
  width: 980px;
  max-width: 1080px;
  margin-bottom: 0;
  padding: 24px 40px 10px 48px;
}

.div-block-11.qa.a {
  align-items: flex-start;
  padding-top: 0;
}

.div-block-11.qa.a.a_under {
  padding-bottom: 40px;
}

.div-block-11.qa.a-copy {
  background-color: #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 980px;
  max-width: 980px;
  margin-bottom: 0;
  padding-top: 0;
}

.div-block-11.qa.qa_top {
  background-color: #fff;
  border-radius: 0;
  width: 980px;
  max-width: 980px;
  margin-bottom: 0;
  padding-top: 40px;
}

.div-block-11.qa-copy {
  width: 944px;
  padding: 8px 40px 40px 48px;
}

.div-block-11.qa-copy.a {
  align-items: flex-start;
  padding-top: 0;
}

.div-block-11.qa-copy.a-copy {
  align-items: center;
  padding-top: 0;
}

.div-block-11.shi {
  display: none;
}

.text-block-7 {
  color: #222;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-7.qa_q {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.text-block-7.qa_a {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-7.subtext {
  font-size: 12px;
  font-weight: 400;
}

.image-24 {
  width: 28px;
  margin-right: 8px;
  padding-top: 0;
  padding-right: 0;
}

.image-22 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-22.shi {
  display: none;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.footer_inner_underline {
  flex: 0 auto;
  margin-right: 64px;
  display: block;
}

.footer_sns_icon {
  margin-right: 0;
}

.footer_copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.footer_inner_link_text {
  color: #fff;
  margin: 0;
  line-height: 16px;
  text-decoration: none;
}

.footer_logo_img {
  width: auto;
}

.footer_inner {
  flex: 0 auto;
  margin-right: 64px;
  display: block;
}

.footer_inner2 {
  flex-direction: column;
  flex: 0 auto;
  margin-right: 24px;
  display: flex;
}

.footer_inner_txt {
  color: #fff;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-9 {
  color: #fff;
  padding-top: 2px;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.footer_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.footer_sns_linkblock {
  margin-right: 16px;
}

.footer {
  background-color: #041d67;
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer.webinar {
  background-color: #252525;
}

.footer_sns {
  width: 280px;
  margin-right: -16px;
}

.image-7 {
  margin-top: 8px;
}

.footer_inner_link {
  margin-bottom: 32px;
  text-decoration: none;
}

.footer_wrapper_logo {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.container-8 {
  max-width: 90%;
}

.image-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-7 {
  margin-top: 30px;
  margin-bottom: 24px;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 900;
}

.text-span-8, .text-span-9 {
  color: #fc7400;
  text-decoration: underline;
}

.text-span-10, .text-span-11, .text-span-12 {
  color: #fc7400;
}

.pricing-overview-22 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f0f7f8;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 80px 30px 80px 0;
  display: flex;
  position: relative;
}

.text-block-8 {
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-8.qa_q {
  font-size: 18px;
  font-weight: 700;
}

.text-block-8.qa_a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-8.subtext {
  font-size: 12px;
  font-weight: 400;
}

.image-23 {
  width: 280px;
  margin-right: 24px;
  padding-top: 0;
  padding-right: 0;
}

.div-block-13 {
  float: left;
  clear: none;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 98px;
  display: flex;
}

.div-block-13.qa {
  width: 944px;
  padding: 24px 40px 10px 48px;
}

.div-block-13.qa.a {
  align-items: flex-start;
  padding-top: 0;
}

.div-block-13.qa.a-copy {
  align-items: center;
  padding-top: 0;
}

.div-block-13.qa.qa_top {
  border-radius: 8px;
  width: 980px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 36px;
}

.div-block-13.qa-copy {
  width: 944px;
  padding: 8px 40px 40px 48px;
}

.div-block-13.qa-copy.a {
  align-items: flex-start;
  padding-top: 0;
}

.div-block-13.qa-copy.a-copy {
  align-items: center;
  padding-top: 0;
}

.text-span-13 {
  color: #fc7400;
  text-decoration: underline;
}

.pricing-overview2 {
  background-color: #f0f7f8;
  border-bottom: 1px #e4ebf3;
  margin-bottom: 0;
  padding: 80px 30px 40px;
  position: relative;
}

.pricing-overview-3 {
  background-color: #434343;
  border-bottom: 1px solid #e4ebf3;
  margin: 0 auto;
  padding: 80px 30px 80px 0;
  position: relative;
}

.runteq {
  justify-content: space-between;
  align-items: center;
  width: 992px;
  display: flex;
}

.runteq.fv {
  width: auto;
  max-width: none;
  margin: 293px 0 -644px;
  padding-bottom: 0;
}

.heading-8 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.cta_btn {
  background-color: #f2f2f200;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta_btn.sp_aaa {
  display: none;
}

.image-25 {
  color: #0000;
  max-width: none;
  display: none;
}

.intro_sp.sp {
  background-color: #0000;
  display: none;
}

.pricing-image-2-copy {
  object-fit: cover;
  width: 128px;
  height: 88px;
  margin-bottom: 16px;
}

.pricing-image-2-copy.flow_pic {
  height: 104px;
}

.pricing-image-2-copy.flow_allow {
  width: auto;
  height: 120px;
}

.pricing-image-2-copy.flow_allow.sp_a {
  opacity: 0;
}

.heading-9 {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.heading-11, .heading-12 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 900;
}

.text-block_15 {
  color: #222;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
}

.image-26 {
  width: 64px;
  max-width: none;
  height: 64px;
  margin-bottom: 16px;
}

.text-block-12 {
  text-align: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
  display: none;
}

.centered-heading-sec {
  color: #252525;
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-decoration-style: solid;
  display: block;
}

.centered-heading-sec.sp-left {
  color: #222;
  max-width: 1040px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Serif JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.image-27 {
  max-width: 100%;
  margin-left: 60px;
}

.columns-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-28 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.image-29, .image-30 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-3 {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.top_cta {
  z-index: auto;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 55%, #7f55ff);
  background-clip: border-box;
  border-radius: 1000px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 576px;
  height: auto;
  margin: 24px auto auto;
  padding: 32px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  display: flex;
  position: static;
  box-shadow: 0 2px 14px 2px #0003;
}

.top_cta:hover {
  background-color: #d8d8d8;
}

.top_cta.btn1 {
  color: #fff;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
  width: 576px;
  height: 88px;
  margin-left: auto;
  font-size: 30px;
}

.top_cta.btn1:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
}

.top_02_cta {
  z-index: auto;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 55%, #7f55ff);
  background-clip: border-box;
  border-radius: 1000px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 576px;
  height: auto;
  margin: 24px auto auto;
  padding: 32px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  display: flex;
  position: static;
  box-shadow: 0 2px 14px 2px #0003;
}

.top_02_cta:hover {
  background-color: #d8d8d8;
}

.top_02_cta.btn1 {
  color: #fff;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
  width: 576px;
  height: 88px;
  margin-left: auto;
  font-size: 30px;
}

.top_02_cta.btn1:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
}

.text-span-18 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px #0003;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.fv_text_h2 {
  color: #222;
  text-align: left;
  white-space: normal;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  height: auto;
  margin: 0 auto -16px 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 900;
  line-height: 5vw;
  display: flex;
}

.centered-heading-thr {
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-decoration-style: solid;
  display: flex;
}

.centered-heading-thr.sp-left {
  margin-bottom: 0;
  font-size: 36px;
  display: block;
}

.image-31 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-19 {
  color: #193282;
  background-image: linear-gradient(#fff, #fff);
}

.link-block-4_sp {
  justify-content: center;
  align-items: center;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-111 {
  float: left;
  clear: none;
  background-color: #fff;
  border: 2px #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px 24px;
  display: flex;
}

.div-block-111.qa {
  background-color: #fff;
  border-radius: 0;
  width: 980px;
  max-width: 1080px;
  padding: 24px 40px 10px 48px;
}

.div-block-111.qa.a {
  align-items: flex-start;
  padding-top: 0;
}

.div-block-111.qa.a.a_under {
  padding-bottom: 40px;
}

.div-block-111.qa.a-copy {
  background-color: #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 980px;
  max-width: 980px;
  margin-bottom: 0;
  padding-top: 0;
}

.div-block-111.qa.qa_top {
  background-color: #fff;
  border-radius: 0;
  width: 980px;
  max-width: 980px;
  margin-bottom: 0;
  padding-top: 40px;
}

.div-block-111.qa-copy {
  width: 944px;
  padding: 8px 40px 40px 48px;
}

.div-block-111.qa-copy.a {
  align-items: flex-start;
  padding-top: 0;
}

.div-block-111.qa-copy.a-copy {
  align-items: center;
  padding-top: 0;
}

.div-block-111.shi {
  display: none;
}

.cta_btn_futter {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.cta_btn_futter.sp_aaa {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.intro1-copy {
  background-color: #e4f1ef;
  border-bottom: 1px #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.pricing-overview1109 {
  background-color: #b3ee3f;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.text-block-13 {
  color: #222;
  padding: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
}

.text-block-14 {
  color: #222;
  text-align: left;
  text-transform: none;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.pricing-grid-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  margin-top: 0;
  display: none;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px #fff;
  border-radius: 9px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.text-span-18-copy {
  color: #222;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cta_btn-copy {
  background-color: #f2f2f200;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
}

.cta_btn-copy.sp_aaa {
  display: none;
}

.div-block-112 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding: 24px;
  display: flex;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 840px;
  display: flex;
}

.div-block-113 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-15 {
  color: #222;
  flex-flow: column;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  display: flex;
}

.text-block-16 {
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-26, .text-span-27 {
  font-size: 18px;
}

.text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32 {
  color: #be31ff;
}

.image-32 {
  width: 100%;
  max-width: 249px;
}

.image-32.pc_hide {
  display: none;
}

.image-33 {
  width: 100%;
  max-width: 380px;
}

.image-34 {
  vertical-align: baseline;
  width: 60%;
  max-width: none;
  margin-top: 0;
  display: block;
}

.container-11 {
  max-width: 1040px;
  display: flex;
}

.div-block-114 {
  display: flex;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.div-block-115 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-116 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  margin-right: 8px;
  padding: 16px;
  display: flex;
}

.image-35 {
  max-width: 100px;
}

.text-block-17 {
  color: #be31ff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.text-block-18 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.paragraph-3 {
  font-family: Noto Sans JP, sans-serif;
}

.container-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.s-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  margin-left: 8px;
  padding: 16px;
  display: flex;
}

.div-block-117 {
  flex-flow: column;
  display: none;
}

.image-36 {
  display: none;
}

.centered-heading-2-copy {
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 800;
  display: block;
}

.text-block-16-copy {
  text-align: center;
  flex-flow: column;
  padding-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 19px;
  display: none;
}

.fv_cta_other {
  z-index: auto;
  color: #252525;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 1000px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 360px;
  height: 64px;
  margin-top: 24px;
  margin-bottom: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  display: flex;
  position: static;
  box-shadow: 0 2px 14px 2px #0003;
}

.fv_cta_other:hover {
  background-color: #d8d8d8;
}

.fv_cta_other.btn1 {
  color: #fff;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
  width: 576px;
  height: 88px;
  margin-left: auto;
  font-size: 30px;
}

.fv_cta_other.btn1:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
}

.fv_cta_other.btn1.btn_und.meta_btn {
  text-shadow: 0 1px 6px #0003;
  background-color: #06c755;
  background-image: none;
  transition: background-color .2s;
}

.fv_cta_other.btn1.btn_und.meta_btn:hover {
  background-image: linear-gradient(#0003, #0003);
}

.fv_cta_other.fv_top_cta.meta_btn {
  color: #fff;
  text-shadow: 0 1px 6px #0003;
  background-color: #061dc7;
}

.fv_cta_other.fv_top_cta.meta_btn:hover {
  background-image: linear-gradient(#0003, #0003);
}

.cta_btn_pc {
  background-color: #06c755;
  border-radius: 100px;
  flex-flow: column;
  width: 576px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cta_btn_pc:hover {
  background-color: #06c755b3;
}

.button {
  color: #fff;
}

.cta_btn_fv_pc {
  background-color: #434343;
  background-image: url('../images/rectangle_4046_2x.webp');
  background-position: 0 0;
  background-size: auto;
  border: 5px #fff;
  border-radius: 100px;
  width: 360px;
  margin-top: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.cta_btn_fv_pc:hover {
  background-color: #333;
  background-image: url('../images/rectangle_4045_2x.webp');
}

.text-span-55 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px #0003;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 50px;
  display: block;
}

.cta_btn_header_pc {
  background-color: #fff;
  border-radius: 100px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.cta_btn_header_pc:hover {
  background-color: #cacaca;
}

.centered-heading-2_white {
  color: #222;
  text-align: center;
  flex-flow: column;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 800;
  display: block;
}

.image-37 {
  vertical-align: baseline;
  width: auto;
  max-width: 100%;
  height: 100%;
  overflow: clip;
}

.image_fv {
  width: 100%;
  max-width: none;
  display: none;
}

.header1109 {
  z-index: 10;
  background-color: #434343;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.pricing-overview1109 {
  background-color: #249ba5;
  border-bottom: 1px solid #e4ebf3;
  margin: 0 auto;
  padding: 80px 30px 80px 0;
  display: none;
  position: relative;
}

.pricing-overview-1109 {
  background-color: #f0f7f8;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-overview0121 {
  background-color: #c9ebe2;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.header_right_navlink1109 {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.div-block_target {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 9px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  display: block;
}

.text-block_target {
  color: #222;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 27px;
}

.fv_cta0121 {
  z-index: auto;
  color: #252525;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 1000px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 360px;
  height: 64px;
  margin-top: 24px;
  margin-bottom: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  display: flex;
  position: static;
  box-shadow: 0 2px 14px 2px #0003;
}

.fv_cta0121:hover {
  background-color: #d8d8d8;
}

.fv_cta0121.btn1 {
  color: #fff;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
  width: 576px;
  height: 88px;
  margin-left: auto;
  font-size: 30px;
}

.fv_cta0121.btn1:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
}

.fv_cta0121.btn1.btn_und.meta_btn {
  text-shadow: 0 1px 6px #0003;
  background-color: #c4c4c4;
  background-image: none;
  transition: background-color .2s;
  display: flex;
}

.fv_cta0121.btn1.btn_und.meta_btn:hover {
  background-image: none;
}

.fv_cta0121.fv_top_cta.meta_btn {
  color: #fff;
  text-shadow: 0 1px 6px #0003;
  background-color: #02ce0f;
  margin-top: 32px;
  margin-bottom: auto;
  display: none;
}

.fv_cta0121.btn1-copy {
  color: #fff;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
  width: 576px;
  height: 88px;
  margin-left: auto;
  font-size: 30px;
}

.fv_cta0121.btn1-copy:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
}

.fv_cta0121.btn1-copy.btn_und.meta_btn {
  text-shadow: 0 1px 6px #0003;
  background-color: #c4c4c4;
  background-image: none;
  transition: background-color .2s;
  display: flex;
}

.fv_cta0121.btn1-copy.btn_und.meta_btn:hover {
  background-image: none;
}

.fv_cta0121.btn2 {
  color: #fff;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
  width: 576px;
  height: 88px;
  margin-left: auto;
  font-size: 30px;
}

.fv_cta0121.btn2:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #54a0df 50%, #7f55ff);
}

.fv_cta0121.btn2.btn_und.meta_btn {
  text-shadow: 0 1px 6px #0003;
  background-color: #c4c4c4;
  background-image: none;
  transition: background-color .2s;
  display: flex;
}

.fv_cta0121.btn2.btn_und.meta_btn:hover {
  background-image: none;
}

.header_right_navlink0121 {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.header_right_navlink0121.w--current {
  mix-blend-mode: normal;
}

.centered-heading-3 {
  color: #222;
  text-align: center;
  flex-flow: column;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 800;
  display: block;
}

.centered-heading-4 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 800;
  display: block;
}

.pricing-overview0121_2 {
  background-color: #20b6a9;
  border-bottom: 1px solid #e4ebf3;
  margin: 0 auto;
  padding: 80px 30px 80px 0;
  position: relative;
}

.cta_btn-0121 {
  background-color: #f2f2f200;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta_btn-0121.sp_aaa {
  display: none;
}

.he_cta0121 {
  letter-spacing: .5px;
  text-indent: 0;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-color: #5353da;
  background-image: linear-gradient(90deg, #03ea8a, #4b94ce 70%, #7f55ff);
  background-clip: border-box;
  border-radius: 20px;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  padding: 8px 40px 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: background-color .3s;
  overflow: visible;
}

.he_cta0121:hover {
  background-color: #3d35cc;
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(90deg, #03ea8a, #4b94ce 70%, #7f55ff);
}

.he_cta0121.meta_btn {
  color: #222;
  background-color: #fff;
  background-image: none;
  font-weight: 800;
  display: flex;
}

.he_cta0121.meta_btn:hover {
  background-color: #c4c4c4;
  background-image: none;
}

.cta_btn_header_pc0121 {
  background-color: #fff;
  border-radius: 100px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.cta_btn_header_pc0121:hover {
  background-color: #d1b200;
}

.text-block-16-copy-copy {
  text-align: center;
  flex-flow: column;
  padding-top: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 37px;
  display: block;
}

.bold-text {
  font-weight: 700;
}

._37_sp {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
  display: none;
}

.div-block-118 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.image-38 {
  max-width: 32px;
}

.div-block-119 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0f7f8;
  flex-flow: column;
  min-width: 640px;
  max-width: 640px;
  padding: 40px 64px;
  display: flex;
}

.text-block-19 {
  align-self: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-20, .text-block-21, .text-block-20-copy {
  align-self: center;
}

.div-block-120 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  display: flex;
}

.div-block-121 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.image-39, .image-40, .image-41 {
  max-width: 24px;
}

.centered-heading-thr-copy {
  color: #fff;
  text-align: left;
  flex-flow: column;
  width: 55%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-decoration-style: solid;
  display: flex;
}

.centered-heading-thr-copy.sp-left {
  margin-bottom: 0;
  font-size: 36px;
  display: block;
}

.centered-heading-thr-copys {
  color: #222;
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-decoration-style: solid;
  display: none;
}

.centered-heading-thr-copys.sp-left {
  margin-bottom: 0;
  font-size: 36px;
  display: block;
}

.container-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-122 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  max-width: 980px;
  padding: 40px;
  display: flex;
}

.div-block-123 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-124 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-7-copy {
  color: #222;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-7-copy.qa_q {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.text-block-7-copy.qa_a {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-7-copy.subtext {
  font-size: 12px;
  font-weight: 400;
}

.text-block-7-copy-copy {
  color: #222;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-7-copy-copy.qa_q {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.text-block-7-copy-copy.qa_a {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-7-copy-copy.subtext {
  font-size: 12px;
  font-weight: 400;
}

.text-block-77 {
  color: #222;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-77.qa_q {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.text-block-77.qa_a {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-77.subtext {
  font-size: 12px;
  font-weight: 400;
}

.div-block-125 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-126 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-42 {
  width: auto;
}

.image-43 {
  max-width: 32%;
}

.image-44 {
  max-width: 15%;
}

.centered-heading-sec-copy {
  color: #252525;
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-decoration-style: solid;
  display: block;
}

.centered-heading-sec-copy.sp-left {
  color: #222;
  max-width: 1040px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Serif JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.text-block-78 {
  color: #fff;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.section-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.body-2 {
  background-color: #f0f7f8;
}

.image-45 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-128 {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    width: 100%;
    max-width: 100%;
  }

  .container {
    max-width: 100%;
  }

  .navbar-wrapper {
    width: auto;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .header1 {
    z-index: 10;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    height: 64px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: sticky;
    top: 0;
  }

  .body {
    margin-bottom: 113px;
  }

  .image {
    padding-bottom: 95px;
  }

  .link-block {
    display: flex;
  }

  .link-block.w--current {
    align-items: center;
  }

  .header_right {
    background-color: #25252500;
  }

  .image-11 {
    width: 240px;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .hamburger {
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .nav-menu {
    object-fit: fill;
    background-color: #000000d9;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 32px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
    box-shadow: 0 5px 10px #00000040;
  }

  .menu-button-2 {
    color: #333;
    background-color: #25252500;
    border-radius: 4px;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 0;
    display: none;
    position: static;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #0000;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .line2 {
    background-color: #fff;
    border-radius: 5px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .header {
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .business_logo {
    width: 240px;
  }

  .navmenu_logoicon {
    background-color: #252525;
    justify-content: space-between;
    margin: 16px;
    padding-right: 0;
    display: none;
  }

  .he_cta {
    color: #fff;
    background-color: #5359d9;
    border-radius: 30px;
    height: 48px;
    margin-left: 32px;
    margin-right: 32px;
    padding: 12px 24px;
    font-size: 16px;
    display: block;
  }

  .he_cta:hover {
    background-color: #3d35cc;
  }

  .he_cta.meta_btn {
    background-color: #c4c4c4;
    background-image: url('../images/rectangle_4046_2x.webp');
    background-position: 0 0;
    background-size: auto;
    display: block;
  }

  .he_cta.meta_btn:hover {
    background-color: #c4c4c466;
    background-image: url('../images/rectangle_4045_2x.webp');
    background-position: 0 0;
    background-size: auto;
  }

  .header_right_navlink {
    color: #fff;
  }

  .nav_container {
    background-color: #25252500;
    overflow: visible;
  }

  .line3 {
    background-color: #fff;
    border-radius: 5px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header_right_navlink_onlysp {
    color: #fff;
    display: block;
  }

  .navbar {
    -webkit-text-fill-color: inherit;
    background-color: #25252500;
    background-clip: border-box;
    position: static;
    overflow: visible;
  }

  .line1 {
    background-color: #fff;
    border: 1px #fff;
    border-radius: 5px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .top {
    height: 360px;
    padding: 24px 0 24px 24px;
    display: flex;
  }

  .top_wrapper {
    padding-left: 32px;
  }

  .fv_logo {
    width: 560px;
  }

  .top_wrapper_heading {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 42px;
  }

  .top_btn_wrapper {
    margin-left: 32px;
  }

  .fv_text_h1 {
    width: 140%;
    margin-bottom: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .section {
    background-size: cover;
  }

  .fv_cta {
    width: 320px;
    height: 56px;
    margin-top: 8px;
  }

  .fv_cta.btn1 {
    width: 540px;
    height: 64px;
    font-size: 24px;
  }

  .fv_cta.btn1.btn_top {
    text-shadow: 0 1px 6px #0003;
    background-color: #406e4a;
    margin-top: 8px;
  }

  .fv_cta.btn1.btn_top:hover {
    background-color: #0d9f49;
  }

  .fv_cta.btn1.btn_mid, .fv_cta.btn1.btn_und {
    margin-top: 8px;
  }

  .fv_cta.btn1.btn_und.meta_btn {
    display: flex;
  }

  .fv_cta.fv_top_cta.meta_btn {
    display: none;
  }

  .fv_cta.btn1-copy {
    width: 540px;
    height: 64px;
    font-size: 24px;
  }

  .fv_cta.btn1-copy.btn_top {
    text-shadow: 0 1px 6px #0003;
    background-color: #02ce0f;
    background-image: none;
    margin-top: 8px;
  }

  .fv_cta.btn1-copy.btn_top:hover {
    background-image: none;
  }

  .fv_cta.btn1-copy.btn_mid, .fv_cta.btn1-copy.btn_und {
    margin-top: 8px;
  }

  .fv_cta.btn1-copy.btn_und.meta_btn {
    display: flex;
  }

  .fv_cta.btn2.btn_mid, .fv_cta.btn2.btn_und {
    margin-top: 8px;
  }

  .fv_cta.btn2 {
    width: 540px;
    height: 64px;
    font-size: 24px;
  }

  .fv_cta.btn2.btn_top {
    text-shadow: 0 1px 6px #0003;
    background-color: #c4c4c4;
    background-image: none;
    margin-top: 8px;
  }

  .fv_cta.btn2.btn_top:hover {
    background-image: none;
  }

  .fv_cta.btn2.btn_mid, .fv_cta.btn2.btn_und {
    margin-top: 8px;
  }

  .fv_cta.btn2.btn_und.meta_btn {
    display: flex;
  }

  .fv_text_h4 {
    width: 49vw;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 2vw;
    line-height: 3vw;
  }

  .fv_orangebox {
    width: 320px;
    height: 48px;
    margin-bottom: 16px;
  }

  .image-14 {
    max-width: 100%;
  }

  .text-block-3 {
    padding: 1.2vw;
    font-size: 2.1vw;
  }

  .fv_contents {
    padding-bottom: 54px;
  }

  .intro_heading {
    font-size: 28px;
    line-height: 42px;
  }

  .intro {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .intro_card_img2 {
    width: 110px;
    top: 116px;
    left: 24%;
  }

  .intro_content, .container-3 {
    max-width: 704px;
  }

  .intro_column_text, .intro_column_text2 {
    font-size: 17px;
    line-height: 28px;
  }

  .intro_card_img {
    width: 110px;
    top: 116px;
    left: 24%;
  }

  .section-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro1 {
    padding: 40px 0;
  }

  .centered-heading-pri {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .pricing-grid {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pricing-card-three {
    padding-top: 0;
  }

  .pricing-image {
    width: 320px;
    height: 180px;
  }

  .pricing-card-text.flowtext {
    font-size: 14px;
  }

  .heading-2 {
    margin-bottom: 41px;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-3, .heading-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .overview {
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .pricing-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
    margin-top: 24px;
  }

  .pricing-grid-2.flow {
    flex-flow: row;
    align-content: stretch;
    place-items: stretch stretch;
    width: 600px;
    margin-top: 0;
  }

  .pricing-card-three-2.flow_allow_aida {
    background-color: #f2f2f2;
  }

  .pricing-card-three-2.sp_flow {
    min-height: 110%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-image-2.flow_pic {
    width: 50px;
  }

  .pricing-image-2.flow_allow {
    height: 90px;
  }

  .pricing-image-2.flow_allow.sp_a {
    height: 60px;
    margin-bottom: auto;
  }

  .explanation {
    padding: 40px 50px;
  }

  .container-4 {
    max-width: 728px;
  }

  .fv_pic {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -461px;
  }

  .fv_pic.fv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    margin-bottom: -456px;
    display: flex;
  }

  .fv_pic_right {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    width: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .fv_pic_left {
    clear: none;
    width: 240px;
    max-width: 324%;
    height: 240px;
    margin-top: 20px;
    overflow: visible;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 29px;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .image-19 {
    width: 448px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .pricing-overview-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .centered-heading-2 {
    font-size: 32px;
  }

  .pricing-grid-3 {
    grid-column-gap: 30px;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .div-block-11 {
    width: 600px;
    padding-left: 32px;
  }

  .div-block-11.qa {
    justify-content: flex-start;
    align-items: center;
    width: 600px;
  }

  .div-block-11.qa.a-copy {
    align-items: flex-start;
    width: 600px;
  }

  .div-block-11.qa.qa_top {
    align-items: center;
    width: 600px;
  }

  .div-block-11.qa-copy {
    width: 600px;
    padding-top: 12px;
  }

  .text-block-7 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-7.qa_q, .text-block-7.qa_a {
    font-size: 16px;
  }

  .footer_inner_underline {
    margin-right: 40px;
  }

  .footer_inner_link_text {
    font-size: 13px;
    line-height: 16px;
  }

  .footer_inner {
    margin-right: 40px;
  }

  .footer_inner_txt {
    font-size: 14px;
    line-height: 21px;
  }

  .footer_sns_linkblock {
    margin-bottom: 12px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_sns {
    width: 170px;
  }

  .container-8 {
    max-width: 96%;
  }

  .heading-7 {
    font-size: 20px;
  }

  .pricing-overview-22 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 24px;
  }

  .image-23 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .div-block-13.qa.qa_top {
    flex-direction: column;
    width: 600px;
  }

  .pricing-overview2 {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-overview-3 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .runteq {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: repeat(auto-fit, 260px);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 600px;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .heading-8 {
    font-size: 20px;
  }

  .cta_btn {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta_btn.sp_aaa {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .shadow-two-copy {
    clear: none;
    width: 240px;
    max-width: 324%;
    height: 240px;
    margin-top: 20px;
    overflow: visible;
  }

  .pricing-image-2-copy.flow_allow {
    height: 90px;
  }

  .text-block_15 {
    font-size: 16px;
    line-height: 21px;
  }

  .centered-heading-sec {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .centered-heading-sec.sp-left {
    text-align: left;
    font-size: 16px;
    display: block;
  }

  .column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-27 {
    max-width: 98%;
    margin-left: 48px;
  }

  .columns-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
  }

  .column-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    padding-right: 24px;
    position: relative;
  }

  .top_cta {
    margin-top: 8px;
  }

  .top_cta.btn1 {
    width: 540px;
    height: 64px;
    font-size: 24px;
  }

  .top_cta.btn1.btn_top, .top_cta.btn1.btn_mid, .top_cta.btn1.btn_und, .top_02_cta {
    margin-top: 8px;
  }

  .top_02_cta.btn1 {
    width: 540px;
    height: 64px;
    font-size: 24px;
  }

  .top_02_cta.btn1.btn_top, .top_02_cta.btn1.btn_mid, .top_02_cta.btn1.btn_und {
    margin-top: 8px;
  }

  .text-span-18 {
    font-size: 24px;
  }

  .fv_text_h2 {
    margin-bottom: -11px;
    font-size: 3vw;
    line-height: 6vw;
  }

  .centered-heading-thr {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 39px;
    display: flex;
  }

  .centered-heading-thr.sp-left {
    flex-flow: column;
    font-size: 23px;
    display: block;
  }

  .image-31 {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .text-span-20 {
    display: block;
  }

  .div-block-111 {
    width: 600px;
    padding-left: 32px;
  }

  .div-block-111.qa {
    justify-content: flex-start;
    align-items: center;
    width: 600px;
  }

  .div-block-111.qa.a-copy {
    align-items: flex-start;
    width: 600px;
  }

  .div-block-111.qa.qa_top {
    align-items: center;
    width: 600px;
  }

  .div-block-111.qa-copy {
    width: 600px;
    padding-top: 12px;
  }

  .cta_btn_futter {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta_btn_futter.sp_aaa {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .intro1-copy, .pricing-overview1109 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-13 {
    font-size: 19px;
    line-height: 21px;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 21px;
  }

  .pricing-grid-copy {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .cta_btn-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta_btn-copy.sp_aaa {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .text-block-15 {
    font-size: 22px;
  }

  .image-34 {
    width: 80%;
    max-width: none;
    margin-top: 0;
  }

  .centered-heading-2-copy {
    font-size: 32px;
  }

  .text-block-16-copy {
    display: none;
  }

  .fv_cta_other {
    width: 320px;
    height: 56px;
    margin-top: 8px;
  }

  .fv_cta_other.btn1 {
    width: 540px;
    height: 64px;
    font-size: 24px;
  }

  .fv_cta_other.btn1.btn_top {
    text-shadow: 0 1px 6px #0003;
    background-color: #06c755;
    background-image: none;
    margin-top: 8px;
  }

  .fv_cta_other.btn1.btn_top:hover {
    background-image: linear-gradient(#0003, #0003);
  }

  .fv_cta_other.btn1.btn_mid, .fv_cta_other.btn1.btn_und {
    margin-top: 8px;
  }

  .fv_cta_other.fv_top_cta.meta_btn, .cta_btn_pc, .cta_btn_fv_pc, .cta_btn_header_pc {
    display: none;
  }

  .centered-heading-2_white {
    font-size: 32px;
  }

  .image-37 {
    width: 95%;
    max-width: 100%;
  }

  .image_fv {
    max-width: none;
    display: none;
  }

  .header1109 {
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .hamburger1109 {
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .line1-copy {
    background-color: #fff;
    border: 1px #000;
    border-radius: 5px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line2-copy {
    background-color: #fff;
    border-radius: 5px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .line3-copy {
    background-color: #fff;
    border-radius: 5px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .pricing-overview1109 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .pricing-overview-1109 {
    background-color: #f0f7f8;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-overview0121 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header_right_navlink1109 {
    color: #fff;
  }

  .div-block_target {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .text-block_target {
    font-size: 16px;
    line-height: 21px;
  }

  .fv_cta0121 {
    width: 320px;
    height: 56px;
    margin-top: 8px;
  }

  .fv_cta0121.btn1 {
    width: 540px;
    height: 64px;
    font-size: 24px;
  }

  .fv_cta0121.btn1.btn_top {
    text-shadow: 0 1px 6px #0003;
    background-color: #c4c4c4;
    background-image: none;
    margin-top: 8px;
  }

  .fv_cta0121.btn1.btn_top:hover {
    background-image: none;
  }

  .fv_cta0121.btn1.btn_mid, .fv_cta0121.btn1.btn_und {
    margin-top: 8px;
  }

  .fv_cta0121.btn1.btn_und.meta_btn {
    display: flex;
  }

  .fv_cta0121.fv_top_cta.meta_btn {
    display: none;
  }

  .fv_cta0121.btn1-copy {
    width: 540px;
    height: 64px;
    font-size: 24px;
  }

  .fv_cta0121.btn1-copy.btn_top {
    text-shadow: 0 1px 6px #0003;
    background-color: #c4c4c4;
    background-image: none;
    margin-top: 8px;
  }

  .fv_cta0121.btn1-copy.btn_top:hover {
    background-image: none;
  }

  .fv_cta0121.btn1-copy.btn_mid, .fv_cta0121.btn1-copy.btn_und {
    margin-top: 8px;
  }

  .fv_cta0121.btn1-copy.btn_und.meta_btn {
    display: flex;
  }

  .fv_cta0121.btn2 {
    width: 540px;
    height: 64px;
    font-size: 24px;
  }

  .fv_cta0121.btn2.btn_top {
    text-shadow: 0 1px 6px #0003;
    background-color: #c4c4c4;
    background-image: none;
    margin-top: 8px;
  }

  .fv_cta0121.btn2.btn_top:hover {
    background-image: none;
  }

  .fv_cta0121.btn2.btn_mid, .fv_cta0121.btn2.btn_und {
    margin-top: 8px;
  }

  .fv_cta0121.btn2.btn_und.meta_btn {
    display: flex;
  }

  .header_right_navlink0121 {
    color: #fff;
  }

  .centered-heading-3, .centered-heading-4 {
    font-size: 32px;
  }

  .pricing-overview0121_2, .cta_btn-0121 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta_btn-0121.sp_aaa {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .he_cta0121 {
    color: #fff;
    background-color: #5359d9;
    border-radius: 30px;
    height: 48px;
    margin-left: 32px;
    margin-right: 32px;
    padding: 12px 24px;
    font-size: 16px;
    display: block;
  }

  .he_cta0121:hover {
    background-color: #3d35cc;
  }

  .he_cta0121.meta_btn {
    display: block;
  }

  .cta_btn_header_pc0121 {
    display: none;
  }

  ._37_sp {
    width: 130%;
    max-width: none;
  }

  .div-block-121 {
    padding: 24px;
  }

  .centered-heading-thr-copy {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 39px;
    display: flex;
  }

  .centered-heading-thr-copy.sp-left {
    flex-flow: column;
    font-size: 23px;
    display: block;
  }

  .centered-heading-thr-copys {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 39px;
    display: none;
  }

  .centered-heading-thr-copys.sp-left {
    flex-flow: column;
    font-size: 23px;
    display: block;
  }

  .container-side {
    max-width: 730px;
  }

  .div-block-122 {
    max-width: 600px;
  }

  .div-block-123 {
    flex-flow: column;
  }

  .text-block-7-copy.qa_q, .text-block-7-copy.qa_a {
    font-size: 16px;
  }

  .text-block-7-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-7-copy.qa_q, .text-block-7-copy.qa_a {
    font-size: 16px;
  }

  .text-block-7-copy-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-7-copy-copy.qa_q, .text-block-7-copy-copy.qa_a {
    font-size: 16px;
  }

  .text-block-77 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-77.qa_q, .text-block-77.qa_a {
    font-size: 16px;
  }

  .centered-heading-sec-copy {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .centered-heading-sec-copy.sp-left {
    text-align: left;
    font-size: 16px;
    display: block;
  }

  .section-4 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-45 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    width: auto;
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .header {
    height: 52px;
  }

  .business_logo {
    width: 240px;
  }

  .he_cta {
    height: 36px;
    font-size: 13px;
    line-height: 16px;
  }

  .top {
    height: 280px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 0;
  }

  .fv_logo {
    width: 480px;
  }

  .top_wrapper_heading {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 30px;
  }

  .top_btn {
    font-size: 22px;
    line-height: 24px;
  }

  .runteq_logo {
    width: 112px;
  }

  .fv_text_h1 {
    width: 100%;
    margin-bottom: -5px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .fv_cta {
    width: 39vw;
    height: 7vw;
    margin-top: 4px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .fv_cta.btn1 {
    width: 320px;
    height: 54px;
    font-size: 18px;
  }

  .fv_cta.btn1.btn_top {
    text-shadow: 0 1px 7px #0003;
    background-color: #434343;
    margin-top: auto;
  }

  .fv_cta.btn1.btn_und.meta_btn {
    display: flex;
  }

  .fv_cta.btn_spsp, .fv_cta.fv_top_cta {
    display: none;
  }

  .fv_cta.btn1-copy {
    width: 320px;
    height: 54px;
    font-size: 18px;
  }

  .fv_cta.btn1-copy.btn_top {
    text-shadow: 0 1px 7px #0003;
    background-color: #02ce0f;
    background-image: none;
    margin-top: auto;
  }

  .fv_cta.btn1-copy.btn_top:hover {
    background-image: none;
  }

  .fv_cta.btn2.btn_top {
    text-shadow: 0 1px 7px #0003;
    background-color: #c4c4c4;
    background-image: none;
    margin-top: auto;
    display: none;
  }

  .fv_cta.btn2 {
    width: 320px;
    height: 54px;
    font-size: 18px;
  }

  .fv_cta.btn2.btn_top {
    text-shadow: 0 1px 7px #0003;
    background-color: #c4c4c4;
    background-image: none;
    margin-top: auto;
  }

  .fv_cta.btn2.btn_top:hover {
    background-image: none;
  }

  .fv_cta.btn2.btn_und.meta_btn {
    display: flex;
  }

  .top_btn-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .fv_text_h4 {
    margin-bottom: 0;
  }

  .fv_orangebox {
    width: 200px;
    height: 30px;
    margin-bottom: 0;
  }

  .image-14 {
    width: 84px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .text-block-3 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .fv_contents {
    padding-bottom: 18px;
  }

  .intro_heading {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .intro {
    padding-bottom: 70px;
  }

  .intro_card_img2 {
    width: 80px;
    position: absolute;
    inset: 65% 0% 0% 24%;
  }

  .intro_content {
    max-width: 504px;
    padding-left: 0;
    display: flex;
  }

  .intro_column_text, .intro_column_text2 {
    text-align: center;
    margin-bottom: 37px;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .intro_card {
    justify-content: center;
    margin: 32px 5px;
    padding-bottom: 16px;
  }

  .intro_card_img {
    width: 80px;
    position: absolute;
    inset: 65% 0% 0% 24%;
  }

  .section-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .intro1 {
    padding: 40px 15px 24px;
  }

  .centered-heading-pri {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .pricing-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 512px;
    overflow: visible;
  }

  .pricing-card-text {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-8 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .overview {
    padding: 40px 15px;
  }

  .pricing-grid-2 {
    align-items: start;
    width: auto;
    max-width: 512px;
    margin-top: 24px;
  }

  .pricing-grid-2.flow {
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 512px;
    margin-top: 0;
  }

  .pricing-card-three-2 {
    max-width: none;
    overflow: visible;
  }

  .pricing-card-three-2.flow_allow_aida {
    background-color: #f2f2f2;
  }

  .pricing-card-three-2.sp_flow {
    max-width: none;
    min-height: auto;
  }

  .pricing-image-2.flow_allow.sp_a {
    display: none;
  }

  .explanation {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 16px 24px;
  }

  .fv_pic {
    margin-bottom: -313px;
  }

  .fv_pic.fv {
    margin-bottom: -312px;
  }

  .fv_pic_left {
    width: 140px;
    height: 140px;
  }

  .heading-5 {
    flex-flow: row;
    display: flex;
  }

  .heading-6 {
    margin-top: 0;
  }

  .features-list {
    padding: 60px 15px;
  }

  .pricing-overview-2 {
    padding: 40px 16px;
  }

  .centered-heading-2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-11 {
    width: 100%;
    max-width: 512px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-11.qa {
    width: 100%;
    max-width: 512px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-11.qa.a-copy, .div-block-11.qa.qa_top {
    width: 100%;
    max-width: 512px;
    padding-left: 32px;
  }

  .div-block-11.qa-copy {
    width: 100%;
    max-width: 512px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-7 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-7.subtext {
    line-height: 18px;
  }

  .footer_inner_underline {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 16px;
  }

  .footer_logo_img {
    width: 128px;
  }

  .footer_inner {
    border: 1px #000;
  }

  .text-block-9 {
    padding-top: 7px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer_wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .footer_sns {
    width: auto;
  }

  .footer_wrapper_logo {
    flex-direction: row;
    display: flex;
  }

  .pricing-overview-22 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #f2f2f2;
    padding: 40px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .image-23 {
    width: 320px;
  }

  .div-block-13.qa.qa_top {
    width: auto;
    max-width: none;
  }

  .pricing-overview2 {
    margin-top: 0;
    padding: 40px 16px 24px;
  }

  .pricing-overview-3 {
    margin-top: 24px;
    padding: 40px 16px;
  }

  .runteq {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: repeat(auto-fit, 217px);
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .cta_btn {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cta_btn.sp_aaa {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: 440px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }

  .text-block-10 {
    background-color: #fff;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-span-14, .text-span-15, .text-span-16 {
    color: #fc7400;
  }

  .image-25 {
    width: 500px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .shadow-two-copy {
    width: 110px;
    max-width: none;
    height: 110px;
    margin-top: -26px;
    margin-left: -115px;
    padding-right: 0;
  }

  .intro_sp {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: 440px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }

  .intro_sp.sp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing-image-2-copy.flow_allow.sp_a {
    margin-bottom: 23px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .text-block_15 {
    font-size: 14px;
  }

  .centered-heading-sec {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 39px;
  }

  .centered-heading-sec.sp-left {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
  }

  .columns {
    height: auto;
  }

  .image-27 {
    max-width: 215%;
    margin-top: 21px;
    margin-left: -120px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .column-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .column-4 {
    height: auto;
  }

  .top_cta {
    margin-top: 4px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 30px;
    line-height: 3vw;
  }

  .top_cta.btn1 {
    width: 320px;
    height: 54px;
    font-size: 18px;
  }

  .top_cta.btn_spsp {
    display: none;
  }

  .top_02_cta {
    width: 39vw;
    height: 7vw;
    margin-top: 4px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .top_02_cta.btn1 {
    width: 320px;
    height: 54px;
    font-size: 18px;
  }

  .top_02_cta.btn_spsp {
    display: none;
  }

  .text-span-18 {
    font-size: 20px;
  }

  .fv_text_h2 {
    margin-bottom: -5px;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .centered-heading-thr {
    text-align: center;
    flex-flow: column;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
    line-height: 32px;
    display: flex;
  }

  .centered-heading-thr.sp-left {
    font-size: 19px;
  }

  .div-block-111 {
    width: 100%;
    max-width: 512px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-111.qa {
    width: 100%;
    max-width: 512px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-111.qa.a-copy, .div-block-111.qa.qa_top {
    width: 100%;
    max-width: 512px;
    padding-left: 32px;
  }

  .div-block-111.qa-copy {
    width: 100%;
    max-width: 512px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta_btn_futter {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cta_btn_futter.sp_aaa {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .intro1-copy, .pricing-overview1109 {
    padding: 40px 15px 24px;
  }

  .text-block-13 {
    padding: 16px;
    font-size: 20px;
    line-height: 27px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .pricing-grid-copy {
    flex-flow: row;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 512px;
    overflow: visible;
  }

  .div-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cta_btn-copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cta_btn-copy.sp_aaa {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .div-block-112 {
    flex-flow: column;
  }

  .container-10 {
    width: 512px;
  }

  .image-32 {
    display: block;
  }

  .image-32.sp_hide {
    display: none;
  }

  .image-32.pc_hide {
    display: block;
  }

  .image-33 {
    width: 190%;
  }

  .image-34 {
    width: 75%;
    max-width: none;
    display: block;
  }

  .s {
    margin-right: 0;
  }

  .container-13 {
    flex-flow: column;
  }

  .s-copy {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-36 {
    max-width: 10%;
    margin-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .centered-heading-2-copy {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .fv_cta_other {
    width: 39vw;
    height: 7vw;
    margin-top: 4px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .fv_cta_other.btn1 {
    width: 320px;
    height: 54px;
    font-size: 18px;
  }

  .fv_cta_other.btn1.btn_top {
    text-shadow: 0 1px 7px #0003;
    background-color: #06c755;
    background-image: none;
    margin-top: auto;
  }

  .fv_cta_other.btn1.btn_top:hover {
    background-image: linear-gradient(#0003, #0003);
  }

  .fv_cta_other.btn_spsp, .fv_cta_other.fv_top_cta, .cta_btn_fv_pc {
    display: none;
  }

  .centered-heading-2_white {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .image-37 {
    width: auto;
    max-width: 90%;
    padding-bottom: 0;
    display: block;
  }

  .image_fv {
    width: 100%;
    max-width: none;
  }

  .header1109 {
    height: 52px;
  }

  .line1-copy {
    background-color: #fff;
    border-color: #fff;
  }

  .line2-copy {
    background-color: #fff;
    border: 1px #fff;
  }

  .line3-copy {
    background-color: #fff;
  }

  .pricing-overview1109 {
    padding: 40px 16px;
    display: none;
  }

  .pricing-overview-1109 {
    background-color: #f0f7f8;
    padding: 40px 15px 24px;
  }

  .pricing-overview0121 {
    padding: 40px 15px 24px;
  }

  .div-block_target {
    padding-left: 4px;
    padding-right: 4px;
  }

  .text-block_target {
    font-size: 14px;
  }

  .fv_cta0121 {
    width: 39vw;
    height: 7vw;
    margin-top: 4px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .fv_cta0121.btn1 {
    width: 320px;
    height: 54px;
    font-size: 18px;
  }

  .fv_cta0121.btn1.btn_top {
    text-shadow: 0 1px 7px #0003;
    background-color: #c4c4c4;
    background-image: none;
    margin-top: auto;
  }

  .fv_cta0121.btn1.btn_top:hover {
    background-image: none;
  }

  .fv_cta0121.btn_spsp, .fv_cta0121.fv_top_cta {
    display: none;
  }

  .fv_cta0121.btn1-copy {
    width: 320px;
    height: 54px;
    font-size: 18px;
  }

  .fv_cta0121.btn1-copy.btn_top {
    text-shadow: 0 1px 7px #0003;
    background-color: #c4c4c4;
    background-image: none;
    margin-top: auto;
  }

  .fv_cta0121.btn1-copy.btn_top:hover {
    background-image: none;
  }

  .fv_cta0121.btn2 {
    width: 320px;
    height: 54px;
    font-size: 18px;
  }

  .fv_cta0121.btn2.btn_top {
    text-shadow: 0 1px 7px #0003;
    background-color: #c4c4c4;
    background-image: none;
    margin-top: auto;
  }

  .fv_cta0121.btn2.btn_top:hover {
    background-image: none;
  }

  .centered-heading-3, .centered-heading-4 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .pricing-overview0121_2 {
    padding: 40px 16px;
  }

  .cta_btn-0121 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cta_btn-0121.sp_aaa {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .he_cta0121 {
    height: 36px;
    font-size: 13px;
    line-height: 16px;
  }

  ._37_sp {
    width: auto;
    max-width: 130%;
    padding-bottom: 0;
    display: none;
  }

  .div-block-119 {
    min-width: 512px;
  }

  .centered-heading-thr-copy {
    text-align: center;
    flex-flow: column;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
    line-height: 32px;
    display: flex;
  }

  .centered-heading-thr-copy.sp-left {
    font-size: 19px;
  }

  .centered-heading-thr-copys {
    text-align: center;
    flex-flow: column;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
    line-height: 32px;
    display: none;
  }

  .centered-heading-thr-copys.sp-left {
    font-size: 19px;
  }

  .container-side {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: auto;
    max-width: 100%;
  }

  .div-block-122 {
    max-width: 100%;
  }

  .text-block-7-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-7-copy.subtext {
    line-height: 18px;
  }

  .text-block-7-copy-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-7-copy-copy.subtext {
    line-height: 18px;
  }

  .text-block-77 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-77.subtext {
    line-height: 18px;
  }

  .centered-heading-sec-copy {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 39px;
  }

  .centered-heading-sec-copy.sp-left {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .bold-text-2 {
    font-size: 14px;
    line-height: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .header_right {
    background-color: #0000;
  }

  .hamburger {
    border: 1px #000;
    border-radius: 0;
  }

  .nav-menu {
    box-shadow: 0 5px 10px #00000040;
  }

  .menu-button-2 {
    display: block;
  }

  .menu-button-2.w--open {
    color: #fff0;
    background-color: #252525;
  }

  .line2 {
    background-color: #fff;
    border: 1px #fff;
  }

  .header {
    -webkit-text-fill-color: inherit;
    background-color: #27275a;
    background-clip: border-box;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .business_logo {
    width: 192px;
  }

  .navmenu_logoicon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .he_cta {
    height: 40px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 14px;
  }

  .he_cta.meta_btn {
    background-color: #06c755;
    background-image: linear-gradient(300deg, #ffbb82, #fc7400 33% 68%, #ffbb82);
  }

  .nav_container {
    line-height: 14px;
  }

  .line3 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border: 1px #fff;
  }

  .header_right_navlink_onlysp {
    font-weight: 700;
    display: none;
  }

  .line1 {
    background-color: #fff;
    border-style: none;
    border-color: #fff;
  }

  .top {
    background-image: url('../images/ai_webinar_sp.webp');
    background-position: 0 0;
    background-size: cover;
    height: auto;
    padding: 0 0 20px;
    position: relative;
  }

  .top_wrapper {
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    inset: 15% auto auto 0%;
  }

  .fv_logo_sp {
    width: 240px;
    display: block;
  }

  .fv_logo {
    display: none;
  }

  .top_wrapper_heading {
    letter-spacing: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .top_btn_wrapper {
    margin-left: 0;
    position: absolute;
    inset: auto 0% 5%;
  }

  .top_btn {
    text-align: center;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 24px;
    font-size: 16px;
  }

  .runteq_logo {
    width: 112px;
  }

  .fv_text_h1 {
    width: 102%;
    margin-bottom: 0;
    font-size: 9vw;
    line-height: 11vw;
  }

  .fv_cta {
    display: block;
  }

  .fv_cta.btn1 {
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .fv_cta.btn1.btn_top {
    background-color: #434343;
    background-image: repeating-linear-gradient(300deg, #ffbb82, #fc7400 33% 68%, #ffbb82);
    width: auto;
    margin-top: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    display: flex;
  }

  .fv_cta.btn1.btn_mid, .fv_cta.btn1.btn_und {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .fv_cta.btn1.btn_und.meta_btn {
    display: flex;
  }

  .fv_cta.btn_spsp {
    display: none;
  }

  .fv_cta.btn1-copy {
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .fv_cta.btn1-copy.btn_top {
    background-color: #02ce0f;
    width: auto;
    margin-top: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    display: none;
  }

  .fv_cta.btn1-copy.btn_mid, .fv_cta.btn1-copy.btn_und {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .fv_cta.btn2.btn_mid, .fv_cta.btn2.btn_und {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .fv_cta.btn2 {
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .fv_cta.btn2.btn_top {
    width: auto;
    margin-top: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    display: flex;
  }

  .fv_cta.btn2.btn_mid, .fv_cta.btn2.btn_und {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .fv_cta.btn2.btn_und.meta_btn {
    display: flex;
  }

  .top_btn-2 {
    text-align: center;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 24px;
    font-size: 16px;
  }

  .fv_text_h4 {
    width: 88vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .fv_orangebox {
    margin-bottom: 16px;
  }

  .text-block-3 {
    padding: 4vw 3vw;
    font-size: 4vw;
  }

  .fv_contents {
    margin-bottom: 137px;
  }

  .text-span-4 {
    display: inline-block;
  }

  .intro_column_txt_br {
    display: inline;
  }

  .intro_heading {
    text-align: center;
    font-size: 20px;
    display: block;
  }

  .intro {
    padding-bottom: 40px;
  }

  .intro_card_img2 {
    inset: auto 3% -15% auto;
  }

  .intro_content {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 17px;
  }

  .intro_column_text {
    text-align: left;
    margin-bottom: 0;
    margin-left: 104px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .intro_column_text2 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 16px;
    padding-right: 88px;
    font-size: 16px;
    line-height: 24px;
  }

  .intro_card {
    justify-content: flex-start;
    width: 100%;
    margin: 24px 0 16px;
  }

  .intro_card_img {
    width: 80px;
    inset: -14% auto 0% 3%;
  }

  .intro1 {
    padding-top: 39px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-heading-pri {
    flex-flow: column;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 31px;
    display: flex;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: auto;
  }

  .pricing-card-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-card-text.bigtext {
    font-size: 18px;
  }

  .pricing-card-text.flowtext {
    margin-left: 16px;
    margin-right: 16px;
  }

  .overview {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(0, .25fr);
    grid-auto-flow: row;
    width: auto;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .pricing-grid-2.flow {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    display: flex;
  }

  .pricing-card-three-2 {
    margin-bottom: 0;
    padding: 16px 8px;
  }

  .pricing-card-three-2.flow_allow_aida {
    padding-bottom: 0;
  }

  .pricing-card-three-2.sp_flow {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-image-2 {
    width: 88px;
    height: 64px;
  }

  .pricing-image-2.flow_pic {
    width: 40px;
  }

  .pricing-image-2.flow_allow {
    opacity: 1;
    height: 32px;
    margin-top: 16px;
  }

  .pricing-image-2.flow_allow.sp_a {
    opacity: 0;
    margin-bottom: -106px;
  }

  .explanation {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 0;
    padding: 36px 20px 20px;
  }

  .container-4 {
    max-width: none;
  }

  .fv_pic {
    margin-bottom: -482px;
  }

  .fv_pic.fv {
    margin-top: 335px;
    margin-bottom: -528px;
  }

  .margin-bottom-24px {
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-19 {
    width: 288px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .pricing-overview-2 {
    background-image: linear-gradient(90deg, #ea0331, #fc7400);
  }

  .centered-heading-2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 31px;
    display: flex;
  }

  .pricing-grid-3 {
    grid-template-columns: 1fr;
  }

  .container-5 {
    padding-bottom: 0;
  }

  .div-block-11 {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-11.qa {
    align-items: flex-start;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-11.qa.a {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-11.qa.a-copy {
    align-items: flex-start;
    width: 100%;
    padding-left: 16px;
  }

  .div-block-11.qa.qa_top {
    align-items: flex-start;
    width: 100%;
    padding-top: 32px;
    padding-left: 16px;
  }

  .div-block-11.qa-copy {
    width: auto;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 22px;
  }

  .footer_inner_link_text {
    font-size: 12px;
    line-height: 14px;
  }

  .footer_logo_img {
    margin-bottom: 8px;
  }

  .footer_inner {
    border: 1px #000;
  }

  .text-block-9 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .footer_sns {
    border: 1px #000;
  }

  .footer_wrapper_logo {
    clear: none;
    flex-direction: row;
  }

  .container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-7 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .pricing-overview-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f0f7f8;
    padding: 40px 20px;
  }

  .image-23 {
    max-width: 90%;
  }

  .div-block-13.qa.qa_top {
    width: auto;
    padding: 24px;
  }

  .pricing-overview2 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-overview-3 {
    margin-top: 0;
    padding: 40px 20px;
  }

  .runteq {
    grid-template-rows: repeat(auto-fit, 226px);
    width: 288px;
  }

  .heading-8 {
    margin-top: 0;
  }

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

  .cta_btn.sp_aaa {
    text-align: left;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .image-25 {
    width: auto;
    max-width: 100%;
  }

  .shadow-two-copy {
    width: 90px;
    height: 90px;
    margin-top: -30px;
    margin-left: -90px;
  }

  .intro_sp.sp {
    width: auto;
  }

  .text-span-17 {
    font-size: 12px;
  }

  .pricing-image-2-copy.flow_allow {
    opacity: 1;
    height: 32px;
    margin-top: 16px;
  }

  .pricing-image-2-copy.flow_allow.sp_a {
    opacity: 1;
    margin-top: 58px;
    margin-bottom: 16px;
  }

  .heading-9, .heading-10 {
    margin-top: 0;
    font-size: 16px;
  }

  .heading-11, .heading-12 {
    margin-top: 8px;
    font-size: 16px;
  }

  .text-block_15 {
    color: #222;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-12 {
    font-size: 5vw;
    display: none;
  }

  .centered-heading-sec {
    text-align: center;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 37px;
    display: block;
  }

  .centered-heading-sec.sp-left {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .column {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .columns {
    flex-flow: column;
    padding-top: 10px;
  }

  .image-27 {
    vertical-align: baseline;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-28 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .top_cta {
    display: block;
  }

  .top_cta.btn1 {
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .top_cta.btn1.btn_top {
    width: auto;
    margin-top: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    display: flex;
  }

  .top_cta.btn1.btn_mid, .top_cta.btn1.btn_und {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .top_cta.btn_spsp {
    display: none;
  }

  .top_02_cta {
    display: block;
  }

  .top_02_cta.btn1 {
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .top_02_cta.btn1.btn_top {
    width: auto;
    margin-top: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    display: flex;
  }

  .top_02_cta.btn1.btn_mid, .top_02_cta.btn1.btn_und {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .top_02_cta.btn_spsp {
    display: none;
  }

  .fv_text_h2 {
    width: 102%;
    margin-bottom: 0;
    font-size: 5.5vw;
    line-height: 8vw;
  }

  .centered-heading-thr {
    text-align: center;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    display: flex;
  }

  .centered-heading-thr.sp-left {
    text-align: left;
  }

  .link-block-3 {
    display: none;
  }

  .text-span-20, .link-block-4_sp, .text-span-21, .text-span-22, .text-span-23 {
    display: block;
  }

  .div-block-111 {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-111.qa {
    align-items: flex-start;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-111.qa.a {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-111.qa.a-copy {
    align-items: flex-start;
    width: 100%;
    padding-left: 16px;
  }

  .div-block-111.qa.qa_top {
    align-items: flex-start;
    width: 100%;
    padding-top: 32px;
    padding-left: 16px;
  }

  .div-block-111.qa-copy {
    width: auto;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta_btn_futter {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .cta_btn_futter.sp_aaa {
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .text-span-24 {
    font-size: 7vw;
  }

  .text-span-25 {
    margin-bottom: -15vw;
    display: flex;
  }

  .intro1-copy {
    padding-top: 39px;
  }

  .pricing-overview1109 {
    background-image: none;
    padding-top: 39px;
  }

  .text-block-13 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 22px;
  }

  .pricing-grid-copy {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: auto;
  }

  .text-span-18-copy {
    display: inline;
  }

  .cta_btn-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .cta_btn-copy.sp_aaa {
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .div-block-112 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-10 {
    width: auto;
  }

  .text-block-15 {
    font-size: 20px;
    line-height: 23px;
  }

  .image-33 {
    width: 90%;
    max-width: none;
  }

  .image-34 {
    width: 60%;
    max-width: none;
    display: block;
  }

  .div-block-117 {
    display: none;
  }

  .centered-heading-2-copy {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 31px;
    display: flex;
  }

  .text-block-16-copy {
    display: none;
  }

  .fv_cta_other {
    display: block;
  }

  .fv_cta_other.btn1 {
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .fv_cta_other.btn1.btn_top {
    width: auto;
    margin-top: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    display: flex;
  }

  .fv_cta_other.btn1.btn_mid, .fv_cta_other.btn1.btn_und {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .fv_cta_other.btn_spsp, .cta_btn_pc {
    display: none;
  }

  .centered-heading-2_white {
    color: #222;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 31px;
    display: flex;
  }

  .image-37 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .image_fv {
    width: 90%;
    max-width: none;
  }

  .header1109 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hamburger1109 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px #fff;
  }

  .line1-copy {
    background-color: #fff;
    border-style: solid;
    border-color: #fff;
  }

  .line2-copy {
    background-color: #fff;
    border: 1px solid #fff;
  }

  .line3-copy {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #fff;
  }

  .pricing-overview1109 {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .pricing-overview-1109 {
    background-color: #f0f7f8;
    background-image: none;
    padding-top: 39px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-overview0121 {
    padding-top: 39px;
  }

  .div-block_target {
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block_target {
    color: #222;
    font-size: 16px;
    line-height: 24px;
  }

  .fv_cta0121 {
    display: block;
  }

  .fv_cta0121.btn1 {
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .fv_cta0121.btn1.btn_top {
    width: auto;
    margin-top: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    display: flex;
  }

  .fv_cta0121.btn1.btn_mid, .fv_cta0121.btn1.btn_und {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .fv_cta0121.btn1.btn_und.meta_btn {
    display: flex;
  }

  .fv_cta0121.btn_spsp {
    display: none;
  }

  .fv_cta0121.btn1-copy {
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .fv_cta0121.btn1-copy.btn_top {
    background-color: #02ce0f;
    width: auto;
    margin-top: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    display: flex;
  }

  .fv_cta0121.btn1-copy.btn_mid, .fv_cta0121.btn1-copy.btn_und {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .fv_cta0121.btn2 {
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .fv_cta0121.btn2.btn_top {
    width: auto;
    margin-top: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
    display: none;
  }

  .fv_cta0121.btn2.btn_mid, .fv_cta0121.btn2.btn_und {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 34px;
  }

  .fv_cta0121.btn2.btn_und.meta_btn {
    display: flex;
  }

  .centered-heading-3 {
    color: #222;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 31px;
    display: flex;
  }

  .centered-heading-4 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 31px;
    display: flex;
  }

  .cta_btn-0121 {
    margin-left: 0;
    margin-right: 0;
  }

  .cta_btn-0121.sp_aaa {
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .he_cta0121 {
    height: 40px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 14px;
  }

  .he_cta0121.meta_btn {
    color: #222;
    background-color: #fff;
  }

  .cta_btn_header_pc0121 {
    display: none;
  }

  .text-block-16-copy-copy {
    font-size: 16px;
    line-height: 25px;
    display: block;
  }

  .text-span-56 {
    display: block;
  }

  ._37_sp {
    order: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
  }

  .image-38 {
    max-width: 24px;
  }

  .div-block-119 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-width: 100%;
    max-width: none;
    padding: 16px;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .centered-heading-thr-copy {
    text-align: center;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    display: flex;
  }

  .centered-heading-thr-copy.sp-left {
    text-align: left;
  }

  .centered-heading-thr-copys {
    text-align: center;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    display: none;
  }

  .centered-heading-thr-copys.sp-left {
    text-align: left;
  }

  .container-side {
    max-width: none;
  }

  .div-block-122 {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-7-copy, .text-block-7-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-77 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-126 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-42 {
    min-height: 10px;
  }

  .image-43 {
    max-width: 100%;
  }

  .image-44 {
    max-width: 60%;
  }

  .centered-heading-sec-copy {
    text-align: center;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 37px;
    display: block;
  }

  .centered-heading-sec-copy.sp-left {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .section-4 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-ca4e057c-5442-ed4b-c2e8-f6d0b5cdca74-05b2f387, #w-node-ca4e057c-5442-ed4b-c2e8-f6d0b5cdca7d-05b2f387, #w-node-_6a49b842-94f1-d8b9-528e-df1226e5beb5-05b2f387, #w-node-ca4e057c-5442-ed4b-c2e8-f6d0b5cdca86-05b2f387, #w-node-_497d4444-b2e9-eb72-3fa1-b64b4878ca62-05b2f387, #w-node-bf4ab818-237a-c5d5-e517-4cbc34c26479-05b2f387, #w-node-_9e77bcfd-7cfe-bb44-2dd4-42c10e3e01d3-05b2f387, #w-node-_2a1121b9-d1f3-21c4-433a-0401795262b0-05b2f387, #w-node-c4b9bcd6-e3ca-e2ab-14af-b0ac87783cc2-05b2f387, #w-node-_9a4123d7-1985-cf98-86be-a0241527f509-05b2f387, #w-node-bb5ec4dc-61ac-2a5b-61c8-c41d632b39e8-05b2f387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb5ec4dc-61ac-2a5b-61c8-c41d632b39f8-05b2f387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-_9a4123d7-1985-cf98-86be-a0241527f509-05b2f387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


