/* @charset "UTF-8";

/*--------------------------------------------------------------------/
  common
/*-------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  background: #f6f6f6;
}
.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.black {
  color: #000;
}
.green-txt {
  color: #00a93a;
}
.font-en {
  font-family: 'Abel', sans-serif;
}
.text-center {
  text-align: center;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.sp,.sp_menu {
  display: none;
}

/* inner
---------------------------------------------------------------------*/
.l-cont {
  width: 1240px;
  margin: 80px auto;
}
.main-inner,
.header_inner {
  width: 1240px;
  padding: 0px 20px;
  margin: 0 auto;
}

/* flex-container
---------------------------------------------------------------------*/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* btn
---------------------------------------------------------------------*/
.try_btn,
.download_btn {
  display: inline-block;
  background: #00a93a;
  border: 1px solid #00a93a;
  border-radius: 27.5px;
  padding: 12px 31px;
  color: #fff;
}
.try_btn:hover,
.download_btn:hover {
  background: #fff;
  border: 1px solid #00a93a;
  color: #00a93a;
  transition: .3s;
}
header .try_btn,
header .download_btn {
  padding: 10px;
}
header .download_btn {
  background: rgba(0,0,0,0.6);
  border: 1px solid #fff;
}
.main-img .try_btn,
.main-img .download_btn {
  box-shadow: 4px 2px 8px rgba(0,0,0,0.45);
}
.main-img .download_btn {
  background: rgba(0,0,0,0.4);
  border: 1px solid #f4a000;
  color: #f4a000;
}
.main-img .download_btn:hover {
  background: #fff;
  transition: .3s;
}
.btn-wrap {
  text-align: center;
}
.btn {
  display: inline-block;
  width: 280px;
  background: #00a93a;
  border: 1px solid #00a93a;
  padding: 20px 30px;
  color: #fff;
  margin-top: 80px;
}
.btn:hover {
  background: #fff;
  color: #00a93a;
  transition: .3s;
}
.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #f4a000;
  margin: 20px 10px;
}
.btn-white:hover {
  background: transparent;
  color: #fff;
  transition: .3s;
}

/*--------------------------------------------------------------------/
  header
/*-------------------------------------------------------------------*/
header {
  position: absolute;
  width: 100%;
  z-index: 10;
}
h1 .black-logo {
  display: none;
}
.head-copy {
  display: table;
  width: 100%;
  color: #dbdbdb;
  font-size: 14px;
  background: #000;
}
.head-copy p {
  display: table-cell;
  vertical-align: middle;
  max-width: 1240px;
  margin: auto;
  padding: 4px 20px;
  font-size: 14px;
  color: #ffffff;
}
.head-copy .head-menu {
  padding: 4px 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
}
.head-copy .head-menu .menu-wrap {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5rem;
}
.head-copy .head-menu .menu-wrap img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0.25rem 0;
}
.head-copy .head-menu .contact-wrap img {
  width: 20px;
}
.head-copy .head-menu .login-wrap img {
  width: 17px;
}
header .flex-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_inner {
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0;
}
header h1 {
  max-width: 160px;
  margin-right: auto;
}
header .btn_wrap {
  padding: 10px;
}
header .btn_wrap .try_btn {
  margin-right: 10px;
}

/* global_nav
---------------------------------------------------------------------*/
.global_nav_sp {
  display: none;
}
.global_nav li {
  display: inline-block;
  margin-top: 6px;
}
.global_nav li a {
  color: #fff;
  padding: 30px 10px;
  display: block;
  border-bottom: 4px solid transparent;
}
.global_nav li a.active {
  border-bottom: 4px solid #fff;
}
.global_nav li a:hover {
  border-bottom: 4px solid #fff;
}
/*　fixed　*/
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #00a93a;
}
header.is-fixed .header_inner {
  border-bottom: none;
}
header.is-fixed h1 .black-logo {
  display: block;
}
header.is-fixed h1 .white-logo {
  display: none;
}
header.is-fixed .global_nav li a {
  color: #323232;
  padding: 20px 10px;
}
header.is-fixed .global_nav li a.active {
  border-bottom: 4px solid #00a93a;
}
header.is-fixed .global_nav li a:hover {
  border-bottom: 4px solid #00a93a;
}

