/*
  Function
*/
/*
  CSS Override (Cancel)
*/
.contents,
.main_column {
  width: auto;
}

.pankuzu_area ul.pankuzu,
#main_visual {
  display: none;
}

.pankuzu_area {
  padding: 0;
}

.contents,
.contents .columns {
  padding-bottom: 0;
}

#wholewrapper {
  visibility: hidden;
}

/* PC */
@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    max-width: 100%;
  }
}
/* TAB */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .header_logo {
    padding-left: 15px;
  }

  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
  OP
*/
#main #op {
  display: none;
}

body > #op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  /* OP PC */
  /* OP TAB */
  /* OP SP */
  /* Opening SE */
}
body > #op .wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  height: auto;
}
body > #op .wrapper .op__logo {
  opacity: 0;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: opacity 0.7s ease-in;
}
body > #op .wrapper .op__logo img {
  width: 100%;
}
body > #op .wrapper .op__logo.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  body > #op .wrapper .op__logo {
    width: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body > #op .wrapper .op__logo {
    width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  body > #op .wrapper .op__logo {
    width: 50vw;
  }
  body > #op .wrapper .op_text {
    margin: 2em auto 0 auto;
  }
  body > #op .wrapper .op_text img {
    width: 98vw;
    height: auto;
  }
}

