@charset "UTF-8";
/* @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: 1200px;
  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: #fff;
  border: 1px solid #00a93a;
  border-radius: 27.5px;
  padding: 12px 31px;
  color: #00a93a;
  position: relative; }
  .try_btn.arrow:before, .try_btn.arrow:after,
  .download_btn.arrow:before,
  .download_btn.arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }
  .try_btn.arrow:before,
  .download_btn.arrow:before {
    right: 14px;
    width: 12px;
    height: 1px;
    background: #00a93a;
    transform: translateY(-50%);
    top: 1px; }
  .try_btn.arrow:after,
  .download_btn.arrow:after {
    right: 14px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #00a93a;
    border-right: 1px solid #00a93a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.try_btn:hover {
  background: #00a93a;
  border: 1px solid #00a93a;
  color: #fff;
  transition: .3s; }
  .try_btn:hover.arrow:before {
    background: #fff; }
  .try_btn:hover.arrow:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }

header .try_btn,
header .download_btn {
  padding: 10px;
  padding-right: 40px;
  padding-left: 30px; }

header .download_btn {
  background: #00a93a;
  border: 1px solid #fff;
  color: #fff; }
  header .download_btn.arrow:before {
    background: #fff; }
  header .download_btn.arrow:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  header .download_btn:hover {
    background: #fff;
    color: #00a93a;
    border: 1px solid #00a93a; }
    header .download_btn:hover:before {
      background: #00a93a; }
    header .download_btn:hover:after {
      border-top: 1px solid #00a93a;
      border-right: 1px solid #00a93a; }

.main-img .try_btn,
.main-img .download_btn {
  box-shadow: 4px 2px 8px rgba(0, 0, 0, 0.45); }

.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;
  background: #fff;
  border-bottom: 1px solid #00a93a; }

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 {
  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: #323232;
  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 #00a93a; }

/*　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 {
  margin-top: 90px;
  height: 630px;
  position: relative; }

.catch-title {
  font-size: 44px;
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
  line-height: 1.32;
  color: #201715; }

.catch {
  position: absolute;
  max-width: 850px;
  width: 850px;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  text-align: center; }

.catch .btn_wrap {
  margin-top: 20px;
  letter-spacing: 0.12em; }

.catch .btn_wrap .try_btn,
.catch .btn_wrap .download_btn {
  display: block;
  text-align: center;
  max-width: 285px;
  margin: 0 auto 1.2rem; }
  .catch .btn_wrap .try_btn:before, .catch .btn_wrap .try_btn:after,
  .catch .btn_wrap .download_btn:before,
  .catch .btn_wrap .download_btn:after {
    right: 25px; }
    @media print, screen and (max-width: 1240px) {
      .catch .btn_wrap .try_btn:before, .catch .btn_wrap .try_btn:after,
      .catch .btn_wrap .download_btn:before,
      .catch .btn_wrap .download_btn:after {
        right: 18px; } }

.catch .btn_wrap .download_btn {
  background: #00a93a;
  border: 1px solid #00a93a;
  color: #fff; }
  .catch .btn_wrap .download_btn.arrow:before {
    background: #fff; }
  .catch .btn_wrap .download_btn.arrow:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  .catch .btn_wrap .download_btn:hover {
    background: #fff;
    color: #00a93a;
    border: 1px solid #00a93a; }
    .catch .btn_wrap .download_btn:hover:before {
      background: #00a93a; }
    .catch .btn_wrap .download_btn:hover:after {
      border-top: 1px solid #00a93a;
      border-right: 1px solid #00a93a; }

.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: -20px;
  bottom: -70px; }

.scroll {
  display: none; }

/* common
---------------------------------------------------------------------*/
.white-back {
  background: #fff;
  padding: 80px 32px;
  box-sizing: border-box;
  margin: auto; }

