@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

address {
  font-style: normal;
}

img,
iframe {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

ol,
ul {
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
}

/* typography */
/* Googleフォントで読み込ませる場合の例 *
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap');
*/
body {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  text-justify: inter-ideograph;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2,
h3,
h4,
h5 {
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p {
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 479px) {
  p {
    font-size: 13px;
  }
}

a {
  text-decoration: none;
  color: #191919;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.75;
}
.el_lightOrange {
  color: #F29855;
}

.el_bold {
  font-weight: bold;
}

/* Animation */
.anime {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.fadein {
  opacity: 1;
}

.opa {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.opa:hover {
  opacity: 0.8;
}

.fadein {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fadein.is-animated {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fadeup.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

html:not(.no-js) [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

@media screen and (max-width: 880px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

html:not(.no-js) [data-aos=fade-right] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

/* ホームHome ゴルフボールsvg */
.circle1_home {
  position: absolute;
  z-index: -2;
  top: -70px;
  width: 348px;
  height: 348px;
  left: -140px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anim_para1 5.5s ease-in-out infinite;
          animation: anim_para1 5.5s ease-in-out infinite;
  opacity: 0.9;
}
@media screen and (max-width: 479px) {
  .circle1_home {
    top: -10px;
    width: 180px;
    height: 180px;
    left: -74px;
  }
}

.circle2_home {
  position: fixed;
  z-index: -2;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 50%;
  -webkit-animation: anim_para2 4.5s ease-in-out infinite;
          animation: anim_para2 4.5s ease-in-out infinite;
  opacity: 0.9;
  width: 302px;
  height: 293px;
  right: -100px;
}
@media screen and (max-width: 479px) {
  .circle2_home {
    top: 50%;
    width: 178px;
    height: 178px;
    right: -74px;
  }
}

/* 他ページ ゴルフボールsvg */
.circle1 {
  position: fixed;
  z-index: -2;
  top: 260px;
  width: 348px;
  height: 348px;
  left: -140px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anim_para1 5.5s ease-in-out infinite;
          animation: anim_para1 5.5s ease-in-out infinite;
  opacity: 0.9;
}
@media screen and (max-width: 479px) {
  .circle1 {
    display: none !important;
  }
}

.circle2 {
  position: fixed;
  z-index: -2;
  top: 70%;
  width: 302px;
  height: 293px;
  right: -100px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anim_para2 4.5s ease-in-out infinite;
          animation: anim_para2 4.5s ease-in-out infinite;
  opacity: 0.9;
}
@media screen and (max-width: 479px) {
  .circle2 {
    top: 280px;
    width: 178px;
    height: 178px;
    right: -74px;
  }
}

.circle2_stp {
  position: fixed;
  z-index: -2;
  top: 30%;
  width: 302px;
  height: 293px;
  right: -100px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anim_para2 4.5s ease-in-out infinite;
          animation: anim_para2 4.5s ease-in-out infinite;
  opacity: 0.9;
}
@media screen and (max-width: 479px) {
  .circle2_stp {
    top: 280px;
    width: 178px;
    height: 178px;
    right: -74px;
  }
}

/* Parallax Image */
@-webkit-keyframes anim_para1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anim_para1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes anim_para2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66.66666% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anim_para2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66.66666% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ホームHome ゴルフボールsvg */
/* Padding Top */
.hp_pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 880px) {
  .hp_pt30 {
    padding-top: 26px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pt30 {
    padding-top: 20px;
  }
}

.hp_pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 880px) {
  .hp_pt60 {
    padding-top: 52px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pt60 {
    padding-top: 30px;
  }
}

.hp_pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 880px) {
  .hp_pt80 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pt80 {
    padding-top: 40px;
  }
}

.hp_pt110 {
  padding-top: 110px;
}
@media screen and (max-width: 880px) {
  .hp_pt110 {
    padding-top: 96px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pt110 {
    padding-top: 50px;
  }
}

.hp_pt130 {
  padding-top: 130px;
}
@media screen and (max-width: 880px) {
  .hp_pt130 {
    padding-top: 113px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pt130 {
    padding-top: 65px;
  }
}

.hp_pt150 {
  padding-top: 150px;
}
@media screen and (max-width: 880px) {
  .hp_pt150 {
    padding-top: 131px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pt150 {
    padding-top: 80px;
  }
}

/* Padding Bottom */
.hp_pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .hp_pb30 {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pb30 {
    padding-bottom: 20px;
  }
}

.hp_pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 880px) {
  .hp_pb60 {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pb60 {
    padding-bottom: 30px;
  }
}

.hp_pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 880px) {
  .hp_pb80 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pb80 {
    padding-bottom: 40px;
  }
}

.hp_pb110 {
  padding-bottom: 110px;
}
@media screen and (max-width: 880px) {
  .hp_pb110 {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pb110 {
    padding-bottom: 50px;
  }
}

.hp_pb130 {
  padding-bottom: 130px;
}
@media screen and (max-width: 880px) {
  .hp_pb130 {
    padding-bottom: 113px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pb130 {
    padding-bottom: 65px;
  }
}

.hp_pb150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 880px) {
  .hp_pb150 {
    padding-bottom: 131px;
  }
}
@media screen and (max-width: 479px) {
  .hp_pb150 {
    padding-bottom: 80px;
  }
}

/* Margin Top */
.hp_mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 880px) {
  .hp_mt30 {
    margin-top: 26px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mt30 {
    margin-top: 20px;
  }
}

.hp_mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 880px) {
  .hp_mt60 {
    margin-top: 52px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mt60 {
    margin-top: 30px;
  }
}

.hp_mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 880px) {
  .hp_mt80 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mt80 {
    margin-top: 40px;
  }
}

.hp_mt110 {
  margin-top: 110px;
}
@media screen and (max-width: 880px) {
  .hp_mt110 {
    margin-top: 96px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mt110 {
    margin-top: 50px;
  }
}

.hp_mt130 {
  margin-top: 130px;
}
@media screen and (max-width: 880px) {
  .hp_mt130 {
    margin-top: 113px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mt130 {
    margin-top: 65px;
  }
}

.hp_mt150 {
  margin-top: 150px;
}
@media screen and (max-width: 880px) {
  .hp_mt150 {
    margin-top: 131px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mt150 {
    margin-top: 80px;
  }
}

/* Margin Bottom */
.hp_mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .hp_mb30 {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mb30 {
    margin-bottom: 20px;
  }
}

.hp_mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 880px) {
  .hp_mb60 {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mb60 {
    margin-bottom: 30px;
  }
}

.hp_mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 880px) {
  .hp_mb80 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mb80 {
    margin-bottom: 40px;
  }
}

.hp_mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 880px) {
  .hp_mb110 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mb110 {
    margin-bottom: 50px;
  }
}

.hp_mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 880px) {
  .hp_mb130 {
    margin-bottom: 113px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mb130 {
    margin-bottom: 66px;
  }
}

.hp_mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 880px) {
  .hp_mb150 {
    margin-bottom: 131px;
  }
}
@media screen and (max-width: 479px) {
  .hp_mb150 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 881px) {
  .hp_pconly {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .hp_pconly {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .hp_pc-tab {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .hp_pc-tab {
    display: none !important;
  }
}

@media screen and (min-width: 881px) {
  .hp_tabonly {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 880px) {
  .hp_tabonly {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .hp_tabonly {
    display: none !important;
  }
}

@media screen and (min-width: 881px) {
  .hp_tab-sp {
    display: none !important;
  }
}
@media screen and (max-width: 880px) {
  .hp_tab-sp {
    display: block;
  }
}

@media screen and (min-width: 480px) {
  .hp_sponly {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .hp_sponly {
    display: block;
  }
}

.hp_nolink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* Align */
.hp_center {
  text-align: center;
}
.hp_center > * {
  margin-left: auto;
  margin-right: auto;
}

.hp_right {
  text-align: right;
}

.hp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .hp_flex {
    display: block;
  }
}

.hp_flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hp_flexRev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* Overflow */
.ly_overflowHidden {
  overflow: hidden;
}

/* Width */
.hp_w1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			SVGアニメ　検証中＊。・
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*//////////////////////////////////
＜SVGのプロパティ＞

fill　塗りの色

fill-opacity　塗りの透明度

stroke　線の色

stroke-width　線の太さ

stroke-opacity　線の透明度

stroke-linecap　線の端の形状

stroke-dashoffset　線の始まり

stroke-dasharray　線の間隔

//////////////////////////////////*/
/*-- レイアウト --*/
.home_mvGrafic_upper {
  position: absolute;
  top: 2%;
  right: -9%;
  width: 132vw;
  z-index: -1;
}
@media screen and (max-width: 479px) {
  .home_mvGrafic_upper {
    top: 20%;
    right: -127%;
    width: 300vw;
  }
}

.home_mvGrafic_middle {
  position: absolute;
  top: -27%;
  left: -9%;
  width: 118vw;
  z-index: -4;
}
@media screen and (max-width: 479px) {
  .home_mvGrafic_middle {
    top: -13%;
    left: -121%;
    width: 300vw;
  }
}

.home_mvGrafic_under {
  position: absolute;
  top: -26%;
  left: -36%;
  width: 169vw;
  z-index: -3;
}
@media screen and (max-width: 479px) {
  .home_mvGrafic_under {
    top: 10%;
    left: -134%;
    width: 334vw;
  }
}

.home_futureGrafic {
  position: absolute;
  width: 34.1%;
  top: 20vw;
  right: -5%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .home_futureGrafic {
    width: 80%;
    bottom: 0;
    top: inherit;
  }
}

/*-- レイアウトここまで --*/
/*-- home_mvGrafic_upper　動き --*/
.home_mvGrafic_upperGrade path {
  fill: none;
  stroke-width: 2px;
}
.home_mvGrafic_upperGrade:nth-child(1) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -0.1s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -0.1s infinite;
  -webkit-transform-origin: -1.5px;
          transform-origin: -1.5px;
}
.home_mvGrafic_upperGrade:nth-child(2) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -0.2s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -0.2s infinite;
  -webkit-transform-origin: -3px;
          transform-origin: -3px;
}
.home_mvGrafic_upperGrade:nth-child(3) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -0.3s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -0.3s infinite;
  -webkit-transform-origin: -4.5px;
          transform-origin: -4.5px;
}
.home_mvGrafic_upperGrade:nth-child(4) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -0.4s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -0.4s infinite;
  -webkit-transform-origin: -6px;
          transform-origin: -6px;
}
.home_mvGrafic_upperGrade:nth-child(5) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -0.5s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -0.5s infinite;
  -webkit-transform-origin: -7.5px;
          transform-origin: -7.5px;
}
.home_mvGrafic_upperGrade:nth-child(6) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -0.6s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -0.6s infinite;
  -webkit-transform-origin: -9px;
          transform-origin: -9px;
}
.home_mvGrafic_upperGrade:nth-child(7) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -0.7s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -0.7s infinite;
  -webkit-transform-origin: -10.5px;
          transform-origin: -10.5px;
}
.home_mvGrafic_upperGrade:nth-child(8) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -0.8s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -0.8s infinite;
  -webkit-transform-origin: -12px;
          transform-origin: -12px;
}
.home_mvGrafic_upperGrade:nth-child(9) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -0.9s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -0.9s infinite;
  -webkit-transform-origin: -13.5px;
          transform-origin: -13.5px;
}
.home_mvGrafic_upperGrade:nth-child(10) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -1s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -1s infinite;
  -webkit-transform-origin: -15px;
          transform-origin: -15px;
}
.home_mvGrafic_upperGrade:nth-child(11) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -1.1s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -1.1s infinite;
  -webkit-transform-origin: -16.5px;
          transform-origin: -16.5px;
}
.home_mvGrafic_upperGrade:nth-child(12) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -1.2s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -1.2s infinite;
  -webkit-transform-origin: -18px;
          transform-origin: -18px;
}
.home_mvGrafic_upperGrade:nth-child(13) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -1.3s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -1.3s infinite;
  -webkit-transform-origin: -19.5px;
          transform-origin: -19.5px;
}
.home_mvGrafic_upperGrade:nth-child(14) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -1.4s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -1.4s infinite;
  -webkit-transform-origin: -21px;
          transform-origin: -21px;
}
.home_mvGrafic_upperGrade:nth-child(15) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -1.5s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -1.5s infinite;
  -webkit-transform-origin: -22.5px;
          transform-origin: -22.5px;
}
.home_mvGrafic_upperGrade:nth-child(16) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -1.6s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -1.6s infinite;
  -webkit-transform-origin: -24px;
          transform-origin: -24px;
}
.home_mvGrafic_upperGrade:nth-child(17) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -1.7s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -1.7s infinite;
  -webkit-transform-origin: -25.5px;
          transform-origin: -25.5px;
}
.home_mvGrafic_upperGrade:nth-child(18) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -1.8s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -1.8s infinite;
  -webkit-transform-origin: -27px;
          transform-origin: -27px;
}
.home_mvGrafic_upperGrade:nth-child(19) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -1.9s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -1.9s infinite;
  -webkit-transform-origin: -28.5px;
          transform-origin: -28.5px;
}
.home_mvGrafic_upperGrade:nth-child(20) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -2s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -2s infinite;
  -webkit-transform-origin: -30px;
          transform-origin: -30px;
}
.home_mvGrafic_upperGrade:nth-child(21) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -2.1s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -2.1s infinite;
  -webkit-transform-origin: -31.5px;
          transform-origin: -31.5px;
}
.home_mvGrafic_upperGrade:nth-child(22) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -2.2s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -2.2s infinite;
  -webkit-transform-origin: -33px;
          transform-origin: -33px;
}
.home_mvGrafic_upperGrade:nth-child(23) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -2.3s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -2.3s infinite;
  -webkit-transform-origin: -34.5px;
          transform-origin: -34.5px;
}
.home_mvGrafic_upperGrade:nth-child(24) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -2.4s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -2.4s infinite;
  -webkit-transform-origin: -36px;
          transform-origin: -36px;
}
.home_mvGrafic_upperGrade:nth-child(25) {
  -webkit-animation: home_mvGrafic_upperGrade 10s linear -2.5s infinite;
          animation: home_mvGrafic_upperGrade 10s linear -2.5s infinite;
  -webkit-transform-origin: -37.5px;
          transform-origin: -37.5px;
}

@-webkit-keyframes home_mvGrafic_upperGrade {
  0% {
    stroke: #ffe000;
  }
  20% {
    stroke: #f7f7f7;
  }
  30% {
    stroke: #cfffb2;
  }
  50% {
    stroke: #64ff00;
  }
  75% {
    stroke: #cfffb2;
  }
  90% {
    stroke: #f7f7f7;
  }
  100% {
    stroke: #ffe000;
  }
}

@keyframes home_mvGrafic_upperGrade {
  0% {
    stroke: #ffe000;
  }
  20% {
    stroke: #f7f7f7;
  }
  30% {
    stroke: #cfffb2;
  }
  50% {
    stroke: #64ff00;
  }
  75% {
    stroke: #cfffb2;
  }
  90% {
    stroke: #f7f7f7;
  }
  100% {
    stroke: #ffe000;
  }
}
/*-- home_mvGrafic_upper　動きここまで --*/
/*-- home_mvGrafic_middle　動き --*/
#home_mvGrafic_middle path {
  stroke: url(#home_mvGrafic_middleGrade);
  stroke-width: 1.5px;
}
#home_mvGrafic_middle #middleGrade1 {
  -webkit-animation: middleGrade1 3s ease infinite;
          animation: middleGrade1 3s ease infinite;
}
#home_mvGrafic_middle #middleGrade2 {
  -webkit-animation: middleGrade2 3s ease infinite;
          animation: middleGrade2 3s ease infinite;
}
#home_mvGrafic_middle #middleGrade3 {
  -webkit-animation: middleGrade3 3s ease infinite;
          animation: middleGrade3 3s ease infinite;
}

@-webkit-keyframes middleGrade1 {
  0% {
    stop-color: #64ff00;
  }
  25% {
    stop-color: #ecf985;
  }
  50% {
    stop-color: #ffffff;
  }
  70% {
    stop-color: #ecf985;
  }
  100% {
    stop-color: #64ff00;
  }
}

@keyframes middleGrade1 {
  0% {
    stop-color: #64ff00;
  }
  25% {
    stop-color: #ecf985;
  }
  50% {
    stop-color: #ffffff;
  }
  70% {
    stop-color: #ecf985;
  }
  100% {
    stop-color: #64ff00;
  }
}
@-webkit-keyframes middleGrade2 {
  0% {
    stop-color: #ecf985;
  }
  25% {
    stop-color: #64ff00;
  }
  50% {
    stop-color: #ecf985;
  }
  70% {
    stop-color: #ecf985;
  }
  100% {
    stop-color: #ecf985;
  }
}
@keyframes middleGrade2 {
  0% {
    stop-color: #ecf985;
  }
  25% {
    stop-color: #64ff00;
  }
  50% {
    stop-color: #ecf985;
  }
  70% {
    stop-color: #ecf985;
  }
  100% {
    stop-color: #ecf985;
  }
}
@-webkit-keyframes middleGrade3 {
  0% {
    stop-color: #fff;
  }
  25% {
    stop-color: #64ff00;
  }
  50% {
    stop-color: #64ff00;
  }
  95% {
    stop-color: #ecf985;
  }
  100% {
    stop-color: #fff;
  }
}
@keyframes middleGrade3 {
  0% {
    stop-color: #fff;
  }
  25% {
    stop-color: #64ff00;
  }
  50% {
    stop-color: #64ff00;
  }
  95% {
    stop-color: #ecf985;
  }
  100% {
    stop-color: #fff;
  }
}
._storokeGrade2 path {
  fill: none;
  stroke-width: 1.5px;
}
._storokeGrade2:nth-child(1) {
  -webkit-animation: _storokeGrade2 80s ease-out -0.5s infinite;
          animation: _storokeGrade2 80s ease-out -0.5s infinite;
}
._storokeGrade2:nth-child(2) {
  -webkit-animation: _storokeGrade2 80s ease-out -1s infinite;
          animation: _storokeGrade2 80s ease-out -1s infinite;
}
._storokeGrade2:nth-child(3) {
  -webkit-animation: _storokeGrade2 80s ease-out -1.5s infinite;
          animation: _storokeGrade2 80s ease-out -1.5s infinite;
}
._storokeGrade2:nth-child(4) {
  -webkit-animation: _storokeGrade2 80s ease-out -2s infinite;
          animation: _storokeGrade2 80s ease-out -2s infinite;
}
._storokeGrade2:nth-child(5) {
  -webkit-animation: _storokeGrade2 80s ease-out -2.5s infinite;
          animation: _storokeGrade2 80s ease-out -2.5s infinite;
}
._storokeGrade2:nth-child(6) {
  -webkit-animation: _storokeGrade2 80s ease-out -3s infinite;
          animation: _storokeGrade2 80s ease-out -3s infinite;
}
._storokeGrade2:nth-child(7) {
  -webkit-animation: _storokeGrade2 80s ease-out -3.5s infinite;
          animation: _storokeGrade2 80s ease-out -3.5s infinite;
}
._storokeGrade2:nth-child(8) {
  -webkit-animation: _storokeGrade2 80s ease-out -4s infinite;
          animation: _storokeGrade2 80s ease-out -4s infinite;
}
._storokeGrade2:nth-child(9) {
  -webkit-animation: _storokeGrade2 80s ease-out -4.5s infinite;
          animation: _storokeGrade2 80s ease-out -4.5s infinite;
}
._storokeGrade2:nth-child(10) {
  -webkit-animation: _storokeGrade2 80s ease-out -5s infinite;
          animation: _storokeGrade2 80s ease-out -5s infinite;
}
._storokeGrade2:nth-child(11) {
  -webkit-animation: _storokeGrade2 80s ease-out -5.5s infinite;
          animation: _storokeGrade2 80s ease-out -5.5s infinite;
}
._storokeGrade2:nth-child(12) {
  -webkit-animation: _storokeGrade2 80s ease-out -6s infinite;
          animation: _storokeGrade2 80s ease-out -6s infinite;
}
._storokeGrade2:nth-child(13) {
  -webkit-animation: _storokeGrade2 80s ease-out -6.5s infinite;
          animation: _storokeGrade2 80s ease-out -6.5s infinite;
}
._storokeGrade2:nth-child(14) {
  -webkit-animation: _storokeGrade2 80s ease-out -7s infinite;
          animation: _storokeGrade2 80s ease-out -7s infinite;
}
._storokeGrade2:nth-child(15) {
  -webkit-animation: _storokeGrade2 80s ease-out -7.5s infinite;
          animation: _storokeGrade2 80s ease-out -7.5s infinite;
}
._storokeGrade2:nth-child(16) {
  -webkit-animation: _storokeGrade2 80s ease-out -8s infinite;
          animation: _storokeGrade2 80s ease-out -8s infinite;
}
._storokeGrade2:nth-child(17) {
  -webkit-animation: _storokeGrade2 80s ease-out -8.5s infinite;
          animation: _storokeGrade2 80s ease-out -8.5s infinite;
}
._storokeGrade2:nth-child(18) {
  -webkit-animation: _storokeGrade2 80s ease-out -9s infinite;
          animation: _storokeGrade2 80s ease-out -9s infinite;
}
._storokeGrade2:nth-child(19) {
  -webkit-animation: _storokeGrade2 80s ease-out -9.5s infinite;
          animation: _storokeGrade2 80s ease-out -9.5s infinite;
}
._storokeGrade2:nth-child(20) {
  -webkit-animation: _storokeGrade2 80s ease-out -10s infinite;
          animation: _storokeGrade2 80s ease-out -10s infinite;
}
._storokeGrade2:nth-child(21) {
  -webkit-animation: _storokeGrade2 80s ease-out -10.5s infinite;
          animation: _storokeGrade2 80s ease-out -10.5s infinite;
}
._storokeGrade2:nth-child(22) {
  -webkit-animation: _storokeGrade2 80s ease-out -11s infinite;
          animation: _storokeGrade2 80s ease-out -11s infinite;
}
._storokeGrade2:nth-child(23) {
  -webkit-animation: _storokeGrade2 80s ease-out -11.5s infinite;
          animation: _storokeGrade2 80s ease-out -11.5s infinite;
}
._storokeGrade2:nth-child(24) {
  -webkit-animation: _storokeGrade2 80s ease-out -12s infinite;
          animation: _storokeGrade2 80s ease-out -12s infinite;
}
._storokeGrade2:nth-child(25) {
  -webkit-animation: _storokeGrade2 80s ease-out -12.5s infinite;
          animation: _storokeGrade2 80s ease-out -12.5s infinite;
}
._storokeGrade2:nth-child(26) {
  -webkit-animation: _storokeGrade2 80s ease-out -13s infinite;
          animation: _storokeGrade2 80s ease-out -13s infinite;
}
._storokeGrade2:nth-child(27) {
  -webkit-animation: _storokeGrade2 80s ease-out -13.5s infinite;
          animation: _storokeGrade2 80s ease-out -13.5s infinite;
}
._storokeGrade2:nth-child(28) {
  -webkit-animation: _storokeGrade2 80s ease-out -14s infinite;
          animation: _storokeGrade2 80s ease-out -14s infinite;
}
._storokeGrade2:nth-child(29) {
  -webkit-animation: _storokeGrade2 80s ease-out -14.5s infinite;
          animation: _storokeGrade2 80s ease-out -14.5s infinite;
}
._storokeGrade2:nth-child(30) {
  -webkit-animation: _storokeGrade2 80s ease-out -15s infinite;
          animation: _storokeGrade2 80s ease-out -15s infinite;
}
._storokeGrade2:nth-child(31) {
  -webkit-animation: _storokeGrade2 80s ease-out -15.5s infinite;
          animation: _storokeGrade2 80s ease-out -15.5s infinite;
}
._storokeGrade2:nth-child(32) {
  -webkit-animation: _storokeGrade2 80s ease-out -16s infinite;
          animation: _storokeGrade2 80s ease-out -16s infinite;
}
._storokeGrade2:nth-child(33) {
  -webkit-animation: _storokeGrade2 80s ease-out -16.5s infinite;
          animation: _storokeGrade2 80s ease-out -16.5s infinite;
}
._storokeGrade2:nth-child(34) {
  -webkit-animation: _storokeGrade2 80s ease-out -17s infinite;
          animation: _storokeGrade2 80s ease-out -17s infinite;
}
._storokeGrade2:nth-child(35) {
  -webkit-animation: _storokeGrade2 80s ease-out -17.5s infinite;
          animation: _storokeGrade2 80s ease-out -17.5s infinite;
}
._storokeGrade2:nth-child(36) {
  -webkit-animation: _storokeGrade2 80s ease-out -18s infinite;
          animation: _storokeGrade2 80s ease-out -18s infinite;
}
._storokeGrade2:nth-child(37) {
  -webkit-animation: _storokeGrade2 80s ease-out -18.5s infinite;
          animation: _storokeGrade2 80s ease-out -18.5s infinite;
}
._storokeGrade2:nth-child(38) {
  -webkit-animation: _storokeGrade2 80s ease-out -19s infinite;
          animation: _storokeGrade2 80s ease-out -19s infinite;
}
._storokeGrade2:nth-child(39) {
  -webkit-animation: _storokeGrade2 80s ease-out -19.5s infinite;
          animation: _storokeGrade2 80s ease-out -19.5s infinite;
}
._storokeGrade2:nth-child(40) {
  -webkit-animation: _storokeGrade2 80s ease-out -20s infinite;
          animation: _storokeGrade2 80s ease-out -20s infinite;
}
._storokeGrade2:nth-child(41) {
  -webkit-animation: _storokeGrade2 80s ease-out -20.5s infinite;
          animation: _storokeGrade2 80s ease-out -20.5s infinite;
}
._storokeGrade2:nth-child(42) {
  -webkit-animation: _storokeGrade2 80s ease-out -21s infinite;
          animation: _storokeGrade2 80s ease-out -21s infinite;
}
._storokeGrade2:nth-child(43) {
  -webkit-animation: _storokeGrade2 80s ease-out -21.5s infinite;
          animation: _storokeGrade2 80s ease-out -21.5s infinite;
}
._storokeGrade2:nth-child(44) {
  -webkit-animation: _storokeGrade2 80s ease-out -22s infinite;
          animation: _storokeGrade2 80s ease-out -22s infinite;
}
._storokeGrade2:nth-child(45) {
  -webkit-animation: _storokeGrade2 80s ease-out -22.5s infinite;
          animation: _storokeGrade2 80s ease-out -22.5s infinite;
}
._storokeGrade2:nth-child(46) {
  -webkit-animation: _storokeGrade2 80s ease-out -23s infinite;
          animation: _storokeGrade2 80s ease-out -23s infinite;
}
._storokeGrade2:nth-child(47) {
  -webkit-animation: _storokeGrade2 80s ease-out -23.5s infinite;
          animation: _storokeGrade2 80s ease-out -23.5s infinite;
}
._storokeGrade2:nth-child(48) {
  -webkit-animation: _storokeGrade2 80s ease-out -24s infinite;
          animation: _storokeGrade2 80s ease-out -24s infinite;
}
._storokeGrade2:nth-child(49) {
  -webkit-animation: _storokeGrade2 80s ease-out -24.5s infinite;
          animation: _storokeGrade2 80s ease-out -24.5s infinite;
}
._storokeGrade2:nth-child(50) {
  -webkit-animation: _storokeGrade2 80s ease-out -25s infinite;
          animation: _storokeGrade2 80s ease-out -25s infinite;
}
._storokeGrade2:nth-child(51) {
  -webkit-animation: _storokeGrade2 80s ease-out -25.5s infinite;
          animation: _storokeGrade2 80s ease-out -25.5s infinite;
}
._storokeGrade2:nth-child(52) {
  -webkit-animation: _storokeGrade2 80s ease-out -26s infinite;
          animation: _storokeGrade2 80s ease-out -26s infinite;
}
._storokeGrade2:nth-child(53) {
  -webkit-animation: _storokeGrade2 80s ease-out -26.5s infinite;
          animation: _storokeGrade2 80s ease-out -26.5s infinite;
}
._storokeGrade2:nth-child(54) {
  -webkit-animation: _storokeGrade2 80s ease-out -27s infinite;
          animation: _storokeGrade2 80s ease-out -27s infinite;
}
._storokeGrade2:nth-child(55) {
  -webkit-animation: _storokeGrade2 80s ease-out -27.5s infinite;
          animation: _storokeGrade2 80s ease-out -27.5s infinite;
}
._storokeGrade2:nth-child(56) {
  -webkit-animation: _storokeGrade2 80s ease-out -28s infinite;
          animation: _storokeGrade2 80s ease-out -28s infinite;
}
._storokeGrade2:nth-child(57) {
  -webkit-animation: _storokeGrade2 80s ease-out -28.5s infinite;
          animation: _storokeGrade2 80s ease-out -28.5s infinite;
}
._storokeGrade2:nth-child(58) {
  -webkit-animation: _storokeGrade2 80s ease-out -29s infinite;
          animation: _storokeGrade2 80s ease-out -29s infinite;
}
._storokeGrade2:nth-child(59) {
  -webkit-animation: _storokeGrade2 80s ease-out -29.5s infinite;
          animation: _storokeGrade2 80s ease-out -29.5s infinite;
}
._storokeGrade2:nth-child(60) {
  -webkit-animation: _storokeGrade2 80s ease-out -30s infinite;
          animation: _storokeGrade2 80s ease-out -30s infinite;
}
._storokeGrade2:nth-child(61) {
  -webkit-animation: _storokeGrade2 80s ease-out -30.5s infinite;
          animation: _storokeGrade2 80s ease-out -30.5s infinite;
}
._storokeGrade2:nth-child(62) {
  -webkit-animation: _storokeGrade2 80s ease-out -31s infinite;
          animation: _storokeGrade2 80s ease-out -31s infinite;
}
._storokeGrade2:nth-child(63) {
  -webkit-animation: _storokeGrade2 80s ease-out -31.5s infinite;
          animation: _storokeGrade2 80s ease-out -31.5s infinite;
}

@-webkit-keyframes _storokeGrade2 {
  0% {
    stroke: #f7f7f7;
  }
  10% {
    stroke: #cfffb2;
  }
  20% {
    stroke: #caf921;
  }
  30% {
    stroke: #cfffb2;
  }
  40% {
    stroke: #fff;
  }
  50% {
    stroke: #cfffb2;
  }
  60% {
    stroke: #caf921;
  }
  70% {
    stroke: #cfffb2;
  }
  80% {
    stroke: #f7f7f7;
  }
  90% {
    stroke: #fff;
  }
  100% {
    stroke: #f7f7f7;
  }
}