/* main-img
---------------------------------------------------------------------*/
.main-img {
  background: url(../images/top/main-img_bk.png) no-repeat center;
  background-size: cover;
  width: 100%;
}
.main-inner {
  height: 580px;
  position: relative;
}
.catch {
  position: absolute;
  max-width: 440px;
  left: 40px;
  top: 160px;
}
.catch .btn_wrap {
  margin-top: 2rem;
  letter-spacing: 0.12em;
}
.catch .btn_wrap .try_btn {
  display: block;
  text-align: center;
  margin-bottom: 1.2rem;
}
.catch .btn_wrap .download_btn:not(:last-child) {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: 0.5rem;
}
.catch .text_wrap {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
}
.catch .text_wrap p {
  font-weight: bold;
  font-size: 0.9rem;
}
.catch .text_wrap p a {
  color: #00a93a;
}
.device {
  position: absolute;
  max-width: 580px;
  right: 0;
  bottom: -70px;
}

/* common
---------------------------------------------------------------------*/
.white-back {
  background: #fff;
  padding: 80px 32px;
  box-sizing: border-box;
  margin: auto;
}
.cont_titile {
  font-family: 'Abel', sans-serif;
  color: #00a93a;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.cont_titile span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  display: block;
  color: #323232;
  font-weight: normal;
}
p {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.min-txt {
  font-size: 14px;
}
.cont_box .box {
  width: 280px;
}
.cont_box .box .img {
    text-align: center;
}
.box_titile {
  color: #323232;
  padding-top: 24px;
  border-top: 1px solid #00a93a;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 18px;
}
.box_titile .num {
  color: #00a93a;
  font-family: 'Abel', sans-serif;
  font-weight: normal;
  display: inline-block;
}

/* concept
---------------------------------------------------------------------*/
.concept.flex-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -120px;
  margin-bottom: -120px;
}
.concept_cont.white-back {
  margin: 0;
}
.concept.flex-container
.concept_cont,
.movie_cont {
  width: 620px;
  padding: 80px 32px;
  box-sizing: border-box;
}
.concept_cont {
  position: relative;
  padding-top: 100px;
}
.concept_cont .img img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
}
.concept_cont p {
  width: 440px;
  margin: auto;
  line-height: 2;
}
.movie {
  margin-top: -100px;
  padding-top: 100px;
}
.movie_cont {
  background: #00a93a;
  margin-top: 60px;
  padding: 40px 32px;
}
.movie_cont .cont_titile,
.movie_cont .cont_titile span {
  color: #fff;
}
.movie_cont .video {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 auto 25px;
}
.movie_cont .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie_cont .btn_wrap {
  margin-top: 1rem;
  letter-spacing: 0.1em;
}
.movie_cont .btn_wrap .movie_btn {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 37.5px;
  padding: 20px 28px;
  color: #00a93a;
  text-align: center;
  max-width: 280px;
  margin: auto;
}
.movie_cont .btn_wrap .movie_btn:hover {
  background: #00a93a;
  color: #fff;
  transition: .3s;
}

/* step
---------------------------------------------------------------------*/
.step .step_cont {
  padding: 30px 10px;
}
.step .step_title {
  max-width: 260px;
  margin: 0 auto 20px;
}
.step .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 65px;
}
.step .step-list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 18px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/top/step_arrow.png) no-repeat center center;
  background-size: 100% auto;
}
.step .step-list .step-item {
  position: relative;
  width: 25%;
  padding: 30px 20px 25px;
  background-color: #f6f6f6;
}
.step .step-list .step-item:not(:last-child) {
  border-right: 8px solid #fff;
}
.step .step-list .step-item:not(:last-child):after,
.step .step-list .step-item:not(:last-child):before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 1;
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
}
.step .step-list .step-item:not(:last-child):after {
  border-color: rgba(0,0,0, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-top: -14px;
  border-left-color: #f6f6f6;
}
.step .step-list .step-item:not(:last-child):before {
  border-color: rgba(0,0,0, 0);
  border-top-width: 24px;
  border-bottom-width:24px;
  border-left-width: 24px;
  border-right-width: 24px;
  margin-top: -24px;
  border-left-color:#fff;
}
.step .step-list .step-detail .detail_num {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 55px;
}
.step .step-list .step-detail .detail_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100px;
  margin: 0 auto 15px;
}
.step .step-list .step-detail .detail_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #323232;
}
.step .step_text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #00a93a;
}

