@charset "UTF-8";

/* -----------------------------------------------------------
	hero
----------------------------------------------------------- */
.hero {
  width: 100%;
  height:100vh;
  position: relative;
}
.mobile .hero {
  width: 100%;
  height:100vh;
  background-image: url(../images/top/bg_mv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.not-mobile .hero {
  height:100vh;
  background: none;
}
@media only screen and (max-width: 768px) {
  .not-mobile .hero {
    min-height: 578px;
  }
}
.hero_bg {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  object-fit: cover;
  object-position: center center;
}

.not-mobile .hero_bg {
  opacity: 0.3;
}
.mobile .hero_bg {
	/* display: none !important; */
}

.inner_hero {
  height:100vh;
  min-height: 560px;
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  /*padding: 300px 60px 200px 60px;*/
  padding:0 60px;
  align-items: center;
  overflow: hidden;
}
.inner_hero img {
  max-width: none;
  width: 100%;
	/* display: none; */
}
.not-mobile .inner_hero img  {
  /* display: none; */
}
@media only screen and (max-width: 768px) {
  .hero{
  height:auto;
  }
  .inner_hero {
  padding: 0 2%;
  }
  .mobile .inner_hero {
  padding: 100px 7px 60px;
  }
}

.is_none {
  display: none !important;
}

.is_block {
  display: block !important;
}

.wrap_txt_hero {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 40px;
  white-space: nowrap;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.not-mobile .wrap_txt_hero  {
  opacity:0;
}

.mobile .wrap_txt_hero  {
  opacity:1;
}

@media only screen and (max-width: 768px) {
  .wrap_txt_hero {
    padding: 20px 2% 0 0;
  }

  #wrap_txt_hero1 {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 0;
  }

  #wrap_txt_hero2 {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  }

  #wrap_txt_hero3 {
  position: absolute;
  bottom: 62px;
  left: 0;
  }
  .mobile .wrap_txt_hero {
  white-space: normal;
  }
}

.wrap_img_hero {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

#wrap_txt_hero2,
#wrap_txt_hero3 {
  display: none;
}

#wrap_img_hero1,
#wrap_img_hero2,
#wrap_img_hero3 {
  opacity: 0;
}

#wrap_img_hero1 img,
/* #wrap_img_hero2 img, */
#wrap_img_hero3 img {
  padding: 10px;
  border: 1px solid #dad7d7;
}

@media only screen and (max-width: 767px) {
  #wrap_img_hero1 img,
  #wrap_img_hero2 img,
  #wrap_img_hero3 img {
  padding: 10px;
  border: none;
  }
  .wrap_img_hero {
  width: 100%;
  }
}

.txt_link_arorw {
  margin-left: auto;
}