@keyframes _storokeGrade2 {
  0% {
    stroke: #f7f7f7;
  }
  10% {
    stroke: #cfffb2;
  }
  20% {
    stroke: #caf921;
  }
  30% {
    stroke: #cfffb2;
  }
  40% {
    stroke: #fff;
  }
  50% {
    stroke: #cfffb2;
  }
  60% {
    stroke: #caf921;
  }
  70% {
    stroke: #cfffb2;
  }
  80% {
    stroke: #f7f7f7;
  }
  90% {
    stroke: #fff;
  }
  100% {
    stroke: #f7f7f7;
  }
}
/*-- home_mvGrafic_middle　動きここまで --*/
/*-- home_mvGrafic_under　動き --*/
.curvePath1 path {
  fill: none;
  stroke-width: 2px;
}
.curvePath1:nth-child(1) {
  -webkit-animation: curvePath1 6s linear -0.1s infinite;
          animation: curvePath1 6s linear -0.1s infinite;
}
.curvePath1:nth-child(2) {
  -webkit-animation: curvePath1 6s linear -0.2s infinite;
          animation: curvePath1 6s linear -0.2s infinite;
}
.curvePath1:nth-child(3) {
  -webkit-animation: curvePath1 6s linear -0.3s infinite;
          animation: curvePath1 6s linear -0.3s infinite;
}
.curvePath1:nth-child(4) {
  -webkit-animation: curvePath1 6s linear -0.4s infinite;
          animation: curvePath1 6s linear -0.4s infinite;
}
.curvePath1:nth-child(5) {
  -webkit-animation: curvePath1 6s linear -0.5s infinite;
          animation: curvePath1 6s linear -0.5s infinite;
}
.curvePath1:nth-child(6) {
  -webkit-animation: curvePath1 6s linear -0.6s infinite;
          animation: curvePath1 6s linear -0.6s infinite;
}
.curvePath1:nth-child(7) {
  -webkit-animation: curvePath1 6s linear -0.7s infinite;
          animation: curvePath1 6s linear -0.7s infinite;
}
.curvePath1:nth-child(8) {
  -webkit-animation: curvePath1 6s linear -0.8s infinite;
          animation: curvePath1 6s linear -0.8s infinite;
}
.curvePath1:nth-child(9) {
  -webkit-animation: curvePath1 6s linear -0.9s infinite;
          animation: curvePath1 6s linear -0.9s infinite;
}
.curvePath1:nth-child(10) {
  -webkit-animation: curvePath1 6s linear -1s infinite;
          animation: curvePath1 6s linear -1s infinite;
}
.curvePath1:nth-child(11) {
  -webkit-animation: curvePath1 6s linear -1.1s infinite;
          animation: curvePath1 6s linear -1.1s infinite;
}
.curvePath1:nth-child(12) {
  -webkit-animation: curvePath1 6s linear -1.2s infinite;
          animation: curvePath1 6s linear -1.2s infinite;
}
.curvePath1:nth-child(13) {
  -webkit-animation: curvePath1 6s linear -1.3s infinite;
          animation: curvePath1 6s linear -1.3s infinite;
}
.curvePath1:nth-child(14) {
  -webkit-animation: curvePath1 6s linear -1.4s infinite;
          animation: curvePath1 6s linear -1.4s infinite;
}
.curvePath1:nth-child(15) {
  -webkit-animation: curvePath1 6s linear -1.5s infinite;
          animation: curvePath1 6s linear -1.5s infinite;
}
.curvePath1:nth-child(16) {
  -webkit-animation: curvePath1 6s linear -1.6s infinite;
          animation: curvePath1 6s linear -1.6s infinite;
}
.curvePath1:nth-child(17) {
  -webkit-animation: curvePath1 6s linear -1.7s infinite;
          animation: curvePath1 6s linear -1.7s infinite;
}
.curvePath1:nth-child(18) {
  -webkit-animation: curvePath1 6s linear -1.8s infinite;
          animation: curvePath1 6s linear -1.8s infinite;
}
.curvePath1:nth-child(19) {
  -webkit-animation: curvePath1 6s linear -1.9s infinite;
          animation: curvePath1 6s linear -1.9s infinite;
}
.curvePath1:nth-child(20) {
  -webkit-animation: curvePath1 6s linear -2s infinite;
          animation: curvePath1 6s linear -2s infinite;
}
.curvePath1:nth-child(21) {
  -webkit-animation: curvePath1 6s linear -2.1s infinite;
          animation: curvePath1 6s linear -2.1s infinite;
}
.curvePath1:nth-child(22) {
  -webkit-animation: curvePath1 6s linear -2.2s infinite;
          animation: curvePath1 6s linear -2.2s infinite;
}
.curvePath1:nth-child(23) {
  -webkit-animation: curvePath1 6s linear -2.3s infinite;
          animation: curvePath1 6s linear -2.3s infinite;
}
.curvePath1:nth-child(24) {
  -webkit-animation: curvePath1 6s linear -2.4s infinite;
          animation: curvePath1 6s linear -2.4s infinite;
}
.curvePath1:nth-child(25) {
  -webkit-animation: curvePath1 6s linear -2.5s infinite;
          animation: curvePath1 6s linear -2.5s infinite;
}
.curvePath1:nth-child(26) {
  -webkit-animation: curvePath1 6s linear -2.6s infinite;
          animation: curvePath1 6s linear -2.6s infinite;
}
.curvePath1:nth-child(27) {
  -webkit-animation: curvePath1 6s linear -2.7s infinite;
          animation: curvePath1 6s linear -2.7s infinite;
}
.curvePath1:nth-child(28) {
  -webkit-animation: curvePath1 6s linear -2.8s infinite;
          animation: curvePath1 6s linear -2.8s infinite;
}
.curvePath1:nth-child(29) {
  -webkit-animation: curvePath1 6s linear -2.9s infinite;
          animation: curvePath1 6s linear -2.9s infinite;
}
.curvePath1:nth-child(30) {
  -webkit-animation: curvePath1 6s linear -3s infinite;
          animation: curvePath1 6s linear -3s infinite;
}
.curvePath1:nth-child(31) {
  -webkit-animation: curvePath1 6s linear -3.1s infinite;
          animation: curvePath1 6s linear -3.1s infinite;
}
.curvePath1:nth-child(32) {
  -webkit-animation: curvePath1 6s linear -3.2s infinite;
          animation: curvePath1 6s linear -3.2s infinite;
}
.curvePath1:nth-child(33) {
  -webkit-animation: curvePath1 6s linear -3.3s infinite;
          animation: curvePath1 6s linear -3.3s infinite;
}
.curvePath1:nth-child(34) {
  -webkit-animation: curvePath1 6s linear -3.4s infinite;
          animation: curvePath1 6s linear -3.4s infinite;
}
.curvePath1:nth-child(35) {
  -webkit-animation: curvePath1 6s linear -3.5s infinite;
          animation: curvePath1 6s linear -3.5s infinite;
}
.curvePath1:nth-child(36) {
  -webkit-animation: curvePath1 6s linear -3.6s infinite;
          animation: curvePath1 6s linear -3.6s infinite;
}
.curvePath1:nth-child(37) {
  -webkit-animation: curvePath1 6s linear -3.7s infinite;
          animation: curvePath1 6s linear -3.7s infinite;
}
.curvePath1:nth-child(38) {
  -webkit-animation: curvePath1 6s linear -3.8s infinite;
          animation: curvePath1 6s linear -3.8s infinite;
}
.curvePath1:nth-child(39) {
  -webkit-animation: curvePath1 6s linear -3.9s infinite;
          animation: curvePath1 6s linear -3.9s infinite;
}
.curvePath1:nth-child(40) {
  -webkit-animation: curvePath1 6s linear -4s infinite;
          animation: curvePath1 6s linear -4s infinite;
}
.curvePath1:nth-child(41) {
  -webkit-animation: curvePath1 6s linear -4.1s infinite;
          animation: curvePath1 6s linear -4.1s infinite;
}
.curvePath1:nth-child(42) {
  -webkit-animation: curvePath1 6s linear -4.2s infinite;
          animation: curvePath1 6s linear -4.2s infinite;
}
.curvePath1:nth-child(43) {
  -webkit-animation: curvePath1 6s linear -4.3s infinite;
          animation: curvePath1 6s linear -4.3s infinite;
}
.curvePath1:nth-child(44) {
  -webkit-animation: curvePath1 6s linear -4.4s infinite;
          animation: curvePath1 6s linear -4.4s infinite;
}
.curvePath1:nth-child(45) {
  -webkit-animation: curvePath1 6s linear -4.5s infinite;
          animation: curvePath1 6s linear -4.5s infinite;
}
.curvePath1:nth-child(46) {
  -webkit-animation: curvePath1 6s linear -4.6s infinite;
          animation: curvePath1 6s linear -4.6s infinite;
}
.curvePath1:nth-child(47) {
  -webkit-animation: curvePath1 6s linear -4.7s infinite;
          animation: curvePath1 6s linear -4.7s infinite;
}
.curvePath1:nth-child(48) {
  -webkit-animation: curvePath1 6s linear -4.8s infinite;
          animation: curvePath1 6s linear -4.8s infinite;
}
.curvePath1:nth-child(49) {
  -webkit-animation: curvePath1 6s linear -4.9s infinite;
          animation: curvePath1 6s linear -4.9s infinite;
}
.curvePath1:nth-child(50) {
  -webkit-animation: curvePath1 6s linear -5s infinite;
          animation: curvePath1 6s linear -5s infinite;
}
.curvePath1:nth-child(51) {
  -webkit-animation: curvePath1 6s linear -5.1s infinite;
          animation: curvePath1 6s linear -5.1s infinite;
}
.curvePath1:nth-child(52) {
  -webkit-animation: curvePath1 6s linear -5.2s infinite;
          animation: curvePath1 6s linear -5.2s infinite;
}
.curvePath1:nth-child(53) {
  -webkit-animation: curvePath1 6s linear -5.3s infinite;
          animation: curvePath1 6s linear -5.3s infinite;
}
.curvePath1:nth-child(54) {
  -webkit-animation: curvePath1 6s linear -5.4s infinite;
          animation: curvePath1 6s linear -5.4s infinite;
}
.curvePath1:nth-child(55) {
  -webkit-animation: curvePath1 6s linear -5.5s infinite;
          animation: curvePath1 6s linear -5.5s infinite;
}
.curvePath1:nth-child(56) {
  -webkit-animation: curvePath1 6s linear -5.6s infinite;
          animation: curvePath1 6s linear -5.6s infinite;
}
.curvePath1:nth-child(57) {
  -webkit-animation: curvePath1 6s linear -5.7s infinite;
          animation: curvePath1 6s linear -5.7s infinite;
}
.curvePath1:nth-child(58) {
  -webkit-animation: curvePath1 6s linear -5.8s infinite;
          animation: curvePath1 6s linear -5.8s infinite;
}
.curvePath1:nth-child(59) {
  -webkit-animation: curvePath1 6s linear -5.9s infinite;
          animation: curvePath1 6s linear -5.9s infinite;
}
.curvePath1:nth-child(60) {
  -webkit-animation: curvePath1 6s linear -6s infinite;
          animation: curvePath1 6s linear -6s infinite;
}
.curvePath1:nth-child(61) {
  -webkit-animation: curvePath1 6s linear -6.1s infinite;
          animation: curvePath1 6s linear -6.1s infinite;
}
.curvePath1:nth-child(62) {
  -webkit-animation: curvePath1 6s linear -6.2s infinite;
          animation: curvePath1 6s linear -6.2s infinite;
}
.curvePath1:nth-child(63) {
  -webkit-animation: curvePath1 6s linear -6.3s infinite;
          animation: curvePath1 6s linear -6.3s infinite;
}
.curvePath1:nth-child(64) {
  -webkit-animation: curvePath1 6s linear -6.4s infinite;
          animation: curvePath1 6s linear -6.4s infinite;
}
.curvePath1:nth-child(65) {
  -webkit-animation: curvePath1 6s linear -6.5s infinite;
          animation: curvePath1 6s linear -6.5s infinite;
}

@-webkit-keyframes curvePath1 {
  0% {
    stroke: #f7f7f7;
  }
  20% {
    stroke: #f9efb7;
  }
  70% {
    stroke: #ffe000;
  }
  80% {
    stroke: #cdfa66;
  }
  90% {
    stroke: #f9efb7;
  }
  100% {
    stroke: #f7f7f7;
  }
}

@keyframes curvePath1 {
  0% {
    stroke: #f7f7f7;
  }
  20% {
    stroke: #f9efb7;
  }
  70% {
    stroke: #ffe000;
  }
  80% {
    stroke: #cdfa66;
  }
  90% {
    stroke: #f9efb7;
  }
  100% {
    stroke: #f7f7f7;
  }
}
/*-- home_mvGrafic_under　動きここまで --*/
/*-- home_futureGrafic　動き --*/
.futureGraficGrade path {
  fill: none;
  stroke-width: 1px;
}
.futureGraficGrade:nth-child(1) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -0.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -0.5s infinite;
}
.futureGraficGrade:nth-child(2) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -1s infinite;
          animation: futureGraficGrade 16s ease-in-out -1s infinite;
}
.futureGraficGrade:nth-child(3) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -1.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -1.5s infinite;
}
.futureGraficGrade:nth-child(4) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -2s infinite;
          animation: futureGraficGrade 16s ease-in-out -2s infinite;
}
.futureGraficGrade:nth-child(5) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -2.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -2.5s infinite;
}
.futureGraficGrade:nth-child(6) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -3s infinite;
          animation: futureGraficGrade 16s ease-in-out -3s infinite;
}
.futureGraficGrade:nth-child(7) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -3.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -3.5s infinite;
}
.futureGraficGrade:nth-child(8) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -4s infinite;
          animation: futureGraficGrade 16s ease-in-out -4s infinite;
}
.futureGraficGrade:nth-child(9) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -4.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -4.5s infinite;
}
.futureGraficGrade:nth-child(10) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -5s infinite;
          animation: futureGraficGrade 16s ease-in-out -5s infinite;
}
.futureGraficGrade:nth-child(11) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -5.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -5.5s infinite;
}
.futureGraficGrade:nth-child(12) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -6s infinite;
          animation: futureGraficGrade 16s ease-in-out -6s infinite;
}
.futureGraficGrade:nth-child(13) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -6.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -6.5s infinite;
}
.futureGraficGrade:nth-child(14) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -7s infinite;
          animation: futureGraficGrade 16s ease-in-out -7s infinite;
}
.futureGraficGrade:nth-child(15) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -7.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -7.5s infinite;
}
.futureGraficGrade:nth-child(16) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -8s infinite;
          animation: futureGraficGrade 16s ease-in-out -8s infinite;
}
.futureGraficGrade:nth-child(17) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -8.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -8.5s infinite;
}
.futureGraficGrade:nth-child(18) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -9s infinite;
          animation: futureGraficGrade 16s ease-in-out -9s infinite;
}
.futureGraficGrade:nth-child(19) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -9.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -9.5s infinite;
}
.futureGraficGrade:nth-child(20) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -10s infinite;
          animation: futureGraficGrade 16s ease-in-out -10s infinite;
}
.futureGraficGrade:nth-child(21) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -10.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -10.5s infinite;
}
.futureGraficGrade:nth-child(22) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -11s infinite;
          animation: futureGraficGrade 16s ease-in-out -11s infinite;
}
.futureGraficGrade:nth-child(23) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -11.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -11.5s infinite;
}
.futureGraficGrade:nth-child(24) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -12s infinite;
          animation: futureGraficGrade 16s ease-in-out -12s infinite;
}
.futureGraficGrade:nth-child(25) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -12.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -12.5s infinite;
}
.futureGraficGrade:nth-child(26) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -13s infinite;
          animation: futureGraficGrade 16s ease-in-out -13s infinite;
}
.futureGraficGrade:nth-child(27) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -13.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -13.5s infinite;
}
.futureGraficGrade:nth-child(28) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -14s infinite;
          animation: futureGraficGrade 16s ease-in-out -14s infinite;
}
.futureGraficGrade:nth-child(29) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -14.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -14.5s infinite;
}
.futureGraficGrade:nth-child(30) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -15s infinite;
          animation: futureGraficGrade 16s ease-in-out -15s infinite;
}
.futureGraficGrade:nth-child(31) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -15.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -15.5s infinite;
}
.futureGraficGrade:nth-child(32) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -16s infinite;
          animation: futureGraficGrade 16s ease-in-out -16s infinite;
}
.futureGraficGrade:nth-child(33) {
  -webkit-animation: futureGraficGrade 16s ease-in-out -16.5s infinite;
          animation: futureGraficGrade 16s ease-in-out -16.5s infinite;
}

@-webkit-keyframes futureGraficGrade {
  0% {
    stroke: #ffe000;
  }
  50% {
    stroke: #64ff00;
  }
  90% {
    stroke: #ffe000;
  }
  100% {
    stroke: #ffe000;
  }
}

@keyframes futureGraficGrade {
  0% {
    stroke: #ffe000;
  }
  50% {
    stroke: #64ff00;
  }
  90% {
    stroke: #ffe000;
  }
  100% {
    stroke: #ffe000;
  }
}
/*-- home_futureGrafic　動きここまで --*/
/*-- レイアウト --*/
.yellowBg_upper {
  position: absolute;
  top: 20%;
  right: -7%;
  width: 128vw;
  z-index: -1;
}
@media screen and (max-width: 479px) {
  .yellowBg_upper {
    top: 55%;
    left: -106%;
    width: 334vw;
  }
}

.yellowBg_middle {
  position: absolute;
  top: -20%;
  left: -9%;
  width: 130vw;
  z-index: -2;
}
@media screen and (max-width: 479px) {
  .yellowBg_middle {
    top: 10%;
    left: -134%;
    width: 334vw;
  }
}

/*-- レイアウトここまで --*/
/*-- yellowBg_upper --*/
.storokeGrade1-11 path {
  fill: none;
  stroke-width: 1.7px;
}
.storokeGrade1-11:nth-child(1) {
  -webkit-animation: storokeGrade1-11 5s linear -0.3s infinite;
          animation: storokeGrade1-11 5s linear -0.3s infinite;
  -webkit-transform-origin: -1.5px;
          transform-origin: -1.5px;
}
.storokeGrade1-11:nth-child(2) {
  -webkit-animation: storokeGrade1-11 5s linear -0.6s infinite;
          animation: storokeGrade1-11 5s linear -0.6s infinite;
  -webkit-transform-origin: -3px;
          transform-origin: -3px;
}
.storokeGrade1-11:nth-child(3) {
  -webkit-animation: storokeGrade1-11 5s linear -0.9s infinite;
          animation: storokeGrade1-11 5s linear -0.9s infinite;
  -webkit-transform-origin: -4.5px;
          transform-origin: -4.5px;
}
.storokeGrade1-11:nth-child(4) {
  -webkit-animation: storokeGrade1-11 5s linear -1.2s infinite;
          animation: storokeGrade1-11 5s linear -1.2s infinite;
  -webkit-transform-origin: -6px;
          transform-origin: -6px;
}
.storokeGrade1-11:nth-child(5) {
  -webkit-animation: storokeGrade1-11 5s linear -1.5s infinite;
          animation: storokeGrade1-11 5s linear -1.5s infinite;
  -webkit-transform-origin: -7.5px;
          transform-origin: -7.5px;
}
.storokeGrade1-11:nth-child(6) {
  -webkit-animation: storokeGrade1-11 5s linear -1.8s infinite;
          animation: storokeGrade1-11 5s linear -1.8s infinite;
  -webkit-transform-origin: -9px;
          transform-origin: -9px;
}
.storokeGrade1-11:nth-child(7) {
  -webkit-animation: storokeGrade1-11 5s linear -2.1s infinite;
          animation: storokeGrade1-11 5s linear -2.1s infinite;
  -webkit-transform-origin: -10.5px;
          transform-origin: -10.5px;
}
.storokeGrade1-11:nth-child(8) {
  -webkit-animation: storokeGrade1-11 5s linear -2.4s infinite;
          animation: storokeGrade1-11 5s linear -2.4s infinite;
  -webkit-transform-origin: -12px;
          transform-origin: -12px;
}
.storokeGrade1-11:nth-child(9) {
  -webkit-animation: storokeGrade1-11 5s linear -2.7s infinite;
          animation: storokeGrade1-11 5s linear -2.7s infinite;
  -webkit-transform-origin: -13.5px;
          transform-origin: -13.5px;
}
.storokeGrade1-11:nth-child(10) {
  -webkit-animation: storokeGrade1-11 5s linear -3s infinite;
          animation: storokeGrade1-11 5s linear -3s infinite;
  -webkit-transform-origin: -15px;
          transform-origin: -15px;
}
.storokeGrade1-11:nth-child(11) {
  -webkit-animation: storokeGrade1-11 5s linear -3.3s infinite;
          animation: storokeGrade1-11 5s linear -3.3s infinite;
  -webkit-transform-origin: -16.5px;
          transform-origin: -16.5px;
}
.storokeGrade1-11:nth-child(12) {
  -webkit-animation: storokeGrade1-11 5s linear -3.6s infinite;
          animation: storokeGrade1-11 5s linear -3.6s infinite;
  -webkit-transform-origin: -18px;
          transform-origin: -18px;
}
.storokeGrade1-11:nth-child(13) {
  -webkit-animation: storokeGrade1-11 5s linear -3.9s infinite;
          animation: storokeGrade1-11 5s linear -3.9s infinite;
  -webkit-transform-origin: -19.5px;
          transform-origin: -19.5px;
}
.storokeGrade1-11:nth-child(14) {
  -webkit-animation: storokeGrade1-11 5s linear -4.2s infinite;
          animation: storokeGrade1-11 5s linear -4.2s infinite;
  -webkit-transform-origin: -21px;
          transform-origin: -21px;
}
.storokeGrade1-11:nth-child(15) {
  -webkit-animation: storokeGrade1-11 5s linear -4.5s infinite;
          animation: storokeGrade1-11 5s linear -4.5s infinite;
  -webkit-transform-origin: -22.5px;
          transform-origin: -22.5px;
}
.storokeGrade1-11:nth-child(16) {
  -webkit-animation: storokeGrade1-11 5s linear -4.8s infinite;
          animation: storokeGrade1-11 5s linear -4.8s infinite;
  -webkit-transform-origin: -24px;
          transform-origin: -24px;
}
.storokeGrade1-11:nth-child(17) {
  -webkit-animation: storokeGrade1-11 5s linear -5.1s infinite;
          animation: storokeGrade1-11 5s linear -5.1s infinite;
  -webkit-transform-origin: -25.5px;
          transform-origin: -25.5px;
}
.storokeGrade1-11:nth-child(18) {
  -webkit-animation: storokeGrade1-11 5s linear -5.4s infinite;
          animation: storokeGrade1-11 5s linear -5.4s infinite;
  -webkit-transform-origin: -27px;
          transform-origin: -27px;
}
.storokeGrade1-11:nth-child(19) {
  -webkit-animation: storokeGrade1-11 5s linear -5.7s infinite;
          animation: storokeGrade1-11 5s linear -5.7s infinite;
  -webkit-transform-origin: -28.5px;
          transform-origin: -28.5px;
}
.storokeGrade1-11:nth-child(20) {
  -webkit-animation: storokeGrade1-11 5s linear -6s infinite;
          animation: storokeGrade1-11 5s linear -6s infinite;
  -webkit-transform-origin: -30px;
          transform-origin: -30px;
}
.storokeGrade1-11:nth-child(21) {
  -webkit-animation: storokeGrade1-11 5s linear -6.3s infinite;
          animation: storokeGrade1-11 5s linear -6.3s infinite;
  -webkit-transform-origin: -31.5px;
          transform-origin: -31.5px;
}
.storokeGrade1-11:nth-child(22) {
  -webkit-animation: storokeGrade1-11 5s linear -6.6s infinite;
          animation: storokeGrade1-11 5s linear -6.6s infinite;
  -webkit-transform-origin: -33px;
          transform-origin: -33px;
}
.storokeGrade1-11:nth-child(23) {
  -webkit-animation: storokeGrade1-11 5s linear -6.9s infinite;
          animation: storokeGrade1-11 5s linear -6.9s infinite;
  -webkit-transform-origin: -34.5px;
          transform-origin: -34.5px;
}
.storokeGrade1-11:nth-child(24) {
  -webkit-animation: storokeGrade1-11 5s linear -7.2s infinite;
          animation: storokeGrade1-11 5s linear -7.2s infinite;
  -webkit-transform-origin: -36px;
          transform-origin: -36px;
}
.storokeGrade1-11:nth-child(25) {
  -webkit-animation: storokeGrade1-11 5s linear -7.5s infinite;
          animation: storokeGrade1-11 5s linear -7.5s infinite;
  -webkit-transform-origin: -37.5px;
          transform-origin: -37.5px;
}

@-webkit-keyframes storokeGrade1-11 {
  0% {
    stroke: #fff;
  }
  10% {
    stroke: #f7f7f7;
  }
  10% {
    stroke: #ffe75c;
  }
  50% {
    stroke: #cfffb2;
  }
  50% {
    stroke: #ffe75c;
  }
  100% {
    stroke: #fff;
  }
}

@keyframes storokeGrade1-11 {
  0% {
    stroke: #fff;
  }
  10% {
    stroke: #f7f7f7;
  }
  10% {
    stroke: #ffe75c;
  }
  50% {
    stroke: #cfffb2;
  }
  50% {
    stroke: #ffe75c;
  }
  100% {
    stroke: #fff;
  }
}
/*-- 　yellowBg_upper 動きここまで --*/
/*-- yellowBg_middle--*/
.yellowBg_middleGrade path {
  fill: none;
  stroke-width: 1.5px;
}
.yellowBg_middleGrade:nth-child(1) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -0.1s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -0.1s infinite;
}
.yellowBg_middleGrade:nth-child(2) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -0.2s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -0.2s infinite;
}
.yellowBg_middleGrade:nth-child(3) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -0.3s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -0.3s infinite;
}
.yellowBg_middleGrade:nth-child(4) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -0.4s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -0.4s infinite;
}
.yellowBg_middleGrade:nth-child(5) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -0.5s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -0.5s infinite;
}
.yellowBg_middleGrade:nth-child(6) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -0.6s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -0.6s infinite;
}
.yellowBg_middleGrade:nth-child(7) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -0.7s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -0.7s infinite;
}
.yellowBg_middleGrade:nth-child(8) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -0.8s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -0.8s infinite;
}
.yellowBg_middleGrade:nth-child(9) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -0.9s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -0.9s infinite;
}
.yellowBg_middleGrade:nth-child(10) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -1s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -1s infinite;
}
.yellowBg_middleGrade:nth-child(11) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -1.1s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -1.1s infinite;
}
.yellowBg_middleGrade:nth-child(12) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -1.2s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -1.2s infinite;
}
.yellowBg_middleGrade:nth-child(13) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -1.3s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -1.3s infinite;
}
.yellowBg_middleGrade:nth-child(14) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -1.4s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -1.4s infinite;
}
.yellowBg_middleGrade:nth-child(15) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -1.5s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -1.5s infinite;
}
.yellowBg_middleGrade:nth-child(16) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -1.6s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -1.6s infinite;
}
.yellowBg_middleGrade:nth-child(17) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -1.7s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -1.7s infinite;
}
.yellowBg_middleGrade:nth-child(18) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -1.8s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -1.8s infinite;
}
.yellowBg_middleGrade:nth-child(19) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -1.9s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -1.9s infinite;
}
.yellowBg_middleGrade:nth-child(20) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -2s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -2s infinite;
}
.yellowBg_middleGrade:nth-child(21) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -2.1s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -2.1s infinite;
}
.yellowBg_middleGrade:nth-child(22) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -2.2s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -2.2s infinite;
}
.yellowBg_middleGrade:nth-child(23) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -2.3s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -2.3s infinite;
}
.yellowBg_middleGrade:nth-child(24) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -2.4s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -2.4s infinite;
}
.yellowBg_middleGrade:nth-child(25) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -2.5s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -2.5s infinite;
}
.yellowBg_middleGrade:nth-child(26) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -2.6s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -2.6s infinite;
}
.yellowBg_middleGrade:nth-child(27) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -2.7s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -2.7s infinite;
}
.yellowBg_middleGrade:nth-child(28) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -2.8s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -2.8s infinite;
}
.yellowBg_middleGrade:nth-child(29) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -2.9s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -2.9s infinite;
}
.yellowBg_middleGrade:nth-child(30) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -3s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -3s infinite;
}
.yellowBg_middleGrade:nth-child(31) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -3.1s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -3.1s infinite;
}
.yellowBg_middleGrade:nth-child(32) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -3.2s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -3.2s infinite;
}
.yellowBg_middleGrade:nth-child(33) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -3.3s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -3.3s infinite;
}
.yellowBg_middleGrade:nth-child(34) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -3.4s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -3.4s infinite;
}
.yellowBg_middleGrade:nth-child(35) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -3.5s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -3.5s infinite;
}
.yellowBg_middleGrade:nth-child(36) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -3.6s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -3.6s infinite;
}
.yellowBg_middleGrade:nth-child(37) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -3.7s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -3.7s infinite;
}
.yellowBg_middleGrade:nth-child(38) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -3.8s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -3.8s infinite;
}
.yellowBg_middleGrade:nth-child(39) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -3.9s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -3.9s infinite;
}
.yellowBg_middleGrade:nth-child(40) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -4s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -4s infinite;
}
.yellowBg_middleGrade:nth-child(41) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -4.1s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -4.1s infinite;
}
.yellowBg_middleGrade:nth-child(42) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -4.2s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -4.2s infinite;
}
.yellowBg_middleGrade:nth-child(43) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -4.3s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -4.3s infinite;
}
.yellowBg_middleGrade:nth-child(44) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -4.4s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -4.4s infinite;
}
.yellowBg_middleGrade:nth-child(45) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -4.5s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -4.5s infinite;
}
.yellowBg_middleGrade:nth-child(46) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -4.6s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -4.6s infinite;
}
.yellowBg_middleGrade:nth-child(47) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -4.7s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -4.7s infinite;
}
.yellowBg_middleGrade:nth-child(48) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -4.8s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -4.8s infinite;
}
.yellowBg_middleGrade:nth-child(49) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -4.9s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -4.9s infinite;
}
.yellowBg_middleGrade:nth-child(50) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -5s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -5s infinite;
}
.yellowBg_middleGrade:nth-child(51) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -5.1s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -5.1s infinite;
}
.yellowBg_middleGrade:nth-child(52) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -5.2s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -5.2s infinite;
}
.yellowBg_middleGrade:nth-child(53) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -5.3s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -5.3s infinite;
}
.yellowBg_middleGrade:nth-child(54) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -5.4s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -5.4s infinite;
}
.yellowBg_middleGrade:nth-child(55) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -5.5s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -5.5s infinite;
}
.yellowBg_middleGrade:nth-child(56) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -5.6s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -5.6s infinite;
}
.yellowBg_middleGrade:nth-child(57) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -5.7s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -5.7s infinite;
}
.yellowBg_middleGrade:nth-child(58) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -5.8s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -5.8s infinite;
}
.yellowBg_middleGrade:nth-child(59) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -5.9s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -5.9s infinite;
}
.yellowBg_middleGrade:nth-child(60) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -6s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -6s infinite;
}
.yellowBg_middleGrade:nth-child(61) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -6.1s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -6.1s infinite;
}
.yellowBg_middleGrade:nth-child(62) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -6.2s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -6.2s infinite;
}
.yellowBg_middleGrade:nth-child(63) {
  -webkit-animation: yellowBg_middleGrade 10s ease-in-out -6.3s infinite;
          animation: yellowBg_middleGrade 10s ease-in-out -6.3s infinite;
}