.cont_titile {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #00a93a;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1px; }

.cont_titile span {
  font-family: URWDIN, sans-serif;
  font-size: 14px;
  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; }

/* step
---------------------------------------------------------------------*/
.step .step_title {
  max-width: 220px;
  margin: 0 auto 20px; }

.step .hr-step_cont {
  display: flex;
  justify-content: center; }
  @media print, screen and (max-width: 768px) {
    .step .hr-step_cont {
      display: block; } }
@media print, screen and (max-width: 768px) {
  .step .hr-step_box:first-of-type {
    margin-bottom: 15px; }
  .step .hr-step_box img {
    width: 100%; } }
.step .hr-step_box-bottom {
  position: relative;
  margin: -60px 25px 0;
  background: #00a93a;
  height: 125px; }
  @media print, screen and (max-width: 768px) {
    .step .hr-step_box-bottom {
      height: 67.5px;
      margin: -30px 12.5px 0; } }
  .step .hr-step_box-bottom p {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    @media print, screen and (max-width: 768px) {
      .step .hr-step_box-bottom p {
        font-size: 14px; } }
.step .hr-step_box-num {
  position: absolute;
  left: 20px;
  top: -22px; }
  @media print, screen and (max-width: 768px) {
    .step .hr-step_box-num {
      width: 30px;
      top: -15px; } }
.step .hr-about_cont .hr-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #00a93a;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media print, screen and (max-width: 768px) {
    .step .hr-about_cont .hr-ttl {
      font-size: 18.5px;
      margin-top: 30px;
      margin-bottom: 30px; } }
.step .hr-about_cont .syasen {
  position: relative;
  padding: 0 20px; }
  @media print, screen and (max-width: 768px) {
    .step .hr-about_cont .syasen {
      padding: 0px;
      display: block; } }
  .step .hr-about_cont .syasen::before, .step .hr-about_cont .syasen:after {
    position: absolute;
    top: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #00a93a; }
    @media print, screen and (max-width: 768px) {
      .step .hr-about_cont .syasen::before, .step .hr-about_cont .syasen:after {
        height: 60%; } }
  .step .hr-about_cont .syasen:before {
    left: 0;
    transform: rotate(340deg); }
    @media print, screen and (max-width: 768px) {
      .step .hr-about_cont .syasen:before {
        left: 20px;
        top: 35px; } }
  @media print, screen and (max-width: 768px) and (max-width: 320px) {
    .step .hr-about_cont .syasen:before {
      left: 0px; } }

  .step .hr-about_cont .syasen:after {
    right: 0;
    transform: rotate(20deg); }
    @media print, screen and (max-width: 768px) {
      .step .hr-about_cont .syasen:after {
        top: 35px;
        right: 10px; } }
  @media print, screen and (max-width: 768px) and (max-width: 320px) {
    .step .hr-about_cont .syasen:after {
      right: 0px; } }

.step .hr-about_box {
  display: flex;
  justify-content: space-between;
  margin: 0 50px; }
  @media print, screen and (max-width: 768px) {
    .step .hr-about_box {
      display: block;
      margin: 0; } }
.step .hr-about_item {
  max-width: 505px;
  width: 100%;
  text-align: right; }
  .step .hr-about_item:nth-of-type(1) {
    margin-right: 10px; }
  .step .hr-about_item:nth-of-type(2) {
    margin-left: 10px; }
  @media print, screen and (max-width: 1024px) {
    .step .hr-about_item img {
      margin: 10px auto; } }
  @media print, screen and (max-width: 768px) {
    .step .hr-about_item {
      max-width: 100%;
      text-align: center; }
      .step .hr-about_item:last-of-type .hr-about_item-txt {
        margin-bottom: 0; } }
  .step .hr-about_item .ttl {
    text-align: center;
    background: #f6f6f6;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold; }
    @media print, screen and (max-width: 768px) {
      .step .hr-about_item .ttl {
        font-size: 13px;
        padding: 5px 0; } }
  .step .hr-about_item-txt {
    font-size: 24px;
    text-align: center;
    color: #00a93a;
    margin-left: 55px;
    font-weight: bold; }
    @media print, screen and (max-width: 768px) {
      .step .hr-about_item-txt {
        font-size: 16px;
        margin-left: 0px;
        margin-bottom: 30px; }
        .step .hr-about_item-txt .syasen {
          display: inline-block; }
          .step .hr-about_item-txt .syasen:before {
            left: -10px;
            top: 5px; }
          .step .hr-about_item-txt .syasen:after {
            top: 5px;
            right: -15px; } }
.step .hr-about-name {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px; }

/* service
---------------------------------------------------------------------*/
.l-cont.top_none {
  margin-top: 0; }

@media print, screen and (max-width: 768px) {
  .service_cont .cont_titile {
    max-width: 210px;
    margin: 0 auto; } }
.service_cont .hrring_how {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media print, screen and (max-width: 768px) {
    .service_cont .hrring_how {
      margin-top: 30px; } }
  .service_cont .hrring_how-box {
    width: 515px;
    text-align: center;
    margin-bottom: 70px; }
    @media print, screen and (max-width: 1220px) {
      .service_cont .hrring_how-box {
        width: 40.8163265306%;
        margin: 0 5px 70px; } }
    @media print, screen and (max-width: 768px) {
      .service_cont .hrring_how-box {
        margin-bottom: 50px; }
        .service_cont .hrring_how-box_img {
          width: 100%;
          margin: 0 auto; } }
    .service_cont .hrring_how-box:nth-of-type(3), .service_cont .hrring_how-box:nth-of-type(4) {
      margin-bottom: 0; }
      @media print, screen and (max-width: 768px) {
        .service_cont .hrring_how-box:nth-of-type(3), .service_cont .hrring_how-box:nth-of-type(4) {
          margin-bottom: 50px; } }
    @media print, screen and (max-width: 768px) {
      .service_cont .hrring_how-box:nth-of-type(4) {
        margin-bottom: 0px; } }
    .service_cont .hrring_how-box_num {
      display: block; }
    .service_cont .hrring_how-box_ttl {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      color: #323232; }
      @media print, screen and (max-width: 768px) {
        .service_cont .hrring_how-box_ttl {
          font-size: 15px; } }
    .service_cont .hrring_how-box_txt {
      font-size: 16px;
      text-align: justify;
      color: #909191;
      margin: 0 25px; }
      @media print, screen and (max-width: 768px) {
        .service_cont .hrring_how-box_txt {
          font-size: 13px;
          margin: 0 0px; } }

/* able
---------------------------------------------------------------------*/
#anc01 {
  margin-top: -50px;
  padding-top: 50px; }

@media print, screen and (max-width: 768px) {
  .able_cont .cont_titile {
    width: 260px;
    margin: 0 auto; } }

.hr-able_cont {
  display: flex;
  justify-content: center; }
  @media print, screen and (max-width: 768px) {
    .hr-able_cont {
      display: block; } }
@media print, screen and (max-width: 768px) {
  .hr-able_box:first-of-type {
    margin-bottom: 15px; }
  .hr-able_box img {
    width: 100%; } }
.hr-able_box-bottom {
  position: relative;
  margin: -60px 25px 0;
  background: #00a93a;
  height: 125px; }
  @media print, screen and (max-width: 768px) {
    .hr-able_box-bottom {
      height: 67.5px;
      margin: -30px 12.5px 0; } }
  .hr-able_box-bottom p {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    @media print, screen and (max-width: 768px) {
      .hr-able_box-bottom p {
        font-size: 14px; } }
.hr-able_box-num {
  position: absolute;
  left: 20px;
  top: -22px; }
  @media print, screen and (max-width: 768px) {
    .hr-able_box-num {
      width: 30px;
      top: -15px; } }
.hr-able_name {
  text-align: center;
  margin: 50px auto; }
  @media print, screen and (max-width: 768px) {
    .hr-able_name {
      margin: 25px auto; } }
.hr-able_example {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #909191;
  margin: 0 50px; }
  @media print, screen and (max-width: 1220px) {
    .hr-able_example {
      justify-content: center; } }
  @media print, screen and (max-width: 768px) {
    .hr-able_example {
      margin: 0; } }
  .hr-able_example-box {
    padding: 30px 0;
    margin-bottom: 45px;
    text-align: center;
    width: 315px;
    background: #f6f6f6; }
    @media print, screen and (max-width: 1220px) {
      .hr-able_example-box {
        width: 37.2448979592%;
        margin: 0 5px 15px; } }
    @media print, screen and (max-width: 768px) {
      .hr-able_example-box {
        padding: 20px 0 15px;
        width: calc(50% - 15px);
        margin-bottom: 10px; }
        .hr-able_example-box:nth-child(odd) {
          margin-right: 5px; }
        .hr-able_example-box:nth-of-type(1) img {
          max-width: 43.5px; }
        .hr-able_example-box:nth-of-type(2) img {
          max-width: 45.5px; }
        .hr-able_example-box:nth-of-type(3) img {
          max-width: 54px;
          margin-bottom: 5px; }
        .hr-able_example-box:nth-of-type(4) img {
          max-width: 52.5px; }
        .hr-able_example-box:nth-of-type(5) {
          margin-bottom: 30px; }
          .hr-able_example-box:nth-of-type(5) img {
            max-width: 47.5px; }
        .hr-able_example-box:nth-of-type(6) {
          margin-bottom: 30px; }
          .hr-able_example-box:nth-of-type(6) img {
            max-width: 39.5px; } }
    .hr-able_example-box .txt {
      color: #00a93a;
      text-align: center;
      font-weight: bold; }
      @media print, screen and (max-width: 768px) {
        .hr-able_example-box .txt {
          font-size: 13px; } }
  @media print, screen and (max-width: 768px) and (max-width: 320px) {
    .hr-able_example-box .txt {
      font-size: 10px; } }

.hr-able_figure {
  text-align: center;
  margin-top: 50px; }
  @media print, screen and (max-width: 768px) {
    .hr-able_figure {
      margin-top: 25px; } }

/* 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
---------------------------------------------------------------------*/
@media print, screen and (max-width: 768px) {
  .plan_cont_wrap.white-back {
    padding: 40px 20px; } }

.plan_box {
  max-width: 780px;
  background: #31475a;
  border: 1px solid #323232;
  padding: 20px;
  position: relative;
  margin: 60px auto; }
  @media print, screen and (max-width: 768px) {
    .plan_box {
      padding: 5px; } }

.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;
  letter-spacing: 2px; }
  @media print, screen and (max-width: 320px) {
    .price {
      font-size: 28px; } }

.price span {
  font-size: 20px;
  margin-right: 10px; }
  @media print, screen and (max-width: 768px) {
    .price span {
      font-size: 16px; } }
  @media print, screen and (max-width: 768px) and (max-width: 320px) {
    .price span {
      font-size: 13px; } }
  @media print, screen and (max-width: 768px) {
      .price span:nth-of-type(1) {
        margin-right: 10px; }
      .price span:nth-of-type(2) {
        margin-right: 0px; } }

@media print, screen and (max-width: 768px) {
  .plan_cont .cont_titile {
    max-width: 132.5px;
    margin: 0 auto 30px; } }

.plan_cont ul {
  text-align: center; }

.plan_cont ul li {
  display: inline-block;
  width: 198px;
  margin: 30px; }

/* faq
---------------------------------------------------------------------*/
.faq_cont {
  padding-top: 100px; }
  @media print, screen and (max-width: 768px) {
    .faq_cont {
      padding-top: 50px; } }
  @media print, screen and (max-width: 768px) {
    .faq_cont .cont_titile {
      max-width: 260px;
      margin: 0 auto 30px; } }

.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; }
  @media print, screen and (max-width: 768px) {
    footer {
      padding-bottom: 20px; } }

.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: 100%; }

  .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: #01a83a;
    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; } }
@media print, screen and (max-width: 1240px) {
  .main-img {
    padding-top: 96px !important; }

  .main-inner {
    width: 100%;
    margin-top: 0; }

  .device {
    right: 0;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center; } }
@media print, screen and (max-width: 1024px) {
  /*====================================================================/
  /*-------------------PCスタイル-------------------
  /====================================================================*/
  header {
    position: fixed;
    top: 0; }

  /* inner
  ---------------------------------------------------------------------*/
  .l-cont {
    width: 100%; }

  .main-inner,
  .main-img {
    width: 100%; }

  /* main-img
  ---------------------------------------------------------------------*/
  .main-img {
    background: url(../images/top/main-img-bk_sp.png) no-repeat top;
    background-size: cover;
    width: 100%; }

  .catch img {
    max-width: 380px;
    margin: auto; }

  .device {
    max-width: 480px;
    right: 0;
    bottom: 20px; }

  .scroll {
    display: block;
    text-align: center;
    position: absolute;
    margin-left: -5px;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%); }
    .scroll .line {
      display: inline-block;
      width: 1px;
      height: calc(130px / 2);
      margin: 0 auto;
      background: #fff;
      position: relative; }
      .scroll .line:before {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        width: 1px;
        height: calc(73px / 2);
        background: #00a93a; }
    .scroll img {
      max-width: 8px;
      vertical-align: top;
      margin-left: 5px; }

  .catch {
    width: 100%; }

  .catch-title {
    font-size: 37px; }

  /* 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: 45.9183673469vw;
    top: -40px;
    left: 4.0816326531vw; } }
  @media screen and (max-width: 1024px) and (max-width: 768px) {
    .feature_cont_box .img-01 {
      left: 0; } }

@media print, screen and (max-width: 1024px) {
  .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; }

  .trial-area,
  .contact-area {
    width: 100%; } }
@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: 30px;
    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;
    padding-bottom: 45px; }

  .catch {
    position: static;
    width: 100%;
    margin: auto;
    padding: 35px 0 20px;
    text-align: center;
    transform: initial; }

  .catch-title {
    font-size: 24px;
    margin-bottom: 15px; }

  .catch img {
    max-width: calc(325px / 2);
    margin: auto;
    width: 90%; }

  .catch .btn_wrap {
    margin-top: 5px; }

  .catch .btn_wrap .try_btn, .download_btn {
    display: block;
    margin: 10px auto;
    width: calc(480px / 2);
    font-size: 14px; }

  .catch .btn_wrap .download_btn:not(:last-child) {
    margin-right: 0; }

  .device {
    position: relative;
    bottom: -30px;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center; }

  /* 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; }

  /* 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; }

  /* concept
  ---------------------------------------------------------------------*/
  .trial-area,
  .contact-area {
    width: 94%;
    margin: 30px auto; }

  .contact-area {
    margin-top: 30px; }

  .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 30px; }

  .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: 24px; }

  .price span {
    font-size: 13px; }

  .price_sub {
    font-size: 13px; }

  .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 .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; } }