article {
  background-image: -webkit-gradient(linear,left top,right top,from(#ececec),color-stop(50%,#ececec),color-stop(50%,#f6f6f6),to(#f6f6f6));
  background-image: -webkit-linear-gradient(left,#ececec 0,#ececec 50%,#f6f6f6 50%,#f6f6f6 100%);
  background-image: linear-gradient(to right,#ececec 0,#ececec 50%,#f6f6f6 50%,#f6f6f6 100%);
}

/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
.news {
  padding-top: 120px;
  background-color: #ffffffcf;
}
@media only screen and (max-width: 767px) {
  .news {
  padding-top: 80px;
  }
}

.list_news {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .list_news {
  margin-top: 16px;
  }
}

.item_news {
  margin-bottom: 10px;
}
.item_news a {
  display: block;
  padding: 20px 40px 26px;
  background-color: #fff;
  box-shadow: 1px 12px 57px -19px #b3b3b3;
  -moz-box-shadow: 1px 12px 57px -19px #b3b3b3;
  -webkit-box-shadow: 1px 12px 57px -19px #b3b3b3;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
@media only screen and (max-width: 767px) {
  .item_news a {
  padding: 26px 20px;
  }
}
.item_news a:hover {
  box-shadow: 0px 14px 56px -2px #ababab;
  -moz-box-shadow: 0px 14px 56px -2px #ababab;
  -webkit-box-shadow: 0px 14px 56px -2px #ababab;
}

.txt_news_small {
  margin-bottom: 10px;
}
.txt_news_small .date {
  color: #a39d9d;
}
.txt_news_small .red {
  margin-left: 10px;
  color: #e87064;
}

.title_news {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .title_news {
  font-size: 14px;
  }
}

/* -----------------------------------------------------------
	intro
----------------------------------------------------------- */
.intro {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.inner_wide {
  width: 100%;
  max-width: 1400px;
  background-color: #fff;
}

.inner_wide.is_intro {
  margin: 190px auto 120px;
}

@media only screen and (max-width: 767px) {
  .inner_wide.is_intro {
    margin: 19% auto 16%;
  }
}

.inner_wide.is_news {
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: transparent;
}

.p-index-concept__section--1 {
  padding-left: 4%;
  width: 50%;
}

.p-index-concept__content--1 {
  padding-top: 16.66667%;
}

.p-index-concept__section--2 {
  width: 50%;
}

.p-index-concept__section {
}

.p-index-concept {
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 8.66667%;
  /* padding-right: 10%; */
  /* padding-left: 10%; */
  padding-bottom: 6.66667%;
}

.p-index-concept__content-in {
  position: relative;
  z-index: 2;
  padding-top: 13.66667%;
  padding-right: 6%;
  padding-bottom: 16.66667%;

  background-color: #fff;
}

.p-index-concept__content-in.right {
  padding-left: 14%;
  left: -2.22222%;
}

.img_concept01 img,
.img_concept02 img {
  width: 100%;
}

.img_concept01 {
  position: relative;
  width: 100%;
  z-index: 2;
}

.has-animation.is_concept01 {
  width: 160%;
}

.img_concept02 {
}

.has-animation.is_concept02 {
  position: relative;
  z-index: 1;
  width: 110%;
  right: -0.22222%;
}



@media only screen and (max-width: 767px) {
  .img_concept02 {
    display: none;
  }

  .p-index-concept__wrap {
    padding-bottom: 3%;
  }
  .p-index-concept {
    margin-right: 3%;
    margin-left: 3%;
  }

  .p-index-concept__content--1 {
    padding-top: 3.5%;
  }

  .p-index-concept__content-in {
    padding-right: 4%;
    padding-left: 6% !important;
    padding-bottom: 5%;
    left: 0;
  }

  .has-animation.is_concept01 {
    width: 100%;
  }

  .p-index-concept__section--1 {
    width: 100%;
    padding-left: 0;
  }
  .p-index-concept__section--2 {
    width: 100%;
    padding-top: 24px;
  }

  .p-index-concept__content-in.right {
    padding-left: 14%;
    left: 0;
  }

  .img_concept01 {
    right: 0;
  }
  .img_concept02 {
    width: 100%;
    right: 0;
  }
}


/* txt */
.p-index-concept__head {
  position: relative;
  z-index: 3;
  margin-bottom: -20px;

  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.02em;
}

.c-header-simple {
  margin-bottom: 18px;

  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.p-index-concept__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.04em;
}

.p-index-concept__head .line1 {
  display: block;

}
.p-index-concept__head .line2 {
  padding-left: .52em;
}
.p-index-concept__head .line3 {
}


@media only screen and (max-width: 767px) {
  .p-index-concept__head .line2 {
    padding-left: .4em;
  }

  /* txt */
  .p-index-concept__head {
    margin-bottom: -20px;
    font-size: 46px;
    line-height: 1.1;
  }

  .c-header-simple {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .p-index-concept__text {
    font-size: 13px;
  }
}

@media (min-width: 767px) {
  .p-index-concept__head--1 {
    margin-bottom: -5.55556%;
    margin-left: 16.66667%;
    text-indent: -8.33333%;
  }

  .p-index-concept__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}


/* -----------------------------------------------------------
	works
----------------------------------------------------------- */
.works {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 80px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .works {
    padding-top: 60px;
  }
}

/* -----------------------------------------------------------
	txt
----------------------------------------------------------- */
.title_hero {
  margin-bottom: 3px;
  font-size: 93px;
  font-weight: 500;
  line-height: 1.3;
  /* letter-spacing: -0.02em; */
  letter-spacing: -0.01em;
}
.title_hero span {
  vertical-align: middle;
}
.title_hero .port {
  letter-spacing: 0.04em;
}
.title_hero .small {
  position: relative;
  top: -1px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .title_hero {
    position: relative;
    padding-left: 8px;
    margin-bottom: 11px;
    font-size: 54px;
    line-height: 1.0;
  }

  .title_hero .small {
    font-size: 32px;
  }
}

.txt_hero {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .txt_hero {
    padding-left: 10px;
    font-size: 14px;
  }
}

/* -----------------------------------------------------------
	slider
----------------------------------------------------------- */
.wrap_slider {
  position: relative;
  margin-top: 30px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .wrap_slider {
    margin-top: 10px;
  }
}
.slick-list{
  overflow: visible !important;
}
.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 150px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  overflow: hidden;
}
.slick-arrow:hover {
  cursor: pointer;
}

.slider-prev {
  /*left: 14.5% ;*/
  left: 10px !important;
  background-image: url(../images/common/ic_arrow_prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  transition: .5s;
}
.slider-prev:hover {
  /*left: 14.5% ;*/
  left: 5px !important;
  opacity: .5;
  transition: .5s;
}

.slider-next {
  /*right: 14.5%;*/
  left: auto !important;
  right: 10px !important;
  background-image: url(../images/common/ic_arrow_next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  transition: .5s;
}
.slider-next:hover {
  /*right: 14.5%;*/
  left: auto !important;
  right: 5px !important;
  opacity: .5;
  transition: .5s;
}

.item_slider {
  padding: 18px 18px;
  float: left;
}
.item_slider > a {
  display: block;
}
.item_slider .inner_item {
  max-width: 256px;
  background-color: #fff;
/*  box-shadow: 4px 6px 26px -11px #b5b5b5;
  -moz-box-shadow: 4px 6px 26px -11px #b5b5b5;
  -webkit-box-shadow: 4px 6px 26px -11px #b5b5b5;*/
  box-shadow: 4px 6px 26px -11px #808080;
  -moz-box-shadow: 4px 6px 26px -11px #808080;
  -webkit-box-shadow: 4px 6px 26px -11px #808080;
  -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s;
}
.item_slider:hover .inner_item {
  box-shadow: 0px 5px 108px -2px #d0d0d0;
  -moz-box-shadow: 0px 5px 108px -2px #d0d0d0;
  -webkit-box-shadow: 0px 5px 108px -2px #d0d0d0;
}
.item_slider:hover .inner_item .img_slider img {
  opacity: 1;
}

.img_slider {
  display: block;
}
.img_slider img {
  max-width: none;
}

.txt_slider {
  padding: 20px;
}

.ic_tag {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-right: 4px;
  padding: 6px 12px;
  background-color: #eee;
  font-size: 10px;
  text-align: center;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.ic_tag:last-child {
  margin-right: 0;
}
.ic_tag span {
  color: #797878;
}

.title_slider {
  min-height: 2em;
  margin-bottom: 18px;

  font-family: "futura-pt-n4", "futura-pt", "Didact Gothic", sans-serif 'Sawarabi Gothic', -apple-system, BlinkMacSystemFont, "Helvetica Neue",  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-height: 48px;
  margin-bottom: 17px;
}

.title_slider small {
  font-family: "futura-pt-n4", "futura-pt", "Didact Gothic", sans-serif 'Sawarabi Gothic', -apple-system, BlinkMacSystemFont, "Helvetica Neue",  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: baseline;
}

.text {
  display: inline-block;
  font-size: 15vmin;
  line-height: 1.205;
}

.text__first, .text__second {
  position: relative;
}

.text__word {
  opacity: 0;
}

.text__first-bg, .text__second-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transform-origin: left;
  transform: scaleX(0);
}

.text__first-bg {
  background-color: #5fbff9;
}

.text__second-bg {
  background-color: #f06543;
}

.text__second {
  margin-left: 15vmin;
}

.restart {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border: none;
  border-bottom: 1px dotted grey;
  padding: 0;
  margin: 0 auto 2%;
  cursor: pointer;
  color: grey;
}

.animate span {
  display: inline-block;
}

.animate span:nth-of-type(2) {
  animation-delay: .05s;
}

.animate span:nth-of-type(3) {
  animation-delay: .1s;
}

.animate span:nth-of-type(4) {
  animation-delay: .15s;
}

.animate span:nth-of-type(5) {
  animation-delay: .2s;
}

.animate span:nth-of-type(6) {
  animation-delay: .25s;
}

.animate span:nth-of-type(7) {
  animation-delay: .3s;
}

.animate span:nth-of-type(8) {
  animation-delay: .35s;
}

.animate span:nth-of-type(9) {
  animation-delay: .4s;
}

.animate span:nth-of-type(10) {
  animation-delay: .45s;
}

.animate span:nth-of-type(11) {
  animation-delay: .5s;
}

.animate span:nth-of-type(12) {
  animation-delay: .55s;
}

.animate span:nth-of-type(13) {
  animation-delay: .6s;
}

.animate span:nth-of-type(14) {
  animation-delay: .65s;
}

.animate span:nth-of-type(15) {
  animation-delay: .7s;
}

.animate span:nth-of-type(16) {
  animation-delay: .75s;
}

.animate span:nth-of-type(17) {
  animation-delay: .8s;
}

.animate span:nth-of-type(18) {
  animation-delay: .85s;
}

.animate span:nth-of-type(19) {
  animation-delay: .9s;
}

.animate span:nth-of-type(20) {
  animation-delay: .95s;
}

.seven span {
  color: #171717;
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);

}
.seven.animate span{
  animation: leftRight 1.5s forwards;
}
@keyframes leftRight {
  40% {
  transform: translate(50px, 0) scale(0.7);
  opacity: 1;
  color: #348c04;
  }
  60% {
  color: #0f40ba;
  }
  80% {
  transform: translate(0) scale(2);
  opacity: 0;
  }
  100% {
  transform: translate(0) scale(1);
  opacity: 1;
  }
}

/*loading*/
.not-mobile:not(.mobile) .wrapper__loading{
  display: flex; justify-content: center; align-items: center;
  display: none;
  position: fixed;
  top:0;
  left:0;
  width: 100%; height:100vh; background:#fff;z-index: 9999;
}
.not-mobile:not(.mobile) .wrapper__loading span{display: block; width: 200px; height:2px;
  transform:scale(0, 1); transform-origin: left top;
  animation: loadingbar 5s infinite;}
@keyframes loadingbar {
  0% {
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #ffd73a;
  }
  10% {
  transform: scale(1, 1);
  }
  19% {
  transform-origin: right top;
  transform: scale(0, 1);
  }
  20% {
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #ea9751;
  }
  30% {
  transform: scale(1, 1);
  }
  39% {
  transform-origin: right top;
  transform: scale(0, 1);
  }
  40% {
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #a1d37c;
  }
  50% {
  transform: scale(1, 1);
  }
  59% {
  transform-origin: right top;
  transform: scale(0, 1);
  }
  60% {
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #7dc6d9;
  }
  70% {
  transform: scale(1, 1);
  }
  79% {
  transform-origin: right top;
  transform: scale(0, 1);
  }
  80% {
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #c182ac;
  }
  90% {
  transform: scale(1, 1);
  }
  99% {
  transform-origin: right top;
  transform: scale(0, 1);
  }
  100% {
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #ffd73a;
  }
}


.c-scroll-icon {
  width: 21px;
  height: 60px;
  transform: translate3d(-50%, 0%, 0);
  position: absolute;
  left: 50%;
  bottom: -34px;
  backface-visibility: hidden;
}

.c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 100px;
  border-left: 1px solid #000;
  top: -90px;
  left: 10px;
  animation: scroll-line 3s infinite;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 10;
}

.c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 48px;
  margin: 0 auto;
}


@keyframes scroll-line {
  0% {
    transform: translate3d(0, 0, 0)
  }
  40% {
    transform: translate3d(0, 90px, 0)
  }
  75% {
    transform: translate3d(0, 170px, 0)
  }
  100% {
    transform: translate3d(0, 200px, 0)
  }
}


/* graph */
.bar {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 0 auto 10px auto;
  padding: 0 0 0 10px;
  color: #fff;
}
.bar span {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 11px;
  z-index: 2;

  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  vertical-align: middle;
}

.bar::before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  height: 30px;
  top: 0;
  z-index: 0;
  background-color: #ecf0f1;
}

.bar::after {
  content: '';
  background-color: #2ecc71;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bar.start_animation::after {
  width: 100%;
  -webkit-animation: bar-before 1 2.8s;
  -webkit-transition: all 2.5s;
  -moz-transition: all 2.5s;
  -ms-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s;
}

.wrap_graph {
  position: relative;
  width: 100%;
}

.title_graph {
  margin-bottom: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;

  color: #000;
}

.txt_graph {
  min-height: 40px;
  margin-right: 17px;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.0;

  color: #000;
  opacity: .8;
}

.txt_graph span {
  white-space: nowrap;
  align-self: center;
}

.content_graph {
  /* padding-bottom: 80px; */
  /* padding-top: 40px; */
}

@media only screen and (max-width: 767px) {
  .content_graph {
    /* padding-bottom: 30px; */
  }
  .bar,
  .bar::before,
  .bar::after {
    height: 20px;
  }

  .bar span {
    left: 5px;
    font-size: 12px;
  }

  .title_graph {
    padding-left: 6%;
    font-size: 22px;
    letter-spacing: 0.02em;
  }
  .txt_graph {
    min-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
  }
}

.bar1.start_animation::after{
  max-width: 42%;
  background-color: #e86271;
}

.bar2.start_animation::after{
  max-width: 12%;
  background-color: #30abb3;
}

.bar3.start_animation::after{
  max-width: 28%;
  background-color: #fdc021;
}

.bar4.start_animation::after{
  max-width: 18%;
  background-color: #afd47c;
}

@-webkit-keyframes bar-before{
  0%{
    width: 0px;
  }
  75%{
    width: 80%;
  }
  100%{
    width: 100%;
  }
}




.marketPath,
.exact,
.cty,
.eby,
.fact,
.ifttt,
.pg,
.find,
.cnet,
.bbye,
.cow,
.hack,
.idFinder {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.addOpac {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.removeOpac {
  opacity: 0.1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.static {
  opacity: 1;
}

.idFinder {
  text-decoration: underline;
}

.wrap_flowchart {
  width: 100%;
  margin: auto;
}



/* -----------------------------------------------------------
	container_graph_circle
----------------------------------------------------------- */
.container_graph_circle {
  position: relative;
  height: 480px;
}

.container_graph_circle svg {
  width: 80%;
  height: 100%;
  min-width: 420px;
  max-width: 1000px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .container_graph_circle {
    height: 300px;
  }

  .container_graph_circle svg {
    top: 53%;
    width: 80%;
    min-width: 320px;
    max-width: 378px;
  }
}

.container_graph_circle .animate .draw{
  -webkit-animation: draw 0.5s;
  animation: draw 0.5s;
  stroke-dasharray: 220 220;
  stroke-dashoffset: 220;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.second-stroke{
  animation-delay: 0.9s !important;
}
.third-stroke{
  animation-delay: 1.5s !important;
}
.animate .fade-in{
  -webkit-animation: fade 1s;
  animation: fade 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.second-text{
  animation-delay: 0.5s !important;
}
.third-text{
  animation-delay: 1.3s !important;
}
.animate .circle{
  -webkit-animation: mymove 0.5s;
  animation: mymove 0.5s;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  animation-fill-mode: forwards;
  opacity: 0;
}
.second-circle{
  animation-delay: 0.5s !important;
}
.third-circle{
  animation-delay: 1.3s !important;
}
.animate .center-circle{
  -webkit-animation: mymove 0.5s;
  animation: mymove 0.5s;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  animation-delay: 1.9s !important;
  animation-fill-mode: forwards;
  opacity: 0;
}
.animate .center-text{
   animation-delay: 1.9s !important;
  animation-fill-mode: forwards;
  opacity: 0;
}
.animate .draw-small{
  -webkit-animation: draw-small 0.5s;
  animation: draw-small 0.5s;
  stroke-dasharray: 40 40;
  stroke-dashoffset: 40;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}
@-webkit-keyframes mymove {
  from {
    transform: scale(0);
      opacity: 0;
  }
  to {
    transform: scale(1);
      opacity: 1;
  }
}
@keyframes mymove {
  from {
    transform: scale(0);
      opacity: 0;
  }
  to {
    transform: scale(1);
      opacity: 1;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes draw {
  from {

        stroke-dashoffset:220;
  }
  to {
      stroke-dashoffset:0;
  }
}
@keyframes draw-small {
  from {

        stroke-dashoffset: 40;
  }
  to {
      stroke-dashoffset:0;
  }
}