@-webkit-keyframes yellowBg_middleGrade {
  0% {
    stroke: #ffed33;
  }
  20% {
    stroke: #cfffb2;
  }
  55% {
    stroke: #ffed33;
  }
  70% {
    stroke: #cfffb2;
  }
  100% {
    stroke: #ffed33;
  }
}

@keyframes yellowBg_middleGrade {
  0% {
    stroke: #ffed33;
  }
  20% {
    stroke: #cfffb2;
  }
  55% {
    stroke: #ffed33;
  }
  70% {
    stroke: #cfffb2;
  }
  100% {
    stroke: #ffed33;
  }
}
/*-- yellowBg_middle 動きここまで--*/
/*-- レイアウト --*/
.bl_interviewTop_bg {
  position: absolute;
  top: 0;
  left: 6%;
  width: 92%;
  z-index: -1;
}

/*-- レイアウトここまで --*/
.storokeGrade1-1 path {
  fill: none;
  stroke-width: 0.25px;
}
.storokeGrade1-1:nth-child(1) {
  -webkit-animation: storokeGrade1-1 10s linear -0.1s infinite;
          animation: storokeGrade1-1 10s linear -0.1s infinite;
  -webkit-transform-origin: -1.5px;
          transform-origin: -1.5px;
}
.storokeGrade1-1:nth-child(2) {
  -webkit-animation: storokeGrade1-1 10s linear -0.2s infinite;
          animation: storokeGrade1-1 10s linear -0.2s infinite;
  -webkit-transform-origin: -3px;
          transform-origin: -3px;
}
.storokeGrade1-1:nth-child(3) {
  -webkit-animation: storokeGrade1-1 10s linear -0.3s infinite;
          animation: storokeGrade1-1 10s linear -0.3s infinite;
  -webkit-transform-origin: -4.5px;
          transform-origin: -4.5px;
}
.storokeGrade1-1:nth-child(4) {
  -webkit-animation: storokeGrade1-1 10s linear -0.4s infinite;
          animation: storokeGrade1-1 10s linear -0.4s infinite;
  -webkit-transform-origin: -6px;
          transform-origin: -6px;
}
.storokeGrade1-1:nth-child(5) {
  -webkit-animation: storokeGrade1-1 10s linear -0.5s infinite;
          animation: storokeGrade1-1 10s linear -0.5s infinite;
  -webkit-transform-origin: -7.5px;
          transform-origin: -7.5px;
}
.storokeGrade1-1:nth-child(6) {
  -webkit-animation: storokeGrade1-1 10s linear -0.6s infinite;
          animation: storokeGrade1-1 10s linear -0.6s infinite;
  -webkit-transform-origin: -9px;
          transform-origin: -9px;
}
.storokeGrade1-1:nth-child(7) {
  -webkit-animation: storokeGrade1-1 10s linear -0.7s infinite;
          animation: storokeGrade1-1 10s linear -0.7s infinite;
  -webkit-transform-origin: -10.5px;
          transform-origin: -10.5px;
}
.storokeGrade1-1:nth-child(8) {
  -webkit-animation: storokeGrade1-1 10s linear -0.8s infinite;
          animation: storokeGrade1-1 10s linear -0.8s infinite;
  -webkit-transform-origin: -12px;
          transform-origin: -12px;
}
.storokeGrade1-1:nth-child(9) {
  -webkit-animation: storokeGrade1-1 10s linear -0.9s infinite;
          animation: storokeGrade1-1 10s linear -0.9s infinite;
  -webkit-transform-origin: -13.5px;
          transform-origin: -13.5px;
}
.storokeGrade1-1:nth-child(10) {
  -webkit-animation: storokeGrade1-1 10s linear -1s infinite;
          animation: storokeGrade1-1 10s linear -1s infinite;
  -webkit-transform-origin: -15px;
          transform-origin: -15px;
}
.storokeGrade1-1:nth-child(11) {
  -webkit-animation: storokeGrade1-1 10s linear -1.1s infinite;
          animation: storokeGrade1-1 10s linear -1.1s infinite;
  -webkit-transform-origin: -16.5px;
          transform-origin: -16.5px;
}
.storokeGrade1-1:nth-child(12) {
  -webkit-animation: storokeGrade1-1 10s linear -1.2s infinite;
          animation: storokeGrade1-1 10s linear -1.2s infinite;
  -webkit-transform-origin: -18px;
          transform-origin: -18px;
}
.storokeGrade1-1:nth-child(13) {
  -webkit-animation: storokeGrade1-1 10s linear -1.3s infinite;
          animation: storokeGrade1-1 10s linear -1.3s infinite;
  -webkit-transform-origin: -19.5px;
          transform-origin: -19.5px;
}
.storokeGrade1-1:nth-child(14) {
  -webkit-animation: storokeGrade1-1 10s linear -1.4s infinite;
          animation: storokeGrade1-1 10s linear -1.4s infinite;
  -webkit-transform-origin: -21px;
          transform-origin: -21px;
}
.storokeGrade1-1:nth-child(15) {
  -webkit-animation: storokeGrade1-1 10s linear -1.5s infinite;
          animation: storokeGrade1-1 10s linear -1.5s infinite;
  -webkit-transform-origin: -22.5px;
          transform-origin: -22.5px;
}
.storokeGrade1-1:nth-child(16) {
  -webkit-animation: storokeGrade1-1 10s linear -1.6s infinite;
          animation: storokeGrade1-1 10s linear -1.6s infinite;
  -webkit-transform-origin: -24px;
          transform-origin: -24px;
}
.storokeGrade1-1:nth-child(17) {
  -webkit-animation: storokeGrade1-1 10s linear -1.7s infinite;
          animation: storokeGrade1-1 10s linear -1.7s infinite;
  -webkit-transform-origin: -25.5px;
          transform-origin: -25.5px;
}
.storokeGrade1-1:nth-child(18) {
  -webkit-animation: storokeGrade1-1 10s linear -1.8s infinite;
          animation: storokeGrade1-1 10s linear -1.8s infinite;
  -webkit-transform-origin: -27px;
          transform-origin: -27px;
}
.storokeGrade1-1:nth-child(19) {
  -webkit-animation: storokeGrade1-1 10s linear -1.9s infinite;
          animation: storokeGrade1-1 10s linear -1.9s infinite;
  -webkit-transform-origin: -28.5px;
          transform-origin: -28.5px;
}
.storokeGrade1-1:nth-child(20) {
  -webkit-animation: storokeGrade1-1 10s linear -2s infinite;
          animation: storokeGrade1-1 10s linear -2s infinite;
  -webkit-transform-origin: -30px;
          transform-origin: -30px;
}
.storokeGrade1-1:nth-child(21) {
  -webkit-animation: storokeGrade1-1 10s linear -2.1s infinite;
          animation: storokeGrade1-1 10s linear -2.1s infinite;
  -webkit-transform-origin: -31.5px;
          transform-origin: -31.5px;
}
.storokeGrade1-1:nth-child(22) {
  -webkit-animation: storokeGrade1-1 10s linear -2.2s infinite;
          animation: storokeGrade1-1 10s linear -2.2s infinite;
  -webkit-transform-origin: -33px;
          transform-origin: -33px;
}
.storokeGrade1-1:nth-child(23) {
  -webkit-animation: storokeGrade1-1 10s linear -2.3s infinite;
          animation: storokeGrade1-1 10s linear -2.3s infinite;
  -webkit-transform-origin: -34.5px;
          transform-origin: -34.5px;
}
.storokeGrade1-1:nth-child(24) {
  -webkit-animation: storokeGrade1-1 10s linear -2.4s infinite;
          animation: storokeGrade1-1 10s linear -2.4s infinite;
  -webkit-transform-origin: -36px;
          transform-origin: -36px;
}
.storokeGrade1-1:nth-child(25) {
  -webkit-animation: storokeGrade1-1 10s linear -2.5s infinite;
          animation: storokeGrade1-1 10s linear -2.5s infinite;
  -webkit-transform-origin: -37.5px;
          transform-origin: -37.5px;
}
.storokeGrade1-1:nth-child(26) {
  -webkit-animation: storokeGrade1-1 10s linear -2.6s infinite;
          animation: storokeGrade1-1 10s linear -2.6s infinite;
  -webkit-transform-origin: -39px;
          transform-origin: -39px;
}
.storokeGrade1-1:nth-child(27) {
  -webkit-animation: storokeGrade1-1 10s linear -2.7s infinite;
          animation: storokeGrade1-1 10s linear -2.7s infinite;
  -webkit-transform-origin: -40.5px;
          transform-origin: -40.5px;
}
.storokeGrade1-1:nth-child(28) {
  -webkit-animation: storokeGrade1-1 10s linear -2.8s infinite;
          animation: storokeGrade1-1 10s linear -2.8s infinite;
  -webkit-transform-origin: -42px;
          transform-origin: -42px;
}
.storokeGrade1-1:nth-child(29) {
  -webkit-animation: storokeGrade1-1 10s linear -2.9s infinite;
          animation: storokeGrade1-1 10s linear -2.9s infinite;
  -webkit-transform-origin: -43.5px;
          transform-origin: -43.5px;
}
.storokeGrade1-1:nth-child(30) {
  -webkit-animation: storokeGrade1-1 10s linear -3s infinite;
          animation: storokeGrade1-1 10s linear -3s infinite;
  -webkit-transform-origin: -45px;
          transform-origin: -45px;
}
.storokeGrade1-1:nth-child(31) {
  -webkit-animation: storokeGrade1-1 10s linear -3.1s infinite;
          animation: storokeGrade1-1 10s linear -3.1s infinite;
  -webkit-transform-origin: -46.5px;
          transform-origin: -46.5px;
}
.storokeGrade1-1:nth-child(32) {
  -webkit-animation: storokeGrade1-1 10s linear -3.2s infinite;
          animation: storokeGrade1-1 10s linear -3.2s infinite;
  -webkit-transform-origin: -48px;
          transform-origin: -48px;
}
.storokeGrade1-1:nth-child(33) {
  -webkit-animation: storokeGrade1-1 10s linear -3.3s infinite;
          animation: storokeGrade1-1 10s linear -3.3s infinite;
  -webkit-transform-origin: -49.5px;
          transform-origin: -49.5px;
}

@-webkit-keyframes storokeGrade1-1 {
  0% {
    stroke: #64ff00;
  }
  10% {
    stroke: #ffe000;
  }
  30% {
    stroke: #cfffb2;
  }
  45% {
    stroke: #f7f7f7;
  }
  60% {
    stroke: #ffe000;
  }
  90% {
    stroke: #cfffb2;
  }
  100% {
    stroke: #64ff00;
  }
}

@keyframes storokeGrade1-1 {
  0% {
    stroke: #64ff00;
  }
  10% {
    stroke: #ffe000;
  }
  30% {
    stroke: #cfffb2;
  }
  45% {
    stroke: #f7f7f7;
  }
  60% {
    stroke: #ffe000;
  }
  90% {
    stroke: #cfffb2;
  }
  100% {
    stroke: #64ff00;
  }
}
/*-- レイアウト --*/
.contentsbg_upper {
  position: absolute;
  top: -3%;
  right: -9%;
  width: 132vw;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .contentsbg_upper {
    top: -3%;
    right: -32%;
    width: 150vw;
  }
}
@media screen and (max-width: 880px) {
  .contentsbg_upper {
    top: -3%;
    right: -99%;
    width: 341vw;
  }
}

.contentsbg_middle {
  position: absolute;
  top: 40%;
  left: -11%;
  width: 118vw;
  z-index: -4;
}
@media screen and (max-width: 1200px) {
  .contentsbg_middle {
    top: -38%;
    left: -51%;
    width: 150vw;
  }
}
@media screen and (max-width: 880px) {
  .contentsbg_middle {
    top: 20%;
    left: -121%;
    width: 300vw;
  }
}

.contentsbg_under {
  position: absolute;
  top: -36%;
  left: -41%;
  width: 169vw;
  z-index: -3;
}
@media screen and (max-width: 1200px) {
  .contentsbg_under {
    top: -13%;
    left: -41%;
    width: 150vw;
  }
}
@media screen and (max-width: 880px) {
  .contentsbg_under {
    top: -18%;
    left: -141%;
    width: 334vw;
  }
}

.pageTitle_bg1 {
  position: absolute;
  top: -25%;
  right: -49%;
  width: 150vw;
  z-index: -1;
}

.pageTitle_bg2 {
  position: absolute;
  top: -78%;
  right: -15%;
  width: 120vw;
  z-index: -2;
}

.pageTitle_bg3 {
  position: absolute;
  top: -27%;
  right: -47%;
  width: 169vw;
  z-index: -3;
}

.bl_pageTitle_bg1 {
  position: absolute;
  top: -25%;
  right: -49%;
  width: 150vw;
  z-index: 4;
}

.bl_pageTitle_bg2 {
  position: absolute;
  top: -78%;
  right: -15%;
  width: 120vw;
  z-index: 3;
}

.bl_pageTitle_bg3 {
  position: absolute;
  top: -27%;
  right: -47%;
  width: 169vw;
  z-index: 2;
}

.storokeGrade2 path {
  fill: none;
}
.storokeGrade2:nth-child(1) {
  -webkit-animation: storokeGrade2 30s linear -1s infinite;
          animation: storokeGrade2 30s linear -1s infinite;
  -webkit-transform-origin: -0.5px;
          transform-origin: -0.5px;
}
.storokeGrade2:nth-child(2) {
  -webkit-animation: storokeGrade2 30s linear -2s infinite;
          animation: storokeGrade2 30s linear -2s infinite;
  -webkit-transform-origin: -1px;
          transform-origin: -1px;
}
.storokeGrade2:nth-child(3) {
  -webkit-animation: storokeGrade2 30s linear -3s infinite;
          animation: storokeGrade2 30s linear -3s infinite;
  -webkit-transform-origin: -1.5px;
          transform-origin: -1.5px;
}
.storokeGrade2:nth-child(4) {
  -webkit-animation: storokeGrade2 30s linear -4s infinite;
          animation: storokeGrade2 30s linear -4s infinite;
  -webkit-transform-origin: -2px;
          transform-origin: -2px;
}
.storokeGrade2:nth-child(5) {
  -webkit-animation: storokeGrade2 30s linear -5s infinite;
          animation: storokeGrade2 30s linear -5s infinite;
  -webkit-transform-origin: -2.5px;
          transform-origin: -2.5px;
}
.storokeGrade2:nth-child(6) {
  -webkit-animation: storokeGrade2 30s linear -6s infinite;
          animation: storokeGrade2 30s linear -6s infinite;
  -webkit-transform-origin: -3px;
          transform-origin: -3px;
}
.storokeGrade2:nth-child(7) {
  -webkit-animation: storokeGrade2 30s linear -7s infinite;
          animation: storokeGrade2 30s linear -7s infinite;
  -webkit-transform-origin: -3.5px;
          transform-origin: -3.5px;
}
.storokeGrade2:nth-child(8) {
  -webkit-animation: storokeGrade2 30s linear -8s infinite;
          animation: storokeGrade2 30s linear -8s infinite;
  -webkit-transform-origin: -4px;
          transform-origin: -4px;
}
.storokeGrade2:nth-child(9) {
  -webkit-animation: storokeGrade2 30s linear -9s infinite;
          animation: storokeGrade2 30s linear -9s infinite;
  -webkit-transform-origin: -4.5px;
          transform-origin: -4.5px;
}
.storokeGrade2:nth-child(10) {
  -webkit-animation: storokeGrade2 30s linear -10s infinite;
          animation: storokeGrade2 30s linear -10s infinite;
  -webkit-transform-origin: -5px;
          transform-origin: -5px;
}
.storokeGrade2:nth-child(11) {
  -webkit-animation: storokeGrade2 30s linear -11s infinite;
          animation: storokeGrade2 30s linear -11s infinite;
  -webkit-transform-origin: -5.5px;
          transform-origin: -5.5px;
}
.storokeGrade2:nth-child(12) {
  -webkit-animation: storokeGrade2 30s linear -12s infinite;
          animation: storokeGrade2 30s linear -12s infinite;
  -webkit-transform-origin: -6px;
          transform-origin: -6px;
}
.storokeGrade2:nth-child(13) {
  -webkit-animation: storokeGrade2 30s linear -13s infinite;
          animation: storokeGrade2 30s linear -13s infinite;
  -webkit-transform-origin: -6.5px;
          transform-origin: -6.5px;
}
.storokeGrade2:nth-child(14) {
  -webkit-animation: storokeGrade2 30s linear -14s infinite;
          animation: storokeGrade2 30s linear -14s infinite;
  -webkit-transform-origin: -7px;
          transform-origin: -7px;
}
.storokeGrade2:nth-child(15) {
  -webkit-animation: storokeGrade2 30s linear -15s infinite;
          animation: storokeGrade2 30s linear -15s infinite;
  -webkit-transform-origin: -7.5px;
          transform-origin: -7.5px;
}
.storokeGrade2:nth-child(16) {
  -webkit-animation: storokeGrade2 30s linear -16s infinite;
          animation: storokeGrade2 30s linear -16s infinite;
  -webkit-transform-origin: -8px;
          transform-origin: -8px;
}
.storokeGrade2:nth-child(17) {
  -webkit-animation: storokeGrade2 30s linear -17s infinite;
          animation: storokeGrade2 30s linear -17s infinite;
  -webkit-transform-origin: -8.5px;
          transform-origin: -8.5px;
}
.storokeGrade2:nth-child(18) {
  -webkit-animation: storokeGrade2 30s linear -18s infinite;
          animation: storokeGrade2 30s linear -18s infinite;
  -webkit-transform-origin: -9px;
          transform-origin: -9px;
}
.storokeGrade2:nth-child(19) {
  -webkit-animation: storokeGrade2 30s linear -19s infinite;
          animation: storokeGrade2 30s linear -19s infinite;
  -webkit-transform-origin: -9.5px;
          transform-origin: -9.5px;
}
.storokeGrade2:nth-child(20) {
  -webkit-animation: storokeGrade2 30s linear -20s infinite;
          animation: storokeGrade2 30s linear -20s infinite;
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
}
.storokeGrade2:nth-child(21) {
  -webkit-animation: storokeGrade2 30s linear -21s infinite;
          animation: storokeGrade2 30s linear -21s infinite;
  -webkit-transform-origin: -10.5px;
          transform-origin: -10.5px;
}
.storokeGrade2:nth-child(22) {
  -webkit-animation: storokeGrade2 30s linear -22s infinite;
          animation: storokeGrade2 30s linear -22s infinite;
  -webkit-transform-origin: -11px;
          transform-origin: -11px;
}
.storokeGrade2:nth-child(23) {
  -webkit-animation: storokeGrade2 30s linear -23s infinite;
          animation: storokeGrade2 30s linear -23s infinite;
  -webkit-transform-origin: -11.5px;
          transform-origin: -11.5px;
}
.storokeGrade2:nth-child(24) {
  -webkit-animation: storokeGrade2 30s linear -24s infinite;
          animation: storokeGrade2 30s linear -24s infinite;
  -webkit-transform-origin: -12px;
          transform-origin: -12px;
}
.storokeGrade2:nth-child(25) {
  -webkit-animation: storokeGrade2 30s linear -25s infinite;
          animation: storokeGrade2 30s linear -25s infinite;
  -webkit-transform-origin: -12.5px;
          transform-origin: -12.5px;
}
.storokeGrade2:nth-child(26) {
  -webkit-animation: storokeGrade2 30s linear -26s infinite;
          animation: storokeGrade2 30s linear -26s infinite;
  -webkit-transform-origin: -13px;
          transform-origin: -13px;
}
.storokeGrade2:nth-child(27) {
  -webkit-animation: storokeGrade2 30s linear -27s infinite;
          animation: storokeGrade2 30s linear -27s infinite;
  -webkit-transform-origin: -13.5px;
          transform-origin: -13.5px;
}
.storokeGrade2:nth-child(28) {
  -webkit-animation: storokeGrade2 30s linear -28s infinite;
          animation: storokeGrade2 30s linear -28s infinite;
  -webkit-transform-origin: -14px;
          transform-origin: -14px;
}
.storokeGrade2:nth-child(29) {
  -webkit-animation: storokeGrade2 30s linear -29s infinite;
          animation: storokeGrade2 30s linear -29s infinite;
  -webkit-transform-origin: -14.5px;
          transform-origin: -14.5px;
}
.storokeGrade2:nth-child(30) {
  -webkit-animation: storokeGrade2 30s linear -30s infinite;
          animation: storokeGrade2 30s linear -30s infinite;
  -webkit-transform-origin: -15px;
          transform-origin: -15px;
}
.storokeGrade2:nth-child(31) {
  -webkit-animation: storokeGrade2 30s linear -31s infinite;
          animation: storokeGrade2 30s linear -31s infinite;
  -webkit-transform-origin: -15.5px;
          transform-origin: -15.5px;
}
.storokeGrade2:nth-child(32) {
  -webkit-animation: storokeGrade2 30s linear -32s infinite;
          animation: storokeGrade2 30s linear -32s infinite;
  -webkit-transform-origin: -16px;
          transform-origin: -16px;
}
.storokeGrade2:nth-child(33) {
  -webkit-animation: storokeGrade2 30s linear -33s infinite;
          animation: storokeGrade2 30s linear -33s infinite;
  -webkit-transform-origin: -16.5px;
          transform-origin: -16.5px;
}
.storokeGrade2:nth-child(34) {
  -webkit-animation: storokeGrade2 30s linear -34s infinite;
          animation: storokeGrade2 30s linear -34s infinite;
  -webkit-transform-origin: -17px;
          transform-origin: -17px;
}
.storokeGrade2:nth-child(35) {
  -webkit-animation: storokeGrade2 30s linear -35s infinite;
          animation: storokeGrade2 30s linear -35s infinite;
  -webkit-transform-origin: -17.5px;
          transform-origin: -17.5px;
}
.storokeGrade2:nth-child(36) {
  -webkit-animation: storokeGrade2 30s linear -36s infinite;
          animation: storokeGrade2 30s linear -36s infinite;
  -webkit-transform-origin: -18px;
          transform-origin: -18px;
}
.storokeGrade2:nth-child(37) {
  -webkit-animation: storokeGrade2 30s linear -37s infinite;
          animation: storokeGrade2 30s linear -37s infinite;
  -webkit-transform-origin: -18.5px;
          transform-origin: -18.5px;
}
.storokeGrade2:nth-child(38) {
  -webkit-animation: storokeGrade2 30s linear -38s infinite;
          animation: storokeGrade2 30s linear -38s infinite;
  -webkit-transform-origin: -19px;
          transform-origin: -19px;
}
.storokeGrade2:nth-child(39) {
  -webkit-animation: storokeGrade2 30s linear -39s infinite;
          animation: storokeGrade2 30s linear -39s infinite;
  -webkit-transform-origin: -19.5px;
          transform-origin: -19.5px;
}
.storokeGrade2:nth-child(40) {
  -webkit-animation: storokeGrade2 30s linear -40s infinite;
          animation: storokeGrade2 30s linear -40s infinite;
  -webkit-transform-origin: -20px;
          transform-origin: -20px;
}
.storokeGrade2:nth-child(41) {
  -webkit-animation: storokeGrade2 30s linear -41s infinite;
          animation: storokeGrade2 30s linear -41s infinite;
  -webkit-transform-origin: -20.5px;
          transform-origin: -20.5px;
}
.storokeGrade2:nth-child(42) {
  -webkit-animation: storokeGrade2 30s linear -42s infinite;
          animation: storokeGrade2 30s linear -42s infinite;
  -webkit-transform-origin: -21px;
          transform-origin: -21px;
}
.storokeGrade2:nth-child(43) {
  -webkit-animation: storokeGrade2 30s linear -43s infinite;
          animation: storokeGrade2 30s linear -43s infinite;
  -webkit-transform-origin: -21.5px;
          transform-origin: -21.5px;
}
.storokeGrade2:nth-child(44) {
  -webkit-animation: storokeGrade2 30s linear -44s infinite;
          animation: storokeGrade2 30s linear -44s infinite;
  -webkit-transform-origin: -22px;
          transform-origin: -22px;
}
.storokeGrade2:nth-child(45) {
  -webkit-animation: storokeGrade2 30s linear -45s infinite;
          animation: storokeGrade2 30s linear -45s infinite;
  -webkit-transform-origin: -22.5px;
          transform-origin: -22.5px;
}
.storokeGrade2:nth-child(46) {
  -webkit-animation: storokeGrade2 30s linear -46s infinite;
          animation: storokeGrade2 30s linear -46s infinite;
  -webkit-transform-origin: -23px;
          transform-origin: -23px;
}
.storokeGrade2:nth-child(47) {
  -webkit-animation: storokeGrade2 30s linear -47s infinite;
          animation: storokeGrade2 30s linear -47s infinite;
  -webkit-transform-origin: -23.5px;
          transform-origin: -23.5px;
}
.storokeGrade2:nth-child(48) {
  -webkit-animation: storokeGrade2 30s linear -48s infinite;
          animation: storokeGrade2 30s linear -48s infinite;
  -webkit-transform-origin: -24px;
          transform-origin: -24px;
}
.storokeGrade2:nth-child(49) {
  -webkit-animation: storokeGrade2 30s linear -49s infinite;
          animation: storokeGrade2 30s linear -49s infinite;
  -webkit-transform-origin: -24.5px;
          transform-origin: -24.5px;
}
.storokeGrade2:nth-child(50) {
  -webkit-animation: storokeGrade2 30s linear -50s infinite;
          animation: storokeGrade2 30s linear -50s infinite;
  -webkit-transform-origin: -25px;
          transform-origin: -25px;
}
.storokeGrade2:nth-child(51) {
  -webkit-animation: storokeGrade2 30s linear -51s infinite;
          animation: storokeGrade2 30s linear -51s infinite;
  -webkit-transform-origin: -25.5px;
          transform-origin: -25.5px;
}
.storokeGrade2:nth-child(52) {
  -webkit-animation: storokeGrade2 30s linear -52s infinite;
          animation: storokeGrade2 30s linear -52s infinite;
  -webkit-transform-origin: -26px;
          transform-origin: -26px;
}
.storokeGrade2:nth-child(53) {
  -webkit-animation: storokeGrade2 30s linear -53s infinite;
          animation: storokeGrade2 30s linear -53s infinite;
  -webkit-transform-origin: -26.5px;
          transform-origin: -26.5px;
}
.storokeGrade2:nth-child(54) {
  -webkit-animation: storokeGrade2 30s linear -54s infinite;
          animation: storokeGrade2 30s linear -54s infinite;
  -webkit-transform-origin: -27px;
          transform-origin: -27px;
}
.storokeGrade2:nth-child(55) {
  -webkit-animation: storokeGrade2 30s linear -55s infinite;
          animation: storokeGrade2 30s linear -55s infinite;
  -webkit-transform-origin: -27.5px;
          transform-origin: -27.5px;
}
.storokeGrade2:nth-child(56) {
  -webkit-animation: storokeGrade2 30s linear -56s infinite;
          animation: storokeGrade2 30s linear -56s infinite;
  -webkit-transform-origin: -28px;
          transform-origin: -28px;
}
.storokeGrade2:nth-child(57) {
  -webkit-animation: storokeGrade2 30s linear -57s infinite;
          animation: storokeGrade2 30s linear -57s infinite;
  -webkit-transform-origin: -28.5px;
          transform-origin: -28.5px;
}
.storokeGrade2:nth-child(58) {
  -webkit-animation: storokeGrade2 30s linear -58s infinite;
          animation: storokeGrade2 30s linear -58s infinite;
  -webkit-transform-origin: -29px;
          transform-origin: -29px;
}
.storokeGrade2:nth-child(59) {
  -webkit-animation: storokeGrade2 30s linear -59s infinite;
          animation: storokeGrade2 30s linear -59s infinite;
  -webkit-transform-origin: -29.5px;
          transform-origin: -29.5px;
}
.storokeGrade2:nth-child(60) {
  -webkit-animation: storokeGrade2 30s linear -60s infinite;
          animation: storokeGrade2 30s linear -60s infinite;
  -webkit-transform-origin: -30px;
          transform-origin: -30px;
}
.storokeGrade2:nth-child(61) {
  -webkit-animation: storokeGrade2 30s linear -61s infinite;
          animation: storokeGrade2 30s linear -61s infinite;
  -webkit-transform-origin: -30.5px;
          transform-origin: -30.5px;
}
.storokeGrade2:nth-child(62) {
  -webkit-animation: storokeGrade2 30s linear -62s infinite;
          animation: storokeGrade2 30s linear -62s infinite;
  -webkit-transform-origin: -31px;
          transform-origin: -31px;
}
.storokeGrade2:nth-child(63) {
  -webkit-animation: storokeGrade2 30s linear -63s infinite;
          animation: storokeGrade2 30s linear -63s infinite;
  -webkit-transform-origin: -31.5px;
          transform-origin: -31.5px;
}

@-webkit-keyframes storokeGrade2 {
  0% {
    stroke: #64ff00;
  }
  25% {
    stroke: #64ff00;
  }
  50% {
    stroke: #fbe30f;
  }
  75% {
    stroke: #ecf985;
  }
  100% {
    stroke: #64ff00;
  }
}

