.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
#news .w-col {
  padding-right: 60px;
}
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;
}
#news h3{
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tag-block ul{
    margin: 0;
    padding: 0;
}
.tag-block ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header_hero {
  width: 100%;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #dedede;
}
.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-color: #4D1D88;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.hero_content .button {
  box-shadow: 10px 10px 10px rgba(60, 22, 168, 0.3);
}
.dlicon {
  margin-left: 12px;
}
.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;
  border: 2px solid #F2F2F2;
  box-shadow: 0 5px 10px 0 rgba(92, 33, 226, 0.1);
}
.button.large.submit {
  margin-right: auto;
  margin-left: auto;
}
.hero {
  position: relative;
  display: block;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero_content_wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -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: 42px;
  color: #fff;
}
.hero_image {
  width: 48%;
  margin-right: 30px;
}
.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;
}
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  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: #232536;
  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 {
  position: absolute;
  width: 100%;
}
.footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  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;
  justify-content: flex-end;
  padding-right: 60px;
  height: 80px;
  width: 50%;
  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;
  height: 36px;
  display: block;
}
.footer_link {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.main_body {
  padding-top: 120px;
  padding-bottom: 40px;
}
.content_body {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.banner_wrapper {
  display: block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.banner_img{
    max-width: 730px;
}
.title_h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 38px;
  color: #000;
  font-size: 32px;
}
.title_h3 {
  font-size: 24px;
  font-weight: 700;
  color: #282C4B;
  margin-top: 0;
}
.title_h4 {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: "Robot";
  margin-top: 40px;
  margin-bottom: 0;
}
.title_h4:before {
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
  content: url('../images/title_h4.png');
}
.title_h3_sp {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}
.title_h4_sp {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: "Robot";
  margin-top: 40px;
  margin-bottom: 0;
}
.title_h4_sp:before {
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
  content: url('../images/title_h4_sp.png');
}
.title_h5_sp {
  font-size: 16px;
  padding-right: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #4D1D88, #643ea7);
  position: absolute;
  top: 0px;
  z-index: 20;
}
.title_h5 {
  font-size: 16px;
  padding-right: 16px;
  font-weight: 700;
  color: #4D1D88;
  background: #fff;
  position: absolute;
  top: 0px;
  z-index: 20;
}
.title_h5_bg {
  width: 100%;
  position: absolute;
  top: 20px;
  z-index: 0;
}
.category_ttl {
  position: relative;
  display: block;
}
.category_box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.category_link {
  color: #4D1D88;
  background: #F5F5F5;
  padding: 10px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 26px;
  text-decoration: none;
  display: inline-block;
}
.content_copy {
  margin-bottom: 30px;
  color: #747582;
  font-size: 20px;
  line-height: 36px;
}
.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;
}
.article_wrapper {
  margin-bottom: 80px;
}
.article_wrapper p {
  margin-bottom: 20px;
}
.news_date {
  border-bottom: 1px solid #BDBDBD;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}
.ranking_ttl {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #4D1D88;
  padding-bottom: 12px;
  margin-top: 80px;
}
.ranking_list_wrapper {
  margin-top: 40px;
  margin-bottom: 60px;
}
.ranking_list {
  font-size: 14px;
  border-bottom: 2px solid #E0E0E0;
  padding-bottom: 20px;
  padding-left: 46px;
  margin-top: 20px;
  background-repeat: no-repeat;
}
.ranking_list1 {
  background-image: url("../images/ranking1.png");
}
.ranking_list2 {
  background-image: url("../images/ranking2.png");
}
.ranking_list3 {
  background-image: url("../images/ranking3.png");
}
.ranking_list4 {
  background-image: url("../images/ranking4.png");
}
.ranking_list5 {
  background-image: url("../images/ranking5.png");
}
.seminar_main_body {
  padding-top: 120px;
}
.seminar_main_body .ttl_h2 {
  margin-bottom: 20px;
}
.benefits_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #F2F2F2;
  box-shadow: 0 5px 10px 0 rgba(92, 33, 226, 0.1);
}
.item_wrapper {
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #F2F2F2;
  box-shadow: 0 5px 10px 0 rgba(92, 33, 226, 0.1);
}
.item_wrapper img {
  border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: auto;
}
.article_wrapper img,.benefits_wrapper img {
    width: 100%;
    height: auto;
}
.ttl-block {
  font-size: 16px;
  padding: 15px 20px 0 20px;
}
.date-block {
  font-size: 14px;
  padding: 0 20px 0 20px;
}
.item-ttl {
  font-size: 12px;
  font-weight: 700;
  padding: 15px 20px 0 20px;
  color: #333333;
  text-decoration: none;
}
.tag-block {
  font-size: 12px;
  padding: 0 20px 5px 20px;
  color: #333333;
  text-decoration: none;
}
.tag-block:before {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  content: url('../images/mdi_tag.png');
}
.benefits_wrapper img {
  border-radius: 8px 8px 0px 0px;
}
.slick-prev:before, .slick-next:before {
  color: #4D1D88;
}
.slick-dots {
  bottom: -45px;
}
.slick-prev, .slick-next {
  position: absolute;
  bottom: -75%;
  margin: auto;
  width: 24px;
  height: 24px;
  z-index: 999;
}
.slick-prev {
  left: 35%;
  z-index: 10;
}
.slick-next {
  right: 35%;
}
.pagination {
  margin-top: 30px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-on {
  font-size: 24px;
  font-family: "Robot";
  color: #333333;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #828282;
  border-radius: 2px;
}
.pagination-off {
  font-size: 24px;
  font-family: "Robot";
  color: #828282;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #F2F2F2;
}
.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;
}
.new_articles_content_wrapper {
  width: 100%;
  padding: 50px 50px;
}
.category {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.category_ttl_box {
  height: 50px;
}
.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;
}
.f-pc {
  display: block;
}
.f-sp {
  display: none;
}
.content_sp {
  display: none;
}
.sp_menubtn {
  display: none;
}
.hero_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;
  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: #F2F2F2;
}
.text-xl {
  font-size: 1.4em;
}
.other_logos {
  background-color: #232536;
  padding: 0px 20px 10px 20px;
  text-align: center;
  color: #fff;
}
.henpin_banner {
  background: #4D1D88;
  margin: 0 auto;
  border-radius: 20px;
}
.new_articles_inner {
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
}
#banner_area {
    box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.1) inset;
}
#new_articles {
  margin-top: -10px;
  background-color: #4D1D88;
}
.back_to_articles {
  margin-top: 80px;
  margin-bottom: 120px;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.presentation_body {
  background: #F2F2F2;
}
.presentation_img {
  margin-top: 10px;
  margin-bottom: 40px;
}
.form_wrapper {
  padding: 20px;
  margin-bottom: 120px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #F2F2F2;
  box-shadow: 0 5px 10px 0 rgba(92, 33, 226, 0.1);
}
.header_form {
    line-height: 1;
    padding: 12px;
    position: relative;
}
.header_input {
    background: #F2F2F2;
    color: #828282;
    border: 0;
    border-radius: 0;
    width: 300px;;
    height: 35px;
    line-height: 1;
    padding: 0 10px;
    border-radius: 2px;
}
.header_form:after {
    content: "";
    background: url(../images/ic_sharp-search.png) no-repeat center center / auto 100%;
    display: inline-block;
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 20px;
    z-index: 1;
    width: 16px;
    height: 16px;
}
.cat_name{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.is-layout-flex{
    -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
}
/* aaa */
@media screen and (max-width: 1200px) {
  .media-item {
    width: calc((80vw - 300px)/3);
  }
  .content_body {
    padding: 60px 20px;
  }
  .media-item .thumbnail {
    height: calc((80vw - 300px)*0.694/3);
  }
}
/* aaa */
@media screen and (max-width: 1024px) {
  .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: 550px;
  }
  .hero_content_wrapper {
      margin-top: 50px;
  }
  .hero{
    height: 360px;
  }
  .hero_image {
    width: 54%;
    margin-right: 30px;
  }
  .hero_content {
    width: 46%;
    margin-left: 30px;
  }
  .hero_h2 {
    font-size: 28px;
    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: 20px;
    grid-row-gap: 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: 56px;
    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: 100%;
    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: linear-gradient(90deg, #4D1D88, #8D53D5);
    color: #fff;
  }
  .closebtn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 22px;
    margin-right: 20px;
  }
  .sp_menu_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    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-top: 1px solid #fff;
      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_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: 45px;
    padding-bottom: 30px;
    background-color: #232536;
    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: 56px;
    padding-left: 20px;
    margin-bottom: 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;
      width: 100%;
    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;
    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;
  }
  .benefits_grid {
    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;
  }
}
/* aaa */
@media screen and (max-width: 767px) {
  .hero, .seminar_hero {
    max-height: none;
  }
  .new_articles_inner {
    border-radius: 0;
  }
  .header_hero {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .hero, .hero_content_wrapper {
    max-height: 540px;
    height: 540px;
  }
  .hero_content_wrapper {
      margin-top: 0;
  }
    .hero{
        margin-left: 20px;
      margin-right: 20px;
    }
  .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;
  }
  .hero_h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 140%;
  }
  .hero_p {
    margin-bottom: 12px;
    line-height: 160%;
  }
  .hero_p.second {
    margin-bottom: 40px;
  }
  .content_body {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .content_column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .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: 60%;
    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;
  }
  #news .w-col {
    padding-right: 0;
    padding-left: 0;
  }
  .w-col-4, .w-col-6, .w-col-8 {
    width: 100%;
  }
  .content_body {
    padding-top: 0;
  }
  .benefits_grid {
    -ms-grid-columns: minmax(auto, 1fr);
    grid-template-columns: minmax(auto, 1fr);
  }
  .new_articles_content_wrapper {
    padding: 30px 10px;
  }
  .content_body{
    padding-top: 30px;   
  }
  .slick-prev, .slick-next {
    bottom: -65%;
  }
  .slick-prev {
    left: 15%;
  }
  .slick-next {
    right: 15%;
  }
}
/* aaa */
@media screen and (max-width: 479px) {
  .seminar_speakers, .seminar-container {
    width: 100%;
  }
  .slick-prev, .slick-next {
    bottom: -75%;
  }
  .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;
  }
  .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, .hero_content_wrapper {
    margin-top: 0;
  }
  .hero_content .button {
    margin: 0 auto;
    margin-top: 30px;
  }
  .hero_content img {
    margin: 0 auto;
    margin-top: 0;
  }
  .hero_h2 {
    font-size: 32px;
    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: 45px;
    padding-bottom: 30px;
    background-color: #232536;
    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: 56px;
    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;
    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;
  }
}