.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}
.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}
.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}
.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}
.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
.header_hero {
  width: 100%;
  height: 80px;
  padding-right: 0px;
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
}
.header_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header_nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 36px;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav_link {
  color: #000;
  text-decoration: none;
}
.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 45px;
  background-image: -webkit-gradient(linear, left top, right top, from(#711AB7), to(#3C0965));
  background-image: linear-gradient(90deg, #711AB7, #3C0965);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.hero_content .button {
  box-shadow: 10px 10px 10px rgba(60, 22, 168, 0.3);
}
.hero_txt_ul {
  background-image: url("../images/line_arc.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 12px;
  width: 300px;
}
.button.large {
  width: 250px;
  height: 50px;
  font-size: 16px;
}
.button.large.btn_white {
  background-color: #fff;
  background-image: none;
  color: #540f8e;
}
.button.large.submit {
  margin-right: auto;
  margin-left: auto;
}
.hero {
  position: relative;
  display: block;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/hero-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero_content_wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero_content {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 42%;
  max-width: 680px;
}
.hero_h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  line-height: 57px;
  font-size: 46px;
  color: #282C4B;
}
.hero_image {
    width: 58%;
    margin-right: 30px;
  }
.hero_p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 45px;
  color: #4F4F4F;
}
.hero_m {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #540F8C;
}
.hero_m:before {
  position: relative;
  top: 10px;
  margin: 0 10px 0 0;
  content: url('../images/entypo_cycle.png');
}
.sub_ttl {
  font-size: 16px;
  color: #9B51E0;
}
.hero_p.second {
  margin-bottom: 45px;
}
.sp_banner_ecnavi{
  display: none;
}
.pc_banner_ecnavi{
  display: block;
  margin: 0 auto;
}
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282C4B;
  color: #fff;
}
.footer_wrapper {
  width: 345px;
}
.footer_link_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_hero {
  position: absolute;
  width: 100%;
  padding-right: 15%;
}
.footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  grid-column-gap: 20px;
}
.footer_nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  grid-column-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_nav_wrapper a {
  color: #fff;
}
.copryright {
  font-size: 12px;
  text-align: center;
  margin-left: 40px;
  height: 36px;
  display: block;
}
.copryright:before {
  position: relative;
  left: -20px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 36px;
  background-image: url('../images/vertical_line.png');
  background-size: contain;
  vertical-align: middle;
}
.footer_link {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.main_nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  background-color: #fff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.06);
}
.content_body {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 80px;
}
.ttl_h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  background-image: url("../images/line_arrow.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 12px;
}
.title_h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 36px;
  color: #282C4B;
  font-size: 36px;
}
.contact_h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  line-height: 32px;
  text-align: center;
}
.ttl_h2.company {
  margin-bottom: 30px;
}
.benefits_h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
  color: #000;
}
.benefits_copy {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #000;
}
.benefits_h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  color: #000;
}
.benefits_h3_num {
  font-size: 40px;
}
.benefits_h3_ul {
  background: linear-gradient(transparent 95%, #000 70%);
}
.login {
  color: #5800AB;
  background: linear-gradient(transparent 95%, #5800AB 70%);
}
.splogin {
  color: #fff;
  background: linear-gradient(transparent 95%, #fff 70%);
  margin-top: 20px;
}
.cost_h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #282C4B;
  text-align: center;
}
.cost_caption {
  font-size: 14px;
  text-align: right;
  color: #4F4F4F;
  margin-bottom: 40px;
}
.content_copy {
  margin-bottom: 30px;
  color: #747582;
  font-size: 20px;
  line-height: 36px;
}
.content_column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}
.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content_p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}
.content_pBd {
  font-family: LINESeedJPBd, sans-serif;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}