@keyframes storokeGrade2 {
  0% {
    stroke: #64ff00;
  }
  25% {
    stroke: #64ff00;
  }
  50% {
    stroke: #fbe30f;
  }
  75% {
    stroke: #ecf985;
  }
  100% {
    stroke: #64ff00;
  }
}
.storokeGrade4 path {
  stroke-width: none;
}
.storokeGrade4:nth-child(1) {
  -webkit-animation: storokeGrade4 33s linear -0.1s infinite;
          animation: storokeGrade4 33s linear -0.1s infinite;
}
.storokeGrade4:nth-child(2) {
  -webkit-animation: storokeGrade4 33s linear -0.2s infinite;
          animation: storokeGrade4 33s linear -0.2s infinite;
}
.storokeGrade4:nth-child(3) {
  -webkit-animation: storokeGrade4 33s linear -0.3s infinite;
          animation: storokeGrade4 33s linear -0.3s infinite;
}
.storokeGrade4:nth-child(4) {
  -webkit-animation: storokeGrade4 33s linear -0.4s infinite;
          animation: storokeGrade4 33s linear -0.4s infinite;
}
.storokeGrade4:nth-child(5) {
  -webkit-animation: storokeGrade4 33s linear -0.5s infinite;
          animation: storokeGrade4 33s linear -0.5s infinite;
}
.storokeGrade4:nth-child(6) {
  -webkit-animation: storokeGrade4 33s linear -0.6s infinite;
          animation: storokeGrade4 33s linear -0.6s infinite;
}
.storokeGrade4:nth-child(7) {
  -webkit-animation: storokeGrade4 33s linear -0.7s infinite;
          animation: storokeGrade4 33s linear -0.7s infinite;
}
.storokeGrade4:nth-child(8) {
  -webkit-animation: storokeGrade4 33s linear -0.8s infinite;
          animation: storokeGrade4 33s linear -0.8s infinite;
}
.storokeGrade4:nth-child(9) {
  -webkit-animation: storokeGrade4 33s linear -0.9s infinite;
          animation: storokeGrade4 33s linear -0.9s infinite;
}
.storokeGrade4:nth-child(10) {
  -webkit-animation: storokeGrade4 33s linear -1s infinite;
          animation: storokeGrade4 33s linear -1s infinite;
}
.storokeGrade4:nth-child(11) {
  -webkit-animation: storokeGrade4 33s linear -1.1s infinite;
          animation: storokeGrade4 33s linear -1.1s infinite;
}
.storokeGrade4:nth-child(12) {
  -webkit-animation: storokeGrade4 33s linear -1.2s infinite;
          animation: storokeGrade4 33s linear -1.2s infinite;
}
.storokeGrade4:nth-child(13) {
  -webkit-animation: storokeGrade4 33s linear -1.3s infinite;
          animation: storokeGrade4 33s linear -1.3s infinite;
}
.storokeGrade4:nth-child(14) {
  -webkit-animation: storokeGrade4 33s linear -1.4s infinite;
          animation: storokeGrade4 33s linear -1.4s infinite;
}
.storokeGrade4:nth-child(15) {
  -webkit-animation: storokeGrade4 33s linear -1.5s infinite;
          animation: storokeGrade4 33s linear -1.5s infinite;
}
.storokeGrade4:nth-child(16) {
  -webkit-animation: storokeGrade4 33s linear -1.6s infinite;
          animation: storokeGrade4 33s linear -1.6s infinite;
}
.storokeGrade4:nth-child(17) {
  -webkit-animation: storokeGrade4 33s linear -1.7s infinite;
          animation: storokeGrade4 33s linear -1.7s infinite;
}
.storokeGrade4:nth-child(18) {
  -webkit-animation: storokeGrade4 33s linear -1.8s infinite;
          animation: storokeGrade4 33s linear -1.8s infinite;
}
.storokeGrade4:nth-child(19) {
  -webkit-animation: storokeGrade4 33s linear -1.9s infinite;
          animation: storokeGrade4 33s linear -1.9s infinite;
}
.storokeGrade4:nth-child(20) {
  -webkit-animation: storokeGrade4 33s linear -2s infinite;
          animation: storokeGrade4 33s linear -2s infinite;
}
.storokeGrade4:nth-child(21) {
  -webkit-animation: storokeGrade4 33s linear -2.1s infinite;
          animation: storokeGrade4 33s linear -2.1s infinite;
}
.storokeGrade4:nth-child(22) {
  -webkit-animation: storokeGrade4 33s linear -2.2s infinite;
          animation: storokeGrade4 33s linear -2.2s infinite;
}
.storokeGrade4:nth-child(23) {
  -webkit-animation: storokeGrade4 33s linear -2.3s infinite;
          animation: storokeGrade4 33s linear -2.3s infinite;
}
.storokeGrade4:nth-child(24) {
  -webkit-animation: storokeGrade4 33s linear -2.4s infinite;
          animation: storokeGrade4 33s linear -2.4s infinite;
}
.storokeGrade4:nth-child(25) {
  -webkit-animation: storokeGrade4 33s linear -2.5s infinite;
          animation: storokeGrade4 33s linear -2.5s infinite;
}
.storokeGrade4:nth-child(26) {
  -webkit-animation: storokeGrade4 33s linear -2.6s infinite;
          animation: storokeGrade4 33s linear -2.6s infinite;
}
.storokeGrade4:nth-child(27) {
  -webkit-animation: storokeGrade4 33s linear -2.7s infinite;
          animation: storokeGrade4 33s linear -2.7s infinite;
}
.storokeGrade4:nth-child(28) {
  -webkit-animation: storokeGrade4 33s linear -2.8s infinite;
          animation: storokeGrade4 33s linear -2.8s infinite;
}
.storokeGrade4:nth-child(29) {
  -webkit-animation: storokeGrade4 33s linear -2.9s infinite;
          animation: storokeGrade4 33s linear -2.9s infinite;
}
.storokeGrade4:nth-child(30) {
  -webkit-animation: storokeGrade4 33s linear -3s infinite;
          animation: storokeGrade4 33s linear -3s infinite;
}
.storokeGrade4:nth-child(31) {
  -webkit-animation: storokeGrade4 33s linear -3.1s infinite;
          animation: storokeGrade4 33s linear -3.1s infinite;
}
.storokeGrade4:nth-child(32) {
  -webkit-animation: storokeGrade4 33s linear -3.2s infinite;
          animation: storokeGrade4 33s linear -3.2s infinite;
}
.storokeGrade4:nth-child(33) {
  -webkit-animation: storokeGrade4 33s linear -3.3s infinite;
          animation: storokeGrade4 33s linear -3.3s infinite;
}

@-webkit-keyframes storokeGrade4 {
  0% {
    fill: #c3f92a;
  }
  50% {
    fill: #fbe30f;
  }
  70% {
    fill: #f2f72d;
  }
  80% {
    fill: #f7f7f7;
  }
  100% {
    fill: #c3f92a;
  }
}

@keyframes storokeGrade4 {
  0% {
    fill: #c3f92a;
  }
  50% {
    fill: #fbe30f;
  }
  70% {
    fill: #f2f72d;
  }
  80% {
    fill: #f7f7f7;
  }
  100% {
    fill: #c3f92a;
  }
}
.storokeGrade5 path {
  fill: none;
}
.storokeGrade5:nth-child(1) {
  -webkit-animation: storokeGrade5 20s linear -0.1s infinite;
          animation: storokeGrade5 20s linear -0.1s infinite;
}
.storokeGrade5:nth-child(2) {
  -webkit-animation: storokeGrade5 20s linear -0.2s infinite;
          animation: storokeGrade5 20s linear -0.2s infinite;
}
.storokeGrade5:nth-child(3) {
  -webkit-animation: storokeGrade5 20s linear -0.3s infinite;
          animation: storokeGrade5 20s linear -0.3s infinite;
}
.storokeGrade5:nth-child(4) {
  -webkit-animation: storokeGrade5 20s linear -0.4s infinite;
          animation: storokeGrade5 20s linear -0.4s infinite;
}
.storokeGrade5:nth-child(5) {
  -webkit-animation: storokeGrade5 20s linear -0.5s infinite;
          animation: storokeGrade5 20s linear -0.5s infinite;
}
.storokeGrade5:nth-child(6) {
  -webkit-animation: storokeGrade5 20s linear -0.6s infinite;
          animation: storokeGrade5 20s linear -0.6s infinite;
}
.storokeGrade5:nth-child(7) {
  -webkit-animation: storokeGrade5 20s linear -0.7s infinite;
          animation: storokeGrade5 20s linear -0.7s infinite;
}
.storokeGrade5:nth-child(8) {
  -webkit-animation: storokeGrade5 20s linear -0.8s infinite;
          animation: storokeGrade5 20s linear -0.8s infinite;
}
.storokeGrade5:nth-child(9) {
  -webkit-animation: storokeGrade5 20s linear -0.9s infinite;
          animation: storokeGrade5 20s linear -0.9s infinite;
}
.storokeGrade5:nth-child(10) {
  -webkit-animation: storokeGrade5 20s linear -1s infinite;
          animation: storokeGrade5 20s linear -1s infinite;
}
.storokeGrade5:nth-child(11) {
  -webkit-animation: storokeGrade5 20s linear -1.1s infinite;
          animation: storokeGrade5 20s linear -1.1s infinite;
}
.storokeGrade5:nth-child(12) {
  -webkit-animation: storokeGrade5 20s linear -1.2s infinite;
          animation: storokeGrade5 20s linear -1.2s infinite;
}
.storokeGrade5:nth-child(13) {
  -webkit-animation: storokeGrade5 20s linear -1.3s infinite;
          animation: storokeGrade5 20s linear -1.3s infinite;
}
.storokeGrade5:nth-child(14) {
  -webkit-animation: storokeGrade5 20s linear -1.4s infinite;
          animation: storokeGrade5 20s linear -1.4s infinite;
}
.storokeGrade5:nth-child(15) {
  -webkit-animation: storokeGrade5 20s linear -1.5s infinite;
          animation: storokeGrade5 20s linear -1.5s infinite;
}
.storokeGrade5:nth-child(16) {
  -webkit-animation: storokeGrade5 20s linear -1.6s infinite;
          animation: storokeGrade5 20s linear -1.6s infinite;
}
.storokeGrade5:nth-child(17) {
  -webkit-animation: storokeGrade5 20s linear -1.7s infinite;
          animation: storokeGrade5 20s linear -1.7s infinite;
}
.storokeGrade5:nth-child(18) {
  -webkit-animation: storokeGrade5 20s linear -1.8s infinite;
          animation: storokeGrade5 20s linear -1.8s infinite;
}
.storokeGrade5:nth-child(19) {
  -webkit-animation: storokeGrade5 20s linear -1.9s infinite;
          animation: storokeGrade5 20s linear -1.9s infinite;
}
.storokeGrade5:nth-child(20) {
  -webkit-animation: storokeGrade5 20s linear -2s infinite;
          animation: storokeGrade5 20s linear -2s infinite;
}
.storokeGrade5:nth-child(21) {
  -webkit-animation: storokeGrade5 20s linear -2.1s infinite;
          animation: storokeGrade5 20s linear -2.1s infinite;
}
.storokeGrade5:nth-child(22) {
  -webkit-animation: storokeGrade5 20s linear -2.2s infinite;
          animation: storokeGrade5 20s linear -2.2s infinite;
}
.storokeGrade5:nth-child(23) {
  -webkit-animation: storokeGrade5 20s linear -2.3s infinite;
          animation: storokeGrade5 20s linear -2.3s infinite;
}
.storokeGrade5:nth-child(24) {
  -webkit-animation: storokeGrade5 20s linear -2.4s infinite;
          animation: storokeGrade5 20s linear -2.4s infinite;
}
.storokeGrade5:nth-child(25) {
  -webkit-animation: storokeGrade5 20s linear -2.5s infinite;
          animation: storokeGrade5 20s linear -2.5s infinite;
}
.storokeGrade5:nth-child(26) {
  -webkit-animation: storokeGrade5 20s linear -2.6s infinite;
          animation: storokeGrade5 20s linear -2.6s infinite;
}
.storokeGrade5:nth-child(27) {
  -webkit-animation: storokeGrade5 20s linear -2.7s infinite;
          animation: storokeGrade5 20s linear -2.7s infinite;
}
.storokeGrade5:nth-child(28) {
  -webkit-animation: storokeGrade5 20s linear -2.8s infinite;
          animation: storokeGrade5 20s linear -2.8s infinite;
}
.storokeGrade5:nth-child(29) {
  -webkit-animation: storokeGrade5 20s linear -2.9s infinite;
          animation: storokeGrade5 20s linear -2.9s infinite;
}
.storokeGrade5:nth-child(30) {
  -webkit-animation: storokeGrade5 20s linear -3s infinite;
          animation: storokeGrade5 20s linear -3s infinite;
}
.storokeGrade5:nth-child(31) {
  -webkit-animation: storokeGrade5 20s linear -3.1s infinite;
          animation: storokeGrade5 20s linear -3.1s infinite;
}
.storokeGrade5:nth-child(32) {
  -webkit-animation: storokeGrade5 20s linear -3.2s infinite;
          animation: storokeGrade5 20s linear -3.2s infinite;
}
.storokeGrade5:nth-child(33) {
  -webkit-animation: storokeGrade5 20s linear -3.3s infinite;
          animation: storokeGrade5 20s linear -3.3s infinite;
}
.storokeGrade5:nth-child(34) {
  -webkit-animation: storokeGrade5 20s linear -3.4s infinite;
          animation: storokeGrade5 20s linear -3.4s infinite;
}
.storokeGrade5:nth-child(35) {
  -webkit-animation: storokeGrade5 20s linear -3.5s infinite;
          animation: storokeGrade5 20s linear -3.5s infinite;
}
.storokeGrade5:nth-child(36) {
  -webkit-animation: storokeGrade5 20s linear -3.6s infinite;
          animation: storokeGrade5 20s linear -3.6s infinite;
}
.storokeGrade5:nth-child(37) {
  -webkit-animation: storokeGrade5 20s linear -3.7s infinite;
          animation: storokeGrade5 20s linear -3.7s infinite;
}
.storokeGrade5:nth-child(38) {
  -webkit-animation: storokeGrade5 20s linear -3.8s infinite;
          animation: storokeGrade5 20s linear -3.8s infinite;
}
.storokeGrade5:nth-child(39) {
  -webkit-animation: storokeGrade5 20s linear -3.9s infinite;
          animation: storokeGrade5 20s linear -3.9s infinite;
}
.storokeGrade5:nth-child(40) {
  -webkit-animation: storokeGrade5 20s linear -4s infinite;
          animation: storokeGrade5 20s linear -4s infinite;
}
.storokeGrade5:nth-child(41) {
  -webkit-animation: storokeGrade5 20s linear -4.1s infinite;
          animation: storokeGrade5 20s linear -4.1s infinite;
}
.storokeGrade5:nth-child(42) {
  -webkit-animation: storokeGrade5 20s linear -4.2s infinite;
          animation: storokeGrade5 20s linear -4.2s infinite;
}
.storokeGrade5:nth-child(43) {
  -webkit-animation: storokeGrade5 20s linear -4.3s infinite;
          animation: storokeGrade5 20s linear -4.3s infinite;
}
.storokeGrade5:nth-child(44) {
  -webkit-animation: storokeGrade5 20s linear -4.4s infinite;
          animation: storokeGrade5 20s linear -4.4s infinite;
}
.storokeGrade5:nth-child(45) {
  -webkit-animation: storokeGrade5 20s linear -4.5s infinite;
          animation: storokeGrade5 20s linear -4.5s infinite;
}
.storokeGrade5:nth-child(46) {
  -webkit-animation: storokeGrade5 20s linear -4.6s infinite;
          animation: storokeGrade5 20s linear -4.6s infinite;
}
.storokeGrade5:nth-child(47) {
  -webkit-animation: storokeGrade5 20s linear -4.7s infinite;
          animation: storokeGrade5 20s linear -4.7s infinite;
}
.storokeGrade5:nth-child(48) {
  -webkit-animation: storokeGrade5 20s linear -4.8s infinite;
          animation: storokeGrade5 20s linear -4.8s infinite;
}
.storokeGrade5:nth-child(49) {
  -webkit-animation: storokeGrade5 20s linear -4.9s infinite;
          animation: storokeGrade5 20s linear -4.9s infinite;
}
.storokeGrade5:nth-child(50) {
  -webkit-animation: storokeGrade5 20s linear -5s infinite;
          animation: storokeGrade5 20s linear -5s infinite;
}
.storokeGrade5:nth-child(51) {
  -webkit-animation: storokeGrade5 20s linear -5.1s infinite;
          animation: storokeGrade5 20s linear -5.1s infinite;
}
.storokeGrade5:nth-child(52) {
  -webkit-animation: storokeGrade5 20s linear -5.2s infinite;
          animation: storokeGrade5 20s linear -5.2s infinite;
}
.storokeGrade5:nth-child(53) {
  -webkit-animation: storokeGrade5 20s linear -5.3s infinite;
          animation: storokeGrade5 20s linear -5.3s infinite;
}
.storokeGrade5:nth-child(54) {
  -webkit-animation: storokeGrade5 20s linear -5.4s infinite;
          animation: storokeGrade5 20s linear -5.4s infinite;
}
.storokeGrade5:nth-child(55) {
  -webkit-animation: storokeGrade5 20s linear -5.5s infinite;
          animation: storokeGrade5 20s linear -5.5s infinite;
}
.storokeGrade5:nth-child(56) {
  -webkit-animation: storokeGrade5 20s linear -5.6s infinite;
          animation: storokeGrade5 20s linear -5.6s infinite;
}
.storokeGrade5:nth-child(57) {
  -webkit-animation: storokeGrade5 20s linear -5.7s infinite;
          animation: storokeGrade5 20s linear -5.7s infinite;
}
.storokeGrade5:nth-child(58) {
  -webkit-animation: storokeGrade5 20s linear -5.8s infinite;
          animation: storokeGrade5 20s linear -5.8s infinite;
}
.storokeGrade5:nth-child(59) {
  -webkit-animation: storokeGrade5 20s linear -5.9s infinite;
          animation: storokeGrade5 20s linear -5.9s infinite;
}
.storokeGrade5:nth-child(60) {
  -webkit-animation: storokeGrade5 20s linear -6s infinite;
          animation: storokeGrade5 20s linear -6s infinite;
}
.storokeGrade5:nth-child(61) {
  -webkit-animation: storokeGrade5 20s linear -6.1s infinite;
          animation: storokeGrade5 20s linear -6.1s infinite;
}
.storokeGrade5:nth-child(62) {
  -webkit-animation: storokeGrade5 20s linear -6.2s infinite;
          animation: storokeGrade5 20s linear -6.2s infinite;
}
.storokeGrade5:nth-child(63) {
  -webkit-animation: storokeGrade5 20s linear -6.3s infinite;
          animation: storokeGrade5 20s linear -6.3s infinite;
}

@-webkit-keyframes storokeGrade5 {
  0% {
    stroke: #c3f92a;
  }
  50% {
    stroke: #f2f72d;
  }
  70% {
    stroke: #c3f92a;
  }
  100% {
    stroke: #c3f92a;
  }
}

@keyframes storokeGrade5 {
  0% {
    stroke: #c3f92a;
  }
  50% {
    stroke: #f2f72d;
  }
  70% {
    stroke: #c3f92a;
  }
  100% {
    stroke: #c3f92a;
  }
}
.storokeGrade6 path {
  fill: none;
}
.storokeGrade6:nth-child(1) {
  -webkit-animation: storokeGrade6 10s linear -0.1s infinite;
          animation: storokeGrade6 10s linear -0.1s infinite;
}
.storokeGrade6:nth-child(2) {
  -webkit-animation: storokeGrade6 10s linear -0.2s infinite;
          animation: storokeGrade6 10s linear -0.2s infinite;
}
.storokeGrade6:nth-child(3) {
  -webkit-animation: storokeGrade6 10s linear -0.3s infinite;
          animation: storokeGrade6 10s linear -0.3s infinite;
}
.storokeGrade6:nth-child(4) {
  -webkit-animation: storokeGrade6 10s linear -0.4s infinite;
          animation: storokeGrade6 10s linear -0.4s infinite;
}
.storokeGrade6:nth-child(5) {
  -webkit-animation: storokeGrade6 10s linear -0.5s infinite;
          animation: storokeGrade6 10s linear -0.5s infinite;
}
.storokeGrade6:nth-child(6) {
  -webkit-animation: storokeGrade6 10s linear -0.6s infinite;
          animation: storokeGrade6 10s linear -0.6s infinite;
}
.storokeGrade6:nth-child(7) {
  -webkit-animation: storokeGrade6 10s linear -0.7s infinite;
          animation: storokeGrade6 10s linear -0.7s infinite;
}
.storokeGrade6:nth-child(8) {
  -webkit-animation: storokeGrade6 10s linear -0.8s infinite;
          animation: storokeGrade6 10s linear -0.8s infinite;
}
.storokeGrade6:nth-child(9) {
  -webkit-animation: storokeGrade6 10s linear -0.9s infinite;
          animation: storokeGrade6 10s linear -0.9s infinite;
}
.storokeGrade6:nth-child(10) {
  -webkit-animation: storokeGrade6 10s linear -1s infinite;
          animation: storokeGrade6 10s linear -1s infinite;
}
.storokeGrade6:nth-child(11) {
  -webkit-animation: storokeGrade6 10s linear -1.1s infinite;
          animation: storokeGrade6 10s linear -1.1s infinite;
}
.storokeGrade6:nth-child(12) {
  -webkit-animation: storokeGrade6 10s linear -1.2s infinite;
          animation: storokeGrade6 10s linear -1.2s infinite;
}
.storokeGrade6:nth-child(13) {
  -webkit-animation: storokeGrade6 10s linear -1.3s infinite;
          animation: storokeGrade6 10s linear -1.3s infinite;
}
.storokeGrade6:nth-child(14) {
  -webkit-animation: storokeGrade6 10s linear -1.4s infinite;
          animation: storokeGrade6 10s linear -1.4s infinite;
}
.storokeGrade6:nth-child(15) {
  -webkit-animation: storokeGrade6 10s linear -1.5s infinite;
          animation: storokeGrade6 10s linear -1.5s infinite;
}
.storokeGrade6:nth-child(16) {
  -webkit-animation: storokeGrade6 10s linear -1.6s infinite;
          animation: storokeGrade6 10s linear -1.6s infinite;
}
.storokeGrade6:nth-child(17) {
  -webkit-animation: storokeGrade6 10s linear -1.7s infinite;
          animation: storokeGrade6 10s linear -1.7s infinite;
}
.storokeGrade6:nth-child(18) {
  -webkit-animation: storokeGrade6 10s linear -1.8s infinite;
          animation: storokeGrade6 10s linear -1.8s infinite;
}
.storokeGrade6:nth-child(19) {
  -webkit-animation: storokeGrade6 10s linear -1.9s infinite;
          animation: storokeGrade6 10s linear -1.9s infinite;
}
.storokeGrade6:nth-child(20) {
  -webkit-animation: storokeGrade6 10s linear -2s infinite;
          animation: storokeGrade6 10s linear -2s infinite;
}
.storokeGrade6:nth-child(21) {
  -webkit-animation: storokeGrade6 10s linear -2.1s infinite;
          animation: storokeGrade6 10s linear -2.1s infinite;
}
.storokeGrade6:nth-child(22) {
  -webkit-animation: storokeGrade6 10s linear -2.2s infinite;
          animation: storokeGrade6 10s linear -2.2s infinite;
}
.storokeGrade6:nth-child(23) {
  -webkit-animation: storokeGrade6 10s linear -2.3s infinite;
          animation: storokeGrade6 10s linear -2.3s infinite;
}
.storokeGrade6:nth-child(24) {
  -webkit-animation: storokeGrade6 10s linear -2.4s infinite;
          animation: storokeGrade6 10s linear -2.4s infinite;
}
.storokeGrade6:nth-child(25) {
  -webkit-animation: storokeGrade6 10s linear -2.5s infinite;
          animation: storokeGrade6 10s linear -2.5s infinite;
}
.storokeGrade6:nth-child(26) {
  -webkit-animation: storokeGrade6 10s linear -2.6s infinite;
          animation: storokeGrade6 10s linear -2.6s infinite;
}
.storokeGrade6:nth-child(27) {
  -webkit-animation: storokeGrade6 10s linear -2.7s infinite;
          animation: storokeGrade6 10s linear -2.7s infinite;
}
.storokeGrade6:nth-child(28) {
  -webkit-animation: storokeGrade6 10s linear -2.8s infinite;
          animation: storokeGrade6 10s linear -2.8s infinite;
}
.storokeGrade6:nth-child(29) {
  -webkit-animation: storokeGrade6 10s linear -2.9s infinite;
          animation: storokeGrade6 10s linear -2.9s infinite;
}
.storokeGrade6:nth-child(30) {
  -webkit-animation: storokeGrade6 10s linear -3s infinite;
          animation: storokeGrade6 10s linear -3s infinite;
}
.storokeGrade6:nth-child(31) {
  -webkit-animation: storokeGrade6 10s linear -3.1s infinite;
          animation: storokeGrade6 10s linear -3.1s infinite;
}
.storokeGrade6:nth-child(32) {
  -webkit-animation: storokeGrade6 10s linear -3.2s infinite;
          animation: storokeGrade6 10s linear -3.2s infinite;
}
.storokeGrade6:nth-child(33) {
  -webkit-animation: storokeGrade6 10s linear -3.3s infinite;
          animation: storokeGrade6 10s linear -3.3s infinite;
}
.storokeGrade6:nth-child(34) {
  -webkit-animation: storokeGrade6 10s linear -3.4s infinite;
          animation: storokeGrade6 10s linear -3.4s infinite;
}
.storokeGrade6:nth-child(35) {
  -webkit-animation: storokeGrade6 10s linear -3.5s infinite;
          animation: storokeGrade6 10s linear -3.5s infinite;
}
.storokeGrade6:nth-child(36) {
  -webkit-animation: storokeGrade6 10s linear -3.6s infinite;
          animation: storokeGrade6 10s linear -3.6s infinite;
}
.storokeGrade6:nth-child(37) {
  -webkit-animation: storokeGrade6 10s linear -3.7s infinite;
          animation: storokeGrade6 10s linear -3.7s infinite;
}
.storokeGrade6:nth-child(38) {
  -webkit-animation: storokeGrade6 10s linear -3.8s infinite;
          animation: storokeGrade6 10s linear -3.8s infinite;
}
.storokeGrade6:nth-child(39) {
  -webkit-animation: storokeGrade6 10s linear -3.9s infinite;
          animation: storokeGrade6 10s linear -3.9s infinite;
}
.storokeGrade6:nth-child(40) {
  -webkit-animation: storokeGrade6 10s linear -4s infinite;
          animation: storokeGrade6 10s linear -4s infinite;
}
.storokeGrade6:nth-child(41) {
  -webkit-animation: storokeGrade6 10s linear -4.1s infinite;
          animation: storokeGrade6 10s linear -4.1s infinite;
}
.storokeGrade6:nth-child(42) {
  -webkit-animation: storokeGrade6 10s linear -4.2s infinite;
          animation: storokeGrade6 10s linear -4.2s infinite;
}
.storokeGrade6:nth-child(43) {
  -webkit-animation: storokeGrade6 10s linear -4.3s infinite;
          animation: storokeGrade6 10s linear -4.3s infinite;
}
.storokeGrade6:nth-child(44) {
  -webkit-animation: storokeGrade6 10s linear -4.4s infinite;
          animation: storokeGrade6 10s linear -4.4s infinite;
}
.storokeGrade6:nth-child(45) {
  -webkit-animation: storokeGrade6 10s linear -4.5s infinite;
          animation: storokeGrade6 10s linear -4.5s infinite;
}
.storokeGrade6:nth-child(46) {
  -webkit-animation: storokeGrade6 10s linear -4.6s infinite;
          animation: storokeGrade6 10s linear -4.6s infinite;
}
.storokeGrade6:nth-child(47) {
  -webkit-animation: storokeGrade6 10s linear -4.7s infinite;
          animation: storokeGrade6 10s linear -4.7s infinite;
}
.storokeGrade6:nth-child(48) {
  -webkit-animation: storokeGrade6 10s linear -4.8s infinite;
          animation: storokeGrade6 10s linear -4.8s infinite;
}
.storokeGrade6:nth-child(49) {
  -webkit-animation: storokeGrade6 10s linear -4.9s infinite;
          animation: storokeGrade6 10s linear -4.9s infinite;
}
.storokeGrade6:nth-child(50) {
  -webkit-animation: storokeGrade6 10s linear -5s infinite;
          animation: storokeGrade6 10s linear -5s infinite;
}
.storokeGrade6:nth-child(51) {
  -webkit-animation: storokeGrade6 10s linear -5.1s infinite;
          animation: storokeGrade6 10s linear -5.1s infinite;
}
.storokeGrade6:nth-child(52) {
  -webkit-animation: storokeGrade6 10s linear -5.2s infinite;
          animation: storokeGrade6 10s linear -5.2s infinite;
}
.storokeGrade6:nth-child(53) {
  -webkit-animation: storokeGrade6 10s linear -5.3s infinite;
          animation: storokeGrade6 10s linear -5.3s infinite;
}
.storokeGrade6:nth-child(54) {
  -webkit-animation: storokeGrade6 10s linear -5.4s infinite;
          animation: storokeGrade6 10s linear -5.4s infinite;
}
.storokeGrade6:nth-child(55) {
  -webkit-animation: storokeGrade6 10s linear -5.5s infinite;
          animation: storokeGrade6 10s linear -5.5s infinite;
}
.storokeGrade6:nth-child(56) {
  -webkit-animation: storokeGrade6 10s linear -5.6s infinite;
          animation: storokeGrade6 10s linear -5.6s infinite;
}
.storokeGrade6:nth-child(57) {
  -webkit-animation: storokeGrade6 10s linear -5.7s infinite;
          animation: storokeGrade6 10s linear -5.7s infinite;
}
.storokeGrade6:nth-child(58) {
  -webkit-animation: storokeGrade6 10s linear -5.8s infinite;
          animation: storokeGrade6 10s linear -5.8s infinite;
}
.storokeGrade6:nth-child(59) {
  -webkit-animation: storokeGrade6 10s linear -5.9s infinite;
          animation: storokeGrade6 10s linear -5.9s infinite;
}
.storokeGrade6:nth-child(60) {
  -webkit-animation: storokeGrade6 10s linear -6s infinite;
          animation: storokeGrade6 10s linear -6s infinite;
}
.storokeGrade6:nth-child(61) {
  -webkit-animation: storokeGrade6 10s linear -6.1s infinite;
          animation: storokeGrade6 10s linear -6.1s infinite;
}

@-webkit-keyframes storokeGrade6 {
  0% {
    stroke: #f7f7f7;
  }
  50% {
    stroke: #f2f72d;
  }
  100% {
    stroke: #f7f7f7;
  }
}