/*
  Main
*/
#main {
  /* COMMON ALL */
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  /* COMMON */
  /* COMMON PC */
  /* COMMON TAB */
  /* COMMON SP */
  /* COMMON SE */
  /* HERO */
  /* LIFE */
  /* TAG */
  /* QUESTION */
  /* PLAN */
}
#main img {
  vertical-align: bottom;
}
#main img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}
#main a {
  text-decoration: none;
}
#main h2, #main h3, #main h4, #main h5, #main p, #main ul, #main ol, #main figure {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .container {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
#main .d-block {
  display: block;
}
#main .d-inline {
  display: inline;
}
#main .d-none {
  display: none;
}
#main .text-left {
  text-align: left;
}
#main .text-center {
  text-align: center;
}
#main .text-right {
  text-align: right;
}
#main .bg_white {
  background: #fff;
}
#main .bg_orange {
  background: #F08437;
}
#main .bg_purple {
  background: #A64A97;
}
#main .color_black {
  color: #000;
}
#main .color_white {
  color: #fff;
}
#main .color_brown {
  color: #544300;
}
#main .color_purple {
  color: #A64A97;
}
#main .color_orange {
  color: #F08437;
}
#main .ls-0 {
  letter-spacing: 0;
}
#main .ls-01 {
  letter-spacing: 0.1em;
}
#main .ls-0-05 {
  letter-spacing: 0.05em;
}
#main .lh-1 {
  line-height: 1;
}
#main .lh-1-5 {
  line-height: 1.5;
}
#main .lh-1-6 {
  line-height: 1.6;
}
#main .lh-1-75 {
  line-height: 1.75;
}
#main .lh-1-87 {
  line-height: 1.87;
}
#main .lh-2 {
  line-height: 2;
}
#main .fs80 {
  font-size: 80%;
}
#main .fw100 {
  font-weight: 100;
}
#main .fw200 {
  font-weight: 200;
}
#main .fw300 {
  font-weight: 300;
}
#main .fw400 {
  font-weight: 400;
}
#main .fw500 {
  font-weight: 500;
}
#main .fw600 {
  font-weight: 600;
}
#main .fw700 {
  font-weight: 700;
}
#main .fw900 {
  font-weight: 900;
}
#main .w100 {
  width: 100%;
}
#main .img100 {
  width: 100%;
  height: auto;
}
#main .opacity {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
#main .opacity:hover {
  opacity: 0.8 !important;
}
#main .box_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .showPC, #main .showTAB, #main .showSP, #main .showSE {
  display: none;
}
#main .text-noto-mincho {
  font-family: 'Noto Serif JP', serif;
}
#main .animate-fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#main .animate-fadein.is-animated {
  opacity: 1.0;
}
#main .btn-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-decoration: none;
  margin-inline: auto;
}
#main .btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url(../media/images/lab/madorino/btn-arrow-white.svg), url(../media/images/lab/madorino/btn-arrow-black.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #main {
    font-size: 16px;
  }
  #main .showPC {
    display: block;
  }
  #main .container {
    width: 1030px;
  }
  #main .btn-arrow {
    border-radius: 35px;
    width: 300px;
    height: 70px;
    transition: background 0.3s ease-in, color 0.3s ease-in;
  }
  #main .btn-arrow::after {
    width: 9px;
    height: 17px;
    right: 20px;
    transition: right 0.3s ease-in;
  }
  #main .btn-arrow:hover::after {
    right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .container {
    width: 100%;
  }
  #main .showTAB {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main {
    font-size: 14px;
  }
  #main img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .showSP {
    display: block;
  }
  #main .btn-arrow {
    border-radius: 35px;
    width: 70%;
    height: 50px;
    font-size: 15px;
  }
  #main .btn-arrow::after {
    width: calc(9px * 0.8);
    height: calc(17px * 0.8);
    right: calc(20px *0.8);
  }
}
@media screen and (max-width: 320px) {
  #main ._showSE {
    display: block;
  }
}
#main .hero {
  position: relative;
  /* HERO PC */
  /* HERO TAB */
  /* HERO SP */
  /* HERO SE */
}
#main .hero img,
#main .hero svg {
  width: 100%;
  height: auto;
}
#main .hero .hero__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .hero .hero__text {
  position: absolute;
  width: 100%;
  color: #fff;
  letter-spacing: -0.05em;
  font-weight: 400;
  text-align: center;
  opacity: 0;
  margin-top: 15px;
  text-align: center;
  transition: opacity 0.3s ease-in, margin-top 0.3s ease-in;
}
#main .hero .hero__text.active {
  opacity: 1;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #main .hero .hero__text {
    top: 72.5%;
    left: 50%;
    transform: translate(-50%, -72.5%);
    font-size: 1.46413vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .hero .hero__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #main .hero .hero__text {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: calc($line_spacing / $font_size);
  }
}
#main .life {
  position: relative;
  /* LIFE PC */
  /* LIFE TAB */
  /* LIFE SP */
  /* LIFE SE */
}
#main .life .life__text {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -55%);
}
#main .life .life__text .life__text--btn .btn-arrow {
  background: rgba(0, 0, 0, 0.2);
  border-color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #main .life .life__text h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  #main .life .life__text p {
    font-size: 20px;
    line-height: calc($line_spacing / $font_size);
    margin-top: 40px;
  }
  #main .life .life__text .life__text--btn {
    margin-top: 70px;
  }
  #main .life .life__text .life__text--btn .btn-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  #main .life .life__slider .slick-slide {
    width: calc(100vw);
  }
  #main .life .life__text h2 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  #main .life .life__text p {
    line-height: 1.75;
    margin-top: 30px;
  }
  #main .life .life__text .life__text--btn {
    margin-top: 30px;
  }
}
#main .tag {
  /* TAG PC */
  /* TAG TAB */
  /* TAG SP */
  /* TAG SE */
}
#main .tag .tag__title h2 {
  font-weight: 400;
}
#main .tag .tag__list {
  background: #e6f0f0;
}
#main .tag .tag__list ul li {
  color: #1e5a64;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #main .tag {
    padding: 80px 0;
  }
  #main .tag .tag__title h2 {
    font-size: 18px;
    line-height: 2.5;
  }
  #main .tag .tag__list {
    margin-top: 40px;
  }
  #main .tag .tag__list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 85px;
    margin-inline: auto;
  }
  #main .tag .tag__list ul li {
    font-size: 18px;
    line-height: 2.5;
    margin-right: 1em;
  }
  #main .tag .tag__illust {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .tag {
    padding: 40px 0;
  }
  #main .tag .tag__list ul {
    display: table;
    padding: 30px;
    margin-inline: auto;
  }
  #main .tag .tag__list ul li:last-child {
    text-align: right;
  }
  #main .tag .tag__illust img {
    width: 250px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .tag {
    padding: 30px 0 40px 0;
  }
  #main .tag .tag__title h2 {
    font-size: 16px;
    line-height: 1.75;
  }
  #main .tag .tag__list {
    margin-top: 30px;
  }
  #main .tag .tag__list ul {
    padding: 25px 1.5em;
  }
  #main .tag .tag__list ul li {
    line-height: 2;
    padding-left: 0.7em;
    text-indent: -0.7em;
  }
  #main .tag .tag__list ul li:last-child {
    margin-top: 0.5em;
    text-align: right;
  }
  #main .tag .tag__illust {
    margin-top: 25px;
  }
  #main .tag .tag__illust img {
    width: 50%;
    height: auto;
  }
}
#main .question {
  /* QUESTION PC */
  /* QUESTION TAB */
  /* QUESTION SP */
  /* QUESTION SE */
}
#main .question ul li {
  position: relative;
  background: #fff;
  border: solid 1px #1e5a64;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  transform: skewX(-15deg);
  color: #1e5a64;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
}
#main .question ul li span {
  transform: skewX(15deg);
}
#main .question ul li::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../media/images/lab/madorino/question_line.svg) 0 0 no-repeat;
  background-size: contain;
}
#main .question .question__service {
  background: #1e5a64;
}
#main .question .question__service .question__service--btn .btn-arrow {
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
  #main .question ul {
    padding: 80px 0;
    margin: auto;
  }
  #main .question ul li {
    font-size: 18px;
    line-height: calc($line_spacing / $font_size);
    padding: 25px 0;
  }
  #main .question ul li:nth-child(1) {
    width: calc(420px - 20px);
    margin: 0 0 0 118px;
    animation: fuwafuwa1 4s infinite;
  }
  #main .question ul li:nth-child(2) {
    width: calc(420px - 20px);
    margin: 30px 124px 0 auto;
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li:nth-child(3) {
    width: calc(340px - 20px);
    margin: -20px 0 0 60px;
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li:nth-child(4) {
    width: calc(540px - 20px);
    margin: 30px 0 0 230px;
    animation: fuwafuwa1 4s infinite;
  }
  #main .question ul li:nth-child(5) {
    width: calc(420px - 20px);
    margin: 30px 0 0 auto;
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li:nth-child(6) {
    width: calc(445px - 20px);
    margin: -30px 0 0 90px;
    animation: fuwafuwa1 4s infinite;
  }
  #main .question ul li:nth-child(7) {
    width: calc(480px - 20px);
    margin: 10px 94px 0 auto;
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li:nth-child(8) {
    width: calc(660px - 20px);
    margin: 30px 35px 0 auto;
    animation: fuwafuwa1 4s infinite;
  }
  #main .question ul li:nth-child(9) {
    width: calc(445px - 20px);
    margin: 50px 0 0 75px;
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li:nth-child(10) {
    width: calc(300px - 20px);
    margin: -50px 165px 0 auto;
    animation: fuwafuwa1 4s infinite;
  }
  #main .question ul li::after {
    width: 30px;
    height: 30px;
    left: 25px;
    bottom: -20px;
  }
  #main .question .question__service {
    padding: 40px 0 50px 0;
  }
  #main .question .question__service .question__service--text {
    font-size: 18px;
    line-height: calc($line_spacing / $font_size);
  }
  #main .question .question__service .question__service--btn {
    margin-top: 45px;
  }
  #main .question .question__service .question__service--btn .btn-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .question ul {
    padding: 40px 0;
  }
  #main .question ul li:nth-child(1) {
    margin: 0 0 35px 10px;
    animation: fuwafuwa1 4s infinite;
  }
  #main .question ul li:nth-child(2) {
    margin: 0 10px 35px auto;
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li:nth-child(3) {
    margin: 0 0 30px 10px;
    animation: fuwafuwa1 4s infinite;
  }
  #main .question ul li:nth-child(4) {
    margin: 0 10px 35px auto;
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li:nth-child(5) {
    animation: fuwafuwa1 4s infinite;
    margin: 0 0 30px 10px;
  }
  #main .question ul li:nth-child(6) {
    margin: 0 10px 35px auto;
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li:nth-child(7) {
    margin: 0 0 30px 10px;
    animation: fuwafuwa1 4s infinite;
  }
  #main .question ul li:nth-child(8) {
    margin: 0 10px 35px auto;
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li:nth-child(9) {
    margin: 0 0 30px 10px;
    animation: fuwafuwa1 4s infinite;
  }
  #main .question ul li:nth-child(10) {
    margin: 0 10px 35px auto;
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li:nth-child(11) {
    margin: 0 0 30px 10px;
    animation: fuwafuwa1 4s infinite;
  }
}
@media screen and (max-width: 767px) {
  #main .question ul {
    padding: 40px 0;
  }
  #main .question ul li {
    line-height: calc($line_spacing / $font_size);
    padding: 10px 20px;
  }
  #main .question ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #main .question ul li:nth-child(odd) {
    margin-left: auto;
    margin-right: 0;
    animation: fuwafuwa1 4s infinite;
  }
  #main .question ul li:nth-child(even) {
    animation: fuwafuwa2 4s infinite;
  }
  #main .question ul li::after {
    width: calc(30px * 0.6);
    height: calc(30px * 0.6);
    left: calc(25px * 0.6);
    bottom: calc(-20px * 0.6);
  }
  #main .question .question__service {
    padding: 30px 0 40px 0;
  }
  #main .question .question__service .question__service--text {
    font-size: 16px;
    line-height: calc($line_spacing / $font_size);
  }
  #main .question .question__service .question__service--btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  #main .question ul li {
    padding: 10px;
  }
}
#main .plan {
  background: #e6f0f0;
  /* PLAN PC */
  /* PLAN TAB */
  /* PLAN SP */
  /* PLAN SE */
}
#main .plan .plan__img li figure {
  margin: 0;
}
#main .plan .plan__img li figure figcaption {
  display: block;
  width: fit-content;
  background: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  transform: translateY(50%);
}
#main .plan .plan__img li:nth-child(even) figure figcaption {
  margin: 0 0 0 auto;
}
#main .plan .plan__flow ol li {
  position: relative;
}
#main .plan .plan__flow ol li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1px;
  background: rgba(30, 90, 100, 0.3);
}
#main .plan .plan__flow ol li:last-child {
  margin-bottom: 0;
}
#main .plan .plan__flow ol li:last-child::after {
  display: none;
}
#main .plan .plan__flow .plan__flow--btn .btn-arrow {
  background: rgba(30, 90, 100, 0.4);
}
@media screen and (min-width: 768px) {
  #main .plan {
    padding: 70px 0;
  }
  #main .plan .plan__summary {
    font-size: 18px;
    line-height: calc($line_spacing / $font_size);
    text-align: center;
  }
  #main .plan .plan__wave {
    margin-top: 40px;
  }
  #main .plan .plan__img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  #main .plan .plan__img li {
    width: 470px;
    margin-bottom: 40px;
  }
  #main .plan .plan__img li figure {
    position: relative;
  }
  #main .plan .plan__img li figure figcaption {
    font-size: 18px;
    padding: 10px;
  }
  #main .plan .plan__img li:nth-child(2) {
    margin-top: 210px;
  }
  #main .plan .plan__img li:nth-child(3), #main .plan .plan__img li:nth-child(5) {
    margin-top: -210px;
  }
  #main .plan .plan__img li:last-child {
    margin-bottom: 0;
  }
  #main .plan .plan__flow {
    margin-top: 80px;
  }
  #main .plan .plan__flow h2 {
    font-size: 20px;
  }
  #main .plan .plan__flow ol {
    margin-top: 30px;
    text-align: center;
  }
  #main .plan .plan__flow ol li {
    margin-bottom: 20px;
  }
  #main .plan .plan__flow ol li::after {
    bottom: -20px;
    height: 20px;
  }
  #main .plan .plan__flow .plan__flow--btn {
    margin-top: 50px;
  }
  #main .plan .plan__flow .plan__flow--btn .btn-arrow:hover {
    background: rgba(30, 90, 100, 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .plan {
    padding: 40px 0 50px 0;
  }
  #main .plan .plan__img li {
    width: 47%;
    margin-bottom: 30px;
  }
  #main .plan .plan__img li figure {
    position: relative;
  }
  #main .plan .plan__img li figure img {
    width: 100%;
    height: auto;
  }
  #main .plan .plan__img li figure figcaption {
    font-size: calc(20px * 0.8);
  }
  #main .plan .plan__img li:nth-child(2) {
    margin-top: 50px;
  }
  #main .plan .plan__img li:nth-child(3), #main .plan .plan__img li:nth-child(5) {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  #main .plan {
    padding: 30px 0;
  }
  #main .plan .plan__summary {
    line-height: 1.75;
    text-align: justify;
  }
  #main .plan .plan__wave {
    margin-top: 20px;
  }
  #main .plan .plan__img {
    margin-top: 20px;
  }
  #main .plan .plan__img li {
    width: 90%;
  }
  #main .plan .plan__img li figure {
    position: relative;
  }
  #main .plan .plan__img li figure figcaption {
    padding: 10px;
  }
  #main .plan .plan__img li:nth-child(even) {
    margin: 0 0 0 auto;
  }
  #main .plan .plan__img li:not(:last-child) {
    margin-bottom: 10px;
  }
  #main .plan .plan__flow {
    margin-top: 40px;
  }
  #main .plan .plan__flow h2 {
    font-size: 16px;
  }
  #main .plan .plan__flow ol {
    margin-top: 30px;
  }
  #main .plan .plan__flow ol li {
    margin-bottom: 10px;
  }
  #main .plan .plan__flow ol li::after {
    bottom: -10px;
    height: 10px;
  }
  #main .plan .plan__flow .plan__flow--btn {
    margin-top: 30px;
  }
}