/* service
---------------------------------------------------------------------*/
.l-cont.top_none {
  margin-top: 0;
}
.examples_cont,
.professor_cont {
  margin: 80px auto 0;
}
.cont_box.flex-container,
.professor_cont .flex-container {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.service_cont .cont_box .box .img {
  height: 148px;
}

/* examples
---------------------------------------------------------------------*/
.examples_cont .cont_box {
  margin: 50px 0;
}
.examples_cont .cont_box .box .img {
  height: 120px;
}
.examples_cont .cont_box .num > span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-left: 4px;
}

/* professor
---------------------------------------------------------------------*/
.professor_cont {
  background: #f8f8f8;
  max-width: 1040px;
  padding: 60px 40px;
}
.professor_cont .professor_name {
  font-family: 'Abel', sans-serif;
  font-size: 24px;
  color: #323232;
  margin-bottom: 20px;
}
.professor_cont .professor_name span {
  color: #00a93a;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}
.professor_cont .prof-img {
  max-width: 240px;
}
.professor_cont .txt {
  max-width: 500px;
}
.professor_cont .min-txt {
  margin-top: 24px;
  line-height: 2.25;
}

/* feature
---------------------------------------------------------------------*/
.feature_cont.white-back {
  padding: 80px;
}
.feature_cont_box {
  position: relative;
  padding-top: 120px;
  clear: both;
}
.feature_cont_box .slick-list {
  overflow: visible;
}
.feature_cont_box .slick-dots {
  top: 3rem;
  bottom: auto;
  text-align: right;
}
.feature_box.box-02 .feature_cont_box .slick-dots {
  top: 3rem;
  bottom: auto;
  text-align: left;
}
.feature_cont_box .slick-dots li.slick-active button:before {
  content: '•';
  color: #00a93a;
  opacity: 1;
}
.feature_cont_box .slick-dots li button:before {
  content: '○';
  color: #00a93a;
  opacity: 1;
}
.feature_cont_box .slick-prev,
.feature_cont_box .slick-next {
  width: 50px;
  height: 50px;
  z-index: 2;
}
.feature_cont_box .slick-prev:before,
.feature_cont_box .slick-next:before {
  color: #00a93a;
  font-size: 50px;
}
.feature_cont_box .box {
  padding: 50px 40px;
  background: #f8f8f8;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 740px;
  position: relative;
}
.feature_cont_box .box-01 {
  height: 400px;
}
.feature_cont_box .box-02 {
  height: 340px;
  right: auto;
  margin: 0;
}
.feature_cont_box .box-03 {
    margin: 180px auto 40px;
    left: 0;
    max-width: 620px;
}
.feature_cont_box .img {
  position: absolute;
  z-index: 1;
}
.feature_cont_box .img-01 {
  max-width: 700px;
  top: 0;
}
.feature_cont_box .img-02 {
  max-width: 640px;
  bottom: -130px;
  right: 0;
}
.feature_cont_box .img-03 {
  max-width: 220px;
    top: 230px;
    left: 120px;
}
.feature_cont_box .txt {
  max-width: 300px;
  float: right;
}
.feature_cont_box .box-02 .txt {
  float: none;
  position: absolute;
  top: -24px;
  left: 120px;
}
.feature_cont_box .box-03 .txt {
  max-width: 420px;
}
.feature_cont_box h3 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 16px;
  text-align: right;
}

/* case
---------------------------------------------------------------------*/
.case_cont .box_titile {
  margin-top: 10px;
  border-top: 1px solid #323232;
  line-height: 1.75;
}
.case_cont .view {
  font-size: 14px;
  color: #01a83a;
  border-bottom: 1px solid;
  padding: 10px 20px 10px 0;
  display: inline-block;
}
.case_cont .view:hover {
  opacity: .5;
  transition: .3s;
}