@keyframes storokeGrade6 {
  0% {
    stroke: #f7f7f7;
  }
  50% {
    stroke: #f2f72d;
  }
  100% {
    stroke: #f7f7f7;
  }
}
.storokeGrade7 path {
  fill: none;
}
.storokeGrade7:nth-child(1) {
  -webkit-animation: storokeGrade7 18s linear -0.1s infinite;
          animation: storokeGrade7 18s linear -0.1s infinite;
}
.storokeGrade7:nth-child(2) {
  -webkit-animation: storokeGrade7 18s linear -0.2s infinite;
          animation: storokeGrade7 18s linear -0.2s infinite;
}
.storokeGrade7:nth-child(3) {
  -webkit-animation: storokeGrade7 18s linear -0.3s infinite;
          animation: storokeGrade7 18s linear -0.3s infinite;
}
.storokeGrade7:nth-child(4) {
  -webkit-animation: storokeGrade7 18s linear -0.4s infinite;
          animation: storokeGrade7 18s linear -0.4s infinite;
}
.storokeGrade7:nth-child(5) {
  -webkit-animation: storokeGrade7 18s linear -0.5s infinite;
          animation: storokeGrade7 18s linear -0.5s infinite;
}
.storokeGrade7:nth-child(6) {
  -webkit-animation: storokeGrade7 18s linear -0.6s infinite;
          animation: storokeGrade7 18s linear -0.6s infinite;
}
.storokeGrade7:nth-child(7) {
  -webkit-animation: storokeGrade7 18s linear -0.7s infinite;
          animation: storokeGrade7 18s linear -0.7s infinite;
}
.storokeGrade7:nth-child(8) {
  -webkit-animation: storokeGrade7 18s linear -0.8s infinite;
          animation: storokeGrade7 18s linear -0.8s infinite;
}
.storokeGrade7:nth-child(9) {
  -webkit-animation: storokeGrade7 18s linear -0.9s infinite;
          animation: storokeGrade7 18s linear -0.9s infinite;
}
.storokeGrade7:nth-child(10) {
  -webkit-animation: storokeGrade7 18s linear -1s infinite;
          animation: storokeGrade7 18s linear -1s infinite;
}
.storokeGrade7:nth-child(11) {
  -webkit-animation: storokeGrade7 18s linear -1.1s infinite;
          animation: storokeGrade7 18s linear -1.1s infinite;
}
.storokeGrade7:nth-child(12) {
  -webkit-animation: storokeGrade7 18s linear -1.2s infinite;
          animation: storokeGrade7 18s linear -1.2s infinite;
}
.storokeGrade7:nth-child(13) {
  -webkit-animation: storokeGrade7 18s linear -1.3s infinite;
          animation: storokeGrade7 18s linear -1.3s infinite;
}
.storokeGrade7:nth-child(14) {
  -webkit-animation: storokeGrade7 18s linear -1.4s infinite;
          animation: storokeGrade7 18s linear -1.4s infinite;
}
.storokeGrade7:nth-child(15) {
  -webkit-animation: storokeGrade7 18s linear -1.5s infinite;
          animation: storokeGrade7 18s linear -1.5s infinite;
}
.storokeGrade7:nth-child(16) {
  -webkit-animation: storokeGrade7 18s linear -1.6s infinite;
          animation: storokeGrade7 18s linear -1.6s infinite;
}
.storokeGrade7:nth-child(17) {
  -webkit-animation: storokeGrade7 18s linear -1.7s infinite;
          animation: storokeGrade7 18s linear -1.7s infinite;
}
.storokeGrade7:nth-child(18) {
  -webkit-animation: storokeGrade7 18s linear -1.8s infinite;
          animation: storokeGrade7 18s linear -1.8s infinite;
}
.storokeGrade7:nth-child(19) {
  -webkit-animation: storokeGrade7 18s linear -1.9s infinite;
          animation: storokeGrade7 18s linear -1.9s infinite;
}
.storokeGrade7:nth-child(20) {
  -webkit-animation: storokeGrade7 18s linear -2s infinite;
          animation: storokeGrade7 18s linear -2s infinite;
}
.storokeGrade7:nth-child(21) {
  -webkit-animation: storokeGrade7 18s linear -2.1s infinite;
          animation: storokeGrade7 18s linear -2.1s infinite;
}
.storokeGrade7:nth-child(22) {
  -webkit-animation: storokeGrade7 18s linear -2.2s infinite;
          animation: storokeGrade7 18s linear -2.2s infinite;
}
.storokeGrade7:nth-child(23) {
  -webkit-animation: storokeGrade7 18s linear -2.3s infinite;
          animation: storokeGrade7 18s linear -2.3s infinite;
}
.storokeGrade7:nth-child(24) {
  -webkit-animation: storokeGrade7 18s linear -2.4s infinite;
          animation: storokeGrade7 18s linear -2.4s infinite;
}
.storokeGrade7:nth-child(25) {
  -webkit-animation: storokeGrade7 18s linear -2.5s infinite;
          animation: storokeGrade7 18s linear -2.5s infinite;
}

@-webkit-keyframes storokeGrade7 {
  0% {
    stroke: #fff;
  }
  10% {
    stroke: #cfffb2;
  }
  40% {
    stroke: #ffe000;
  }
  60% {
    stroke: #64ff00;
  }
  90% {
    stroke: #ffe000;
  }
  100% {
    stroke: #fff;
  }
}

@keyframes storokeGrade7 {
  0% {
    stroke: #fff;
  }
  10% {
    stroke: #cfffb2;
  }
  40% {
    stroke: #ffe000;
  }
  60% {
    stroke: #64ff00;
  }
  90% {
    stroke: #ffe000;
  }
  100% {
    stroke: #fff;
  }
}
#back path {
  stroke: url(#_名称未設定グラデーション_23);
}
#back #stop1:nth-child(1) {
  -webkit-animation: stop1 4s linear -0.1s infinite;
          animation: stop1 4s linear -0.1s infinite;
}
#back #stop1:nth-child(2) {
  -webkit-animation: stop1 4s linear -0.2s infinite;
          animation: stop1 4s linear -0.2s infinite;
}
#back #stop1:nth-child(3) {
  -webkit-animation: stop1 4s linear -0.3s infinite;
          animation: stop1 4s linear -0.3s infinite;
}
#back #stop1:nth-child(4) {
  -webkit-animation: stop1 4s linear -0.4s infinite;
          animation: stop1 4s linear -0.4s infinite;
}
#back #stop1:nth-child(5) {
  -webkit-animation: stop1 4s linear -0.5s infinite;
          animation: stop1 4s linear -0.5s infinite;
}
#back #stop1:nth-child(6) {
  -webkit-animation: stop1 4s linear -0.6s infinite;
          animation: stop1 4s linear -0.6s infinite;
}
#back #stop1:nth-child(7) {
  -webkit-animation: stop1 4s linear -0.7s infinite;
          animation: stop1 4s linear -0.7s infinite;
}
#back #stop1:nth-child(8) {
  -webkit-animation: stop1 4s linear -0.8s infinite;
          animation: stop1 4s linear -0.8s infinite;
}
#back #stop1:nth-child(9) {
  -webkit-animation: stop1 4s linear -0.9s infinite;
          animation: stop1 4s linear -0.9s infinite;
}
#back #stop1:nth-child(10) {
  -webkit-animation: stop1 4s linear -1s infinite;
          animation: stop1 4s linear -1s infinite;
}
#back #stop1:nth-child(11) {
  -webkit-animation: stop1 4s linear -1.1s infinite;
          animation: stop1 4s linear -1.1s infinite;
}
#back #stop1:nth-child(12) {
  -webkit-animation: stop1 4s linear -1.2s infinite;
          animation: stop1 4s linear -1.2s infinite;
}
#back #stop1:nth-child(13) {
  -webkit-animation: stop1 4s linear -1.3s infinite;
          animation: stop1 4s linear -1.3s infinite;
}
#back #stop1:nth-child(14) {
  -webkit-animation: stop1 4s linear -1.4s infinite;
          animation: stop1 4s linear -1.4s infinite;
}
#back #stop1:nth-child(15) {
  -webkit-animation: stop1 4s linear -1.5s infinite;
          animation: stop1 4s linear -1.5s infinite;
}
#back #stop1:nth-child(16) {
  -webkit-animation: stop1 4s linear -1.6s infinite;
          animation: stop1 4s linear -1.6s infinite;
}
#back #stop1:nth-child(17) {
  -webkit-animation: stop1 4s linear -1.7s infinite;
          animation: stop1 4s linear -1.7s infinite;
}
#back #stop1:nth-child(18) {
  -webkit-animation: stop1 4s linear -1.8s infinite;
          animation: stop1 4s linear -1.8s infinite;
}
#back #stop1:nth-child(19) {
  -webkit-animation: stop1 4s linear -1.9s infinite;
          animation: stop1 4s linear -1.9s infinite;
}
#back #stop1:nth-child(20) {
  -webkit-animation: stop1 4s linear -2s infinite;
          animation: stop1 4s linear -2s infinite;
}
#back #stop1:nth-child(21) {
  -webkit-animation: stop1 4s linear -2.1s infinite;
          animation: stop1 4s linear -2.1s infinite;
}
#back #stop1:nth-child(22) {
  -webkit-animation: stop1 4s linear -2.2s infinite;
          animation: stop1 4s linear -2.2s infinite;
}
#back #stop1:nth-child(23) {
  -webkit-animation: stop1 4s linear -2.3s infinite;
          animation: stop1 4s linear -2.3s infinite;
}
#back #stop1:nth-child(24) {
  -webkit-animation: stop1 4s linear -2.4s infinite;
          animation: stop1 4s linear -2.4s infinite;
}
#back #stop1:nth-child(25) {
  -webkit-animation: stop1 4s linear -2.5s infinite;
          animation: stop1 4s linear -2.5s infinite;
}
#back #stop1:nth-child(26) {
  -webkit-animation: stop1 4s linear -2.6s infinite;
          animation: stop1 4s linear -2.6s infinite;
}
#back #stop1:nth-child(27) {
  -webkit-animation: stop1 4s linear -2.7s infinite;
          animation: stop1 4s linear -2.7s infinite;
}
#back #stop1:nth-child(28) {
  -webkit-animation: stop1 4s linear -2.8s infinite;
          animation: stop1 4s linear -2.8s infinite;
}
#back #stop1:nth-child(29) {
  -webkit-animation: stop1 4s linear -2.9s infinite;
          animation: stop1 4s linear -2.9s infinite;
}
#back #stop1:nth-child(30) {
  -webkit-animation: stop1 4s linear -3s infinite;
          animation: stop1 4s linear -3s infinite;
}
#back #stop1:nth-child(31) {
  -webkit-animation: stop1 4s linear -3.1s infinite;
          animation: stop1 4s linear -3.1s infinite;
}
#back #stop1:nth-child(32) {
  -webkit-animation: stop1 4s linear -3.2s infinite;
          animation: stop1 4s linear -3.2s infinite;
}
#back #stop1:nth-child(33) {
  -webkit-animation: stop1 4s linear -3.3s infinite;
          animation: stop1 4s linear -3.3s infinite;
}
#back #stop1:nth-child(34) {
  -webkit-animation: stop1 4s linear -3.4s infinite;
          animation: stop1 4s linear -3.4s infinite;
}
#back #stop1:nth-child(35) {
  -webkit-animation: stop1 4s linear -3.5s infinite;
          animation: stop1 4s linear -3.5s infinite;
}
#back #stop1:nth-child(36) {
  -webkit-animation: stop1 4s linear -3.6s infinite;
          animation: stop1 4s linear -3.6s infinite;
}
#back #stop1:nth-child(37) {
  -webkit-animation: stop1 4s linear -3.7s infinite;
          animation: stop1 4s linear -3.7s infinite;
}
#back #stop1:nth-child(38) {
  -webkit-animation: stop1 4s linear -3.8s infinite;
          animation: stop1 4s linear -3.8s infinite;
}
#back #stop1:nth-child(39) {
  -webkit-animation: stop1 4s linear -3.9s infinite;
          animation: stop1 4s linear -3.9s infinite;
}
#back #stop1:nth-child(40) {
  -webkit-animation: stop1 4s linear -4s infinite;
          animation: stop1 4s linear -4s infinite;
}
#back #stop1:nth-child(41) {
  -webkit-animation: stop1 4s linear -4.1s infinite;
          animation: stop1 4s linear -4.1s infinite;
}
#back #stop1:nth-child(42) {
  -webkit-animation: stop1 4s linear -4.2s infinite;
          animation: stop1 4s linear -4.2s infinite;
}
#back #stop1:nth-child(43) {
  -webkit-animation: stop1 4s linear -4.3s infinite;
          animation: stop1 4s linear -4.3s infinite;
}
#back #stop1:nth-child(44) {
  -webkit-animation: stop1 4s linear -4.4s infinite;
          animation: stop1 4s linear -4.4s infinite;
}
#back #stop1:nth-child(45) {
  -webkit-animation: stop1 4s linear -4.5s infinite;
          animation: stop1 4s linear -4.5s infinite;
}
#back #stop1:nth-child(46) {
  -webkit-animation: stop1 4s linear -4.6s infinite;
          animation: stop1 4s linear -4.6s infinite;
}
#back #stop1:nth-child(47) {
  -webkit-animation: stop1 4s linear -4.7s infinite;
          animation: stop1 4s linear -4.7s infinite;
}
#back #stop1:nth-child(48) {
  -webkit-animation: stop1 4s linear -4.8s infinite;
          animation: stop1 4s linear -4.8s infinite;
}
#back #stop1:nth-child(49) {
  -webkit-animation: stop1 4s linear -4.9s infinite;
          animation: stop1 4s linear -4.9s infinite;
}
#back #stop1:nth-child(50) {
  -webkit-animation: stop1 4s linear -5s infinite;
          animation: stop1 4s linear -5s infinite;
}
#back #stop1:nth-child(51) {
  -webkit-animation: stop1 4s linear -5.1s infinite;
          animation: stop1 4s linear -5.1s infinite;
}
#back #stop1:nth-child(52) {
  -webkit-animation: stop1 4s linear -5.2s infinite;
          animation: stop1 4s linear -5.2s infinite;
}
#back #stop1:nth-child(53) {
  -webkit-animation: stop1 4s linear -5.3s infinite;
          animation: stop1 4s linear -5.3s infinite;
}
#back #stop1:nth-child(54) {
  -webkit-animation: stop1 4s linear -5.4s infinite;
          animation: stop1 4s linear -5.4s infinite;
}
#back #stop1:nth-child(55) {
  -webkit-animation: stop1 4s linear -5.5s infinite;
          animation: stop1 4s linear -5.5s infinite;
}
#back #stop1:nth-child(56) {
  -webkit-animation: stop1 4s linear -5.6s infinite;
          animation: stop1 4s linear -5.6s infinite;
}
#back #stop1:nth-child(57) {
  -webkit-animation: stop1 4s linear -5.7s infinite;
          animation: stop1 4s linear -5.7s infinite;
}
#back #stop1:nth-child(58) {
  -webkit-animation: stop1 4s linear -5.8s infinite;
          animation: stop1 4s linear -5.8s infinite;
}
#back #stop1:nth-child(59) {
  -webkit-animation: stop1 4s linear -5.9s infinite;
          animation: stop1 4s linear -5.9s infinite;
}
#back #stop1:nth-child(60) {
  -webkit-animation: stop1 4s linear -6s infinite;
          animation: stop1 4s linear -6s infinite;
}
#back #stop2:nth-child(1) {
  -webkit-animation: stop2 4s linear -0.1s infinite;
          animation: stop2 4s linear -0.1s infinite;
}
#back #stop2:nth-child(2) {
  -webkit-animation: stop2 4s linear -0.2s infinite;
          animation: stop2 4s linear -0.2s infinite;
}
#back #stop2:nth-child(3) {
  -webkit-animation: stop2 4s linear -0.3s infinite;
          animation: stop2 4s linear -0.3s infinite;
}
#back #stop2:nth-child(4) {
  -webkit-animation: stop2 4s linear -0.4s infinite;
          animation: stop2 4s linear -0.4s infinite;
}
#back #stop2:nth-child(5) {
  -webkit-animation: stop2 4s linear -0.5s infinite;
          animation: stop2 4s linear -0.5s infinite;
}
#back #stop2:nth-child(6) {
  -webkit-animation: stop2 4s linear -0.6s infinite;
          animation: stop2 4s linear -0.6s infinite;
}
#back #stop2:nth-child(7) {
  -webkit-animation: stop2 4s linear -0.7s infinite;
          animation: stop2 4s linear -0.7s infinite;
}
#back #stop2:nth-child(8) {
  -webkit-animation: stop2 4s linear -0.8s infinite;
          animation: stop2 4s linear -0.8s infinite;
}
#back #stop2:nth-child(9) {
  -webkit-animation: stop2 4s linear -0.9s infinite;
          animation: stop2 4s linear -0.9s infinite;
}
#back #stop2:nth-child(10) {
  -webkit-animation: stop2 4s linear -1s infinite;
          animation: stop2 4s linear -1s infinite;
}
#back #stop2:nth-child(11) {
  -webkit-animation: stop2 4s linear -1.1s infinite;
          animation: stop2 4s linear -1.1s infinite;
}
#back #stop2:nth-child(12) {
  -webkit-animation: stop2 4s linear -1.2s infinite;
          animation: stop2 4s linear -1.2s infinite;
}
#back #stop2:nth-child(13) {
  -webkit-animation: stop2 4s linear -1.3s infinite;
          animation: stop2 4s linear -1.3s infinite;
}
#back #stop2:nth-child(14) {
  -webkit-animation: stop2 4s linear -1.4s infinite;
          animation: stop2 4s linear -1.4s infinite;
}
#back #stop2:nth-child(15) {
  -webkit-animation: stop2 4s linear -1.5s infinite;
          animation: stop2 4s linear -1.5s infinite;
}
#back #stop2:nth-child(16) {
  -webkit-animation: stop2 4s linear -1.6s infinite;
          animation: stop2 4s linear -1.6s infinite;
}
#back #stop2:nth-child(17) {
  -webkit-animation: stop2 4s linear -1.7s infinite;
          animation: stop2 4s linear -1.7s infinite;
}
#back #stop2:nth-child(18) {
  -webkit-animation: stop2 4s linear -1.8s infinite;
          animation: stop2 4s linear -1.8s infinite;
}
#back #stop2:nth-child(19) {
  -webkit-animation: stop2 4s linear -1.9s infinite;
          animation: stop2 4s linear -1.9s infinite;
}
#back #stop2:nth-child(20) {
  -webkit-animation: stop2 4s linear -2s infinite;
          animation: stop2 4s linear -2s infinite;
}
#back #stop2:nth-child(21) {
  -webkit-animation: stop2 4s linear -2.1s infinite;
          animation: stop2 4s linear -2.1s infinite;
}
#back #stop2:nth-child(22) {
  -webkit-animation: stop2 4s linear -2.2s infinite;
          animation: stop2 4s linear -2.2s infinite;
}
#back #stop2:nth-child(23) {
  -webkit-animation: stop2 4s linear -2.3s infinite;
          animation: stop2 4s linear -2.3s infinite;
}
#back #stop2:nth-child(24) {
  -webkit-animation: stop2 4s linear -2.4s infinite;
          animation: stop2 4s linear -2.4s infinite;
}
#back #stop2:nth-child(25) {
  -webkit-animation: stop2 4s linear -2.5s infinite;
          animation: stop2 4s linear -2.5s infinite;
}
#back #stop2:nth-child(26) {
  -webkit-animation: stop2 4s linear -2.6s infinite;
          animation: stop2 4s linear -2.6s infinite;
}
#back #stop2:nth-child(27) {
  -webkit-animation: stop2 4s linear -2.7s infinite;
          animation: stop2 4s linear -2.7s infinite;
}
#back #stop2:nth-child(28) {
  -webkit-animation: stop2 4s linear -2.8s infinite;
          animation: stop2 4s linear -2.8s infinite;
}
#back #stop2:nth-child(29) {
  -webkit-animation: stop2 4s linear -2.9s infinite;
          animation: stop2 4s linear -2.9s infinite;
}
#back #stop2:nth-child(30) {
  -webkit-animation: stop2 4s linear -3s infinite;
          animation: stop2 4s linear -3s infinite;
}
#back #stop2:nth-child(31) {
  -webkit-animation: stop2 4s linear -3.1s infinite;
          animation: stop2 4s linear -3.1s infinite;
}
#back #stop2:nth-child(32) {
  -webkit-animation: stop2 4s linear -3.2s infinite;
          animation: stop2 4s linear -3.2s infinite;
}
#back #stop2:nth-child(33) {
  -webkit-animation: stop2 4s linear -3.3s infinite;
          animation: stop2 4s linear -3.3s infinite;
}
#back #stop2:nth-child(34) {
  -webkit-animation: stop2 4s linear -3.4s infinite;
          animation: stop2 4s linear -3.4s infinite;
}
#back #stop2:nth-child(35) {
  -webkit-animation: stop2 4s linear -3.5s infinite;
          animation: stop2 4s linear -3.5s infinite;
}
#back #stop2:nth-child(36) {
  -webkit-animation: stop2 4s linear -3.6s infinite;
          animation: stop2 4s linear -3.6s infinite;
}
#back #stop2:nth-child(37) {
  -webkit-animation: stop2 4s linear -3.7s infinite;
          animation: stop2 4s linear -3.7s infinite;
}
#back #stop2:nth-child(38) {
  -webkit-animation: stop2 4s linear -3.8s infinite;
          animation: stop2 4s linear -3.8s infinite;
}
#back #stop2:nth-child(39) {
  -webkit-animation: stop2 4s linear -3.9s infinite;
          animation: stop2 4s linear -3.9s infinite;
}
#back #stop2:nth-child(40) {
  -webkit-animation: stop2 4s linear -4s infinite;
          animation: stop2 4s linear -4s infinite;
}
#back #stop2:nth-child(41) {
  -webkit-animation: stop2 4s linear -4.1s infinite;
          animation: stop2 4s linear -4.1s infinite;
}
#back #stop2:nth-child(42) {
  -webkit-animation: stop2 4s linear -4.2s infinite;
          animation: stop2 4s linear -4.2s infinite;
}
#back #stop2:nth-child(43) {
  -webkit-animation: stop2 4s linear -4.3s infinite;
          animation: stop2 4s linear -4.3s infinite;
}
#back #stop2:nth-child(44) {
  -webkit-animation: stop2 4s linear -4.4s infinite;
          animation: stop2 4s linear -4.4s infinite;
}
#back #stop2:nth-child(45) {
  -webkit-animation: stop2 4s linear -4.5s infinite;
          animation: stop2 4s linear -4.5s infinite;
}
#back #stop2:nth-child(46) {
  -webkit-animation: stop2 4s linear -4.6s infinite;
          animation: stop2 4s linear -4.6s infinite;
}
#back #stop2:nth-child(47) {
  -webkit-animation: stop2 4s linear -4.7s infinite;
          animation: stop2 4s linear -4.7s infinite;
}
#back #stop2:nth-child(48) {
  -webkit-animation: stop2 4s linear -4.8s infinite;
          animation: stop2 4s linear -4.8s infinite;
}
#back #stop2:nth-child(49) {
  -webkit-animation: stop2 4s linear -4.9s infinite;
          animation: stop2 4s linear -4.9s infinite;
}
#back #stop2:nth-child(50) {
  -webkit-animation: stop2 4s linear -5s infinite;
          animation: stop2 4s linear -5s infinite;
}
#back #stop2:nth-child(51) {
  -webkit-animation: stop2 4s linear -5.1s infinite;
          animation: stop2 4s linear -5.1s infinite;
}
#back #stop2:nth-child(52) {
  -webkit-animation: stop2 4s linear -5.2s infinite;
          animation: stop2 4s linear -5.2s infinite;
}
#back #stop2:nth-child(53) {
  -webkit-animation: stop2 4s linear -5.3s infinite;
          animation: stop2 4s linear -5.3s infinite;
}
#back #stop2:nth-child(54) {
  -webkit-animation: stop2 4s linear -5.4s infinite;
          animation: stop2 4s linear -5.4s infinite;
}
#back #stop2:nth-child(55) {
  -webkit-animation: stop2 4s linear -5.5s infinite;
          animation: stop2 4s linear -5.5s infinite;
}
#back #stop2:nth-child(56) {
  -webkit-animation: stop2 4s linear -5.6s infinite;
          animation: stop2 4s linear -5.6s infinite;
}
#back #stop2:nth-child(57) {
  -webkit-animation: stop2 4s linear -5.7s infinite;
          animation: stop2 4s linear -5.7s infinite;
}
#back #stop2:nth-child(58) {
  -webkit-animation: stop2 4s linear -5.8s infinite;
          animation: stop2 4s linear -5.8s infinite;
}
#back #stop2:nth-child(59) {
  -webkit-animation: stop2 4s linear -5.9s infinite;
          animation: stop2 4s linear -5.9s infinite;
}
#back #stop2:nth-child(60) {
  -webkit-animation: stop2 4s linear -6s infinite;
          animation: stop2 4s linear -6s infinite;
}

@-webkit-keyframes stop1 {
  0% {
    stop-color: #ffe000;
    stroke-width: 2px;
  }
  50% {
    stop-color: #ecf985;
    stroke-width: 1px;
  }
  70% {
    stroke-width: 0.75px;
  }
  100% {
    stop-color: #ffe000;
  }
}