@media screen and (max-width: 1024px) {
  .feature_cont {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .feature_cont_box .slick-dots {
    top: 1rem; } }
@media screen and (max-width: 768px) {
  .feature_cont_box .slick-dots {
    top: 0; } }

@media screen and (max-width: 1024px) {
  .feature_box.box-02 .feature_cont_box .slick-dots {
    top: -3rem; } }
@media screen and (max-width: 768px) {
  .feature_box.box-02 .feature_cont_box .slick-dots {
    top: 0; } }

@media screen and (max-width: 1024px) {
  .feature_box.box-02 .feature_cont_box .box-03 {
    padding-right: 23.4693877551vw; } }
@media screen and (max-width: 768px) {
  .feature_box.box-02 .feature_cont_box .box-03 {
    padding-right: 40px; } }

@media screen and (max-width: 1024px) {
  .feature_cont_box .box-03 .txt {
    padding-left: 0; } }

.lv2_main {
  padding-top: 94px; }
  @media screen and (min-width: 1221px) {
    .lv2_main {
      padding-top: 0px; } }

@media screen and (max-width: 1024px) {
  .lv2 .cont_box.flex-container .box {
    width: calc(50% - 15px); } }
@media screen and (max-width: 768px) {
  .lv2 .cont_box.flex-container .box {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .option_bk {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .plan_cont_box {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .option_box .flex-container {
    width: 105%;
    margin: 0px -20px; } }

@media screen and (max-width: 1024px) {
  [class^="option-0"] {
    width: calc(50% - 15px); } }

/*# sourceMappingURL=index2.css.map */