@keyframes loop-text-top {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes loop-text-bottom {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .hero__title .showPC svg .svg-elem-1,
  .hero__title .showTAB svg .svg-elem-1 {
    stroke-dashoffset: 235.61541748046875px;
    stroke-dasharray: 235.61541748046875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  }
  .hero__title .showPC svg.active .svg-elem-1,
  .hero__title .showTAB svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-2,
  .hero__title .showTAB svg .svg-elem-2 {
    stroke-dashoffset: 85.7947998046875px;
    stroke-dasharray: 85.7947998046875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  }
  .hero__title .showPC svg.active .svg-elem-2,
  .hero__title .showTAB svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-3,
  .hero__title .showTAB svg .svg-elem-3 {
    stroke-dashoffset: 6.0500030517578125px;
    stroke-dasharray: 6.0500030517578125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  }
  .hero__title .showPC svg.active .svg-elem-3,
  .hero__title .showTAB svg.active .svg-elem-3 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-4,
  .hero__title .showTAB svg .svg-elem-4 {
    stroke-dashoffset: 4.4300079345703125px;
    stroke-dasharray: 4.4300079345703125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  }
  .hero__title .showPC svg.active .svg-elem-4,
  .hero__title .showTAB svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-5,
  .hero__title .showTAB svg .svg-elem-5 {
    stroke-dashoffset: 6.0500030517578125px;
    stroke-dasharray: 6.0500030517578125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  }
  .hero__title .showPC svg.active .svg-elem-5,
  .hero__title .showTAB svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-6,
  .hero__title .showTAB svg .svg-elem-6 {
    stroke-dashoffset: 4.4300079345703125px;
    stroke-dasharray: 4.4300079345703125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  }
  .hero__title .showPC svg.active .svg-elem-6,
  .hero__title .showTAB svg.active .svg-elem-6 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-7,
  .hero__title .showTAB svg .svg-elem-7 {
    stroke-dashoffset: 6.0500030517578125px;
    stroke-dasharray: 6.0500030517578125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  }
  .hero__title .showPC svg.active .svg-elem-7,
  .hero__title .showTAB svg.active .svg-elem-7 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-8,
  .hero__title .showTAB svg .svg-elem-8 {
    stroke-dashoffset: 4.4300079345703125px;
    stroke-dasharray: 4.4300079345703125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  }
  .hero__title .showPC svg.active .svg-elem-8,
  .hero__title .showTAB svg.active .svg-elem-8 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-9,
  .hero__title .showTAB svg .svg-elem-9 {
    stroke-dashoffset: 6.0500030517578125px;
    stroke-dasharray: 6.0500030517578125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  }
  .hero__title .showPC svg.active .svg-elem-9,
  .hero__title .showTAB svg.active .svg-elem-9 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-10,
  .hero__title .showTAB svg .svg-elem-10 {
    stroke-dashoffset: 4.4300079345703125px;
    stroke-dasharray: 4.4300079345703125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  }
  .hero__title .showPC svg.active .svg-elem-10,
  .hero__title .showTAB svg.active .svg-elem-10 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-11,
  .hero__title .showTAB svg .svg-elem-11 {
    stroke-dashoffset: 6.0500030517578125px;
    stroke-dasharray: 6.0500030517578125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  }
  .hero__title .showPC svg.active .svg-elem-11,
  .hero__title .showTAB svg.active .svg-elem-11 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-12,
  .hero__title .showTAB svg .svg-elem-12 {
    stroke-dashoffset: 4.4300079345703125px;
    stroke-dasharray: 4.4300079345703125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  }
  .hero__title .showPC svg.active .svg-elem-12,
  .hero__title .showTAB svg.active .svg-elem-12 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-13,
  .hero__title .showTAB svg .svg-elem-13 {
    stroke-dashoffset: 6.0500030517578125px;
    stroke-dasharray: 6.0500030517578125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  }
  .hero__title .showPC svg.active .svg-elem-13,
  .hero__title .showTAB svg.active .svg-elem-13 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-14,
  .hero__title .showTAB svg .svg-elem-14 {
    stroke-dashoffset: 4.4300079345703125px;
    stroke-dasharray: 4.4300079345703125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  }
  .hero__title .showPC svg.active .svg-elem-14,
  .hero__title .showTAB svg.active .svg-elem-14 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-15,
  .hero__title .showTAB svg .svg-elem-15 {
    stroke-dashoffset: 6.0500030517578125px;
    stroke-dasharray: 6.0500030517578125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  }
  .hero__title .showPC svg.active .svg-elem-15,
  .hero__title .showTAB svg.active .svg-elem-15 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-16,
  .hero__title .showTAB svg .svg-elem-16 {
    stroke-dashoffset: 4.4300079345703125px;
    stroke-dasharray: 4.4300079345703125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  }
  .hero__title .showPC svg.active .svg-elem-16,
  .hero__title .showTAB svg.active .svg-elem-16 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-17,
  .hero__title .showTAB svg .svg-elem-17 {
    stroke-dashoffset: 6.0500030517578125px;
    stroke-dasharray: 6.0500030517578125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  }
  .hero__title .showPC svg.active .svg-elem-17,
  .hero__title .showTAB svg.active .svg-elem-17 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-18,
  .hero__title .showTAB svg .svg-elem-18 {
    stroke-dashoffset: 4.4300079345703125px;
    stroke-dasharray: 4.4300079345703125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  }
  .hero__title .showPC svg.active .svg-elem-18,
  .hero__title .showTAB svg.active .svg-elem-18 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-19,
  .hero__title .showTAB svg .svg-elem-19 {
    stroke-dashoffset: 6.0500030517578125px;
    stroke-dasharray: 6.0500030517578125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  }
  .hero__title .showPC svg.active .svg-elem-19,
  .hero__title .showTAB svg.active .svg-elem-19 {
    stroke-dashoffset: 0;
  }
  .hero__title .showPC svg .svg-elem-20,
  .hero__title .showTAB svg .svg-elem-20 {
    stroke-dashoffset: 273.9705810546875px;
    stroke-dasharray: 273.9705810546875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  }
  .hero__title .showPC svg.active .svg-elem-20,
  .hero__title .showTAB svg.active .svg-elem-20 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-21,
  .hero__title .showTAB svg .svg-elem-21 {
    stroke-dashoffset: 221.2054443359375px;
    stroke-dasharray: 221.2054443359375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  }
  .hero__title .showPC svg.active .svg-elem-21,
  .hero__title .showTAB svg.active .svg-elem-21 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-22,
  .hero__title .showTAB svg .svg-elem-22 {
    stroke-dashoffset: 279.9905090332031px;
    stroke-dasharray: 279.9905090332031px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  }
  .hero__title .showPC svg.active .svg-elem-22,
  .hero__title .showTAB svg.active .svg-elem-22 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-23,
  .hero__title .showTAB svg .svg-elem-23 {
    stroke-dashoffset: 188.77723693847656px;
    stroke-dasharray: 188.77723693847656px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  }
  .hero__title .showPC svg.active .svg-elem-23,
  .hero__title .showTAB svg.active .svg-elem-23 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-24,
  .hero__title .showTAB svg .svg-elem-24 {
    stroke-dashoffset: 103.95682525634766px;
    stroke-dasharray: 103.95682525634766px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  }
  .hero__title .showPC svg.active .svg-elem-24,
  .hero__title .showTAB svg.active .svg-elem-24 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-25,
  .hero__title .showTAB svg .svg-elem-25 {
    stroke-dashoffset: 89.21148681640625px;
    stroke-dasharray: 89.21148681640625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  }
  .hero__title .showPC svg.active .svg-elem-25,
  .hero__title .showTAB svg.active .svg-elem-25 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-26,
  .hero__title .showTAB svg .svg-elem-26 {
    stroke-dashoffset: 174.25399780273438px;
    stroke-dasharray: 174.25399780273438px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  }
  .hero__title .showPC svg.active .svg-elem-26,
  .hero__title .showTAB svg.active .svg-elem-26 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-27,
  .hero__title .showTAB svg .svg-elem-27 {
    stroke-dashoffset: 188.77734375px;
    stroke-dasharray: 188.77734375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  }
  .hero__title .showPC svg.active .svg-elem-27,
  .hero__title .showTAB svg.active .svg-elem-27 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-28,
  .hero__title .showTAB svg .svg-elem-28 {
    stroke-dashoffset: 15.9600830078125px;
    stroke-dasharray: 15.9600830078125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.24s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.24s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  }
  .hero__title .showPC svg.active .svg-elem-28,
  .hero__title .showTAB svg.active .svg-elem-28 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-29,
  .hero__title .showTAB svg .svg-elem-29 {
    stroke-dashoffset: 190.92015075683594px;
    stroke-dasharray: 190.92015075683594px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
  }
  .hero__title .showPC svg.active .svg-elem-29,
  .hero__title .showTAB svg.active .svg-elem-29 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-30,
  .hero__title .showTAB svg .svg-elem-30 {
    stroke-dashoffset: 178.64599609375px;
    stroke-dasharray: 178.64599609375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.0s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.0s;
  }
  .hero__title .showPC svg.active .svg-elem-30,
  .hero__title .showTAB svg.active .svg-elem-30 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-31,
  .hero__title .showTAB svg .svg-elem-31 {
    stroke-dashoffset: 202.59567260742188px;
    stroke-dasharray: 202.59567260742188px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
  }
  .hero__title .showPC svg.active .svg-elem-31,
  .hero__title .showTAB svg.active .svg-elem-31 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-32,
  .hero__title .showTAB svg .svg-elem-32 {
    stroke-dashoffset: 170.20973205566406px;
    stroke-dasharray: 170.20973205566406px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.72s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.72s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
  }
  .hero__title .showPC svg.active .svg-elem-32,
  .hero__title .showTAB svg.active .svg-elem-32 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-33,
  .hero__title .showTAB svg .svg-elem-33 {
    stroke-dashoffset: 84.26853942871094px;
    stroke-dasharray: 84.26853942871094px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  }
  .hero__title .showPC svg.active .svg-elem-33,
  .hero__title .showTAB svg.active .svg-elem-33 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-34,
  .hero__title .showTAB svg .svg-elem-34 {
    stroke-dashoffset: 136.16961669921875px;
    stroke-dasharray: 136.16961669921875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.96s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.96s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
  }
  .hero__title .showPC svg.active .svg-elem-34,
  .hero__title .showTAB svg.active .svg-elem-34 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-35,
  .hero__title .showTAB svg .svg-elem-35 {
    stroke-dashoffset: 169.4807891845703px;
    stroke-dasharray: 169.4807891845703px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.08s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.08s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
  }
  .hero__title .showPC svg.active .svg-elem-35,
  .hero__title .showTAB svg.active .svg-elem-35 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-36,
  .hero__title .showTAB svg .svg-elem-36 {
    stroke-dashoffset: 92.66349792480469px;
    stroke-dasharray: 92.66349792480469px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
  }
  .hero__title .showPC svg.active .svg-elem-36,
  .hero__title .showTAB svg.active .svg-elem-36 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-37,
  .hero__title .showTAB svg .svg-elem-37 {
    stroke-dashoffset: 39.17192840576172px;
    stroke-dasharray: 39.17192840576172px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.32s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.32s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
  }
  .hero__title .showPC svg.active .svg-elem-37,
  .hero__title .showTAB svg.active .svg-elem-37 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-38,
  .hero__title .showTAB svg .svg-elem-38 {
    stroke-dashoffset: 96.77556610107422px;
    stroke-dasharray: 96.77556610107422px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.44s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.44s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
  }
  .hero__title .showPC svg.active .svg-elem-38,
  .hero__title .showTAB svg.active .svg-elem-38 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-39,
  .hero__title .showTAB svg .svg-elem-39 {
    stroke-dashoffset: 81.40151977539062px;
    stroke-dasharray: 81.40151977539062px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.56s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.56s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
  }
  .hero__title .showPC svg.active .svg-elem-39,
  .hero__title .showTAB svg.active .svg-elem-39 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showPC svg .svg-elem-40,
  .hero__title .showTAB svg .svg-elem-40 {
    stroke-dashoffset: 15.9600830078125px;
    stroke-dasharray: 15.9600830078125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.68s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.68s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
  }
  .hero__title .showPC svg.active .svg-elem-40,
  .hero__title .showTAB svg.active .svg-elem-40 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
}
@media screen and (max-width: 767px) {
  .hero__title .showSP svg .svg-elem-1,
  .hero__title .showSE svg .svg-elem-1 {
    stroke-dashoffset: 364.76171875px;
    stroke-dasharray: 364.76171875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  }
  .hero__title .showSP svg.active .svg-elem-1,
  .hero__title .showSE svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-2,
  .hero__title .showSE svg .svg-elem-2 {
    stroke-dashoffset: 132.10650634765625px;
    stroke-dasharray: 132.10650634765625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  }
  .hero__title .showSP svg.active .svg-elem-2,
  .hero__title .showSE svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-3,
  .hero__title .showSE svg .svg-elem-3 {
    stroke-dashoffset: 8.279998779296875px;
    stroke-dasharray: 8.279998779296875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  }
  .hero__title .showSP svg.active .svg-elem-3,
  .hero__title .showSE svg.active .svg-elem-3 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-4,
  .hero__title .showSE svg .svg-elem-4 {
    stroke-dashoffset: 5.760009765625px;
    stroke-dasharray: 5.760009765625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  }
  .hero__title .showSP svg.active .svg-elem-4,
  .hero__title .showSE svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-5,
  .hero__title .showSE svg .svg-elem-5 {
    stroke-dashoffset: 8.279998779296875px;
    stroke-dasharray: 8.279998779296875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  }
  .hero__title .showSP svg.active .svg-elem-5,
  .hero__title .showSE svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-6,
  .hero__title .showSE svg .svg-elem-6 {
    stroke-dashoffset: 5.760009765625px;
    stroke-dasharray: 5.760009765625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  }
  .hero__title .showSP svg.active .svg-elem-6,
  .hero__title .showSE svg.active .svg-elem-6 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-7,
  .hero__title .showSE svg .svg-elem-7 {
    stroke-dashoffset: 8.279998779296875px;
    stroke-dasharray: 8.279998779296875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  }
  .hero__title .showSP svg.active .svg-elem-7,
  .hero__title .showSE svg.active .svg-elem-7 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-8,
  .hero__title .showSE svg .svg-elem-8 {
    stroke-dashoffset: 5.760009765625px;
    stroke-dasharray: 5.760009765625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  }
  .hero__title .showSP svg.active .svg-elem-8,
  .hero__title .showSE svg.active .svg-elem-8 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-9,
  .hero__title .showSE svg .svg-elem-9 {
    stroke-dashoffset: 8.279998779296875px;
    stroke-dasharray: 8.279998779296875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  }
  .hero__title .showSP svg.active .svg-elem-9,
  .hero__title .showSE svg.active .svg-elem-9 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-10,
  .hero__title .showSE svg .svg-elem-10 {
    stroke-dashoffset: 5.760009765625px;
    stroke-dasharray: 5.760009765625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  }
  .hero__title .showSP svg.active .svg-elem-10,
  .hero__title .showSE svg.active .svg-elem-10 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-11,
  .hero__title .showSE svg .svg-elem-11 {
    stroke-dashoffset: 8.279998779296875px;
    stroke-dasharray: 8.279998779296875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  }
  .hero__title .showSP svg.active .svg-elem-11,
  .hero__title .showSE svg.active .svg-elem-11 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-12,
  .hero__title .showSE svg .svg-elem-12 {
    stroke-dashoffset: 5.760009765625px;
    stroke-dasharray: 5.760009765625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  }
  .hero__title .showSP svg.active .svg-elem-12,
  .hero__title .showSE svg.active .svg-elem-12 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-13,
  .hero__title .showSE svg .svg-elem-13 {
    stroke-dashoffset: 8.279998779296875px;
    stroke-dasharray: 8.279998779296875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  }
  .hero__title .showSP svg.active .svg-elem-13,
  .hero__title .showSE svg.active .svg-elem-13 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-14,
  .hero__title .showSE svg .svg-elem-14 {
    stroke-dashoffset: 5.760009765625px;
    stroke-dasharray: 5.760009765625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  }
  .hero__title .showSP svg.active .svg-elem-14,
  .hero__title .showSE svg.active .svg-elem-14 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-15,
  .hero__title .showSE svg .svg-elem-15 {
    stroke-dashoffset: 8.279998779296875px;
    stroke-dasharray: 8.279998779296875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  }
  .hero__title .showSP svg.active .svg-elem-15,
  .hero__title .showSE svg.active .svg-elem-15 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-16,
  .hero__title .showSE svg .svg-elem-16 {
    stroke-dashoffset: 5.760009765625px;
    stroke-dasharray: 5.760009765625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  }
  .hero__title .showSP svg.active .svg-elem-16,
  .hero__title .showSE svg.active .svg-elem-16 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-17,
  .hero__title .showSE svg .svg-elem-17 {
    stroke-dashoffset: 8.279998779296875px;
    stroke-dasharray: 8.279998779296875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  }
  .hero__title .showSP svg.active .svg-elem-17,
  .hero__title .showSE svg.active .svg-elem-17 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-18,
  .hero__title .showSE svg .svg-elem-18 {
    stroke-dashoffset: 5.760009765625px;
    stroke-dasharray: 5.760009765625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  }
  .hero__title .showSP svg.active .svg-elem-18,
  .hero__title .showSE svg.active .svg-elem-18 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-19,
  .hero__title .showSE svg .svg-elem-19 {
    stroke-dashoffset: 8.279998779296875px;
    stroke-dasharray: 8.279998779296875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  }
  .hero__title .showSP svg.active .svg-elem-19,
  .hero__title .showSE svg.active .svg-elem-19 {
    stroke-dashoffset: 0;
  }
  .hero__title .showSP svg .svg-elem-20,
  .hero__title .showSE svg .svg-elem-20 {
    stroke-dashoffset: 424.3178405761719px;
    stroke-dasharray: 424.3178405761719px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  }
  .hero__title .showSP svg.active .svg-elem-20,
  .hero__title .showSE svg.active .svg-elem-20 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-21,
  .hero__title .showSE svg .svg-elem-21 {
    stroke-dashoffset: 342.42926025390625px;
    stroke-dasharray: 342.42926025390625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  }
  .hero__title .showSP svg.active .svg-elem-21,
  .hero__title .showSE svg.active .svg-elem-21 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-22,
  .hero__title .showSE svg .svg-elem-22 {
    stroke-dashoffset: 433.6820983886719px;
    stroke-dasharray: 433.6820983886719px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  }
  .hero__title .showSP svg.active .svg-elem-22,
  .hero__title .showSE svg.active .svg-elem-22 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-23,
  .hero__title .showSE svg .svg-elem-23 {
    stroke-dashoffset: 292.065673828125px;
    stroke-dasharray: 292.065673828125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  }
  .hero__title .showSP svg.active .svg-elem-23,
  .hero__title .showSE svg.active .svg-elem-23 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-24,
  .hero__title .showSE svg .svg-elem-24 {
    stroke-dashoffset: 160.3190155029297px;
    stroke-dasharray: 160.3190155029297px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  }
  .hero__title .showSP svg.active .svg-elem-24,
  .hero__title .showSE svg.active .svg-elem-24 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-25,
  .hero__title .showSE svg .svg-elem-25 {
    stroke-dashoffset: 137.39990234375px;
    stroke-dasharray: 137.39990234375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  }
  .hero__title .showSP svg.active .svg-elem-25,
  .hero__title .showSE svg.active .svg-elem-25 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-26,
  .hero__title .showSE svg .svg-elem-26 {
    stroke-dashoffset: 269.49755859375px;
    stroke-dasharray: 269.49755859375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  }
  .hero__title .showSP svg.active .svg-elem-26,
  .hero__title .showSE svg.active .svg-elem-26 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-27,
  .hero__title .showSE svg .svg-elem-27 {
    stroke-dashoffset: 292.0657043457031px;
    stroke-dasharray: 292.0657043457031px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  }
  .hero__title .showSP svg.active .svg-elem-27,
  .hero__title .showSE svg.active .svg-elem-27 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-28,
  .hero__title .showSE svg .svg-elem-28 {
    stroke-dashoffset: 24.339996337890625px;
    stroke-dasharray: 24.339996337890625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.24s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.24s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  }
  .hero__title .showSP svg.active .svg-elem-28,
  .hero__title .showSE svg.active .svg-elem-28 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-29,
  .hero__title .showSE svg .svg-elem-29 {
    stroke-dashoffset: 304.2740478515625px;
    stroke-dasharray: 304.2740478515625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
  }
  .hero__title .showSP svg.active .svg-elem-29,
  .hero__title .showSE svg.active .svg-elem-29 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-30,
  .hero__title .showSE svg .svg-elem-30 {
    stroke-dashoffset: 284.61602783203125px;
    stroke-dasharray: 284.61602783203125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.0s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.0s;
  }
  .hero__title .showSP svg.active .svg-elem-30,
  .hero__title .showSE svg.active .svg-elem-30 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-31,
  .hero__title .showSE svg .svg-elem-31 {
    stroke-dashoffset: 323.0057067871094px;
    stroke-dasharray: 323.0057067871094px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
  }
  .hero__title .showSP svg.active .svg-elem-31,
  .hero__title .showSE svg.active .svg-elem-31 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-32,
  .hero__title .showSE svg .svg-elem-32 {
    stroke-dashoffset: 271.132568359375px;
    stroke-dasharray: 271.132568359375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.72s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.72s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
  }
  .hero__title .showSP svg.active .svg-elem-32,
  .hero__title .showSE svg.active .svg-elem-32 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-33,
  .hero__title .showSE svg .svg-elem-33 {
    stroke-dashoffset: 133.63858032226562px;
    stroke-dasharray: 133.63858032226562px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  }
  .hero__title .showSP svg.active .svg-elem-33,
  .hero__title .showSE svg.active .svg-elem-33 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-34,
  .hero__title .showSE svg .svg-elem-34 {
    stroke-dashoffset: 216.68386840820312px;
    stroke-dasharray: 216.68386840820312px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.96s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.96s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
  }
  .hero__title .showSP svg.active .svg-elem-34,
  .hero__title .showSE svg.active .svg-elem-34 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-35,
  .hero__title .showSE svg .svg-elem-35 {
    stroke-dashoffset: 269.9641418457031px;
    stroke-dasharray: 269.9641418457031px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.08s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.08s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
  }
  .hero__title .showSP svg.active .svg-elem-35,
  .hero__title .showSE svg.active .svg-elem-35 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-36,
  .hero__title .showSE svg .svg-elem-36 {
    stroke-dashoffset: 147.0823516845703px;
    stroke-dasharray: 147.0823516845703px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
  }
  .hero__title .showSP svg.active .svg-elem-36,
  .hero__title .showSE svg.active .svg-elem-36 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-37,
  .hero__title .showSE svg .svg-elem-37 {
    stroke-dashoffset: 61.47882843017578px;
    stroke-dasharray: 61.47882843017578px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.32s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.32s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
  }
  .hero__title .showSP svg.active .svg-elem-37,
  .hero__title .showSE svg.active .svg-elem-37 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-38,
  .hero__title .showSE svg .svg-elem-38 {
    stroke-dashoffset: 153.64004516601562px;
    stroke-dasharray: 153.64004516601562px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.44s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.44s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
  }
  .hero__title .showSP svg.active .svg-elem-38,
  .hero__title .showSE svg.active .svg-elem-38 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-39,
  .hero__title .showSE svg .svg-elem-39 {
    stroke-dashoffset: 129.06034088134766px;
    stroke-dasharray: 129.06034088134766px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.56s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.56s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
  }
  .hero__title .showSP svg.active .svg-elem-39,
  .hero__title .showSE svg.active .svg-elem-39 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
  .hero__title .showSP svg .svg-elem-40,
  .hero__title .showSE svg .svg-elem-40 {
    stroke-dashoffset: 24.34002685546875px;
    stroke-dasharray: 24.34002685546875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.68s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.68s, fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4s;
  }
  .hero__title .showSP svg.active .svg-elem-40,
  .hero__title .showSE svg.active .svg-elem-40 {
    stroke-dashoffset: 0;
    fill: #f7f8f8;
  }
}
@keyframes fuwafuwa1 {
  0% {
    transform: translateY(0px) skewX(-15deg);
  }
  50% {
    transform: translateY(10px) skewX(-15deg);
  }
  100% {
    transform: translateY(0px) skewX(-15deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translateY(10px) skewX(-15deg);
  }
  50% {
    transform: translateY(0px) skewX(-15deg);
  }
  100% {
    transform: translateY(10px) skewX(-15deg);
  }
}

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