@keyframes stop1 {
  0% {
    stop-color: #ffe000;
    stroke-width: 2px;
  }
  50% {
    stop-color: #ecf985;
    stroke-width: 1px;
  }
  70% {
    stroke-width: 0.75px;
  }
  100% {
    stop-color: #ffe000;
  }
}
@-webkit-keyframes stop2 {
  0% {
    stop-color: #ffe000;
  }
  50% {
    stroke: #64ff00;
  }
  75% {
    stop-color: #ecf985;
  }
  100% {
    stop-color: #ffe000;
  }
}
@keyframes stop2 {
  0% {
    stop-color: #ffe000;
  }
  50% {
    stroke: #64ff00;
  }
  75% {
    stop-color: #ecf985;
  }
  100% {
    stop-color: #ffe000;
  }
}
#home_mvGrafic_middle path {
  stroke: url(#home_mvGrafic_middleGrade);
}
#home_mvGrafic_middle #grade1:nth-child(1) {
  -webkit-animation: grade1 5s linear -0.1s infinite;
          animation: grade1 5s linear -0.1s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(2) {
  -webkit-animation: grade1 5s linear -0.2s infinite;
          animation: grade1 5s linear -0.2s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(3) {
  -webkit-animation: grade1 5s linear -0.3s infinite;
          animation: grade1 5s linear -0.3s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(4) {
  -webkit-animation: grade1 5s linear -0.4s infinite;
          animation: grade1 5s linear -0.4s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(5) {
  -webkit-animation: grade1 5s linear -0.5s infinite;
          animation: grade1 5s linear -0.5s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(6) {
  -webkit-animation: grade1 5s linear -0.6s infinite;
          animation: grade1 5s linear -0.6s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(7) {
  -webkit-animation: grade1 5s linear -0.7s infinite;
          animation: grade1 5s linear -0.7s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(8) {
  -webkit-animation: grade1 5s linear -0.8s infinite;
          animation: grade1 5s linear -0.8s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(9) {
  -webkit-animation: grade1 5s linear -0.9s infinite;
          animation: grade1 5s linear -0.9s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(10) {
  -webkit-animation: grade1 5s linear -1s infinite;
          animation: grade1 5s linear -1s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(11) {
  -webkit-animation: grade1 5s linear -1.1s infinite;
          animation: grade1 5s linear -1.1s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(12) {
  -webkit-animation: grade1 5s linear -1.2s infinite;
          animation: grade1 5s linear -1.2s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(13) {
  -webkit-animation: grade1 5s linear -1.3s infinite;
          animation: grade1 5s linear -1.3s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(14) {
  -webkit-animation: grade1 5s linear -1.4s infinite;
          animation: grade1 5s linear -1.4s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(15) {
  -webkit-animation: grade1 5s linear -1.5s infinite;
          animation: grade1 5s linear -1.5s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(16) {
  -webkit-animation: grade1 5s linear -1.6s infinite;
          animation: grade1 5s linear -1.6s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(17) {
  -webkit-animation: grade1 5s linear -1.7s infinite;
          animation: grade1 5s linear -1.7s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(18) {
  -webkit-animation: grade1 5s linear -1.8s infinite;
          animation: grade1 5s linear -1.8s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(19) {
  -webkit-animation: grade1 5s linear -1.9s infinite;
          animation: grade1 5s linear -1.9s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(20) {
  -webkit-animation: grade1 5s linear -2s infinite;
          animation: grade1 5s linear -2s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(21) {
  -webkit-animation: grade1 5s linear -2.1s infinite;
          animation: grade1 5s linear -2.1s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(22) {
  -webkit-animation: grade1 5s linear -2.2s infinite;
          animation: grade1 5s linear -2.2s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(23) {
  -webkit-animation: grade1 5s linear -2.3s infinite;
          animation: grade1 5s linear -2.3s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(24) {
  -webkit-animation: grade1 5s linear -2.4s infinite;
          animation: grade1 5s linear -2.4s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(25) {
  -webkit-animation: grade1 5s linear -2.5s infinite;
          animation: grade1 5s linear -2.5s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(26) {
  -webkit-animation: grade1 5s linear -2.6s infinite;
          animation: grade1 5s linear -2.6s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(27) {
  -webkit-animation: grade1 5s linear -2.7s infinite;
          animation: grade1 5s linear -2.7s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(28) {
  -webkit-animation: grade1 5s linear -2.8s infinite;
          animation: grade1 5s linear -2.8s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(29) {
  -webkit-animation: grade1 5s linear -2.9s infinite;
          animation: grade1 5s linear -2.9s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(30) {
  -webkit-animation: grade1 5s linear -3s infinite;
          animation: grade1 5s linear -3s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(31) {
  -webkit-animation: grade1 5s linear -3.1s infinite;
          animation: grade1 5s linear -3.1s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(32) {
  -webkit-animation: grade1 5s linear -3.2s infinite;
          animation: grade1 5s linear -3.2s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(33) {
  -webkit-animation: grade1 5s linear -3.3s infinite;
          animation: grade1 5s linear -3.3s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(34) {
  -webkit-animation: grade1 5s linear -3.4s infinite;
          animation: grade1 5s linear -3.4s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(35) {
  -webkit-animation: grade1 5s linear -3.5s infinite;
          animation: grade1 5s linear -3.5s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(36) {
  -webkit-animation: grade1 5s linear -3.6s infinite;
          animation: grade1 5s linear -3.6s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(37) {
  -webkit-animation: grade1 5s linear -3.7s infinite;
          animation: grade1 5s linear -3.7s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(38) {
  -webkit-animation: grade1 5s linear -3.8s infinite;
          animation: grade1 5s linear -3.8s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(39) {
  -webkit-animation: grade1 5s linear -3.9s infinite;
          animation: grade1 5s linear -3.9s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(40) {
  -webkit-animation: grade1 5s linear -4s infinite;
          animation: grade1 5s linear -4s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(41) {
  -webkit-animation: grade1 5s linear -4.1s infinite;
          animation: grade1 5s linear -4.1s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(42) {
  -webkit-animation: grade1 5s linear -4.2s infinite;
          animation: grade1 5s linear -4.2s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(43) {
  -webkit-animation: grade1 5s linear -4.3s infinite;
          animation: grade1 5s linear -4.3s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(44) {
  -webkit-animation: grade1 5s linear -4.4s infinite;
          animation: grade1 5s linear -4.4s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(45) {
  -webkit-animation: grade1 5s linear -4.5s infinite;
          animation: grade1 5s linear -4.5s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(46) {
  -webkit-animation: grade1 5s linear -4.6s infinite;
          animation: grade1 5s linear -4.6s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(47) {
  -webkit-animation: grade1 5s linear -4.7s infinite;
          animation: grade1 5s linear -4.7s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(48) {
  -webkit-animation: grade1 5s linear -4.8s infinite;
          animation: grade1 5s linear -4.8s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(49) {
  -webkit-animation: grade1 5s linear -4.9s infinite;
          animation: grade1 5s linear -4.9s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(50) {
  -webkit-animation: grade1 5s linear -5s infinite;
          animation: grade1 5s linear -5s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(51) {
  -webkit-animation: grade1 5s linear -5.1s infinite;
          animation: grade1 5s linear -5.1s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(52) {
  -webkit-animation: grade1 5s linear -5.2s infinite;
          animation: grade1 5s linear -5.2s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(53) {
  -webkit-animation: grade1 5s linear -5.3s infinite;
          animation: grade1 5s linear -5.3s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(54) {
  -webkit-animation: grade1 5s linear -5.4s infinite;
          animation: grade1 5s linear -5.4s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(55) {
  -webkit-animation: grade1 5s linear -5.5s infinite;
          animation: grade1 5s linear -5.5s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(56) {
  -webkit-animation: grade1 5s linear -5.6s infinite;
          animation: grade1 5s linear -5.6s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(57) {
  -webkit-animation: grade1 5s linear -5.7s infinite;
          animation: grade1 5s linear -5.7s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(58) {
  -webkit-animation: grade1 5s linear -5.8s infinite;
          animation: grade1 5s linear -5.8s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(59) {
  -webkit-animation: grade1 5s linear -5.9s infinite;
          animation: grade1 5s linear -5.9s infinite;
}
#home_mvGrafic_middle #grade1:nth-child(60) {
  -webkit-animation: grade1 5s linear -6s infinite;
          animation: grade1 5s linear -6s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(1) {
  -webkit-animation: grade2 5s linear -0.1s infinite;
          animation: grade2 5s linear -0.1s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(2) {
  -webkit-animation: grade2 5s linear -0.2s infinite;
          animation: grade2 5s linear -0.2s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(3) {
  -webkit-animation: grade2 5s linear -0.3s infinite;
          animation: grade2 5s linear -0.3s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(4) {
  -webkit-animation: grade2 5s linear -0.4s infinite;
          animation: grade2 5s linear -0.4s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(5) {
  -webkit-animation: grade2 5s linear -0.5s infinite;
          animation: grade2 5s linear -0.5s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(6) {
  -webkit-animation: grade2 5s linear -0.6s infinite;
          animation: grade2 5s linear -0.6s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(7) {
  -webkit-animation: grade2 5s linear -0.7s infinite;
          animation: grade2 5s linear -0.7s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(8) {
  -webkit-animation: grade2 5s linear -0.8s infinite;
          animation: grade2 5s linear -0.8s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(9) {
  -webkit-animation: grade2 5s linear -0.9s infinite;
          animation: grade2 5s linear -0.9s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(10) {
  -webkit-animation: grade2 5s linear -1s infinite;
          animation: grade2 5s linear -1s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(11) {
  -webkit-animation: grade2 5s linear -1.1s infinite;
          animation: grade2 5s linear -1.1s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(12) {
  -webkit-animation: grade2 5s linear -1.2s infinite;
          animation: grade2 5s linear -1.2s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(13) {
  -webkit-animation: grade2 5s linear -1.3s infinite;
          animation: grade2 5s linear -1.3s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(14) {
  -webkit-animation: grade2 5s linear -1.4s infinite;
          animation: grade2 5s linear -1.4s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(15) {
  -webkit-animation: grade2 5s linear -1.5s infinite;
          animation: grade2 5s linear -1.5s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(16) {
  -webkit-animation: grade2 5s linear -1.6s infinite;
          animation: grade2 5s linear -1.6s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(17) {
  -webkit-animation: grade2 5s linear -1.7s infinite;
          animation: grade2 5s linear -1.7s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(18) {
  -webkit-animation: grade2 5s linear -1.8s infinite;
          animation: grade2 5s linear -1.8s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(19) {
  -webkit-animation: grade2 5s linear -1.9s infinite;
          animation: grade2 5s linear -1.9s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(20) {
  -webkit-animation: grade2 5s linear -2s infinite;
          animation: grade2 5s linear -2s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(21) {
  -webkit-animation: grade2 5s linear -2.1s infinite;
          animation: grade2 5s linear -2.1s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(22) {
  -webkit-animation: grade2 5s linear -2.2s infinite;
          animation: grade2 5s linear -2.2s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(23) {
  -webkit-animation: grade2 5s linear -2.3s infinite;
          animation: grade2 5s linear -2.3s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(24) {
  -webkit-animation: grade2 5s linear -2.4s infinite;
          animation: grade2 5s linear -2.4s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(25) {
  -webkit-animation: grade2 5s linear -2.5s infinite;
          animation: grade2 5s linear -2.5s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(26) {
  -webkit-animation: grade2 5s linear -2.6s infinite;
          animation: grade2 5s linear -2.6s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(27) {
  -webkit-animation: grade2 5s linear -2.7s infinite;
          animation: grade2 5s linear -2.7s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(28) {
  -webkit-animation: grade2 5s linear -2.8s infinite;
          animation: grade2 5s linear -2.8s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(29) {
  -webkit-animation: grade2 5s linear -2.9s infinite;
          animation: grade2 5s linear -2.9s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(30) {
  -webkit-animation: grade2 5s linear -3s infinite;
          animation: grade2 5s linear -3s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(31) {
  -webkit-animation: grade2 5s linear -3.1s infinite;
          animation: grade2 5s linear -3.1s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(32) {
  -webkit-animation: grade2 5s linear -3.2s infinite;
          animation: grade2 5s linear -3.2s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(33) {
  -webkit-animation: grade2 5s linear -3.3s infinite;
          animation: grade2 5s linear -3.3s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(34) {
  -webkit-animation: grade2 5s linear -3.4s infinite;
          animation: grade2 5s linear -3.4s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(35) {
  -webkit-animation: grade2 5s linear -3.5s infinite;
          animation: grade2 5s linear -3.5s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(36) {
  -webkit-animation: grade2 5s linear -3.6s infinite;
          animation: grade2 5s linear -3.6s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(37) {
  -webkit-animation: grade2 5s linear -3.7s infinite;
          animation: grade2 5s linear -3.7s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(38) {
  -webkit-animation: grade2 5s linear -3.8s infinite;
          animation: grade2 5s linear -3.8s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(39) {
  -webkit-animation: grade2 5s linear -3.9s infinite;
          animation: grade2 5s linear -3.9s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(40) {
  -webkit-animation: grade2 5s linear -4s infinite;
          animation: grade2 5s linear -4s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(41) {
  -webkit-animation: grade2 5s linear -4.1s infinite;
          animation: grade2 5s linear -4.1s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(42) {
  -webkit-animation: grade2 5s linear -4.2s infinite;
          animation: grade2 5s linear -4.2s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(43) {
  -webkit-animation: grade2 5s linear -4.3s infinite;
          animation: grade2 5s linear -4.3s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(44) {
  -webkit-animation: grade2 5s linear -4.4s infinite;
          animation: grade2 5s linear -4.4s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(45) {
  -webkit-animation: grade2 5s linear -4.5s infinite;
          animation: grade2 5s linear -4.5s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(46) {
  -webkit-animation: grade2 5s linear -4.6s infinite;
          animation: grade2 5s linear -4.6s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(47) {
  -webkit-animation: grade2 5s linear -4.7s infinite;
          animation: grade2 5s linear -4.7s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(48) {
  -webkit-animation: grade2 5s linear -4.8s infinite;
          animation: grade2 5s linear -4.8s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(49) {
  -webkit-animation: grade2 5s linear -4.9s infinite;
          animation: grade2 5s linear -4.9s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(50) {
  -webkit-animation: grade2 5s linear -5s infinite;
          animation: grade2 5s linear -5s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(51) {
  -webkit-animation: grade2 5s linear -5.1s infinite;
          animation: grade2 5s linear -5.1s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(52) {
  -webkit-animation: grade2 5s linear -5.2s infinite;
          animation: grade2 5s linear -5.2s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(53) {
  -webkit-animation: grade2 5s linear -5.3s infinite;
          animation: grade2 5s linear -5.3s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(54) {
  -webkit-animation: grade2 5s linear -5.4s infinite;
          animation: grade2 5s linear -5.4s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(55) {
  -webkit-animation: grade2 5s linear -5.5s infinite;
          animation: grade2 5s linear -5.5s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(56) {
  -webkit-animation: grade2 5s linear -5.6s infinite;
          animation: grade2 5s linear -5.6s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(57) {
  -webkit-animation: grade2 5s linear -5.7s infinite;
          animation: grade2 5s linear -5.7s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(58) {
  -webkit-animation: grade2 5s linear -5.8s infinite;
          animation: grade2 5s linear -5.8s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(59) {
  -webkit-animation: grade2 5s linear -5.9s infinite;
          animation: grade2 5s linear -5.9s infinite;
}
#home_mvGrafic_middle #grade2:nth-child(60) {
  -webkit-animation: grade2 5s linear -6s infinite;
          animation: grade2 5s linear -6s infinite;
}

@-webkit-keyframes grade1 {
  0% {
    stop-color: #ffe000;
    stroke-width: 1.25px;
  }
  40% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: #64ff00;
    stroke-width: 2px;
  }
  55% {
    stop-color: #ffe000;
    stroke-width: 1px;
  }
  75% {
    stop-color: #64ff00;
  }
  95% {
    stop-color: #64ff00;
    stroke-width: 2px;
  }
  100% {
    stop-color: #ffe000;
  }
}

@keyframes grade1 {
  0% {
    stop-color: #ffe000;
    stroke-width: 1.25px;
  }
  40% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: #64ff00;
    stroke-width: 2px;
  }
  55% {
    stop-color: #ffe000;
    stroke-width: 1px;
  }
  75% {
    stop-color: #64ff00;
  }
  95% {
    stop-color: #64ff00;
    stroke-width: 2px;
  }
  100% {
    stop-color: #ffe000;
  }
}
@-webkit-keyframes grade2 {
  0% {
    stop-color: #64ff00;
  }
  45% {
    stop-color: #64ff00;
  }
  50% {
    stop-color: #ffe000;
  }
  65% {
    stop-color: #ecf985;
  }
  70% {
    stop-color: #64ff00;
  }
  100% {
    stop-color: #64ff00;
  }
}
@keyframes grade2 {
  0% {
    stop-color: #64ff00;
  }
  45% {
    stop-color: #64ff00;
  }
  50% {
    stop-color: #ffe000;
  }
  65% {
    stop-color: #ecf985;
  }
  70% {
    stop-color: #64ff00;
  }
  100% {
    stop-color: #64ff00;
  }
}
#grade_testArea2 path {
  stroke: url(#grade_test2);
}
#grade_testArea2 #grade3:nth-child(1) {
  -webkit-animation: grade3 12s linear -1s infinite;
          animation: grade3 12s linear -1s infinite;
}
#grade_testArea2 #grade3:nth-child(2) {
  -webkit-animation: grade3 12s linear -2s infinite;
          animation: grade3 12s linear -2s infinite;
}
#grade_testArea2 #grade3:nth-child(3) {
  -webkit-animation: grade3 12s linear -3s infinite;
          animation: grade3 12s linear -3s infinite;
}
#grade_testArea2 #grade3:nth-child(4) {
  -webkit-animation: grade3 12s linear -4s infinite;
          animation: grade3 12s linear -4s infinite;
}
#grade_testArea2 #grade3:nth-child(5) {
  -webkit-animation: grade3 12s linear -5s infinite;
          animation: grade3 12s linear -5s infinite;
}
#grade_testArea2 #grade3:nth-child(6) {
  -webkit-animation: grade3 12s linear -6s infinite;
          animation: grade3 12s linear -6s infinite;
}
#grade_testArea2 #grade3:nth-child(7) {
  -webkit-animation: grade3 12s linear -7s infinite;
          animation: grade3 12s linear -7s infinite;
}
#grade_testArea2 #grade3:nth-child(8) {
  -webkit-animation: grade3 12s linear -8s infinite;
          animation: grade3 12s linear -8s infinite;
}
#grade_testArea2 #grade3:nth-child(9) {
  -webkit-animation: grade3 12s linear -9s infinite;
          animation: grade3 12s linear -9s infinite;
}
#grade_testArea2 #grade3:nth-child(10) {
  -webkit-animation: grade3 12s linear -10s infinite;
          animation: grade3 12s linear -10s infinite;
}
#grade_testArea2 #grade3:nth-child(11) {
  -webkit-animation: grade3 12s linear -11s infinite;
          animation: grade3 12s linear -11s infinite;
}
#grade_testArea2 #grade3:nth-child(12) {
  -webkit-animation: grade3 12s linear -12s infinite;
          animation: grade3 12s linear -12s infinite;
}
#grade_testArea2 #grade3:nth-child(13) {
  -webkit-animation: grade3 12s linear -13s infinite;
          animation: grade3 12s linear -13s infinite;
}
#grade_testArea2 #grade3:nth-child(14) {
  -webkit-animation: grade3 12s linear -14s infinite;
          animation: grade3 12s linear -14s infinite;
}
#grade_testArea2 #grade3:nth-child(15) {
  -webkit-animation: grade3 12s linear -15s infinite;
          animation: grade3 12s linear -15s infinite;
}
#grade_testArea2 #grade3:nth-child(16) {
  -webkit-animation: grade3 12s linear -16s infinite;
          animation: grade3 12s linear -16s infinite;
}
#grade_testArea2 #grade3:nth-child(17) {
  -webkit-animation: grade3 12s linear -17s infinite;
          animation: grade3 12s linear -17s infinite;
}
#grade_testArea2 #grade3:nth-child(18) {
  -webkit-animation: grade3 12s linear -18s infinite;
          animation: grade3 12s linear -18s infinite;
}
#grade_testArea2 #grade3:nth-child(19) {
  -webkit-animation: grade3 12s linear -19s infinite;
          animation: grade3 12s linear -19s infinite;
}
#grade_testArea2 #grade3:nth-child(20) {
  -webkit-animation: grade3 12s linear -20s infinite;
          animation: grade3 12s linear -20s infinite;
}
#grade_testArea2 #grade3:nth-child(21) {
  -webkit-animation: grade3 12s linear -21s infinite;
          animation: grade3 12s linear -21s infinite;
}
#grade_testArea2 #grade3:nth-child(22) {
  -webkit-animation: grade3 12s linear -22s infinite;
          animation: grade3 12s linear -22s infinite;
}
#grade_testArea2 #grade3:nth-child(23) {
  -webkit-animation: grade3 12s linear -23s infinite;
          animation: grade3 12s linear -23s infinite;
}
#grade_testArea2 #grade3:nth-child(24) {
  -webkit-animation: grade3 12s linear -24s infinite;
          animation: grade3 12s linear -24s infinite;
}
#grade_testArea2 #grade3:nth-child(25) {
  -webkit-animation: grade3 12s linear -25s infinite;
          animation: grade3 12s linear -25s infinite;
}
#grade_testArea2 #grade3:nth-child(26) {
  -webkit-animation: grade3 12s linear -26s infinite;
          animation: grade3 12s linear -26s infinite;
}
#grade_testArea2 #grade3:nth-child(27) {
  -webkit-animation: grade3 12s linear -27s infinite;
          animation: grade3 12s linear -27s infinite;
}
#grade_testArea2 #grade3:nth-child(28) {
  -webkit-animation: grade3 12s linear -28s infinite;
          animation: grade3 12s linear -28s infinite;
}
#grade_testArea2 #grade3:nth-child(29) {
  -webkit-animation: grade3 12s linear -29s infinite;
          animation: grade3 12s linear -29s infinite;
}
#grade_testArea2 #grade3:nth-child(30) {
  -webkit-animation: grade3 12s linear -30s infinite;
          animation: grade3 12s linear -30s infinite;
}
#grade_testArea2 #grade3:nth-child(31) {
  -webkit-animation: grade3 12s linear -31s infinite;
          animation: grade3 12s linear -31s infinite;
}
#grade_testArea2 #grade3:nth-child(32) {
  -webkit-animation: grade3 12s linear -32s infinite;
          animation: grade3 12s linear -32s infinite;
}
#grade_testArea2 #grade4:nth-child(1) {
  -webkit-animation: grade4 12s linear -1s infinite;
          animation: grade4 12s linear -1s infinite;
}
#grade_testArea2 #grade4:nth-child(2) {
  -webkit-animation: grade4 12s linear -2s infinite;
          animation: grade4 12s linear -2s infinite;
}
#grade_testArea2 #grade4:nth-child(3) {
  -webkit-animation: grade4 12s linear -3s infinite;
          animation: grade4 12s linear -3s infinite;
}
#grade_testArea2 #grade4:nth-child(4) {
  -webkit-animation: grade4 12s linear -4s infinite;
          animation: grade4 12s linear -4s infinite;
}
#grade_testArea2 #grade4:nth-child(5) {
  -webkit-animation: grade4 12s linear -5s infinite;
          animation: grade4 12s linear -5s infinite;
}
#grade_testArea2 #grade4:nth-child(6) {
  -webkit-animation: grade4 12s linear -6s infinite;
          animation: grade4 12s linear -6s infinite;
}
#grade_testArea2 #grade4:nth-child(7) {
  -webkit-animation: grade4 12s linear -7s infinite;
          animation: grade4 12s linear -7s infinite;
}
#grade_testArea2 #grade4:nth-child(8) {
  -webkit-animation: grade4 12s linear -8s infinite;
          animation: grade4 12s linear -8s infinite;
}
#grade_testArea2 #grade4:nth-child(9) {
  -webkit-animation: grade4 12s linear -9s infinite;
          animation: grade4 12s linear -9s infinite;
}
#grade_testArea2 #grade4:nth-child(10) {
  -webkit-animation: grade4 12s linear -10s infinite;
          animation: grade4 12s linear -10s infinite;
}
#grade_testArea2 #grade4:nth-child(11) {
  -webkit-animation: grade4 12s linear -11s infinite;
          animation: grade4 12s linear -11s infinite;
}
#grade_testArea2 #grade4:nth-child(12) {
  -webkit-animation: grade4 12s linear -12s infinite;
          animation: grade4 12s linear -12s infinite;
}
#grade_testArea2 #grade4:nth-child(13) {
  -webkit-animation: grade4 12s linear -13s infinite;
          animation: grade4 12s linear -13s infinite;
}
#grade_testArea2 #grade4:nth-child(14) {
  -webkit-animation: grade4 12s linear -14s infinite;
          animation: grade4 12s linear -14s infinite;
}
#grade_testArea2 #grade4:nth-child(15) {
  -webkit-animation: grade4 12s linear -15s infinite;
          animation: grade4 12s linear -15s infinite;
}
#grade_testArea2 #grade4:nth-child(16) {
  -webkit-animation: grade4 12s linear -16s infinite;
          animation: grade4 12s linear -16s infinite;
}
#grade_testArea2 #grade4:nth-child(17) {
  -webkit-animation: grade4 12s linear -17s infinite;
          animation: grade4 12s linear -17s infinite;
}
#grade_testArea2 #grade4:nth-child(18) {
  -webkit-animation: grade4 12s linear -18s infinite;
          animation: grade4 12s linear -18s infinite;
}
#grade_testArea2 #grade4:nth-child(19) {
  -webkit-animation: grade4 12s linear -19s infinite;
          animation: grade4 12s linear -19s infinite;
}
#grade_testArea2 #grade4:nth-child(20) {
  -webkit-animation: grade4 12s linear -20s infinite;
          animation: grade4 12s linear -20s infinite;
}
#grade_testArea2 #grade4:nth-child(21) {
  -webkit-animation: grade4 12s linear -21s infinite;
          animation: grade4 12s linear -21s infinite;
}
#grade_testArea2 #grade4:nth-child(22) {
  -webkit-animation: grade4 12s linear -22s infinite;
          animation: grade4 12s linear -22s infinite;
}
#grade_testArea2 #grade4:nth-child(23) {
  -webkit-animation: grade4 12s linear -23s infinite;
          animation: grade4 12s linear -23s infinite;
}
#grade_testArea2 #grade4:nth-child(24) {
  -webkit-animation: grade4 12s linear -24s infinite;
          animation: grade4 12s linear -24s infinite;
}
#grade_testArea2 #grade4:nth-child(25) {
  -webkit-animation: grade4 12s linear -25s infinite;
          animation: grade4 12s linear -25s infinite;
}
#grade_testArea2 #grade4:nth-child(26) {
  -webkit-animation: grade4 12s linear -26s infinite;
          animation: grade4 12s linear -26s infinite;
}
#grade_testArea2 #grade4:nth-child(27) {
  -webkit-animation: grade4 12s linear -27s infinite;
          animation: grade4 12s linear -27s infinite;
}
#grade_testArea2 #grade4:nth-child(28) {
  -webkit-animation: grade4 12s linear -28s infinite;
          animation: grade4 12s linear -28s infinite;
}
#grade_testArea2 #grade4:nth-child(29) {
  -webkit-animation: grade4 12s linear -29s infinite;
          animation: grade4 12s linear -29s infinite;
}
#grade_testArea2 #grade4:nth-child(30) {
  -webkit-animation: grade4 12s linear -30s infinite;
          animation: grade4 12s linear -30s infinite;
}
#grade_testArea2 #grade4:nth-child(31) {
  -webkit-animation: grade4 12s linear -31s infinite;
          animation: grade4 12s linear -31s infinite;
}
#grade_testArea2 #grade4:nth-child(32) {
  -webkit-animation: grade4 12s linear -32s infinite;
          animation: grade4 12s linear -32s infinite;
}

@-webkit-keyframes grade3 {
  4% {
    stop-color: #ffe000;
    stroke-width: 3px;
  }
  10% {
    stop-color: red;
    stroke-width: 1px;
  }
  20% {
    stop-color: #ffe000;
    stroke-width: 3px;
  }
  30% {
    stop-color: red;
    stroke-width: 1px;
  }
  40% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: red;
    stroke-width: 1px;
  }
  60% {
    stop-color: #ffe000;
    stroke-width: 3px;
  }
  70% {
    stop-color: red;
    stroke-width: 1px;
  }
}

@keyframes grade3 {
  4% {
    stop-color: #ffe000;
    stroke-width: 3px;
  }
  10% {
    stop-color: red;
    stroke-width: 1px;
  }
  20% {
    stop-color: #ffe000;
    stroke-width: 3px;
  }
  30% {
    stop-color: red;
    stroke-width: 1px;
  }
  40% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: red;
    stroke-width: 1px;
  }
  60% {
    stop-color: #ffe000;
    stroke-width: 3px;
  }
  70% {
    stop-color: red;
    stroke-width: 1px;
  }
}
@-webkit-keyframes grade4 {
  0% {
    stop-color: #64ff00;
    stroke-width: 3px;
  }
  50% {
    stop-color: blue;
    stroke-width: 1px;
  }
  100% {
    stop-color: #64ff00;
    stroke-width: 3px;
  }
}
@keyframes grade4 {
  0% {
    stop-color: #64ff00;
    stroke-width: 3px;
  }
  50% {
    stop-color: blue;
    stroke-width: 1px;
  }
  100% {
    stop-color: #64ff00;
    stroke-width: 3px;
  }
}
.ly_pageBottom_bg1 path {
  stroke: url(#pageBottom_bg1);
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(1) {
  -webkit-animation: pageBottom_grade1-1 35s linear -0.5s infinite;
          animation: pageBottom_grade1-1 35s linear -0.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(2) {
  -webkit-animation: pageBottom_grade1-1 35s linear -1s infinite;
          animation: pageBottom_grade1-1 35s linear -1s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(3) {
  -webkit-animation: pageBottom_grade1-1 35s linear -1.5s infinite;
          animation: pageBottom_grade1-1 35s linear -1.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(4) {
  -webkit-animation: pageBottom_grade1-1 35s linear -2s infinite;
          animation: pageBottom_grade1-1 35s linear -2s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(5) {
  -webkit-animation: pageBottom_grade1-1 35s linear -2.5s infinite;
          animation: pageBottom_grade1-1 35s linear -2.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(6) {
  -webkit-animation: pageBottom_grade1-1 35s linear -3s infinite;
          animation: pageBottom_grade1-1 35s linear -3s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(7) {
  -webkit-animation: pageBottom_grade1-1 35s linear -3.5s infinite;
          animation: pageBottom_grade1-1 35s linear -3.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(8) {
  -webkit-animation: pageBottom_grade1-1 35s linear -4s infinite;
          animation: pageBottom_grade1-1 35s linear -4s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(9) {
  -webkit-animation: pageBottom_grade1-1 35s linear -4.5s infinite;
          animation: pageBottom_grade1-1 35s linear -4.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(10) {
  -webkit-animation: pageBottom_grade1-1 35s linear -5s infinite;
          animation: pageBottom_grade1-1 35s linear -5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(11) {
  -webkit-animation: pageBottom_grade1-1 35s linear -5.5s infinite;
          animation: pageBottom_grade1-1 35s linear -5.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(12) {
  -webkit-animation: pageBottom_grade1-1 35s linear -6s infinite;
          animation: pageBottom_grade1-1 35s linear -6s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(13) {
  -webkit-animation: pageBottom_grade1-1 35s linear -6.5s infinite;
          animation: pageBottom_grade1-1 35s linear -6.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(14) {
  -webkit-animation: pageBottom_grade1-1 35s linear -7s infinite;
          animation: pageBottom_grade1-1 35s linear -7s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(15) {
  -webkit-animation: pageBottom_grade1-1 35s linear -7.5s infinite;
          animation: pageBottom_grade1-1 35s linear -7.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(16) {
  -webkit-animation: pageBottom_grade1-1 35s linear -8s infinite;
          animation: pageBottom_grade1-1 35s linear -8s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(17) {
  -webkit-animation: pageBottom_grade1-1 35s linear -8.5s infinite;
          animation: pageBottom_grade1-1 35s linear -8.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(18) {
  -webkit-animation: pageBottom_grade1-1 35s linear -9s infinite;
          animation: pageBottom_grade1-1 35s linear -9s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(19) {
  -webkit-animation: pageBottom_grade1-1 35s linear -9.5s infinite;
          animation: pageBottom_grade1-1 35s linear -9.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(20) {
  -webkit-animation: pageBottom_grade1-1 35s linear -10s infinite;
          animation: pageBottom_grade1-1 35s linear -10s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(21) {
  -webkit-animation: pageBottom_grade1-1 35s linear -10.5s infinite;
          animation: pageBottom_grade1-1 35s linear -10.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(22) {
  -webkit-animation: pageBottom_grade1-1 35s linear -11s infinite;
          animation: pageBottom_grade1-1 35s linear -11s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(23) {
  -webkit-animation: pageBottom_grade1-1 35s linear -11.5s infinite;
          animation: pageBottom_grade1-1 35s linear -11.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(24) {
  -webkit-animation: pageBottom_grade1-1 35s linear -12s infinite;
          animation: pageBottom_grade1-1 35s linear -12s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(25) {
  -webkit-animation: pageBottom_grade1-1 35s linear -12.5s infinite;
          animation: pageBottom_grade1-1 35s linear -12.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(26) {
  -webkit-animation: pageBottom_grade1-1 35s linear -13s infinite;
          animation: pageBottom_grade1-1 35s linear -13s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(27) {
  -webkit-animation: pageBottom_grade1-1 35s linear -13.5s infinite;
          animation: pageBottom_grade1-1 35s linear -13.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(28) {
  -webkit-animation: pageBottom_grade1-1 35s linear -14s infinite;
          animation: pageBottom_grade1-1 35s linear -14s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(29) {
  -webkit-animation: pageBottom_grade1-1 35s linear -14.5s infinite;
          animation: pageBottom_grade1-1 35s linear -14.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(30) {
  -webkit-animation: pageBottom_grade1-1 35s linear -15s infinite;
          animation: pageBottom_grade1-1 35s linear -15s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(31) {
  -webkit-animation: pageBottom_grade1-1 35s linear -15.5s infinite;
          animation: pageBottom_grade1-1 35s linear -15.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(32) {
  -webkit-animation: pageBottom_grade1-1 35s linear -16s infinite;
          animation: pageBottom_grade1-1 35s linear -16s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(33) {
  -webkit-animation: pageBottom_grade1-1 35s linear -16.5s infinite;
          animation: pageBottom_grade1-1 35s linear -16.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(34) {
  -webkit-animation: pageBottom_grade1-1 35s linear -17s infinite;
          animation: pageBottom_grade1-1 35s linear -17s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(35) {
  -webkit-animation: pageBottom_grade1-1 35s linear -17.5s infinite;
          animation: pageBottom_grade1-1 35s linear -17.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(36) {
  -webkit-animation: pageBottom_grade1-1 35s linear -18s infinite;
          animation: pageBottom_grade1-1 35s linear -18s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(37) {
  -webkit-animation: pageBottom_grade1-1 35s linear -18.5s infinite;
          animation: pageBottom_grade1-1 35s linear -18.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(38) {
  -webkit-animation: pageBottom_grade1-1 35s linear -19s infinite;
          animation: pageBottom_grade1-1 35s linear -19s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(39) {
  -webkit-animation: pageBottom_grade1-1 35s linear -19.5s infinite;
          animation: pageBottom_grade1-1 35s linear -19.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(40) {
  -webkit-animation: pageBottom_grade1-1 35s linear -20s infinite;
          animation: pageBottom_grade1-1 35s linear -20s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(41) {
  -webkit-animation: pageBottom_grade1-1 35s linear -20.5s infinite;
          animation: pageBottom_grade1-1 35s linear -20.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(42) {
  -webkit-animation: pageBottom_grade1-1 35s linear -21s infinite;
          animation: pageBottom_grade1-1 35s linear -21s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(43) {
  -webkit-animation: pageBottom_grade1-1 35s linear -21.5s infinite;
          animation: pageBottom_grade1-1 35s linear -21.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(44) {
  -webkit-animation: pageBottom_grade1-1 35s linear -22s infinite;
          animation: pageBottom_grade1-1 35s linear -22s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(45) {
  -webkit-animation: pageBottom_grade1-1 35s linear -22.5s infinite;
          animation: pageBottom_grade1-1 35s linear -22.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(46) {
  -webkit-animation: pageBottom_grade1-1 35s linear -23s infinite;
          animation: pageBottom_grade1-1 35s linear -23s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(47) {
  -webkit-animation: pageBottom_grade1-1 35s linear -23.5s infinite;
          animation: pageBottom_grade1-1 35s linear -23.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(48) {
  -webkit-animation: pageBottom_grade1-1 35s linear -24s infinite;
          animation: pageBottom_grade1-1 35s linear -24s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(49) {
  -webkit-animation: pageBottom_grade1-1 35s linear -24.5s infinite;
          animation: pageBottom_grade1-1 35s linear -24.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(50) {
  -webkit-animation: pageBottom_grade1-1 35s linear -25s infinite;
          animation: pageBottom_grade1-1 35s linear -25s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(51) {
  -webkit-animation: pageBottom_grade1-1 35s linear -25.5s infinite;
          animation: pageBottom_grade1-1 35s linear -25.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(52) {
  -webkit-animation: pageBottom_grade1-1 35s linear -26s infinite;
          animation: pageBottom_grade1-1 35s linear -26s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(53) {
  -webkit-animation: pageBottom_grade1-1 35s linear -26.5s infinite;
          animation: pageBottom_grade1-1 35s linear -26.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(54) {
  -webkit-animation: pageBottom_grade1-1 35s linear -27s infinite;
          animation: pageBottom_grade1-1 35s linear -27s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(55) {
  -webkit-animation: pageBottom_grade1-1 35s linear -27.5s infinite;
          animation: pageBottom_grade1-1 35s linear -27.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(56) {
  -webkit-animation: pageBottom_grade1-1 35s linear -28s infinite;
          animation: pageBottom_grade1-1 35s linear -28s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(57) {
  -webkit-animation: pageBottom_grade1-1 35s linear -28.5s infinite;
          animation: pageBottom_grade1-1 35s linear -28.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(58) {
  -webkit-animation: pageBottom_grade1-1 35s linear -29s infinite;
          animation: pageBottom_grade1-1 35s linear -29s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(59) {
  -webkit-animation: pageBottom_grade1-1 35s linear -29.5s infinite;
          animation: pageBottom_grade1-1 35s linear -29.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(60) {
  -webkit-animation: pageBottom_grade1-1 35s linear -30s infinite;
          animation: pageBottom_grade1-1 35s linear -30s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(61) {
  -webkit-animation: pageBottom_grade1-1 35s linear -30.5s infinite;
          animation: pageBottom_grade1-1 35s linear -30.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(62) {
  -webkit-animation: pageBottom_grade1-1 35s linear -31s infinite;
          animation: pageBottom_grade1-1 35s linear -31s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(63) {
  -webkit-animation: pageBottom_grade1-1 35s linear -31.5s infinite;
          animation: pageBottom_grade1-1 35s linear -31.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(64) {
  -webkit-animation: pageBottom_grade1-1 35s linear -32s infinite;
          animation: pageBottom_grade1-1 35s linear -32s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(65) {
  -webkit-animation: pageBottom_grade1-1 35s linear -32.5s infinite;
          animation: pageBottom_grade1-1 35s linear -32.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(66) {
  -webkit-animation: pageBottom_grade1-1 35s linear -33s infinite;
          animation: pageBottom_grade1-1 35s linear -33s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(67) {
  -webkit-animation: pageBottom_grade1-1 35s linear -33.5s infinite;
          animation: pageBottom_grade1-1 35s linear -33.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(68) {
  -webkit-animation: pageBottom_grade1-1 35s linear -34s infinite;
          animation: pageBottom_grade1-1 35s linear -34s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(69) {
  -webkit-animation: pageBottom_grade1-1 35s linear -34.5s infinite;
          animation: pageBottom_grade1-1 35s linear -34.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(70) {
  -webkit-animation: pageBottom_grade1-1 35s linear -35s infinite;
          animation: pageBottom_grade1-1 35s linear -35s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(71) {
  -webkit-animation: pageBottom_grade1-1 35s linear -35.5s infinite;
          animation: pageBottom_grade1-1 35s linear -35.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-1:nth-child(72) {
  -webkit-animation: pageBottom_grade1-1 35s linear -36s infinite;
          animation: pageBottom_grade1-1 35s linear -36s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(1) {
  -webkit-animation: pageBottom_grade1-2 35s linear -0.5s infinite;
          animation: pageBottom_grade1-2 35s linear -0.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(2) {
  -webkit-animation: pageBottom_grade1-2 35s linear -1s infinite;
          animation: pageBottom_grade1-2 35s linear -1s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(3) {
  -webkit-animation: pageBottom_grade1-2 35s linear -1.5s infinite;
          animation: pageBottom_grade1-2 35s linear -1.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(4) {
  -webkit-animation: pageBottom_grade1-2 35s linear -2s infinite;
          animation: pageBottom_grade1-2 35s linear -2s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(5) {
  -webkit-animation: pageBottom_grade1-2 35s linear -2.5s infinite;
          animation: pageBottom_grade1-2 35s linear -2.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(6) {
  -webkit-animation: pageBottom_grade1-2 35s linear -3s infinite;
          animation: pageBottom_grade1-2 35s linear -3s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(7) {
  -webkit-animation: pageBottom_grade1-2 35s linear -3.5s infinite;
          animation: pageBottom_grade1-2 35s linear -3.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(8) {
  -webkit-animation: pageBottom_grade1-2 35s linear -4s infinite;
          animation: pageBottom_grade1-2 35s linear -4s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(9) {
  -webkit-animation: pageBottom_grade1-2 35s linear -4.5s infinite;
          animation: pageBottom_grade1-2 35s linear -4.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(10) {
  -webkit-animation: pageBottom_grade1-2 35s linear -5s infinite;
          animation: pageBottom_grade1-2 35s linear -5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(11) {
  -webkit-animation: pageBottom_grade1-2 35s linear -5.5s infinite;
          animation: pageBottom_grade1-2 35s linear -5.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(12) {
  -webkit-animation: pageBottom_grade1-2 35s linear -6s infinite;
          animation: pageBottom_grade1-2 35s linear -6s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(13) {
  -webkit-animation: pageBottom_grade1-2 35s linear -6.5s infinite;
          animation: pageBottom_grade1-2 35s linear -6.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(14) {
  -webkit-animation: pageBottom_grade1-2 35s linear -7s infinite;
          animation: pageBottom_grade1-2 35s linear -7s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(15) {
  -webkit-animation: pageBottom_grade1-2 35s linear -7.5s infinite;
          animation: pageBottom_grade1-2 35s linear -7.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(16) {
  -webkit-animation: pageBottom_grade1-2 35s linear -8s infinite;
          animation: pageBottom_grade1-2 35s linear -8s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(17) {
  -webkit-animation: pageBottom_grade1-2 35s linear -8.5s infinite;
          animation: pageBottom_grade1-2 35s linear -8.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(18) {
  -webkit-animation: pageBottom_grade1-2 35s linear -9s infinite;
          animation: pageBottom_grade1-2 35s linear -9s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(19) {
  -webkit-animation: pageBottom_grade1-2 35s linear -9.5s infinite;
          animation: pageBottom_grade1-2 35s linear -9.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(20) {
  -webkit-animation: pageBottom_grade1-2 35s linear -10s infinite;
          animation: pageBottom_grade1-2 35s linear -10s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(21) {
  -webkit-animation: pageBottom_grade1-2 35s linear -10.5s infinite;
          animation: pageBottom_grade1-2 35s linear -10.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(22) {
  -webkit-animation: pageBottom_grade1-2 35s linear -11s infinite;
          animation: pageBottom_grade1-2 35s linear -11s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(23) {
  -webkit-animation: pageBottom_grade1-2 35s linear -11.5s infinite;
          animation: pageBottom_grade1-2 35s linear -11.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(24) {
  -webkit-animation: pageBottom_grade1-2 35s linear -12s infinite;
          animation: pageBottom_grade1-2 35s linear -12s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(25) {
  -webkit-animation: pageBottom_grade1-2 35s linear -12.5s infinite;
          animation: pageBottom_grade1-2 35s linear -12.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(26) {
  -webkit-animation: pageBottom_grade1-2 35s linear -13s infinite;
          animation: pageBottom_grade1-2 35s linear -13s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(27) {
  -webkit-animation: pageBottom_grade1-2 35s linear -13.5s infinite;
          animation: pageBottom_grade1-2 35s linear -13.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(28) {
  -webkit-animation: pageBottom_grade1-2 35s linear -14s infinite;
          animation: pageBottom_grade1-2 35s linear -14s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(29) {
  -webkit-animation: pageBottom_grade1-2 35s linear -14.5s infinite;
          animation: pageBottom_grade1-2 35s linear -14.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(30) {
  -webkit-animation: pageBottom_grade1-2 35s linear -15s infinite;
          animation: pageBottom_grade1-2 35s linear -15s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(31) {
  -webkit-animation: pageBottom_grade1-2 35s linear -15.5s infinite;
          animation: pageBottom_grade1-2 35s linear -15.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(32) {
  -webkit-animation: pageBottom_grade1-2 35s linear -16s infinite;
          animation: pageBottom_grade1-2 35s linear -16s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(33) {
  -webkit-animation: pageBottom_grade1-2 35s linear -16.5s infinite;
          animation: pageBottom_grade1-2 35s linear -16.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(34) {
  -webkit-animation: pageBottom_grade1-2 35s linear -17s infinite;
          animation: pageBottom_grade1-2 35s linear -17s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(35) {
  -webkit-animation: pageBottom_grade1-2 35s linear -17.5s infinite;
          animation: pageBottom_grade1-2 35s linear -17.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(36) {
  -webkit-animation: pageBottom_grade1-2 35s linear -18s infinite;
          animation: pageBottom_grade1-2 35s linear -18s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(37) {
  -webkit-animation: pageBottom_grade1-2 35s linear -18.5s infinite;
          animation: pageBottom_grade1-2 35s linear -18.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(38) {
  -webkit-animation: pageBottom_grade1-2 35s linear -19s infinite;
          animation: pageBottom_grade1-2 35s linear -19s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(39) {
  -webkit-animation: pageBottom_grade1-2 35s linear -19.5s infinite;
          animation: pageBottom_grade1-2 35s linear -19.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(40) {
  -webkit-animation: pageBottom_grade1-2 35s linear -20s infinite;
          animation: pageBottom_grade1-2 35s linear -20s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(41) {
  -webkit-animation: pageBottom_grade1-2 35s linear -20.5s infinite;
          animation: pageBottom_grade1-2 35s linear -20.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(42) {
  -webkit-animation: pageBottom_grade1-2 35s linear -21s infinite;
          animation: pageBottom_grade1-2 35s linear -21s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(43) {
  -webkit-animation: pageBottom_grade1-2 35s linear -21.5s infinite;
          animation: pageBottom_grade1-2 35s linear -21.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(44) {
  -webkit-animation: pageBottom_grade1-2 35s linear -22s infinite;
          animation: pageBottom_grade1-2 35s linear -22s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(45) {
  -webkit-animation: pageBottom_grade1-2 35s linear -22.5s infinite;
          animation: pageBottom_grade1-2 35s linear -22.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(46) {
  -webkit-animation: pageBottom_grade1-2 35s linear -23s infinite;
          animation: pageBottom_grade1-2 35s linear -23s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(47) {
  -webkit-animation: pageBottom_grade1-2 35s linear -23.5s infinite;
          animation: pageBottom_grade1-2 35s linear -23.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(48) {
  -webkit-animation: pageBottom_grade1-2 35s linear -24s infinite;
          animation: pageBottom_grade1-2 35s linear -24s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(49) {
  -webkit-animation: pageBottom_grade1-2 35s linear -24.5s infinite;
          animation: pageBottom_grade1-2 35s linear -24.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(50) {
  -webkit-animation: pageBottom_grade1-2 35s linear -25s infinite;
          animation: pageBottom_grade1-2 35s linear -25s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(51) {
  -webkit-animation: pageBottom_grade1-2 35s linear -25.5s infinite;
          animation: pageBottom_grade1-2 35s linear -25.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(52) {
  -webkit-animation: pageBottom_grade1-2 35s linear -26s infinite;
          animation: pageBottom_grade1-2 35s linear -26s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(53) {
  -webkit-animation: pageBottom_grade1-2 35s linear -26.5s infinite;
          animation: pageBottom_grade1-2 35s linear -26.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(54) {
  -webkit-animation: pageBottom_grade1-2 35s linear -27s infinite;
          animation: pageBottom_grade1-2 35s linear -27s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(55) {
  -webkit-animation: pageBottom_grade1-2 35s linear -27.5s infinite;
          animation: pageBottom_grade1-2 35s linear -27.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(56) {
  -webkit-animation: pageBottom_grade1-2 35s linear -28s infinite;
          animation: pageBottom_grade1-2 35s linear -28s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(57) {
  -webkit-animation: pageBottom_grade1-2 35s linear -28.5s infinite;
          animation: pageBottom_grade1-2 35s linear -28.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(58) {
  -webkit-animation: pageBottom_grade1-2 35s linear -29s infinite;
          animation: pageBottom_grade1-2 35s linear -29s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(59) {
  -webkit-animation: pageBottom_grade1-2 35s linear -29.5s infinite;
          animation: pageBottom_grade1-2 35s linear -29.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(60) {
  -webkit-animation: pageBottom_grade1-2 35s linear -30s infinite;
          animation: pageBottom_grade1-2 35s linear -30s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(61) {
  -webkit-animation: pageBottom_grade1-2 35s linear -30.5s infinite;
          animation: pageBottom_grade1-2 35s linear -30.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(62) {
  -webkit-animation: pageBottom_grade1-2 35s linear -31s infinite;
          animation: pageBottom_grade1-2 35s linear -31s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(63) {
  -webkit-animation: pageBottom_grade1-2 35s linear -31.5s infinite;
          animation: pageBottom_grade1-2 35s linear -31.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(64) {
  -webkit-animation: pageBottom_grade1-2 35s linear -32s infinite;
          animation: pageBottom_grade1-2 35s linear -32s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(65) {
  -webkit-animation: pageBottom_grade1-2 35s linear -32.5s infinite;
          animation: pageBottom_grade1-2 35s linear -32.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(66) {
  -webkit-animation: pageBottom_grade1-2 35s linear -33s infinite;
          animation: pageBottom_grade1-2 35s linear -33s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(67) {
  -webkit-animation: pageBottom_grade1-2 35s linear -33.5s infinite;
          animation: pageBottom_grade1-2 35s linear -33.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(68) {
  -webkit-animation: pageBottom_grade1-2 35s linear -34s infinite;
          animation: pageBottom_grade1-2 35s linear -34s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(69) {
  -webkit-animation: pageBottom_grade1-2 35s linear -34.5s infinite;
          animation: pageBottom_grade1-2 35s linear -34.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(70) {
  -webkit-animation: pageBottom_grade1-2 35s linear -35s infinite;
          animation: pageBottom_grade1-2 35s linear -35s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(71) {
  -webkit-animation: pageBottom_grade1-2 35s linear -35.5s infinite;
          animation: pageBottom_grade1-2 35s linear -35.5s infinite;
}
.ly_pageBottom_bg1 #pageBottom_grade1-2:nth-child(72) {
  -webkit-animation: pageBottom_grade1-2 35s linear -36s infinite;
          animation: pageBottom_grade1-2 35s linear -36s infinite;
}

@-webkit-keyframes pageBottom_grade1-1 {
  5% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: red;
  }
  90% {
    stop-color: #ffe000;
  }
}

@keyframes pageBottom_grade1-1 {
  5% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: red;
  }
  90% {
    stop-color: #ffe000;
  }
}
@-webkit-keyframes pageBottom_grade1-2 {
  5% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: red;
  }
  90% {
    stop-color: #ffe000;
  }
}
@keyframes pageBottom_grade1-2 {
  5% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: red;
  }
  90% {
    stop-color: #ffe000;
  }
}
.ly_pageBottom_bg2 path {
  stroke: url(#pageBottom_bg2);
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(1) {
  -webkit-animation: pageBottom_grade2-1 35s linear -0.5s infinite;
          animation: pageBottom_grade2-1 35s linear -0.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(2) {
  -webkit-animation: pageBottom_grade2-1 35s linear -1s infinite;
          animation: pageBottom_grade2-1 35s linear -1s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(3) {
  -webkit-animation: pageBottom_grade2-1 35s linear -1.5s infinite;
          animation: pageBottom_grade2-1 35s linear -1.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(4) {
  -webkit-animation: pageBottom_grade2-1 35s linear -2s infinite;
          animation: pageBottom_grade2-1 35s linear -2s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(5) {
  -webkit-animation: pageBottom_grade2-1 35s linear -2.5s infinite;
          animation: pageBottom_grade2-1 35s linear -2.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(6) {
  -webkit-animation: pageBottom_grade2-1 35s linear -3s infinite;
          animation: pageBottom_grade2-1 35s linear -3s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(7) {
  -webkit-animation: pageBottom_grade2-1 35s linear -3.5s infinite;
          animation: pageBottom_grade2-1 35s linear -3.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(8) {
  -webkit-animation: pageBottom_grade2-1 35s linear -4s infinite;
          animation: pageBottom_grade2-1 35s linear -4s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(9) {
  -webkit-animation: pageBottom_grade2-1 35s linear -4.5s infinite;
          animation: pageBottom_grade2-1 35s linear -4.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(10) {
  -webkit-animation: pageBottom_grade2-1 35s linear -5s infinite;
          animation: pageBottom_grade2-1 35s linear -5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(11) {
  -webkit-animation: pageBottom_grade2-1 35s linear -5.5s infinite;
          animation: pageBottom_grade2-1 35s linear -5.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(12) {
  -webkit-animation: pageBottom_grade2-1 35s linear -6s infinite;
          animation: pageBottom_grade2-1 35s linear -6s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(13) {
  -webkit-animation: pageBottom_grade2-1 35s linear -6.5s infinite;
          animation: pageBottom_grade2-1 35s linear -6.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(14) {
  -webkit-animation: pageBottom_grade2-1 35s linear -7s infinite;
          animation: pageBottom_grade2-1 35s linear -7s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(15) {
  -webkit-animation: pageBottom_grade2-1 35s linear -7.5s infinite;
          animation: pageBottom_grade2-1 35s linear -7.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(16) {
  -webkit-animation: pageBottom_grade2-1 35s linear -8s infinite;
          animation: pageBottom_grade2-1 35s linear -8s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(17) {
  -webkit-animation: pageBottom_grade2-1 35s linear -8.5s infinite;
          animation: pageBottom_grade2-1 35s linear -8.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(18) {
  -webkit-animation: pageBottom_grade2-1 35s linear -9s infinite;
          animation: pageBottom_grade2-1 35s linear -9s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(19) {
  -webkit-animation: pageBottom_grade2-1 35s linear -9.5s infinite;
          animation: pageBottom_grade2-1 35s linear -9.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(20) {
  -webkit-animation: pageBottom_grade2-1 35s linear -10s infinite;
          animation: pageBottom_grade2-1 35s linear -10s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(21) {
  -webkit-animation: pageBottom_grade2-1 35s linear -10.5s infinite;
          animation: pageBottom_grade2-1 35s linear -10.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(22) {
  -webkit-animation: pageBottom_grade2-1 35s linear -11s infinite;
          animation: pageBottom_grade2-1 35s linear -11s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(23) {
  -webkit-animation: pageBottom_grade2-1 35s linear -11.5s infinite;
          animation: pageBottom_grade2-1 35s linear -11.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(24) {
  -webkit-animation: pageBottom_grade2-1 35s linear -12s infinite;
          animation: pageBottom_grade2-1 35s linear -12s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(25) {
  -webkit-animation: pageBottom_grade2-1 35s linear -12.5s infinite;
          animation: pageBottom_grade2-1 35s linear -12.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(26) {
  -webkit-animation: pageBottom_grade2-1 35s linear -13s infinite;
          animation: pageBottom_grade2-1 35s linear -13s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(27) {
  -webkit-animation: pageBottom_grade2-1 35s linear -13.5s infinite;
          animation: pageBottom_grade2-1 35s linear -13.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(28) {
  -webkit-animation: pageBottom_grade2-1 35s linear -14s infinite;
          animation: pageBottom_grade2-1 35s linear -14s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(29) {
  -webkit-animation: pageBottom_grade2-1 35s linear -14.5s infinite;
          animation: pageBottom_grade2-1 35s linear -14.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(30) {
  -webkit-animation: pageBottom_grade2-1 35s linear -15s infinite;
          animation: pageBottom_grade2-1 35s linear -15s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(31) {
  -webkit-animation: pageBottom_grade2-1 35s linear -15.5s infinite;
          animation: pageBottom_grade2-1 35s linear -15.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(32) {
  -webkit-animation: pageBottom_grade2-1 35s linear -16s infinite;
          animation: pageBottom_grade2-1 35s linear -16s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(33) {
  -webkit-animation: pageBottom_grade2-1 35s linear -16.5s infinite;
          animation: pageBottom_grade2-1 35s linear -16.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(34) {
  -webkit-animation: pageBottom_grade2-1 35s linear -17s infinite;
          animation: pageBottom_grade2-1 35s linear -17s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(35) {
  -webkit-animation: pageBottom_grade2-1 35s linear -17.5s infinite;
          animation: pageBottom_grade2-1 35s linear -17.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(36) {
  -webkit-animation: pageBottom_grade2-1 35s linear -18s infinite;
          animation: pageBottom_grade2-1 35s linear -18s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(37) {
  -webkit-animation: pageBottom_grade2-1 35s linear -18.5s infinite;
          animation: pageBottom_grade2-1 35s linear -18.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(38) {
  -webkit-animation: pageBottom_grade2-1 35s linear -19s infinite;
          animation: pageBottom_grade2-1 35s linear -19s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(39) {
  -webkit-animation: pageBottom_grade2-1 35s linear -19.5s infinite;
          animation: pageBottom_grade2-1 35s linear -19.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(40) {
  -webkit-animation: pageBottom_grade2-1 35s linear -20s infinite;
          animation: pageBottom_grade2-1 35s linear -20s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(41) {
  -webkit-animation: pageBottom_grade2-1 35s linear -20.5s infinite;
          animation: pageBottom_grade2-1 35s linear -20.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(42) {
  -webkit-animation: pageBottom_grade2-1 35s linear -21s infinite;
          animation: pageBottom_grade2-1 35s linear -21s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(43) {
  -webkit-animation: pageBottom_grade2-1 35s linear -21.5s infinite;
          animation: pageBottom_grade2-1 35s linear -21.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(44) {
  -webkit-animation: pageBottom_grade2-1 35s linear -22s infinite;
          animation: pageBottom_grade2-1 35s linear -22s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(45) {
  -webkit-animation: pageBottom_grade2-1 35s linear -22.5s infinite;
          animation: pageBottom_grade2-1 35s linear -22.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(46) {
  -webkit-animation: pageBottom_grade2-1 35s linear -23s infinite;
          animation: pageBottom_grade2-1 35s linear -23s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(47) {
  -webkit-animation: pageBottom_grade2-1 35s linear -23.5s infinite;
          animation: pageBottom_grade2-1 35s linear -23.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(48) {
  -webkit-animation: pageBottom_grade2-1 35s linear -24s infinite;
          animation: pageBottom_grade2-1 35s linear -24s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(49) {
  -webkit-animation: pageBottom_grade2-1 35s linear -24.5s infinite;
          animation: pageBottom_grade2-1 35s linear -24.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(50) {
  -webkit-animation: pageBottom_grade2-1 35s linear -25s infinite;
          animation: pageBottom_grade2-1 35s linear -25s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(51) {
  -webkit-animation: pageBottom_grade2-1 35s linear -25.5s infinite;
          animation: pageBottom_grade2-1 35s linear -25.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(52) {
  -webkit-animation: pageBottom_grade2-1 35s linear -26s infinite;
          animation: pageBottom_grade2-1 35s linear -26s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(53) {
  -webkit-animation: pageBottom_grade2-1 35s linear -26.5s infinite;
          animation: pageBottom_grade2-1 35s linear -26.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(54) {
  -webkit-animation: pageBottom_grade2-1 35s linear -27s infinite;
          animation: pageBottom_grade2-1 35s linear -27s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(55) {
  -webkit-animation: pageBottom_grade2-1 35s linear -27.5s infinite;
          animation: pageBottom_grade2-1 35s linear -27.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(56) {
  -webkit-animation: pageBottom_grade2-1 35s linear -28s infinite;
          animation: pageBottom_grade2-1 35s linear -28s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(57) {
  -webkit-animation: pageBottom_grade2-1 35s linear -28.5s infinite;
          animation: pageBottom_grade2-1 35s linear -28.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(58) {
  -webkit-animation: pageBottom_grade2-1 35s linear -29s infinite;
          animation: pageBottom_grade2-1 35s linear -29s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(59) {
  -webkit-animation: pageBottom_grade2-1 35s linear -29.5s infinite;
          animation: pageBottom_grade2-1 35s linear -29.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(60) {
  -webkit-animation: pageBottom_grade2-1 35s linear -30s infinite;
          animation: pageBottom_grade2-1 35s linear -30s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(61) {
  -webkit-animation: pageBottom_grade2-1 35s linear -30.5s infinite;
          animation: pageBottom_grade2-1 35s linear -30.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(62) {
  -webkit-animation: pageBottom_grade2-1 35s linear -31s infinite;
          animation: pageBottom_grade2-1 35s linear -31s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(63) {
  -webkit-animation: pageBottom_grade2-1 35s linear -31.5s infinite;
          animation: pageBottom_grade2-1 35s linear -31.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(64) {
  -webkit-animation: pageBottom_grade2-1 35s linear -32s infinite;
          animation: pageBottom_grade2-1 35s linear -32s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(65) {
  -webkit-animation: pageBottom_grade2-1 35s linear -32.5s infinite;
          animation: pageBottom_grade2-1 35s linear -32.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(66) {
  -webkit-animation: pageBottom_grade2-1 35s linear -33s infinite;
          animation: pageBottom_grade2-1 35s linear -33s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(67) {
  -webkit-animation: pageBottom_grade2-1 35s linear -33.5s infinite;
          animation: pageBottom_grade2-1 35s linear -33.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(68) {
  -webkit-animation: pageBottom_grade2-1 35s linear -34s infinite;
          animation: pageBottom_grade2-1 35s linear -34s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(69) {
  -webkit-animation: pageBottom_grade2-1 35s linear -34.5s infinite;
          animation: pageBottom_grade2-1 35s linear -34.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(70) {
  -webkit-animation: pageBottom_grade2-1 35s linear -35s infinite;
          animation: pageBottom_grade2-1 35s linear -35s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(71) {
  -webkit-animation: pageBottom_grade2-1 35s linear -35.5s infinite;
          animation: pageBottom_grade2-1 35s linear -35.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-2:nth-child(72) {
  -webkit-animation: pageBottom_grade2-1 35s linear -36s infinite;
          animation: pageBottom_grade2-1 35s linear -36s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(1) {
  -webkit-animation: pageBottom_grade2-2 35s linear -0.5s infinite;
          animation: pageBottom_grade2-2 35s linear -0.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(2) {
  -webkit-animation: pageBottom_grade2-2 35s linear -1s infinite;
          animation: pageBottom_grade2-2 35s linear -1s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(3) {
  -webkit-animation: pageBottom_grade2-2 35s linear -1.5s infinite;
          animation: pageBottom_grade2-2 35s linear -1.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(4) {
  -webkit-animation: pageBottom_grade2-2 35s linear -2s infinite;
          animation: pageBottom_grade2-2 35s linear -2s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(5) {
  -webkit-animation: pageBottom_grade2-2 35s linear -2.5s infinite;
          animation: pageBottom_grade2-2 35s linear -2.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(6) {
  -webkit-animation: pageBottom_grade2-2 35s linear -3s infinite;
          animation: pageBottom_grade2-2 35s linear -3s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(7) {
  -webkit-animation: pageBottom_grade2-2 35s linear -3.5s infinite;
          animation: pageBottom_grade2-2 35s linear -3.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(8) {
  -webkit-animation: pageBottom_grade2-2 35s linear -4s infinite;
          animation: pageBottom_grade2-2 35s linear -4s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(9) {
  -webkit-animation: pageBottom_grade2-2 35s linear -4.5s infinite;
          animation: pageBottom_grade2-2 35s linear -4.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(10) {
  -webkit-animation: pageBottom_grade2-2 35s linear -5s infinite;
          animation: pageBottom_grade2-2 35s linear -5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(11) {
  -webkit-animation: pageBottom_grade2-2 35s linear -5.5s infinite;
          animation: pageBottom_grade2-2 35s linear -5.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(12) {
  -webkit-animation: pageBottom_grade2-2 35s linear -6s infinite;
          animation: pageBottom_grade2-2 35s linear -6s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(13) {
  -webkit-animation: pageBottom_grade2-2 35s linear -6.5s infinite;
          animation: pageBottom_grade2-2 35s linear -6.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(14) {
  -webkit-animation: pageBottom_grade2-2 35s linear -7s infinite;
          animation: pageBottom_grade2-2 35s linear -7s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(15) {
  -webkit-animation: pageBottom_grade2-2 35s linear -7.5s infinite;
          animation: pageBottom_grade2-2 35s linear -7.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(16) {
  -webkit-animation: pageBottom_grade2-2 35s linear -8s infinite;
          animation: pageBottom_grade2-2 35s linear -8s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(17) {
  -webkit-animation: pageBottom_grade2-2 35s linear -8.5s infinite;
          animation: pageBottom_grade2-2 35s linear -8.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(18) {
  -webkit-animation: pageBottom_grade2-2 35s linear -9s infinite;
          animation: pageBottom_grade2-2 35s linear -9s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(19) {
  -webkit-animation: pageBottom_grade2-2 35s linear -9.5s infinite;
          animation: pageBottom_grade2-2 35s linear -9.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(20) {
  -webkit-animation: pageBottom_grade2-2 35s linear -10s infinite;
          animation: pageBottom_grade2-2 35s linear -10s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(21) {
  -webkit-animation: pageBottom_grade2-2 35s linear -10.5s infinite;
          animation: pageBottom_grade2-2 35s linear -10.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(22) {
  -webkit-animation: pageBottom_grade2-2 35s linear -11s infinite;
          animation: pageBottom_grade2-2 35s linear -11s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(23) {
  -webkit-animation: pageBottom_grade2-2 35s linear -11.5s infinite;
          animation: pageBottom_grade2-2 35s linear -11.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(24) {
  -webkit-animation: pageBottom_grade2-2 35s linear -12s infinite;
          animation: pageBottom_grade2-2 35s linear -12s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(25) {
  -webkit-animation: pageBottom_grade2-2 35s linear -12.5s infinite;
          animation: pageBottom_grade2-2 35s linear -12.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(26) {
  -webkit-animation: pageBottom_grade2-2 35s linear -13s infinite;
          animation: pageBottom_grade2-2 35s linear -13s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(27) {
  -webkit-animation: pageBottom_grade2-2 35s linear -13.5s infinite;
          animation: pageBottom_grade2-2 35s linear -13.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(28) {
  -webkit-animation: pageBottom_grade2-2 35s linear -14s infinite;
          animation: pageBottom_grade2-2 35s linear -14s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(29) {
  -webkit-animation: pageBottom_grade2-2 35s linear -14.5s infinite;
          animation: pageBottom_grade2-2 35s linear -14.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(30) {
  -webkit-animation: pageBottom_grade2-2 35s linear -15s infinite;
          animation: pageBottom_grade2-2 35s linear -15s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(31) {
  -webkit-animation: pageBottom_grade2-2 35s linear -15.5s infinite;
          animation: pageBottom_grade2-2 35s linear -15.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(32) {
  -webkit-animation: pageBottom_grade2-2 35s linear -16s infinite;
          animation: pageBottom_grade2-2 35s linear -16s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(33) {
  -webkit-animation: pageBottom_grade2-2 35s linear -16.5s infinite;
          animation: pageBottom_grade2-2 35s linear -16.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(34) {
  -webkit-animation: pageBottom_grade2-2 35s linear -17s infinite;
          animation: pageBottom_grade2-2 35s linear -17s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(35) {
  -webkit-animation: pageBottom_grade2-2 35s linear -17.5s infinite;
          animation: pageBottom_grade2-2 35s linear -17.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(36) {
  -webkit-animation: pageBottom_grade2-2 35s linear -18s infinite;
          animation: pageBottom_grade2-2 35s linear -18s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(37) {
  -webkit-animation: pageBottom_grade2-2 35s linear -18.5s infinite;
          animation: pageBottom_grade2-2 35s linear -18.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(38) {
  -webkit-animation: pageBottom_grade2-2 35s linear -19s infinite;
          animation: pageBottom_grade2-2 35s linear -19s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(39) {
  -webkit-animation: pageBottom_grade2-2 35s linear -19.5s infinite;
          animation: pageBottom_grade2-2 35s linear -19.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(40) {
  -webkit-animation: pageBottom_grade2-2 35s linear -20s infinite;
          animation: pageBottom_grade2-2 35s linear -20s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(41) {
  -webkit-animation: pageBottom_grade2-2 35s linear -20.5s infinite;
          animation: pageBottom_grade2-2 35s linear -20.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(42) {
  -webkit-animation: pageBottom_grade2-2 35s linear -21s infinite;
          animation: pageBottom_grade2-2 35s linear -21s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(43) {
  -webkit-animation: pageBottom_grade2-2 35s linear -21.5s infinite;
          animation: pageBottom_grade2-2 35s linear -21.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(44) {
  -webkit-animation: pageBottom_grade2-2 35s linear -22s infinite;
          animation: pageBottom_grade2-2 35s linear -22s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(45) {
  -webkit-animation: pageBottom_grade2-2 35s linear -22.5s infinite;
          animation: pageBottom_grade2-2 35s linear -22.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(46) {
  -webkit-animation: pageBottom_grade2-2 35s linear -23s infinite;
          animation: pageBottom_grade2-2 35s linear -23s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(47) {
  -webkit-animation: pageBottom_grade2-2 35s linear -23.5s infinite;
          animation: pageBottom_grade2-2 35s linear -23.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(48) {
  -webkit-animation: pageBottom_grade2-2 35s linear -24s infinite;
          animation: pageBottom_grade2-2 35s linear -24s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(49) {
  -webkit-animation: pageBottom_grade2-2 35s linear -24.5s infinite;
          animation: pageBottom_grade2-2 35s linear -24.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(50) {
  -webkit-animation: pageBottom_grade2-2 35s linear -25s infinite;
          animation: pageBottom_grade2-2 35s linear -25s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(51) {
  -webkit-animation: pageBottom_grade2-2 35s linear -25.5s infinite;
          animation: pageBottom_grade2-2 35s linear -25.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(52) {
  -webkit-animation: pageBottom_grade2-2 35s linear -26s infinite;
          animation: pageBottom_grade2-2 35s linear -26s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(53) {
  -webkit-animation: pageBottom_grade2-2 35s linear -26.5s infinite;
          animation: pageBottom_grade2-2 35s linear -26.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(54) {
  -webkit-animation: pageBottom_grade2-2 35s linear -27s infinite;
          animation: pageBottom_grade2-2 35s linear -27s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(55) {
  -webkit-animation: pageBottom_grade2-2 35s linear -27.5s infinite;
          animation: pageBottom_grade2-2 35s linear -27.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(56) {
  -webkit-animation: pageBottom_grade2-2 35s linear -28s infinite;
          animation: pageBottom_grade2-2 35s linear -28s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(57) {
  -webkit-animation: pageBottom_grade2-2 35s linear -28.5s infinite;
          animation: pageBottom_grade2-2 35s linear -28.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(58) {
  -webkit-animation: pageBottom_grade2-2 35s linear -29s infinite;
          animation: pageBottom_grade2-2 35s linear -29s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(59) {
  -webkit-animation: pageBottom_grade2-2 35s linear -29.5s infinite;
          animation: pageBottom_grade2-2 35s linear -29.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(60) {
  -webkit-animation: pageBottom_grade2-2 35s linear -30s infinite;
          animation: pageBottom_grade2-2 35s linear -30s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(61) {
  -webkit-animation: pageBottom_grade2-2 35s linear -30.5s infinite;
          animation: pageBottom_grade2-2 35s linear -30.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(62) {
  -webkit-animation: pageBottom_grade2-2 35s linear -31s infinite;
          animation: pageBottom_grade2-2 35s linear -31s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(63) {
  -webkit-animation: pageBottom_grade2-2 35s linear -31.5s infinite;
          animation: pageBottom_grade2-2 35s linear -31.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(64) {
  -webkit-animation: pageBottom_grade2-2 35s linear -32s infinite;
          animation: pageBottom_grade2-2 35s linear -32s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(65) {
  -webkit-animation: pageBottom_grade2-2 35s linear -32.5s infinite;
          animation: pageBottom_grade2-2 35s linear -32.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(66) {
  -webkit-animation: pageBottom_grade2-2 35s linear -33s infinite;
          animation: pageBottom_grade2-2 35s linear -33s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(67) {
  -webkit-animation: pageBottom_grade2-2 35s linear -33.5s infinite;
          animation: pageBottom_grade2-2 35s linear -33.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(68) {
  -webkit-animation: pageBottom_grade2-2 35s linear -34s infinite;
          animation: pageBottom_grade2-2 35s linear -34s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(69) {
  -webkit-animation: pageBottom_grade2-2 35s linear -34.5s infinite;
          animation: pageBottom_grade2-2 35s linear -34.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(70) {
  -webkit-animation: pageBottom_grade2-2 35s linear -35s infinite;
          animation: pageBottom_grade2-2 35s linear -35s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(71) {
  -webkit-animation: pageBottom_grade2-2 35s linear -35.5s infinite;
          animation: pageBottom_grade2-2 35s linear -35.5s infinite;
}
.ly_pageBottom_bg2 #pageBottom_grade2-1:nth-child(72) {
  -webkit-animation: pageBottom_grade2-2 35s linear -36s infinite;
          animation: pageBottom_grade2-2 35s linear -36s infinite;
}

@-webkit-keyframes pageBottom_grade2-1 {
  5% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: #c2f92b;
  }
  90% {
    stop-color: #ffe000;
  }
}

@keyframes pageBottom_grade2-1 {
  5% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: #c2f92b;
  }
  90% {
    stop-color: #ffe000;
  }
}
@-webkit-keyframes pageBottom_grade2-2 {
  5% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: red;
  }
  90% {
    stop-color: #ffe000;
  }
}
@keyframes pageBottom_grade2-2 {
  5% {
    stop-color: #ffe000;
  }
  50% {
    stop-color: red;
  }
  90% {
    stop-color: #ffe000;
  }
}
.svg1 path {
  fill: black;
  /* 塗りの色 */
  stroke: black;
  stroke-width: 0.25px;
  -webkit-animation: svg1-anime 1s ease-in;
          animation: svg1-anime 1s ease-in;
}

@-webkit-keyframes svg1-anime {
  0% {
    fill: transparent;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: black;
  }
}

@keyframes svg1-anime {
  0% {
    fill: transparent;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: black;
  }
}
.svg2 path {
  stroke-width: 0.25px;
  fill: #e71f19;
  stroke: #e71f19;
  -webkit-animation: svg2-anime 1s ease-in;
          animation: svg2-anime 1s ease-in;
}

@-webkit-keyframes svg2-anime {
  0% {
    fill: transparent;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px;
  }
  50% {
    fill: transparent;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: #e71f19;
  }
}

@keyframes svg2-anime {
  0% {
    fill: transparent;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px;
  }
  50% {
    fill: transparent;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: #e71f19;
  }
}
#el_loding {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #f7f7f7;
}
#el_loding #el_loding_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 50vh;
  width: 300px;
}
#el_loding #el_loding_logo .svg1 {
  display: block;
  width: 180px;
  margin-left: 1rem;
}
#el_loding #el_loding_logo .svg2 {
  display: block;
  width: 45px;
  height: 45px;
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.un_page_mv {
  background-position: center;
  background-size: cover;
  padding: 159px 0;
}
@media screen and (max-width: 479px) {
  .un_page_mv {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.un_page_mv h2 {
  color: #fff;
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .un_page_mv h2 {
    font-size: 13px;
  }
}

.opa {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.opa:hover {
  opacity: 0.8;
}

.el_anchor {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media screen and (max-width: 880px) {
  .el_anchor {
    -webkit-transform: translateY(-79px) !important;
            transform: translateY(-79px) !important;
  }
}
.el_anchor.el_anchor_recruitment {
  -webkit-transform: translateY(-170px);
          transform: translateY(-170px);
}

.el_title_orange {
  background-color: #F29855;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 479px) {
  .el_title_orange {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.el_title_orange:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 36px solid #F29855;
  border-right: 44px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 44px solid transparent;
}
@media screen and (max-width: 479px) {
  .el_title_orange:after {
    border-top-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
    bottom: -10px;
  }
}

.el_title_page {
  font-size: 40px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 5px solid #E0AE50;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 479px) {
  .el_title_page {
    font-size: 17px;
    border-bottom-width: 3px;
    margin-bottom: 20px;
  }
}

.el_title_box_available {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #A26C05;
  border-bottom: 15px solid #FFDE9F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .el_title_box_available {
    font-size: 18px;
    border-bottom-width: 7px;
    margin-bottom: 20px;
  }
}
.el_title_box_available span {
  display: block;
  margin-bottom: 20px;
  font-size: 61px;
  width: 94px;
  height: 94px;
  margin-left: auto;
  margin-right: auto;
  line-height: 94px;
  color: #fff;
  background-color: #F29855;
  border-radius: 47px;
  text-align: center;
  letter-spacing: normal;
}
@media screen and (max-width: 479px) {
  .el_title_box_available span {
    font-size: 23px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}

.el_title_border_left {
  border-left: 12px solid #672C00;
  color: #672C00;
  font-size: 30px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 479px) {
  .el_title_border_left {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.ly_container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1060px;
}

/* 幅を変える場合 */
.ly_container1056 {
  max-width: 1116px;
}

.ly_container1200 {
  max-width: 1260px;
}

.ly_header {
  padding-left: 22px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 22px;
  z-index: 10;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 880px) {
  .ly_header {
    padding-top: 10px;
  }
}
.ly_header.is-animate {
  background-color: #fff;
}

@media screen and (max-width: 880px) {
  .ly_header_inner {
    display: block;
  }
}

.ly_header_inner_logo {
  -ms-flex-preferred-size: 215px;
      flex-basis: 215px;
  padding-bottom: 20px;
}
@media screen and (max-width: 880px) {
  .ly_header_inner_logo {
    width: 160px;
    padding-bottom: 10px;
  }
}

.ly_header_inner_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
}

.ly_header_inner_nav_list {
  padding-right: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ly_header_inner_nav_list li {
  -ms-flex-preferred-size: 144px;
      flex-basis: 144px;
  border-right: 1px solid #2e3185;
}
.ly_header_inner_nav_list li:nth-child(1) {
  border-left: 1px solid #2e3185;
}
.ly_header_inner_nav_list a {
  padding: 10px 10%;
  color: #2e3185;
  display: block;
  text-align: center;
  font-weight: 600;
}
.ly_header_inner_nav_list a .ja {
  font-size: 13px;
}

/* Toggle Button */
.bl_toggleDrawer {
  position: fixed;
  top: 23px;
  right: 30px;
  z-index: 30;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.el_btnTrigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_toggle_open.svg);
  background-size: 30px contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Drawer */
.bl_drawer {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  z-index: 20;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  border-top: 1px solid #eee;
}
.bl_drawer .ly_drawerContents {
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.bl_drawer .ly_drawerContents h3 {
  color: #2e3185;
  border-bottom: 1px solid #2e3185;
  padding-bottom: 10px;
}
.bl_drawer .ly_drawerContents .wrapper {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #2e3185;
  padding-bottom: 50px;
}
.bl_drawer .ly_drawerContents ul li a {
  font-size: 16px;
  color: #2e3185;
  font-weight: 600;
  display: block;
  padding: 5px 0;
}
.bl_drawer .ly_drawerContents ul li a .en {
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
}
.bl_drawer .ly_drawerContents p {
  font-size: 12px;
  color: #2e3185;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
.bl_drawer .ly_drawerContents p strong {
  font-size: 17px;
}
.bl_drawer .ly_drawerContents p a {
  color: #2e3185;
}

body.open {
  overflow: hidden;
}
body.open .bl_drawer {
  opacity: 1;
  visibility: visible;
}
body.open .bl_drawer .bl_spnav_overlay {
  position: fixed;
  display: block;
}
body.open .el_btnTrigger {
  background-image: url(../images/icon_toggle_close.svg);
}

footer {
  background: -ms-linear-gradient(-90deg, rgb(41, 158, 213) 0%, rgb(46, 49, 133) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#299ED5', endColorstr='#2E3185' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(41, 158, 213)), to(rgb(46, 49, 133)));
  background: linear-gradient(180deg, rgb(41, 158, 213) 0%, rgb(46, 49, 133) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#299ED5", endColorstr="#2E3185", GradientType=0);
  padding-top: 33px;
  padding-bottom: 53px;
}

.ly_footer_logo {
  border-bottom: 1px solid #fff;
  padding-right: 100px;
  width: calc(100% - 100px);
  padding-bottom: 15px;
}
.ly_footer_logo img {
  max-width: 274px;
}

.ly_footer_data {
  color: #fff;
}
.ly_footer_data p {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  .ly_footer_data p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.ly_footer_data img {
  max-width: 580px;
  width: 100%;
}
.ly_footer_data a {
  color: #fff;
}

.el_totop {
  cursor: pointer;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 76px;
  height: 76px;
  background-image: url(../images/totop.svg);
  background-size: contain;
  z-index: 10;
}
@media screen and (max-width: 880px) {
  .el_totop {
    width: 46px;
    height: 46px;
    right: 20px;
  }
}

.bl_page_nav {
  margin-top: 80px;
  margin-bottom: 90px;
}
@media screen and (max-width: 479px) {
  .bl_page_nav {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.bl_page_nav ul {
  text-align: center;
}
.bl_page_nav ul li {
  display: inline-block;
  margin: 0 5px 20px 5px;
}
@media screen and (max-width: 479px) {
  .bl_page_nav ul li {
    display: block;
    margin-bottom: 10px;
  }
}
.bl_page_nav ul li a {
  display: block;
  background-color: #E0AE50;
  color: #fff;
  font-size: 22px;
  border-radius: 100px;
  padding: 4px 30px;
}
@media screen and (max-width: 479px) {
  .bl_page_nav ul li a {
    font-size: 4.1vw;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.un_mv {
  padding-top: 740px;
  background-image: url(../images/mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 880px) {
  .un_mv {
    padding-top: 518px;
  }
}
@media screen and (max-width: 479px) {
  .un_mv {
    padding-top: 120%;
  }
}
.un_mv .catch {
  position: absolute;
  bottom: 60px;
  left: 14.2vw;
  font-size: 58px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 10px black;
}
@media screen and (max-width: 1352px) {
  .un_mv .catch {
    font-size: 37px;
  }
}
@media screen and (max-width: 880px) {
  .un_mv .catch {
    font-size: 4.58vw;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 20px;
  }
}

.un_profile {
  background: -ms-linear-gradient(-90deg, rgb(41, 158, 213) 0%, rgb(46, 49, 133) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#299ED5', endColorstr='#2E3185' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(41, 158, 213)), to(rgb(46, 49, 133)));
  background: linear-gradient(180deg, rgb(41, 158, 213) 0%, rgb(46, 49, 133) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#299ED5", endColorstr="#2E3185", GradientType=0);
  padding-top: 100px;
  padding-bottom: 58px;
}
@media screen and (max-width: 880px) {
  .un_profile {
    padding-top: 35px;
    padding-bottom: 32px;
  }
}

.un_profile_cont {
  text-align: center;
}
.un_profile_cont img {
  max-width: 874px;
  margin-left: auto;
  margin-right: auto;
}

.un_profile_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 130px;
}
@media screen and (max-width: 880px) {
  .un_profile_flex {
    display: block;
    margin-top: 23vw;
  }
}
.un_profile_flex > div {
  -ms-flex-preferred-size: 46.7%;
      flex-basis: 46.7%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.un_profile_flex > div table {
  width: 100%;
}
.un_profile_flex > div table caption {
  background-color: #2e3185;
  color: #fff;
  text-align: center;
  font-size: 20px;
  max-width: 191px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 880px) {
  .un_profile_flex > div table caption {
    font-size: 16px;
    max-width: 147px;
  }
}
.un_profile_flex > div table th,
.un_profile_flex > div table td {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 880px) {
  .un_profile_flex > div table th,
.un_profile_flex > div table td {
    font-size: 14px;
  }
}
.un_profile_flex > div table th {
  color: #0071af;
  font-weight: 400;
  width: 100px;
}
@media screen and (max-width: 880px) {
  .un_profile_flex > div table th {
    width: 80px;
  }
}

.un_profile_info,
.un_profile_history {
  position: relative;
}
.un_profile_info:before,
.un_profile_history:before {
  content: "";
  padding-top: 21%;
  width: 62.6%;
  position: absolute;
  bottom: calc(100% - 2px);
  background-image: url(../images/illust_building1.svg);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 880px) {
  .un_profile_info {
    margin-bottom: 24.15vw;
  }
}
.un_profile_info:before {
  content: "";
  background-image: url(../images/illust_building1.svg);
}

.un_profile_history:before {
  content: "";
  background-image: url(../images/illust_building2.svg);
}

.un_business {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media screen and (max-width: 880px) {
  .un_business {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.bl_business_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .bl_business_cont {
    display: block;
  }
}

.el_title_business {
  -ms-flex-preferred-size: 28.2%;
      flex-basis: 28.2%;
}
@media screen and (max-width: 880px) {
  .el_title_business {
    width: 221px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.el_title_business .wrap {
  padding-top: 100%;
  position: relative;
  background-color: #2e3185;
}
.el_title_business .wrap h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 880px) {
  .el_title_business .wrap h2 {
    font-size: 20px;
  }
}
.el_title_business .wrap h2 .sm {
  font-size: 16px;
  letter-spacing: -0.05em;
}
.el_title_business .wrap .bl_bubble {
  position: absolute;
}
@media screen and (max-width: 880px) {
  .el_title_business .wrap .bl_bubble {
    width: 87.7% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    left: 50% !important;
    bottom: -27% !important;
    top: auto;
    right: auto;
  }
}

@media screen and (max-width: 880px) {
  .el_title_businessLv1 {
    width: 149px;
    margin-left: auto;
    margin-right: auto;
  }
}
.el_title_businessLv1 h2 {
  font-size: min(4.3vw, 47px) !important;
}
@media screen and (max-width: 880px) {
  .el_title_businessLv1 h2 {
    font-size: 24px !important;
  }
}

.el_image_business {
  -ms-flex-preferred-size: 26.9%;
      flex-basis: 26.9%;
}
@media screen and (max-width: 880px) {
  .el_image_business {
    width: 100vw;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@media screen and (max-width: 880px) {
  .el_image_business img {
    width: 100%;
  }
}

.el_text_business {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 880px) {
  .el_text_business {
    margin-top: 100px;
    margin-bottom: 20px;
  }
}
.el_text_business dl dt {
  font-size: 20px;
}
@media screen and (max-width: 880px) {
  .el_text_business dl dt {
    font-size: 16px;
  }
}
.el_text_business dl dd {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 16px;
}
.el_text_business dl dd:not(:last-of-type) {
  margin-bottom: 5px;
}
@media screen and (max-width: 880px) {
  .el_text_business dl dd {
    font-size: 16px;
  }
}

.un_business_top {
  margin-bottom: 120px;
}
@media screen and (max-width: 880px) {
  .un_business_top {
    margin-bottom: 30px;
  }
}
.un_business_top .catch {
  font-size: 33px;
  font-weight: 600;
  color: #2e3185;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  background-image: url(../images/diamond3.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 140px 214px;
  margin-right: 0 !important;
}
@media screen and (max-width: 1060px) {
  .un_business_top .catch {
    background-size: 13.2vw 20.1vw;
  }
}
@media screen and (max-width: 880px) {
  .un_business_top .catch {
    padding-left: 0;
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    line-height: 1.9;
    background: none;
  }
}
.un_business_top .el_title_business .wrap {
  position: relative;
}
.un_business_top .el_title_business .wrap:before, .un_business_top .el_title_business .wrap:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
}
.un_business_top .el_title_business .wrap:before {
  background-image: url(../images/diamond1.svg);
  top: -35px;
  left: -76px;
  width: min(11.2vw, 122px);
  height: min(11.2vw, 122px);
}
@media screen and (max-width: 1060px) {
  .un_business_top .el_title_business .wrap:before {
    top: -3.2vw;
    left: -7vw;
  }
}
@media screen and (max-width: 880px) {
  .un_business_top .el_title_business .wrap:before {
    background-image: url(../images/diamond1_sp.svg);
    width: 110px;
    height: 124px;
    left: -89px;
    top: -18px;
  }
}
.un_business_top .el_title_business .wrap:after {
  background-image: url(../images/diamond2.svg);
  bottom: 5px;
  right: -44px;
  width: min(6.8vw, 74px);
  height: min(6.8vw, 74px);
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  .un_business_top .el_title_business .wrap:after {
    right: -4vw;
    bottom: 0.4vw;
  }
}
@media screen and (max-width: 880px) {
  .un_business_top .el_title_business .wrap:after {
    background-image: url(../images/diamond2_sp.svg);
    width: 121px;
    height: 133px;
    right: -107px;
    top: 12px;
  }
}

.un_business_setsubikanri,
.un_business_seisou,
.un_business_kankyou,
.un_business_tatemono {
  position: relative;
  z-index: 0;
}
.un_business_setsubikanri .tree,
.un_business_seisou .tree,
.un_business_kankyou .tree,
.un_business_tatemono .tree {
  position: absolute;
  z-index: -1;
}

.un_business_setsubikanri,
.un_business_seisou,
.un_business_kankyou {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .un_business_setsubikanri,
.un_business_seisou,
.un_business_kankyou {
    margin-bottom: 0px;
  }
}
.un_business_setsubikanri:after,
.un_business_seisou:after,
.un_business_kankyou:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 1200px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 880px) {
  .un_business_setsubikanri:after,
.un_business_seisou:after,
.un_business_kankyou:after {
    display: none;
  }
}

.un_business_setsubikanri .bl_bubble {
  width: 87.7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -27%;
}
.un_business_setsubikanri .el_title_business {
  -ms-flex-preferred-size: 28.2%;
      flex-basis: 28.2%;
}
.un_business_setsubikanri .el_text_business {
  color: #2e3185;
  margin-left: 4%;
  margin-right: 4%;
}
.un_business_setsubikanri .tree {
  width: 413px;
  left: -352px;
  top: 0;
}
@media screen and (max-width: 880px) {
  .un_business_setsubikanri .tree {
    width: 182px;
    left: -82px;
  }
}

.un_business_seisou .el_title_business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 4%;
  margin-right: 4%;
}
.un_business_seisou .el_title_business .wrap {
  background-color: #606060;
  width: 100%;
}
.un_business_seisou .bl_bubble {
  width: 87.7%;
  right: -10%;
  top: -27%;
}
.un_business_seisou .el_text_business {
  color: #606060;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.un_business_seisou .el_image_business {
  color: #606060;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 28.2%;
      flex-basis: 28.2%;
}
.un_business_seisou .tree {
  width: 434px;
  right: -352px;
  top: 50px;
}
@media screen and (max-width: 880px) {
  .un_business_seisou .tree {
    width: 244px;
    right: -100px;
    top: 14px;
  }
}

.un_business_kankyou .el_title_business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.un_business_kankyou .el_title_business .wrap {
  background-color: #299ed5;
  width: 100%;
}
.un_business_kankyou .bl_bubble {
  width: 96.6%;
  right: -80%;
  bottom: 1%;
}
.un_business_kankyou .el_text_business {
  color: #299ed5;
  margin-left: 4%;
  margin-right: 4%;
  padding-bottom: 100px;
}
@media screen and (max-width: 880px) {
  .un_business_kankyou .el_text_business {
    padding-bottom: 0;
  }
}
.un_business_kankyou .tree {
  width: 407px;
  left: -335px;
  top: 0;
}
@media screen and (max-width: 880px) {
  .un_business_kankyou .tree {
    width: 209px;
    left: -85px;
  }
}

.un_business_tatemono .el_title_business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 4%;
  margin-right: 4%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.un_business_tatemono .el_title_business .wrap {
  background-color: #80b93f;
  width: 100%;
}
.un_business_tatemono .bl_bubble {
  width: 101.6%;
  right: -80%;
  bottom: -5%;
}
.un_business_tatemono .el_text_business {
  color: #80b93f;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.un_business_tatemono .el_image_business {
  -ms-flex-preferred-size: 28.2%;
      flex-basis: 28.2%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.un_business_tatemono .tree {
  width: 413px;
  right: -335px;
  top: 0;
}
@media screen and (max-width: 880px) {
  .un_business_tatemono .tree {
    width: 252px;
    right: -85px;
    top: 10px;
  }
}

.un_works {
  background: -ms-linear-gradient(90deg, rgb(41, 158, 213) 0%, rgb(46, 49, 133) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#299ED5', endColorstr='#2E3185' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(41, 158, 213)), to(rgb(46, 49, 133)));
  background: linear-gradient(0deg, rgb(41, 158, 213) 0%, rgb(46, 49, 133) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E3185", endColorstr="#299ED5", GradientType=0);
  margin-top: 30px;
  padding: 10px 28px 30px;
  position: relative;
  z-index: 0;
}
.un_works h3 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 880px) {
  .un_works {
    width: 100vw;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    margin-top: 0;
  }
}

.un_works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .un_works_list {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .un_works_list figure {
    margin-bottom: 30px;
  }
}
.un_works_list figure:nth-child(1), .un_works_list figure:nth-child(2) {
  -ms-flex-preferred-size: 34.2%;
      flex-basis: 34.2%;
}
.un_works_list figure:nth-child(3) {
  -ms-flex-preferred-size: 27.4%;
      flex-basis: 27.4%;
}
.un_works_list figure img {
  width: 100%;
}
.un_works_list figure figcaption {
  color: #fff;
  text-align: center;
  font-size: min(1.8vw, 20px);
  margin-top: 5px;
}
@media screen and (max-width: 880px) {
  .un_works_list figure figcaption {
    font-size: 20px;
  }
}

.un_recruitment {
  background-image: url(../images/recruitment_bg.jpg);
  background-size: 28px;
  padding-top: 40px;
  padding-bottom: 105px;
}
@media screen and (max-width: 880px) {
  .un_recruitment {
    padding-bottom: 30px;
  }
}

.un_recruitment_head {
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 880px) {
  .un_recruitment_head {
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 20px;
  }
}
.un_recruitment_head .title {
  -ms-flex-preferred-size: 216px;
      flex-basis: 216px;
}
@media screen and (max-width: 880px) {
  .un_recruitment_head .title {
    -ms-flex-preferred-size: 128px;
        flex-basis: 128px;
  }
}
.un_recruitment_head h2 {
  width: 216px;
  height: 216px;
  border-radius: 108px;
  background-color: #299ed5;
  color: #fff;
  text-align: center;
  line-height: 216px;
  font-size: 37px;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media screen and (max-width: 880px) {
  .un_recruitment_head h2 {
    -webkit-transform: none;
            transform: none;
    width: 128px;
    height: 128px;
    font-size: 22px;
    line-height: 128px;
  }
}
.un_recruitment_head .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
.un_recruitment_head .text p {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .un_recruitment_head .text p {
    font-size: 18px;
  }
}
.un_recruitment_head .text .tel a {
  color: #299ed5;
  font-size: 44px;
  font-weight: 600;
  pointer-events: none;
}
@media screen and (max-width: 880px) {
  .un_recruitment_head .text .tel a {
    pointer-events: auto;
  }
}
@media screen and (max-width: 880px) {
  .un_recruitment_head .text .tel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: min(38px, 9.1vw);
  }
}

.bl_recruitment_cont {
  background-color: #fff;
  border-radius: 40px;
  padding: 30px 40px;
  margin-top: -60px;
}
@media screen and (max-width: 880px) {
  .bl_recruitment_cont {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1px;
  }
}

.bl_recruitment_cont_inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bl_recruitment_item:not(:last-child) {
  margin-bottom: 20px;
}

.el_recruitment_title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 30px 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .el_recruitment_title {
    font-size: 16px;
    padding: 10px;
  }
}
.el_recruitment_title .label {
  background-color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 1px 20px;
  margin-right: 5px;
}
@media screen and (max-width: 880px) {
  .el_recruitment_title .label {
    border-radius: 10px;
  }
}
.el_recruitment_title.el_recruitment_title__blue {
  background-color: #2e3185;
}
.el_recruitment_title.el_recruitment_title__blue .label {
  color: #2e3185;
}
.el_recruitment_title.el_recruitment_title__green {
  background-color: #80b93f;
}
.el_recruitment_title.el_recruitment_title__green .label {
  color: #80b93f;
}
.el_recruitment_title.el_recruitment_title__lightBlue {
  background-color: #299ed5;
}
.el_recruitment_title.el_recruitment_title__lightBlue .label {
  color: #299ed5;
}
.el_recruitment_title .triangle {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 10px;
}
.el_recruitment_title .triangle.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bl_recruitment_cont .cont {
  line-height: 1.8;
  padding-bottom: 30px;
  display: none;
}
@media screen and (max-width: 880px) {
  .bl_recruitment_cont .cont {
    padding-bottom: 10px;
  }
}

.bl_recruitment_note + .bl_recruitment_summary {
  margin-top: 10px;
}

.bl_recruitment_summary,
.bl_recruitment_note {
  text-indent: -16px;
  padding-left: 16px;
}
@media screen and (max-width: 880px) {
  .bl_recruitment_summary,
.bl_recruitment_note {
    font-size: 14px;
  }
}

.bl_recruitment_table {
  margin-top: 15px;
  width: 100%;
}
.bl_recruitment_table tr:not(:last-child) {
  border-bottom: 1px solid #a6a6a6;
}
@media screen and (max-width: 880px) {
  .bl_recruitment_table tr:not(:last-child) {
    border: none;
  }
}
.bl_recruitment_table tr:nth-child(1) {
  border-top: 1px solid #a6a6a6;
}
@media screen and (max-width: 880px) {
  .bl_recruitment_table tr:nth-child(1) {
    border: none;
  }
}
.bl_recruitment_table th,
.bl_recruitment_table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 880px) {
  .bl_recruitment_table th,
.bl_recruitment_table td {
    display: block;
  }
}
.bl_recruitment_table th {
  width: 203px;
}
@media screen and (max-width: 880px) {
  .bl_recruitment_table th {
    margin-left: auto;
    margin-right: auto;
  }
}
.bl_recruitment_table th span {
  background-color: #a6a6a6;
  color: #fff;
  display: block;
  font-weight: 400;
}
.bl_recruitment_table td {
  padding-left: 20px;
}
@media screen and (max-width: 880px) {
  .bl_recruitment_table td {
    font-size: 14px;
    padding-left: 0;
  }
}
@media screen and (max-width: 880px) {
  .bl_recruitment_table td.sp_center {
    text-align: center;
  }
}

.un_access {
  padding-top: 48px;
  padding-bottom: 50px;
}
@media screen and (max-width: 880px) {
  .un_access {
    padding-top: 20px;
  }
}
.un_access h2 {
  width: 240px;
  height: 120px;
  border-radius: 120px 120px 0 0;
  background: #2e3185;
  text-align: center;
  color: #fff;
  font-size: 52px;
  font-weight: 600;
}
@media screen and (max-width: 880px) {
  .un_access h2 {
    width: 114px;
    height: 57px;
    border-radius: 57px 57px 0 0;
    font-size: 23px;
    margin-left: auto;
    margin-right: auto;
  }
}
.un_access h2 span {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  display: inline-block;
}
@media screen and (max-width: 880px) {
  .un_access h2 span {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.un_access_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .un_access_cont {
    display: block;
  }
}
.un_access_cont > div {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}
.un_access_cont .data p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 880px) {
  .un_access_cont .data p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.un_access_cont .data .time {
  background-color: #299ed5;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  color: #fff;
}
@media screen and (max-width: 880px) {
  .un_access_cont .data .time {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.un_access_cont .map iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .un_access_cont .map iframe {
    height: 191px;
  }
}
/*# sourceMappingURL=main.css.map */