/* plan
---------------------------------------------------------------------*/
.plan_box {
  max-width: 780px;
  background: #31475a;
  border: 1px solid #323232;
  padding: 20px;
  position: relative;
  margin: 60px auto;
}
.plan_box p {
  color: #fff;
}
.tag {
  position: absolute;
  background: #10253a;
  border-radius: 5px;
  padding: 2px 20px;
  left: 0;
  right: 0;
  top: -16px;
  width: 170px;
  margin: auto;
}
.price {
  font-size: 40px;
  font-family: 'Abel', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
.price span {
  font-size: 20px;
}
.plan_cont ul {
  text-align: center;
}
.plan_cont ul li {
  display: inline-block;
  width: 198px;
  margin: 30px;
}

/* faq
---------------------------------------------------------------------*/
.faq_cont {
  padding-top: 100px;
}
.faq_cont dl {
  max-width: 960px;
  border-top: 1px solid #323232;
  margin: auto;
  color: #4c4c4c;
  line-height: 1.75;
}
.faq_cont dl:last-child {
  border-bottom: 1px solid #323232;
}
.faq_cont dt,
.faq_cont dd {
  padding: 24px;
  position: relative;
  padding-left: 54px;
}
.faq_cont  dd {
  border-top: 1px solid #eeeeee;
}
.faq_cont dd > span,
.faq_cont dt > span {
  color: #00a93a;
  position: absolute;
  left: 24px;
}
.accordion_inner {
  display: none;
}
.accordion_icon,
.accordion_icon span.icon {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.accordion_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 36px;
  right: 0;
}
.accordion_icon span.icon {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #323232;
}
.accordion_icon span.icon:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion_icon span.icon:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion_icon.active span.icon:nth-of-type(1) {
  display:none;
}
.accordion_icon.active span.icon:nth-of-type(2) {
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/* trial-area/contact-area
---------------------------------------------------------------------*/
.trial-area,
.contact-area {
  background: #f4a000;
  max-width: 1040px;
  margin: 50px auto;
  padding: 40px;
  text-align: center;
}
.trial-area p,
.contact-area p {
  text-align: center;
  color: #fff;
}
.contact-area {
  background: #3e4f60;
  margin-bottom: 0;
}
.contact-area p span.bold {
  display: block;
  margin-bottom: 10px;
}
.btn-contact {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 20px 10px;
}
.btn-contact:hover {
  color: #3e4f60;
}
.tel {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 24px;
  color: #fff;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  letter-spacing: 1px;
}
.tel span.min-txt {
  padding-left: 20px;
}
.tel img {
  position: absolute;
  left: 20px;
}

/*company
---------------------------------------------------------------------*/
.company_cont {
  position: relative;
}
.company_cont .white-back {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin-top: 0;
}
.company_cont .btn-wrap a {
  width: 380px;
  height: 70px;
  margin: 60px 10px 0;
  padding: 0 40px;
  vertical-align: middle;
}
.company_cont .btn-wrap a div {
  display: table;
  width: 100%;
  height: 100%;
}
.company_cont .btn-wrap a div span {
  display: table-cell;
  vertical-align: middle;
}

/*footer
---------------------------------------------------------------------*/
footer {
  background: #10253a;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}
.footer_inner {
  max-width: 980px;
  padding: 0 20px;
  margin: auto;
}
footer .flex-container {
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .trial-area {
  margin: 50px auto 0;
}
#footer .contact-area {
  margin: 0 auto;
}
.company-logo {
  max-width: 300px;
  margin: 50px auto 10px;
}
.copyright {
  font-size: 12px;
  color: #eeeeee;
}
footer .tel {
  border: none;
  padding: 0px 22px 40px;
}
footer .tel img {
  left: 0px;
  top: 6px;
}
.footer-nav p.bold {
  font-family: 'Abel', sans-serif;
  margin-bottom: 20px;
  color: #fff;
}
.footer-nav .nav_box ul {
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
}
.footer-nav .nav_box:last-child ul {
  margin-right: 0;
}
.footer-nav .nav_box ul li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #fff;
}
.sp_footer-nav {
  display: none;
}

@media print, screen and (max-width: 1240px) {
  html,body {
    width: 1240px;
  }
  .header_inner {
    width: 100%;
    padding: 14px 20px 10px;
  }
  .l-cont {
    width: 1024px;
    margin: 80px auto;
  }
  header .btn_wrap {
    padding-right: 50px;
  }

  /* global_nav
  ---------------------------------------------------------------------*/
  .global_nav,
  .head-copy,
  .sp_menu h1 {
    display: none;
  }
  .sp_menu {
    display: block;
  }

  /*spnav*/
  .menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 38px;
    width: 30px;
    z-index: 99;
  }
  .sp_menu.on .menu {
    position: fixed;
    top: 42px;
  }
  .menu__line {
      background: #fff;
      display: block;
      height: 2px;
      position: absolute;
      transition:transform .3s;
      width: 100%;
  }
  header.is-fixed .menu__line,
  .sp_menu.on .menu__line,
  .lv2 .menu__line {
    background: #01a83a;
  }
  .sp_menu.on h1{
    transition: .5s;
    display: block;
    position: fixed;
    top: 28px;
    left: 20px;
    z-index: 999;
  }
  .menu__line--center {
      top: 9px;
  }
  .menu__line--bottom {
      bottom: 0;
  }
  .menu__line--top.active {
      top: 8px;
      transform: rotate(45deg);
  }
  .menu__line--center.active {
      transform:scaleX(0);
  }
  .menu__line--bottom.active {
      bottom: 10px;
      transform: rotate(135deg);
  }
  .gnav {
      background: #fff;
      border: 4px solid #01a83a;
      display: none;
      height: 100%;
      position: fixed;
      width: 100%;
      z-index: 90;
      top: 0;
      left: 0;
      padding-top: 100px;
  }
  .gnav__wrap {
      /*align-items:center;
      display: flex;
      justify-content: center;
      position: absolute;*/
      width: 100%;
      height: 100%;
      overflow-y: scroll;
  }
  .gnav a {
    display: block;
    padding: 16px 8px;
  }
  .gnav__menu__item {
    width: 82%;
    margin: 0 auto;
    border-bottom: 1px solid #01a83a;
  }
  .gnav__menu__item a {
      color: #00a93a;
      font-size: 20px;
      padding: 40px;
      text-decoration: none;
      transition: .3s;
  }
  .gnav__menu__item a:hover {
      color: #666;
  }
  .gnav .btn_wrap {
    text-align: center;
    margin: 2rem auto;
    padding: 0;
  }
  .gnav .try_btn,
  .gnav .download_btn {
    padding: 10px 20px;
    width: 460px;
    margin: 15px auto;
    margin-right: auto!important;
  }
  .gnav .download_btn {
    color: #f4a000;
    background: none;
    border-color: #f4a000;
  }
  .feature_cont_box .box-01 {
    height: auto;
  }
  .feature_cont_box .box-02 .txt {
    left: 60px;
  }
  .feature_cont_box .img-01 {
    max-width: 500px;
    top: 0;
  }
  .feature_cont_box .img-02 {
    max-width: 530px;
    bottom: -90px;
    right: -40px;
  }
  .feature_cont_box .img-03 {
    left: 40px;
  }
}

@media print, screen and (max-width: 1024px) {
/*====================================================================/
/*-------------------PCスタイル-------------------
/====================================================================*/
  html,body {
    width: 1024px;
  }

  /* inner
  ---------------------------------------------------------------------*/
  .l-cont {
    width: 980px;
  }

  .main-inner,
  .main-img{
    width: 1024px;
  }

  /* main-img
  ---------------------------------------------------------------------*/
  .catch img {
    max-width: 380px;
    margin: auto;
  }
  .device {
    max-width: 480px;
    right: 0;
    bottom: 20px;
  }

  /* concept
  ---------------------------------------------------------------------*/
  .concept.flex-container.l-cont {
    top: -130px;
    margin-bottom: -130px;
  }
  .concept_cont, .movie_cont {
    width: 50%;
  }
  .concept_cont p {
    width: 100%;
  }
  .service_cont.l-cont{
    margin-top: 0;
  }
  .feature_cont_box {
    margin-top: 110px;
    padding-top: 0;
  }
  .feature_cont_box .img-01 {
    max-width: 450px;
    top: -40px;
  }
  .feature_cont_box .img-02 {
    max-width: 480px;
    bottom: -60px;
    right: -20px;
  }
  .feature_cont_box .box-02 .txt {
    top: -24px;
  }
  .feature_cont_box .img-03 {
    max-width: 200px;
    top: -40px;
    left: 40px;
  }
  .trial-area,
  .contact-area {
    width: 900px;
  }
}

@media screen and (max-width: 768px) {
/*====================================================================/
/*------------------スマホタブレット共通スタイル---------
/====================================================================*/
  html,
  body {
    width: 100%;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .flex-container {
    display: block;
  }
  header .btn_wrap {
    padding: 0;
  }
  header .btn_wrap .try_btn,
  header .download_btn {
    margin: 10px auto;
  }
  .gnav .try_btn, .gnav .download_btn {
    width: 82%;
    max-width: 320px;
  }
  .sp_menu.on h1 {
    top: 14px;
  }
  .sp_menu.on .menu,
  .menu {
    top: 24px;
  }

  /* inner
  ---------------------------------------------------------------------*/
  .l-cont {
    width: 95%;
    max-width: 720px;
    padding: 0px;
    margin: 30px auto;
  }
  .white-back {
    padding: 40px 32px;
  }
  .main-inner,
  .header_inner,
  .main-img {
    max-width: 768px;
    width: 100%;
  }

  /* btn
  ---------------------------------------------------------------------*/
  .btn {
    margin-top: 60px;
    width: 100%;
    max-width: 340px;
  }
  .btn-white {
    margin: 10px auto;
  }
  .btn-contact {
    margin: 20px auto 10px;
  }
  .company_cont .btn-wrap a {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 20px 0 0;
    padding: 10px;
  }

  /* main-img
  ---------------------------------------------------------------------*/
  .main-inner {
    height: auto;
  }
  .catch {
    position: static;
    width: 90%;
    max-width: 420px;
    margin: auto;
    padding: 120px 0 20px;
    text-align: center;
  }
  .catch img {
    max-width: 380px;
    margin: auto;
    width: 90%;
  }
  .catch .btn_wrap .try_btn, .download_btn {
    display: block;
    margin: 10px 0;
  }
  .catch .btn_wrap .download_btn:not(:last-child) {
    margin-right: 0;
  }
  .device {
    position: relative;
    bottom: -10px;
    z-index: 1;
    width: 90%;
    max-width: 480px;
    margin: auto;
  }

  /* concept
  ---------------------------------------------------------------------*/
  .concept.flex-container.l-cont {
    top: -90px;
    margin-bottom: -90px;
  }
  .concept_cont,
  .movie_cont {
    width: 100%;
    padding: 50px 32px;
  }
  .concept_cont {
    padding-top: 100px;
    margin-bottom: 30px;
  }
  .concept_cont .img img{
    top: 70px;
  }

  /* step
  ---------------------------------------------------------------------*/
  .step .step_cont {
    padding: 50px 25px;
  }
  .step .step_title {
    max-width: 174px;
    margin: 0 auto 40px;
  }
  .step .step-list {
    display: block;
    margin-bottom: 70px;
  }
  .step .step-list .step-item {
    width: 100%;
    padding: 25px 10px;
  }
  .step .step-list .step-item:not(:last-child) {
    border-right: none;
    border-bottom: 8px solid #fff;
  }
  .step .step-list .step-item:not(:last-child):after,
  .step .step-list .step-item:not(:last-child):before {
    left: 50%;
    top: 100%;
    transform: rotate(90deg);
  }
  .step .step-list .step-item:not(:last-child):after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-top: 0;
    margin-left: -10px;
  }
  .step .step-list .step-item:not(:last-child):before {
    border-top-width: 18px;
    border-bottom-width:18px;
    border-left-width: 18px;
    border-right-width: 18px;
    margin-top: 0;
    margin-left: -18px;
    border-left-color:#fff;
  }
  .step .step-list .step-detail .detail_num {
    position: static;
    margin: 0 auto 15px;
    width: 40px;
  }
  .step .step-list .step-detail .detail_image {
    width: 80px;
    height: 90px;
    margin: 0 auto 15px;
  }
  .step .step-list .step-detail .detail_text {
    height: auto;
    font-size: 12px;
  }
  .step .step_text {
    font-size: 21px;
  }

  /* common
  ---------------------------------------------------------------------*/
  .cont_box .box {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
  }
  .cont_titile {
    margin-bottom: 20px;
  }
  .cont_titile span {
    margin-top: 0;
  }
  .concept.flex-container .concept_cont, .movie_cont {
    width: 100%;
    margin: auto;
  }
  .movie_cont .btn_wrap .movie_btn {
    padding: 12px 31px;
  }

  /* service ~ professor
  ---------------------------------------------------------------------*/
  .examples_cont, .professor_cont {
    margin: 60px auto 0;
  }
  .professor_cont .img {
    width: 240px;
    margin: 0 auto 30px;
  }
  .professor_cont .txt {
    max-width: 100%;
  }

  /* feature
  ---------------------------------------------------------------------*/
  .feature_cont.white-back {
    padding: 50px 32px;
  }
  .feature_cont_box {
    position: static;
    margin-top: 60px;
    clear: both;
  }
  .feature_cont_box .img {
    margin: auto;
    position: static;
    padding-left: 8%;
  }
  .feature_cont_box .box {
    padding: 0;
    background: none;
    margin: 20px auto 0;
  }
  .feature_cont_box .txt {
    width: 100%;
    max-width: 480px;
    margin: auto;
    float: none;
  }
  .feature_cont_box .box-01,
  .feature_cont_box .box-02,
  .feature_cont_box .box-03 {
    height: auto;
  }
  .feature_cont_box .box-02 .txt {
    position: static;
  }
  .feature_cont_box .box-03 .txt {
    max-width: 480px;
  }
  .feature_cont_box .img-03 {
    max-width: 180px;
  }

  .case_cont .box img {
    width: 100%;
  }
  .point-all img {
    width: 100%;
    max-width: 480px;
    display: block;
    margin: auto;
  }
  .company_cont .white-back {
    top: 40px;
  }

  /* concept
  ---------------------------------------------------------------------*/
  .trial-area,
  .contact-area {
    width: 94%;
    margin: 30px auto;
  }
  .contact-area {
    margin-top: 30px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 0px;
    text-align: center;
  }
  .footer-nav {
    display: none;
  }
  .sp_footer-nav {
    display: block;
    border-top: 1px solid #fff;
    margin-top: 40px;
  }
  .sp_footer-nav li {
    display: inline-block;
    padding: 20px 10px;
  }
  footer .tel {
    padding: 12px 24px;
  }
  .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
/*====================================================================/
/*------------------スマホのみスタイル----------------
/====================================================================*/
  html {
    width: 100%;
  }
  .l-cont {
    width: 90%;
  }
  .try_btn,
  .download_btn {
    padding: 12px 25px;
  }
  .gnav {
    padding-top: 60px;
  }
  .gnav a {
    font-size: 16px;
    padding: 24px;
  }
  .btn {
    width: 100%;
    padding: 24px;
  }
  .trial-area,
  .contact-area {
    width: 90%;
    padding: 40px 20px;
  }
  .white-back {
    padding: 40px 20px;
  }
  .concept.flex-container.l-cont {
    top: -70px;
    margin-bottom: -70px;
  }
  .concept_cont .img img {
    top: 40px;
  }
  .concept_cont {
    padding: 60px 32px 40px;
  }
  .movie_cont .btn_wrap .movie_btn {
    padding: 12px 25px;
  }
  .feature_cont.white-back {
    padding: 30px;
  }
  .professor_cont {
    padding: 30px 20px;
  }
  .btn {
    width: 100%;
    max-width: 340px;
  }
  .price {
    font-size: 36px;
  }
  .price span {
    font-size: 16px;
  }
  .feature_cont_box .img-03 {
    max-width: 120px;
  }
  .tel {
    padding: 16px;
  }
  .tel span.min-txt {
    padding-left: 0;
    display: block;
  }
  .tel img {
    left: 0;
    top: 22px;
  }
  .company_cont .white-back {
    top: 0;
  }
  /* footer {
    margin-top: 800px;
    padding-top: 140px;
  } */
  footer .tel img {
    left: 8px;
    top: 18px;
  }
  .sp_footer-nav li {
    padding: 20px 6px;
  }
}

@media screen and (max-width: 320px){
  .trial-area, .contact-area {
    width: 90%;
    padding: 40px 20px;
  }
}
@media print {
  header,footer { display: none; }
}