.hero_pBd {
  font-family: LINESeedJPBd, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.about_p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.about_image {
  width: 60%;
  margin-left: 100px;
  margin-bottom: 50px;
}
.content_column_s img {
  margin-bottom: 16px;
}
.sp_bg_solution {
    background-image: url(../images/solution_triangle.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 60px;
  }
.cost_image {
  width: 100%;
  margin-bottom: 20px;
}
.benefits_grid {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto 40px auto;
  grid-template-areas: "Area Area-2"
    "Area-4 Area-3";
  -ms-grid-columns: minmax(300px, 1fr) 24px minmax(300px, 1fr);
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
}
.seminar_grid {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto 40px auto;
  grid-template-areas: "Area Area-2"
    "Area-4 Area-3";
  -ms-grid-columns: minmax(300px, 1fr) 24px minmax(300px, 1fr);
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
}
.seminar_main_body {
  padding-top: 120px;
}
.seminar_main_body .ttl_h2 {
  margin-bottom: 20px;
}
.seminar_gray .benefits_wrapper {
  padding: 15px 10px;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.text-block {
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 14px;
  background: #F2F2F2;
}
.text-block_ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.effect-block {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px 20px 5px;
  font-size: 16px;
  background: #9B51E0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.paragr {
  font-size: 16px;
  line-height: 28px;
}
.paragr_red {
  color: #EB5757;
  font-weight: 700;
}
.paragraph {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.benefits_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #F2F2F2;
  /*box-shadow: 0 5px 10px 0 rgba(92, 33, 226, 0.1);*/
}
.entry_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #3c2869;
}
.entry_r {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #540f8e;
}
.entry_ttl {
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
}
.entry_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.company_row {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.termslaw_row {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.termslaw_history {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}
.paragraph-2 {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.32px;
}
.form-block {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.company_head {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
.company_body {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.field-label {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.text-field {
  margin-bottom: 8px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.column-2 {
  padding-right: 20px;
  padding-left: 0px;
}
.column-3 {
  padding-right: 0px;
  padding-left: 20px;
}
.red {
  margin-left: 6px;
  color: #e80098;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.2px;
}
.form_help {
  color: #540f8e;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.24px;
}
.radio-button-field {
  margin-top: 14px;
  margin-bottom: 7px;
}
.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  background-color: #fff;
}
.checkbox-field {
  margin-top: 14px;
  margin-bottom: 7px;
}
.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp_about-ttl {
    font-size: 14px;
    padding: 8px 0;
    color: #8305D9;
    background: #F1EEFF;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .sp_about-case {
    font-size: 18px;
    color: #540F8C;
    margin-bottom: 16px;
  }
  .sp_about-num {
    font-size: 48px;
    color: #540F8C;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 48px;
  }
  .sp_about-txt {
    padding: 16px 16px;
    background: #F1EEFF;
    border-radius: 8px;
    margin-bottom: 0;
    text-align: left;
  }
  .sp_about-txt-under {
    margin-bottom: 8px;
  }
  .sp_about-img {
    text-align: center;
    margin-bottom: 24px;
  }
  .sp_about-img-spiral {
    margin: 20px 30px;
    text-align: left;
  }
  .sp_bg_solution {
    background-image: url(../images/solution_triangle.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 60px;
  }
.chk_creator {
  margin-top: 24px;
}
.flow_image {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
.f-pc {
  display: block;
}
.f-sp {
  display: none;
}
.content_sp {
  display: none;
}
.sp_menubtn {
  display: none;
}
.hero_image_sp {
  display: none;
}
.flow_image_nm {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
}
.flow_image_sp {
  display: none;
}
.sp_menu {
  display: none;
}
.para_l {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
}
.content_h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.4px;
}
.para_r {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 0.32px;
}
.hero_content_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.gray {
  background-color: #F1EEFF;
}
.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.media-inner {
  background-color: #fff;
  text-align: center;
}
.media-inner img {
  max-width: 100%;
  height: auto;
}
.media-inner .button {
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  box-shadow: 10px 10px 10px rgba(60, 22, 168, 0.3);
}
.media-item {
  display: inline-block;
  width: calc((80vw - 360px)/5);
  margin: 10px 30px 0 0;
  padding: 24px 16px 0 16px;
  vertical-align: top;
  border: 1px solid #efefef;
}
.media-item a {
  display: block;
  text-decoration: none;
}
.media-item .thumbnail {
  position: relative;
  width: 100%;
  height: calc((80vw - 360px)*0.694/5);
  overflow: hidden;
}
.media-item .thumbnail img {
  transition: all 0.6s;
}
.pr-item {
  display: inline-block;
  width: 100%;
  margin: 10px 30px 0 0;
  padding: 24px 16px 0 16px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.pr-item a {
  display: block;
  font-size: 16px;
  text-decoration: none;
}
.seminar_main_body {
  padding-top: 120px;
}
.seminar_main_body .ttl_h2 {
  margin-bottom: 20px;
}
.seminar_gray .benefits_wrapper {
  padding: 15px 10px;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.text-block {
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 14px;
  background: #F2F2F2;
}
.text-block_ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.effect-block {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px 20px 5px;
  font-size: 16px;
  background: #9B51E0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.paragr {
  font-size: 16px;
  line-height: 28px;
}
.paragr_red {
  color: #EB5757;
  font-weight: 700;
}
.seminar_hero {
  position: relative;
  display: block;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f3f3f3;
}
.seminar_button {
  background: #3898EC;
}
.seminar_hero_content_wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/hero_bg.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 500px) 280px;
}
.seminar_ttl_h2 {
  position: absolute;
  top: 150px;
}
.seminar_hero_content_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 80px;
  padding: 40px;
  max-width: 1020px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.seminar_hero_content {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 50%;
  max-width: 380px;
}
.seminar_hero_content_wrapper_s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  height: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.seminar_gray {
  background: #f8f8f8;
}
.seminar_gray a {
  text-decoration: none;
  color: #333;
}
.seminar-content_body {
  padding-top: 10px;
}
.seminar-container {
  width: 50%;
  margin: 0 auto;
}
.seminar-container-image {
  width: 100%;
  margin-bottom: 24px;
}
.seminar_speakers {
  width: 70%;
  margin: 0 auto;
}
.seminar_speakers_header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin-bottom: 30px;
}
.seminar_speakers .paragraph {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.seminar_speakers:not(:first-of-type) {
  margin-top: 64px;
}
.seminar_speakers_separator {
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
  line-height: 24px;
}
.date-block {
  width: 85%;
  color: #392b65;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.button-block {
  width: 85%;
  margin-top: 20px;
  padding: 15px 20px;
  color: #5298e5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #5298e5;
  border-radius: 3px;
}
.button-block:hover {
  color: #fff;
  background: #5298e5;
}
.seminar_gray img {
  transition: 0.5s all;
}
.seminar_gray img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
.text-xl {
  font-size: 1.4em;
}
.other_logos{
  background-color: #282C4B;
  padding: 0px 20px 20px 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .media-item {
    width: calc((80vw - 300px)/3);
  }
  .content_body {
    padding: 60px 30px 20px;
  }
  .media-item .thumbnail {
    height: calc((80vw - 300px)*0.694/3);
  }
  .seminar_ttl_h2 {
    position: absolute;
    top: 150px;
  }
  .seminar_hero_content_inner {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1024px) {
.pc_banner_ecnavi{
    width: 80%;
}
  .header_hero {
    z-index: 10;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_logo {
    height: 60px;
    padding-left: 20px;
  }
  .header_logo img {
    height: 40px;
  }
  .header_nav {
    height: 60px;
  }
  .header_nav_wrapper {
    display: none;
  }
  .nav_link.white {
    color: #fff;
  }
  .hero, .seminar_hero {
    max-height: 667px;
  }
  .hero_content_wrapper {
    max-height: 667px;
  }
  .hero_image {
    width: 54%;
    margin-right: 30px;
  }
  .hero_content {
    width: 46%;
    margin-left: 30px;
  }
  .hero_h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .hero_p {
    font-size: 16px;
    line-height: 24px;
  }
  .ttl_h2 {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 36px;
  }
  .content_copy {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 27px;
  }
  .content_column2 {
    margin-top: 60px;
  }
  .content_p {
    font-size: 14px;
    line-height: 24.5px;
  }
  .benefits_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .benefits_wrapper {
    padding: 30px 20px;
  }
  .entry_ttl {
    font-size: 14px;
    line-height: 24.5px;
  }
  .entry_content {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .paragraph-2 {
    font-size: 14px;
    line-height: 24.5px;
  }
  .form-block {
    width: 100%;
  }
  .field-label {
    font-size: 14px;
    line-height: 21px;
  }
  .column-2 {
    padding-right: 0px;
  }
  .column-3 {
    padding-left: 0px;
  }
  .div-block-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sp_menubtn {
    display: block;
  }
  .logo {
    height: 40px;
  }
  .sp_menu_logo {
    height: 35px;
    position: absolute;
    left: 20px;
    top: 13px;
  }
  .sp_menu_button {
    color: #540F8C;
    background: #fff;
    margin-top: 40px;
  }
  .sp_menu_nav .nav_link {
    text-align: left;
    font-size: 32px;
  }
  .sp_menu_ttl {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 12px;
  }
  .footer_logo {
    height: 40px;
    margin-right: 20px;
  }
  .text-block-2 {
    font-size: 14px;
    line-height: 24.5px;
  }
  .text-block-3 {
    font-size: 14px;
    line-height: 21px;
  }
  .sp_menu {
    position: fixed;
    z-index: 1000;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/sp_menu.png);
    background-repeat: no-repeat;
    background-size: 1024px;
    color: #fff;
  }
  .closebtn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 42px;
    margin-right: 20px;
  }
  .sp_menu_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 120px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
  }
  .para_l {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 24.5px;
    letter-spacing: 0.28px;
  }
  .para_r {
    font-size: 14px;
    line-height: 24.5px;
    letter-spacing: 0.28px;
  }
  .seminar_ttl_h2 {
    position: absolute;
    top: 100px;
  }
  .seminar_hero_content_inner {
    margin-top: 60px;
  }
  .f-pc {
    display: none;
  }
  .f-sp {
    display: block;
  }
  .flow_image_nm {
    display: none;
  }
  .flow_image {
    display: none;
  }
  .content_sp {
    display: block;
    text-align: center;
  }
  .flow_image_sp {
    display: block;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 36px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #282C4B;
    color: #fff;
  }
  .footer_link_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_hero_sp {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
  .footer_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    padding-left: 20px;
  }
  .footer_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    grid-column-gap: 20px;
  }
  .footer_nav_wrapper {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 45px;
    height: auto;
  }
  .footer_wrapper {
    width: 100%;
  }
  .footer_nav_wrapper a {
    display: block;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #F6F4FF;
    margin-bottom: 16px;
    padding: 8px 0;
  }
  .copryright {
    font-size: 12px;
    height: 36px;
    display: block;
    text-align: left;
    margin-left: 20px;
  }
  .copryright:before {
    position: relative;
    left: 0;
    content: '';
    display: inline-block;
    background-image: none;
  }
  .footer_link {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .hero, .seminar_hero {
    max-height: none;
  }
  .header_hero {
    height: 60px;
  }
  .hero,.hero_content_wrapper {
    max-height: 720px;
    height: 720px;
  }
  .seminar_hero_content_wrapper, .seminar_hero {
    height: 650px;
  }
  .seminar_hero_content_wrapper {
    background-position: 140px 70px;
    background-size: 30%;
  }
  .seminar_hero_content_inner {
    margin-top: 120px;
  }
  .hero_image {
    display: none;
  }
  .hero_content, .seminar_hero_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero_content .button, .hero_content img {
    margin: 0 auto;
    margin-top: 20px;
  }
  .hero_h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 140%;
  }
  .hero_p {
    margin-bottom: 12px;
    line-height: 160%;
  }
  .hero_p.second {
    margin-bottom: 40px;
  }
  .content_body {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content_column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .benefits_grid {
    max-width: 500px;
    grid-row-gap: 40px;
    grid-template-areas: "Area"
      "Area-2"
      "Area-3"
      "Area-4";
    -ms-grid-columns: minmax(300px, 1fr);
    grid-template-columns: minmax(300px, 1fr);
    -ms-grid-rows: auto 40px auto 40px auto 40px auto;
    grid-template-rows: auto auto auto auto;
  }
  .text-block {
    font-size: 16px;
    line-height: 24px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 24.5px;
  }
  .company_row {
    width: 100%;
  }
  .termslaw_row {
    width: 100%;
  }
  .termslaw_history {
    width: 100%;
    padding-top: 30px;
  }
  .company_head {
    font-size: 14px;
    line-height: 21px;
  }
  .company_body {
    font-size: 14px;
    line-height: 24.5px;
  }
  .flow_image_nm {
    display: none;
  }
  .hero_image_sp {
    display: block;
    width: 90%;
    margin-bottom: 30px;
  }
  .content_h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
  .media-item {
    width: calc((80vw - 110px)/2);
  }
  .media-item .thumbnail {
    height: calc((80vw - 110px)*0.694/2);
  }
  .title_h2 {
    font-size: 24px;
  }
  .sub_ttl {
    font-size: 14px;
  }
  .benefits_h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .benefits_h3 {
    margin-top: 100px;
  }
  .benefits_copy {
    font-size: 16px;
  }
  #media {
    margin-bottom: 40px;
  }
  .media-list {
    padding-left: 20px;
  }
  .contact_h2 {
    font-size: 22px;
  }
  .paragraph-2 {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
    .sp_banner_ecnavi{
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    .pc_banner_ecnavi{
        display: none;
    }
  .seminar_speakers, .seminar-container {
    width: 100%;
  }
  .media-item {
    display: inline-block;
    width: calc(80vw / 2.5);
    margin: 20px 20px 0 0;
  }
  .media-item .thumbnail {
    height: calc(80vw / 2.5 *0.694);
  }
  .media-item a:hover {
    border-bottom: 1px solid #EAEAEA;
  }
  .benefits_grid {
    -ms-grid-columns: minmax(auto, 1fr);
    grid-template-columns: minmax(auto, 1fr);
  }
  .hero_image_sp {
    width: 100%;
    max-width: 280px;
  }
  .flow_image_sp {
    width: 100%;
  }
  .checkbox-field-2 {
    width: 100%;
  }
  .seminar_ttl_h2 {
    position: absolute;
    top: 120px;
  }
  .header_logo {
    padding-left: 20px;
  }
  .header_logo img {
    height: 35px;
  }
  .hero_content_inner {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
  }
  .hero_content {
    text-align: left;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
  }
  .hero_content .button, .hero_content img {
    margin: 0 auto;
    margin-top: 30px;
  }
  .hero_h2 {
    font-size: 36px;
    line-height: 120%;
  }
  .content_sp {
    display: block;
    text-align: center;
  }
  .title_h2 {
    font-size: 26px;
  }
  .sub_ttl {
    font-size: 14px;
  }
  .sp_about-ttl {
    font-size: 14px;
    padding: 8px 0;
    color: #8305D9;
    background: #F1EEFF;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .sp_about-case {
    font-size: 18px;
    color: #540F8C;
    margin-bottom: 16px;
  }
  .sp_about-num {
    font-size: 48px;
    color: #540F8C;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 48px;
  }
  .sp_about-txt {
    padding: 16px 16px;
    background: #F1EEFF;
    border-radius: 8px;
    margin-bottom: 0;
    text-align: left;
  }
  .sp_about-txt-under {
    margin-bottom: 8px;
  }
  .sp_about-img {
    text-align: center;
    margin-bottom: 24px;
  }
  .sp_about-img-spiral {
    margin: 20px 30px;
    text-align: left;
  }
  .sp_bg_solution {
    background-image: url(../images/solution_triangle.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 60px;
  }
  .benefits_h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .benefits_h3 {
    margin-top: 100px;
  }
  .benefits_copy {
    font-size: 16px;
  }
  #media {
    margin-bottom: 40px;
  }
  .media-list {
    padding-left: 20px;
  }
  .contact_h2 {
    font-size: 22px;
  }
  .paragraph-2 {
    font-size: 16px;
    text-align: left;
  }
  .seminar_hero_content_inner {
    margin-top: 140px;
  }
  .seminar_grid {
    width: 100%;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #282C4B;
    color: #fff;
  }
  .footer_link_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_hero_sp {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
  .footer_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    padding-left: 20px;
  }
  .footer_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    grid-column-gap: 20px;
  }
  .footer_nav_wrapper {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 45px;
    height: auto;
  }
  .footer_wrapper {
    width: 100%;
  }
  .footer_nav_wrapper a {
    display: block;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #F6F4FF;
    margin-bottom: 16px;
    padding: 8px 0;
  }
  .copryright {
    font-size: 12px;
    height: 36px;
    display: block;
    text-align: left;
    margin-left: 20px;
  }
  .copryright:before {
    position: relative;
    left: 0;
    content: '';
    display: inline-block;
    background-image: none;
  }
  .footer_link {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
}