@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP: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: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 20px;
  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;
  }
}

::-moz-selection {
  color: #525252;
  background-color: rgba(255, 224, 0, 0.5);
}

::selection {
  color: #525252;
  background-color: rgba(255, 224, 0, 0.5);
}

::-moz-selection {
  color: #525252;
  background-color: rgba(255, 224, 0, 0.5);
}

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_orange {
  color: #E66200;
}

.el_lightOrange {
  color: #F29855;
}

.el_bold {
  font-weight: bold;
}

.osw {
  font-family: "Oswald", sans-serif;
}

/* 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(-131px);
          transform: translateY(-131px);
}
@media screen and (max-width: 479px) {
  .el_anchor {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
  }
}

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

body {
  margin-top: 131px;
}
@media screen and (max-width: 1550px) {
  body {
    margin-top: 91px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    margin-top: 76px;
  }
}
@media screen and (max-width: 880px) {
  body {
    margin-top: 65px;
  }
}

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

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

.ly_container1300 {
  max-width: 1360px;
}

.ly_container1524 {
  max-width: 1584px;
}

.ly_container1100 {
  max-width: 1160px;
}

.ly_container766 {
  max-width: 826px;
}

/* 背景に色 */
.ly_bgGrey {
  background-color: #fff;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  height: 131px;
  background-color: #fff;
}
@media screen and (max-width: 1550px) {
  header {
    height: 93px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    height: 76px;
  }
}
@media screen and (max-width: 880px) {
  header {
    height: 65px;
  }
}

.ly_header_inner {
  height: 100%;
}
@media screen and (max-width: 479px) {
  .ly_header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ly_header_inner_logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  -ms-flex-preferred-size: 766px;
      flex-basis: 766px;
}
@media screen and (max-width: 1550px) {
  .ly_header_inner_logo {
    -ms-flex-preferred-size: 564px;
        flex-basis: 564px;
  }
}
@media screen and (max-width: 1200px) {
  .ly_header_inner_logo {
    padding-left: 20px;
    -ms-flex-preferred-size: 413px;
        flex-basis: 413px;
  }
}
@media screen and (max-width: 479px) {
  .ly_header_inner_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
  }
}

.ly_header_inner_logo_image {
  -ms-flex-preferred-size: 248px;
      flex-basis: 248px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1550px) {
  .ly_header_inner_logo_image {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .ly_header_inner_logo_image {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
@media screen and (max-width: 880px) {
  .ly_header_inner_logo_image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .ly_header_inner_logo_image img {
    vertical-align: middle;
  }
}

.ly_header_inner_logo_text {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 479px) {
  .ly_header_inner_logo_text {
    padding-left: 10px;
  }
}

.ly_header_inner_logo_text_sm {
  font-size: 24px;
}
@media screen and (max-width: 1550px) {
  .ly_header_inner_logo_text_sm {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .ly_header_inner_logo_text_sm {
    font-size: 14px;
  }
}
@media screen and (max-width: 880px) {
  .ly_header_inner_logo_text_sm {
    font-size: 10px;
  }
}

.ly_header_inner_logo_text_md {
  font-size: 33px;
  color: #A26C05;
  font-weight: bold;
}
@media screen and (max-width: 1550px) {
  .ly_header_inner_logo_text_md {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .ly_header_inner_logo_text_md {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .ly_header_inner_logo_text_md {
    font-size: 15px;
  }
}

.ly_header_inner_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ly_header_inner_nav nav {
  height: 100%;
}

.ly_header_inner_nav_list {
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ly_header_inner_nav_list li {
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  margin-right: 10px;
}
@media screen and (max-width: 1550px) {
  .ly_header_inner_nav_list li {
    -ms-flex-preferred-size: 163px;
        flex-basis: 163px;
  }
}
@media screen and (max-width: 1200px) {
  .ly_header_inner_nav_list li {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    margin-right: 5px;
  }
}
.ly_header_inner_nav_list li a {
  border-bottom: 12px solid #E5D3A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #E5D3A4;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
@media screen and (max-width: 1550px) {
  .ly_header_inner_nav_list li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .ly_header_inner_nav_list li a {
    font-size: 12px;
  }
}
.ly_header_inner_nav_list .ly_header_inner_nav_list_current a {
  background-color: #FFF7E2;
  color: #9F8236;
  border-bottom-color: #9F8236;
}

.ly_header_inner_contact {
  -ms-flex-preferred-size: 155px;
      flex-basis: 155px;
}
@media screen and (max-width: 1550px) {
  .ly_header_inner_contact {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .ly_header_inner_contact {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
  }
}
.ly_header_inner_contact a {
  display: block;
}

/* Toggle Button */
.bl_toggleDrawer {
  position: fixed;
  top: 19px;
  right: 20px;
  z-index: 30;
  width: 31px;
  height: 24px;
  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%);
}
.el_btnTrigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E2B391;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.el_btnTrigger span:nth-of-type(1) {
  top: 0;
}
.el_btnTrigger span:nth-of-type(2) {
  top: 7px;
}
@media screen and (max-width: 880px) {
  .el_btnTrigger span:nth-of-type(2) {
    top: 11px;
  }
}
.el_btnTrigger span:nth-of-type(3) {
  bottom: 0px;
}

/* Drawer */
.bl_drawer {
  background-image: url(/recruit/resource/images/bg_drawer.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  background-color: rgba(255, 222, 159, 0.9);
}
@media screen and (max-width: 479px) {
  .bl_drawer .ly_drawerContents {
    padding-top: 100px;
  }
}
.bl_drawer .ly_drawerContents h3 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #E66200;
  color: #E66200;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.bl_drawer .ly_drawerContents ul li a {
  color: #6A5943;
  font-size: 20px;
  text-align: center;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #6A5943;
  font-weight: bold;
}
.bl_drawer .ly_drawerSubContents {
  text-align: right;
  position: absolute;
  bottom: 100px;
  right: 0;
}
@media screen and (max-width: 479px) {
  .bl_drawer .ly_drawerSubContents {
    position: static;
    text-align: left;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 20px;
  }
}
.bl_drawer .ly_drawerSubContents ul li {
  display: inline;
  margin-right: 20px;
}
.bl_drawer .ly_drawerSubContents ul li a {
  font-size: 10px;
}
.bl_drawer .ly_drawerSubContents ul li a:after {
  content: "";
  width: 11px;
  height: 8px;
  background-image: url(/recruit/resource/images/icon_ex_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
}
.bl_drawer .el_drawerCopyright {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 10px;
}
@media screen and (max-width: 479px) {
  .bl_drawer .el_drawerCopyright {
    text-align: center;
    display: block;
    position: static;
    width: 100%;
    left: 0;
    margin-top: 10px;
  }
}
.bl_drawer .el_hasChildren {
  position: relative;
}
.bl_drawer .el_hasChildren .el_drawerToggle {
  width: 14px;
  height: 14px;
  right: 0;
  top: 17px;
  position: absolute;
}
.bl_drawer .el_hasChildren .el_drawerToggle:before, .bl_drawer .el_hasChildren .el_drawerToggle:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #191919;
}
.bl_drawer .el_hasChildren .el_drawerToggle:before {
  width: 14px;
  height: 1px;
}
.bl_drawer .el_hasChildren .el_drawerToggle:after {
  width: 1px;
  height: 14px;
}

body.open {
  overflow: hidden;
}
body.open .bl_drawer {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1110px) {
  body.open .bl_drawer .bl_spnav_overlay {
    position: fixed;
    display: block;
  }
}
body.open .el_btnTrigger span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
body.open .el_btnTrigger span:nth-of-type(2) {
  opacity: 0;
}
body.open .el_btnTrigger span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 11px;
}

/* 採用サイト */
.page-recruit {
  /* Toggle Button */
}
.page-recruit .bl_toggleDrawer {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 30;
  width: 60px;
  height: 60px;
  background-color: #33b4ff;
  cursor: pointer;
}
.page-recruit .el_btnTrigger {
  position: absolute;
  width: 32px;
  height: 28px;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 880px) {
  .page-recruit .el_btnTrigger {
    height: 24px;
    width: 30px;
  }
}
.page-recruit .el_btnTrigger span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-recruit .el_btnTrigger span:nth-of-type(1) {
  top: 0;
}
.page-recruit .el_btnTrigger span:nth-of-type(2) {
  top: 13px;
}
@media screen and (max-width: 880px) {
  .page-recruit .el_btnTrigger span:nth-of-type(2) {
    top: 11px;
  }
}
.page-recruit .el_btnTrigger span:nth-of-type(3) {
  bottom: 0px;
}
@media screen and (max-width: 479px) {
  .page-recruit .el_btnTrigger span {
    height: 2px;
  }
}
.page-recruit .bl_drawer_recruit {
  background-color: #33b5ff;
  width: 100%;
  height: 100%;
  max-width: 290px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents {
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1090px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 880px) {
  .page-recruit .bl_drawer_recruit .ly_drawerContents {
    display: block;
    padding-top: 60px;
  }
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li a {
  color: #fff;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li.el_liParent {
  margin-bottom: 20px;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li.el_liParent > a {
  font-size: 16px;
  font-weight: 600;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li.el_liParent > a:before {
  content: "";
  width: 7px;
  height: 11px;
  background-image: url(/resource/images/icon_arrow_drawer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li.li_recnavi {
  margin-bottom: 20px;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li.li_recnavi a {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  display: block;
  border: 1px solid #E66200;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li.li_recnavi a img {
  width: 126px;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li.li_corporate {
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4px;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li.li_corporate a:after {
  content: "";
  width: 14px;
  height: 12px;
  background-image: url(/resource/images/icon_ex_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-left: 10px;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li .sub {
  margin-top: 10px;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li .sub li a {
  padding: 0;
  font-size: 14px;
}
.page-recruit .bl_drawer_recruit .ly_drawerContents ul li .sub li a:before {
  content: "-";
  display: inline;
  margin-right: 5px;
}
.page-recruit .bl_drawer_recruit .bl_drawerNav {
  -ms-flex-preferred-size: 44.53%;
      flex-basis: 44.53%;
  border-top: 1px solid #e87c1a;
}
@media screen and (max-width: 880px) {
  .page-recruit .bl_drawer_recruit .bl_drawerNav {
    border-top: none;
  }
}
.page-recruit .bl_drawer_recruit .bl_drawerNav > ul > li {
  border-bottom: 1px solid #e87c1a;
  padding: 40px 0px;
}
@media screen and (max-width: 880px) {
  .page-recruit .bl_drawer_recruit .bl_drawerNav > ul > li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-recruit .bl_drawer_recruit .el_navLinkHasChildren {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 880px) {
  .page-recruit .bl_drawer_recruit .el_navLinkHasChildren {
    display: block;
  }
}
.page-recruit .bl_drawer_recruit .el_navLinkHasChildren .toggle_plus {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 36px;
  height: 36px;
}
.page-recruit .bl_drawer_recruit .el_navLinkHasChildren .toggle_plus span {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-recruit .bl_drawer_recruit .el_navLinkHasChildren .toggle_plus span:nth-child(1) {
  width: 36px;
  height: 2px;
}
.page-recruit .bl_drawer_recruit .el_navLinkHasChildren .toggle_plus span:nth-child(2) {
  height: 36px;
  width: 2px;
}
.page-recruit .bl_drawer_recruit .el_navLinkHasChildren .toggle_plus.open span:nth-child(1) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-recruit .bl_drawer_recruit .el_navLinkHasChildren .toggle_plus.open span:nth-child(2) {
  opacity: 0;
}
.page-recruit .bl_drawer_recruit .el_spnav_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.page-recruit.open {
  overflow: hidden;
}
.page-recruit.open .bl_drawer_recruit {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1110px) {
  .page-recruit.open .bl_drawer_recruit .bl_spnav_overlay {
    position: fixed;
    display: block;
  }
}
.page-recruit.open .el_btnTrigger span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
}
@media screen and (max-width: 880px) {
  .page-recruit.open .el_btnTrigger span:nth-of-type(1) {
    top: 11px;
  }
}
.page-recruit.open .el_btnTrigger span:nth-of-type(2) {
  opacity: 0;
}
.page-recruit.open .el_btnTrigger span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 13px;
}
@media screen and (max-width: 880px) {
  .page-recruit.open .el_btnTrigger span:nth-of-type(3) {
    bottom: 11px;
  }
}

footer {
  margin-top: 40px;
}
@media screen and (max-width: 880px) {
  footer {
    margin-top: 20px;
  }
}

@media screen and (max-width: 880px) {
  .ly_footer_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ly_footer_flex .logo {
  -ms-flex-preferred-size: 16.27%;
      flex-basis: 16.27%;
  margin-right: 3%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 880px) {
  .ly_footer_flex .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ly_footer_flex .data {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
}
@media screen and (max-width: 880px) {
  .ly_footer_flex .data {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding-right: 0;
  }
}
@media screen and (max-width: 880px) {
  .ly_footer_flex .data table .tr_address {
    display: none;
  }
}
.ly_footer_flex .data table th,
.ly_footer_flex .data table td {
  padding: 5px 0;
}
@media screen and (max-width: 880px) {
  .ly_footer_flex .data table th,
.ly_footer_flex .data table td {
    display: block;
  }
}
.ly_footer_flex .data table th {
  font-weight: 400;
  padding-right: 20px;
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 880px) {
  .ly_footer_flex .data table th {
    font-size: 14px;
    text-align: left;
    padding-bottom: 0;
  }
}
.ly_footer_flex .data table td .lg {
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .ly_footer_flex .data table td .lg {
    font-size: 6.5vw;
  }
}
.ly_footer_flex .data table td .lg img {
  width: 44px;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 880px) {
  .ly_footer_flex .data table td .lg img {
    width: 32px;
  }
}
.ly_footer_flex .bnr {
  -ms-flex-preferred-size: 28.54%;
      flex-basis: 28.54%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 880px) {
  .ly_footer_flex .bnr {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
}

.ly_data_tab-sp {
  margin-top: 10px;
}
.ly_data_tab-sp th {
  font-weight: 400;
}
.ly_data_tab-sp th,
.ly_data_tab-sp td {
  font-size: 14px;
}

.ly_copyright {
  background-color: #000;
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 880px) {
  .ly_copyright {
    text-align: left;
    font-size: 14px;
  }
}
.ly_copyright a {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

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

.ly_footer_fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ly_footer_fix .ly_footer_fix_tel {
  background-color: #E66200;
  color: #fff;
  -ms-flex-preferred-size: 68.35%;
      flex-basis: 68.35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 1vw;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ly_footer_fix .ly_footer_fix_tel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_footer_fix .ly_footer_fix_tel .label {
  font-size: 3.6vw;
  font-weight: 600;
}
.ly_footer_fix .ly_footer_fix_tel .num {
  font-size: 8vw;
  font-weight: 900;
  line-height: 1;
  margin-left: 2vw;
}
.ly_footer_fix .ly_footer_fix_tel .num a {
  color: #fff;
}
.ly_footer_fix .ly_footer_fix_tel img {
  display: block;
  width: 19vw;
  max-width: none;
}
.ly_footer_fix .ly_footer_fix_form {
  background-color: #E0AE50;
  -ms-flex-preferred-size: 31.65%;
      flex-basis: 31.65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_footer_fix .ly_footer_fix_form a {
  color: #fff;
  font-weight: 600;
  background-image: url(/resource/images/common/icon_mail.svg);
  background-size: 9vw 7vw;
  background-repeat: no-repeat;
  background-position: center right 3vw;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 1vw;
  padding-left: 1vw;
  font-size: 3.1vw;
}
.ly_footer_fix .ly_footer_fix_form a > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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_home_customer {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media screen and (max-width: 479px) {
  .un_home_customer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.un_home_customer h2 {
  color: #E66200;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  margin-top: -135px;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .un_home_customer h2 {
    font-size: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #E66200;
    margin-bottom: 10px;
  }
}
.un_home_customer .wrap {
  border: 2px solid #E66200;
  padding: 100px 100px 80px 100px;
}
@media screen and (max-width: 880px) {
  .un_home_customer .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  .un_home_customer .wrap {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.un_home_customer .wrap p {
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  .un_home_customer .wrap p {
    font-size: 14px;
  }
}
.un_home_customer .wrap .md {
  font-size: 28px;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_home_customer .wrap .md {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.un_home_customer .el_customer_p {
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .un_home_customer .el_customer_p {
    margin-bottom: 20px;
  }
}
.un_home_customer .catch_md {
  margin-top: 40px;
  font-size: 24px;
  color: #624000;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .un_home_customer .catch_md {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.un_home_customer .catch_lg {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 479px) {
  .un_home_customer .catch_lg {
    font-size: 13px;
  }
}

.un_home_available {
  padding-top: 78px;
  background-color: #FFF7E5;
  padding-bottom: 120px;
}
@media screen and (max-width: 479px) {
  .un_home_available {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
.un_home_available .el_title_box_available + p {
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  .un_home_available .el_title_box_available + p {
    font-size: 14px;
  }
}
.un_home_available .un_knowhow {
  background-color: #fff;
  margin-top: 50px;
  padding: 40px 6.5%;
}
@media screen and (max-width: 479px) {
  .un_home_available .un_knowhow {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.un_home_available .un_knowhow h4 {
  text-align: center;
  color: #965555;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .un_home_available .un_knowhow h4 {
    font-size: 14px;
  }
}
.un_home_available .un_knowhow .wrap {
  background-color: #F2ECEC;
  margin-top: 20px;
  padding: 30px 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 880px) {
  .un_home_available .un_knowhow .wrap {
    padding: 15px 20px;
    margin-bottom: 20px;
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .un_home_available .un_knowhow .wrap ul {
    margin-bottom: 10px;
  }
}
.un_home_available .un_knowhow .wrap ul li {
  font-size: 20px;
}
.un_home_available .un_knowhow .wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .un_home_available .un_knowhow .wrap ul li {
    font-size: 14px;
  }
}
.un_home_available .un_knowhow .wrap ul li:before {
  content: "□";
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 880px) {
  .un_home_available .un_knowhow .un_profile_top {
    display: block;
  }
}
.un_home_available .un_knowhow .un_profile_top .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_home_available .un_knowhow .un_profile_top .text .name {
  font-size: 35px;
  border-bottom: 1px solid #965555;
  color: #965555;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  .un_home_available .un_knowhow .un_profile_top .text .name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .un_home_available .un_knowhow .un_profile_top .text .name {
    font-size: 19px;
  }
}
.un_home_available .un_knowhow .un_profile_top .text .name span {
  margin-left: 20px;
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
@media screen and (max-width: 479px) {
  .un_home_available .un_knowhow .un_profile_top .text .name span {
    font-size: 14px;
  }
}
.un_home_available .un_knowhow .un_profile_top .text ul,
.un_home_available .un_knowhow .un_profile_top .text dl {
  font-size: 20px;
  padding-right: 30px;
}
.un_home_available .un_knowhow .un_profile_top .text ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .un_home_available .un_knowhow .un_profile_top .text ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .un_home_available .un_knowhow .un_profile_top .text ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .un_home_available .un_knowhow .un_profile_top .text dl {
    font-size: 14px;
  }
}
.un_home_available .un_knowhow .un_profile_top .image {
  -ms-flex-preferred-size: 40.8%;
      flex-basis: 40.8%;
}
.un_home_available .un_history {
  margin-top: 30px;
}
@media screen and (max-width: 479px) {
  .un_home_available .un_history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.un_home_available .un_history .title {
  color: #965555;
  border-right: 2px solid #965555;
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  font-size: 24px;
}
@media screen and (max-width: 479px) {
  .un_home_available .un_history .title {
    font-size: 15px;
    -ms-flex-preferred-size: 67px;
        flex-basis: 67px;
    border: none;
  }
}
@media screen and (max-width: 479px) {
  .un_home_available .un_history .title span {
    display: inline-block;
    border-right: 2px solid #965555;
    padding-right: 15px;
  }
}
.un_home_available .un_history .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 479px) {
  .un_home_available .un_history .text {
    font-size: 14px;
    padding-left: 10px;
  }
}

.un_box_available {
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .un_box_available {
    margin-bottom: 20px;
  }
}

.un_box_available3 {
  margin-bottom: 120px;
}
@media screen and (max-width: 479px) {
  .un_box_available3 {
    margin-bottom: 20px;
  }
}

.bl_box_portalsite {
  margin-top: 50px;
}
@media screen and (max-width: 479px) {
  .bl_box_portalsite {
    margin-top: 30px;
  }
}
.bl_box_portalsite .image {
  -ms-flex-preferred-size: 42.42%;
      flex-basis: 42.42%;
}
@media screen and (max-width: 479px) {
  .bl_box_portalsite .image img {
    max-width: 244px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.bl_box_portalsite .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3%;
}
.bl_box_portalsite .text h4 {
  font-size: 25px;
  color: #A26C05;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .bl_box_portalsite .text h4 {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .bl_box_portalsite .text h4 span {
    display: none;
  }
}
.bl_box_portalsite .text p {
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  .bl_box_portalsite .text p {
    font-size: 14px;
  }
}

.un_home_available_contents_wrap {
  background-color: #fff;
  padding: 80px 6% 20px;
}
@media screen and (max-width: 479px) {
  .un_home_available_contents_wrap {
    padding-top: 20px;
  }
}

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

.el_title_box_available_contents {
  color: #624000;
  font-size: 40px;
  text-align: center;
  border-bottom: 3px solid #624000;
  padding-bottom: 5px;
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .el_title_box_available_contents {
    font-size: 18px;
    border-bottom-width: 1px;
    margin-bottom: 30px;
  }
}
.el_title_box_available_contents:after {
  content: "";
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 3px solid #624000;
  border-right: 3px solid #624000;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 479px) {
  .el_title_box_available_contents:after {
    width: 12px;
    height: 12px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    bottom: -7px;
  }
}

.un_list_recommend li {
  -ms-flex-preferred-size: 31.49%;
      flex-basis: 31.49%;
  background-color: #EBA580;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .un_list_recommend li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.un_targetCompany {
  margin-top: 80px;
}
@media screen and (max-width: 479px) {
  .un_targetCompany {
    margin-top: 40px;
  }
}
.un_targetCompany .title {
  -ms-flex-preferred-size: 156px;
      flex-basis: 156px;
}
@media screen and (max-width: 479px) {
  .un_targetCompany .title {
    margin-bottom: 20px;
  }
}
.un_targetCompany .title span {
  display: block;
  width: 156px;
  height: 156px;
  border-radius: 78px;
  border: 5px solid #F29855;
  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;
  color: #F29855;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .un_targetCompany .title span {
    width: 86px;
    height: 86px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.un_targetCompany .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4%;
}
.un_targetCompany .text ul {
  margin-bottom: 30px;
}
.un_targetCompany .text ul li {
  font-size: 24px;
  color: #624000;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .un_targetCompany .text ul li {
    font-size: 14px;
    text-indent: -7px;
    padding-left: 7px;
  }
}
.un_targetCompany .text ul li:not(:last-child) {
  margin-bottom: 20px;
}
.un_targetCompany .text ul li:before {
  content: "●";
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 4px;
}
@media screen and (max-width: 479px) {
  .un_targetCompany .text .note {
    font-size: 14px;
  }
}

.un_home_service {
  background-color: #FFE4D6;
}

.bl_home_service_contents {
  padding: 30px 3.78% 50px;
}
@media screen and (max-width: 479px) {
  .bl_home_service_contents {
    padding-bottom: 1px;
  }
}
.bl_home_service_contents h4 {
  font-size: 28px;
  color: #fff;
  background-color: #624000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 100px;
  padding: 15px 60px;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .bl_home_service_contents h4 {
    font-size: 11px;
    padding: 5px 30px;
  }
}

.bl_home_service_contents_flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 880px) {
  .bl_home_service_contents_flex {
    display: block;
  }
}
.bl_home_service_contents_flex li {
  background-color: #fff;
  -ms-flex-preferred-size: 49.18%;
      flex-basis: 49.18%;
  margin-bottom: 20px;
  border-radius: 40px;
}
@media screen and (max-width: 479px) {
  .bl_home_service_contents_flex li {
    border-radius: 20px;
  }
}
.bl_home_service_contents_flex li h5 {
  text-align: center;
  font-size: 30px;
  color: #624000;
  font-weight: 400;
  padding: 10px;
  border-bottom: 2px solid #624000;
}
@media screen and (max-width: 479px) {
  .bl_home_service_contents_flex li h5 {
    font-size: 15px;
  }
}
.bl_home_service_contents_flex li .contents {
  padding: 30px;
}
@media screen and (max-width: 479px) {
  .bl_home_service_contents_flex li .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
}
.bl_home_service_contents_flex li .contents .icon {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
@media screen and (max-width: 479px) {
  .bl_home_service_contents_flex li .contents .icon {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
  }
}
.bl_home_service_contents_flex li .contents .icon img {
  width: 100%;
}
.bl_home_service_contents_flex li .contents ul {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media screen and (max-width: 479px) {
  .bl_home_service_contents_flex li .contents ul {
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
  }
}
.bl_home_service_contents_flex li .contents ul li {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 479px) {
  .bl_home_service_contents_flex li .contents ul li {
    font-size: 14px;
  }
}
.bl_home_service_contents_flex li .contents ul li:before {
  content: "●";
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 4px;
}

.un_home_available_contents3_flex {
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
}
.un_home_available_contents3_flex > div {
  -ms-flex-preferred-size: 45.35%;
      flex-basis: 45.35%;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .un_home_available_contents3_flex > div {
    max-width: 205px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.un_home_available_contents3_flex > div span {
  width: 100%;
  padding-top: 100%;
  background-color: #EBA580;
  border-radius: 50%;
  color: #fff;
  display: block;
  position: relative;
}
.un_home_available_contents3_flex > div span .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.un_home_available_contents3_flex > div span h4 {
  font-size: 33px;
  margin-bottom: 40px;
}
@media screen and (max-width: 880px) {
  .un_home_available_contents3_flex > div span h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .un_home_available_contents3_flex > div span h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.un_home_available_contents3_flex > div span ul li {
  font-size: 24px;
}
@media screen and (max-width: 880px) {
  .un_home_available_contents3_flex > div span ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .un_home_available_contents3_flex > div span ul li {
    font-size: 13px;
  }
}
.un_home_available_contents3_flex > div span ul li:not(:last-child) {
  margin-bottom: 10px;
}

.un_home_result {
  padding-bottom: 120px;
}
@media screen and (max-width: 479px) {
  .un_home_result {
    padding-bottom: 0px;
  }
}

.un_available_flow h4 {
  background-color: #EBA580;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 33px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .un_available_flow h4 {
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
}

.un_available_flow1 {
  padding-bottom: 90px;
  margin-bottom: 90px;
  border-bottom: 1px solid #624000;
}
@media screen and (max-width: 479px) {
  .un_available_flow1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: none;
  }
}

@media screen and (max-width: 880px) {
  .un_home_result_flex {
    display: block;
  }
}
.un_home_result_flex > div {
  -ms-flex-preferred-size: 46.96%;
      flex-basis: 46.96%;
  background-color: #FFECB9;
  padding-bottom: 20px;
}
@media screen and (max-width: 880px) {
  .un_home_result_flex > div {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div {
    margin-bottom: 20px;
  }
}
.un_home_result_flex > div h3 {
  font-size: 34px;
  color: #A26C05;
  text-align: center;
  background-color: #fff;
  padding-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div h3 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.un_home_result_flex > div h3 img {
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div h3 img {
    width: 44px;
  }
}
.un_home_result_flex > div .contents {
  padding: 30px 40px;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents {
    padding: 10px 20px;
  }
}
.un_home_result_flex > div .contents h4 {
  font-size: 30px;
  color: #E66200;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents .numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.un_home_result_flex > div .contents .numbers > div {
  -ms-flex-preferred-size: 44.76%;
      flex-basis: 44.76%;
  background-color: #fff;
  padding: 12px 10px;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents .numbers > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.un_home_result_flex > div .contents .numbers > div h5 {
  font-size: 30px;
  text-align: center;
  color: #E66200;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents .numbers > div h5 {
    font-size: 20px;
  }
}
.un_home_result_flex > div .contents .numbers > div .num {
  font-size: 80px;
  font-weight: 600;
  text-align: center;
  color: #e66200;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents .numbers > div .num {
    font-size: 37px;
  }
}
.un_home_result_flex > div .contents .numbers > div .num span {
  font-size: 32px;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents .numbers > div .num span {
    font-size: 14px;
  }
}
.un_home_result_flex > div .contents .point dt {
  padding-left: 10px;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents .point dt {
    margin-bottom: 20px;
  }
}
.un_home_result_flex > div .contents .point dt img {
  max-width: 224px;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents .point dt img {
    max-width: 136px;
  }
}
.un_home_result_flex > div .contents .point dd {
  position: relative;
  padding-left: 90px;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents .point dd {
    font-size: 14px;
    padding-left: 45px;
  }
}
.un_home_result_flex > div .contents .point dd:not(:last-child) {
  margin-bottom: 20px;
}
.un_home_result_flex > div .contents .point dd span {
  border-bottom: 2px dashed #E66200;
}
.un_home_result_flex > div .contents .point dd img {
  width: 76px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .un_home_result_flex > div .contents .point dd img {
    width: 38px;
  }
}

.un_home_company {
  padding-bottom: 140px;
}
@media screen and (max-width: 479px) {
  .un_home_company {
    padding-bottom: 0;
  }
}
.un_home_company .un_business {
  margin-top: 70px;
  margin-bottom: 150px;
}
@media screen and (max-width: 479px) {
  .un_home_company .un_business {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.un_home_company .un_business h3 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_home_company .un_business h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.un_home_company .un_business ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 880px) {
  .un_home_company .un_business ul {
    display: block;
  }
}
.un_home_company .un_business ul li {
  font-size: 22px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 15px;
}
@media screen and (max-width: 479px) {
  .un_home_company .un_business ul li {
    font-size: 14px;
    text-indent: -14px;
    padding-left: 14px;
  }
}
.un_home_company .un_business ul li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.un_home_company .un_business ul li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.un_home_company .un_business ul li:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.un_home_company .un_business ul li:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.un_home_company .un_business ul li:nth-child(5) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 880px) {
  .un_home_company_flex {
    display: block;
  }
}
.un_home_company_flex > div {
  -ms-flex-preferred-size: 46.6%;
      flex-basis: 46.6%;
}
@media screen and (max-width: 880px) {
  .un_home_company_flex > div {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .un_home_company_flex > div {
    margin-bottom: 20px;
  }
}
.un_home_company_flex > div h3 {
  color: #fff;
  font-size: 26px;
  padding: 15px 20px;
  background-color: #7D89A8;
}
@media screen and (max-width: 479px) {
  .un_home_company_flex > div h3 {
    font-size: 14px;
    padding: 3px 10px;
  }
}
.un_home_company_flex > div table {
  width: 100%;
}
.un_home_company_flex > div table th,
.un_home_company_flex > div table td {
  border: 1px solid #707070;
  padding: 20px 30px;
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  .un_home_company_flex > div table th,
.un_home_company_flex > div table td {
    font-size: 14px;
    padding: 3px 10px;
  }
}
.un_home_company_flex > div table th {
  background-color: #F0F0F0;
  font-weight: 400;
  width: 157px;
}
@media screen and (max-width: 479px) {
  .un_home_company_flex > div table th {
    width: 77px;
    vertical-align: middle;
  }
}

.bl_bnr_book {
  max-width: 1134px;
  margin-left: auto;
  margin-right: auto;
}

.page-about .un_page_mv {
  background-image: url(/resource/images/about/mv.jpg);
}

.un_about_title {
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .un_about_title {
    margin-bottom: 30px;
  }
}

.un_about_top {
  background-color: #FFF7E5;
  padding-top: 70px;
  padding-bottom: 120px;
}
@media screen and (max-width: 479px) {
  .un_about_top {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.un_about_top img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.un_about_bottom {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 479px) {
  .un_about_bottom {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.un_about_bottom .catch {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .un_about_bottom .catch {
    font-size: 14px;
  }
}

.el_title_about_bottom {
  background-color: #F29855;
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 50px;
  font-size: 28px;
  border-radius: 100px;
}
@media screen and (max-width: 479px) {
  .el_title_about_bottom {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.el_title_about_bottom {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .el_title_about_bottom {
    margin-bottom: 20px;
  }
}

.un_list_reason {
  font-size: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #624000;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .un_list_reason {
    font-size: 14px;
  }
}
.un_list_reason li {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 479px) {
  .un_list_reason li {
    padding-left: 18px;
  }
}
.un_list_reason li span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #F29855;
  text-align: center;
  line-height: 29px;
  color: #fff;
  margin-right: 10px;
}
@media screen and (max-width: 479px) {
  .un_list_reason li span {
    width: 12px;
    height: 12px;
    font-size: 10px;
    line-height: 11px;
    top: 6px;
  }
}
.un_list_reason li:not(:last-child) {
  margin-bottom: 20px;
}

.un_about_concern {
  margin-top: 80px;
  border: 7px solid #F29855;
  padding: 20px 20px 40px 20px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 479px) {
  .un_about_concern {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.un_about_concern:after {
  content: "";
  position: absolute;
  bottom: -69px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 69px solid #F29855;
  border-right: 91px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 91px solid transparent;
}
@media screen and (max-width: 479px) {
  .un_about_concern:after {
    border-right-width: 40px;
    border-left-width: 40px;
    border-top-width: 34px;
    bottom: -34px;
  }
}
.un_about_concern .lg {
  font-size: 35px;
  color: #F29855;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .un_about_concern .lg {
    font-size: 16px;
  }
}
.un_about_concern .box {
  max-width: 1014px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 479px) {
  .un_about_concern .box {
    margin-top: 20px;
  }
}
.un_about_concern .box .title {
  -ms-flex-preferred-size: 271px;
      flex-basis: 271px;
  font-size: 30px;
  color: #624000;
  background-color: #DDCEB4;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .un_about_concern .box .title {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
.un_about_concern .box ul {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 479px) {
  .un_about_concern .box ul {
    padding-left: 0;
  }
}
.un_about_concern .box ul li {
  font-weight: 600;
  text-indent: -27px;
  padding-left: 27px;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .un_about_concern .box ul li {
    font-size: 14px;
    text-indent: -17px;
    padding-left: 17px;
  }
}

.un_about_faq {
  background-color: #FFF7E5;
  padding-top: 110px;
  padding-bottom: 130px;
}
@media screen and (max-width: 479px) {
  .un_about_faq {
    padding-top: 30px;
    padding-bottom: 1px;
  }
}

.el_title_faq {
  font-size: 35px;
  color: #624000;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .el_title_faq {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.un_box_faq_wrap {
  margin-bottom: 60px;
}

.un_box_faq {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}
.un_box_faq .q {
  position: relative;
  margin-top: 27px;
}
@media screen and (max-width: 479px) {
  .un_box_faq .q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
}
.un_box_faq .q .label {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  background-color: #916543;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
}
@media screen and (max-width: 479px) {
  .un_box_faq .q .label {
    font-size: 20px;
    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;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
  }
}
.un_box_faq .q .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #D3AE92;
  color: #fff;
  font-size: 26px;
  padding: 10px 100px 10px 20px;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .un_box_faq .q .text {
    font-size: 16px;
    padding-right: 50px;
  }
}
.un_box_faq .a {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px 20px 20px 100px;
  position: relative;
  line-height: 1.8;
  display: none;
}
.un_box_faq .a .label {
  position: absolute;
  top: 3px;
  left: 34px;
  color: #E66200;
  font-size: 40px;
}
.el_toggle_faq {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/resource/images/about/icon_toggle_faq_open.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 75px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 479px) {
  .el_toggle_faq {
    background-image: url(/resource/images/about/icon_toggle_faq_open_sp.png);
    width: 25px;
    height: 38px;
  }
}
.el_toggle_faq.active {
  background-image: url(/resource/images/about/icon_toggle_faq_close.png);
}
@media screen and (max-width: 479px) {
  .el_toggle_faq.active {
    background-image: url(/resource/images/about/icon_toggle_faq_close_sp.png);
  }
}

.un_about_media {
  padding-top: 100px;
  background-color: #ECEEF5;
}
@media screen and (max-width: 479px) {
  .un_about_media {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.un_ul_media_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.un_ul_media_list li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_ul_media_list li {
    text-align: center;
  }
}
.un_ul_media_list li h4 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .un_ul_media_list li h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .un_ul_media_list li img {
    width: 80%;
  }
}

.page-support .un_page_mv {
  background-image: url(/resource/images/support/mv.jpg);
}

.un_support_about {
  padding-bottom: 60px;
}

.un_support_require {
  margin-bottom: 90px;
}
@media screen and (max-width: 479px) {
  .un_support_require {
    margin-bottom: 40px;
  }
}
.un_support_require .catch {
  font-size: 30px;
  color: #A26C05;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .un_support_require .catch {
    font-size: 17px;
    text-align: center;
  }
}

.un_list_require {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 880px) {
  .un_list_require {
    display: block;
  }
}
.un_list_require li {
  -ms-flex-preferred-size: 18.93%;
      flex-basis: 18.93%;
  border: 5px solid #F8C7A2;
  padding: 30px 10px;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .un_list_require li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .un_list_require li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 2px;
    padding: 10px;
    margin-bottom: 10px;
    height: 68px;
  }
}
.un_list_require li .title {
  font-size: 32px;
  color: #F29855;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 479px) {
  .un_list_require li .title {
    font-size: 14px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .un_list_require li .text {
    font-size: 14px;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.un_support_target {
  margin-bottom: 90px;
}
@media screen and (max-width: 479px) {
  .un_support_target {
    position: relative;
    margin-bottom: 40px;
  }
}
.un_support_target ul li {
  font-size: 24px;
  text-indent: -30px;
  padding-left: 30px;
}
@media screen and (max-width: 479px) {
  .un_support_target ul li {
    font-size: 14px;
    text-indent: -17px;
    padding-left: 17px;
  }
}
.un_support_target ul li:first-child {
  padding-right: 100px;
}
.un_support_target ul li:not(:last-child) {
  margin-bottom: 15px;
}
.un_support_target ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 19px solid #F29855;
  margin-right: 10px;
}
@media screen and (max-width: 479px) {
  .un_support_target ul li:before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 6px;
  }
}
.un_support_target .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}
@media screen and (max-width: 479px) {
  .un_support_target .text {
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .un_support_target .text h4 {
    padding-right: 70px;
  }
}
.un_support_target .image {
  -ms-flex-preferred-size: 39.37%;
      flex-basis: 39.37%;
}
.un_support_target .image img {
  max-width: 402px;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .un_support_target .image img {
    position: absolute;
    top: -5vw;
    right: 2vw;
    width: 19.8vw;
  }
}

.un_support_giveup {
  margin-bottom: 90px;
}
@media screen and (max-width: 479px) {
  .un_support_giveup {
    margin-bottom: 40px;
  }
}

.un_tb_merit {
  margin-top: 49px;
}
@media screen and (max-width: 479px) {
  .un_tb_merit {
    margin-top: 20px;
  }
}
.un_tb_merit th,
.un_tb_merit td {
  font-size: 20px;
  border: 1px solid #fff;
}
@media screen and (max-width: 880px) {
  .un_tb_merit th,
.un_tb_merit td {
    font-size: 14px;
  }
}
.un_tb_merit thead th {
  text-align: center;
  color: #fff;
  font-weight: 400;
  width: 16%;
  padding-top: 6px;
  padding-bottom: 6px;
}
.un_tb_merit thead th:nth-child(2) {
  background-color: #755F46;
}
.un_tb_merit thead th:nth-child(1) {
  background-color: #528D82;
}
.un_tb_merit thead th:nth-child(3) {
  background-color: #D56F72;
}
.un_tb_merit tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 880px) {
  .un_tb_merit tbody td {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.un_tb_merit tbody td:nth-child(2) {
  background-color: #FCF0D5;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: middle;
  text-align: center;
  color: #512012;
  font-weight: bold;
}
@media screen and (max-width: 880px) {
  .un_tb_merit tbody td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: -0.05em;
  }
}
.un_tb_merit tbody td:nth-child(2) img {
  max-width: 77px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .un_tb_merit tbody td:nth-child(2) img {
    max-width: 57px;
  }
}
.un_tb_merit tbody td:nth-child(1), .un_tb_merit tbody td:nth-child(3) {
  width: 42%;
}
.un_tb_merit tbody td:nth-child(1) {
  background-color: #E7F5F3;
  background-image: url(/resource/images/support/bg_circle.svg);
  background-size: 120px 120px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 479px) {
  .un_tb_merit tbody td:nth-child(1) {
    background-size: 60px 60px;
  }
}
.un_tb_merit tbody td:nth-child(3) {
  background-color: #FDEDEE;
  background-image: url(/resource/images/support/bg_cross.svg);
  background-size: 120px 120px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 479px) {
  .un_tb_merit tbody td:nth-child(3) {
    background-size: 60px 60px;
  }
}

.un_support_reason {
  padding-top: 90px;
  padding-bottom: 160px;
}
@media screen and (max-width: 479px) {
  .un_support_reason {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.un_reason_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 479px) {
  .un_reason_top {
    display: block;
  }
}
.un_reason_top .text {
  padding-left: 100px;
  padding-right: 5%;
}
@media screen and (max-width: 1584px) {
  .un_reason_top .text {
    padding-left: calc((100vw - 1386px) / 2);
  }
}
@media screen and (max-width: 479px) {
  .un_reason_top .text {
    margin-top: 30px;
  }
}

.un_dl_support_reason dt,
.un_dl_support_reason dd {
  line-height: 2;
}
.un_dl_support_reason dt {
  font-size: 24px;
  text-decoration: underline;
  color: #624000;
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .un_dl_support_reason dt {
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.un_dl_support_reason dd:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_dl_support_reason dd {
    font-size: 14px;
  }
}

.un_support_need {
  background-color: #FFF7E5;
  padding-top: 90px;
  padding-bottom: 140px;
}
@media screen and (max-width: 479px) {
  .un_support_need {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.un_support_need .el_title_border_left {
  margin-bottom: 20px;
}
.un_support_need .el_title_border_left + p {
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .un_support_need .el_title_border_left + p {
    margin-bottom: 20px;
  }
}

.un_support_need_collect {
  margin-bottom: 60px;
}
.un_support_need_collect .box {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_support_need_collect .box {
    margin-bottom: 20px;
  }
}
.un_support_need_collect .box h5 {
  font-size: 30px;
  color: #624000;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .un_support_need_collect .box h5 {
    font-size: 13px;
  }
}
.un_support_need_collect .box h5:before {
  content: "●";
  font-size: 12px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.un_support_need_collect .box .description {
  margin-left: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  .un_support_need_collect .box .description {
    margin-left: 0;
    font-size: 13px;
    margin-top: 10px;
  }
}
.un_support_need_collect .box .description span {
  font-size: 24px;
  color: #624000;
}
@media screen and (max-width: 479px) {
  .un_support_need_collect .box .description span {
    font-size: 13px;
    display: block;
  }
}

.bl_table_need {
  width: calc(100% - 50px);
  margin-left: 50px;
}
@media screen and (max-width: 479px) {
  .bl_table_need {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .bl_table_need tr {
    position: relative;
    display: block;
  }
}
.bl_table_need th,
.bl_table_need td {
  padding: 10px 14px;
  border: 2px solid #fff;
}
@media screen and (max-width: 479px) {
  .bl_table_need th,
.bl_table_need td {
    display: block;
  }
}
.bl_table_need th {
  color: #fff;
  width: 162px;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  font-size: 24px;
}
@media screen and (max-width: 479px) {
  .bl_table_need th {
    font-size: 11px;
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 29px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -5px;
    border: none;
    padding: 0;
    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;
  }
}
.bl_table_need td {
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .bl_table_need td {
    font-size: 13px;
    padding-left: 70px;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bl_table_need .tr_merit th {
  background-color: #EBA580;
}
.bl_table_need .tr_merit td {
  background-color: #F2DCD0;
}
.bl_table_need .tr_demerit th {
  background-color: #7D89A8;
}
.bl_table_need .tr_demerit td {
  background-color: #D0D6E6;
}

.un_collect_detail {
  background-color: #fff;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
}
@media screen and (max-width: 479px) {
  .un_collect_detail {
    padding: 10px 10px 0 10px;
  }
}
.un_collect_detail h5 {
  font-size: 30px;
  color: #F29855;
  border-bottom: 1px solid #F29855;
  margin-bottom: 25px;
}
@media screen and (max-width: 479px) {
  .un_collect_detail h5 {
    font-size: 14px;
  }
}
.un_collect_detail .image {
  -ms-flex-preferred-size: 42.3%;
      flex-basis: 42.3%;
}
.un_collect_detail .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .un_collect_detail .text {
    padding-left: 0;
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    background-color: #FFF7E5;
    font-size: 14px;
    padding-top: 10px;
  }
}
.un_collect_detail .text .el_orange {
  font-weight: 600;
  color: #F29855;
}

.un_support_need_sales {
  margin-bottom: 120px;
}
@media screen and (max-width: 479px) {
  .un_support_need_sales {
    margin-bottom: 40px;
  }
}
.un_support_need_sales dt {
  font-size: 30px;
  color: #f29855;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .un_support_need_sales dt {
    font-size: 14px;
  }
}
.un_support_need_sales dt span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #F29855;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 479px) {
  .un_support_need_sales dt span {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 15px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.un_support_need_sales dd {
  margin-left: 45px;
  line-height: 2;
}
.un_support_need_sales dd:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .un_support_need_sales dd {
    margin-left: 20px;
    font-size: 14px;
  }
}

.un_support_need_operation .un_operation_flex_top {
  margin-bottom: 150px;
}
@media screen and (max-width: 479px) {
  .un_support_need_operation .un_operation_flex_top {
    margin-bottom: 40px;
  }
}
.un_support_need_operation .un_operation_flex_top .image {
  -ms-flex-preferred-size: 58.85%;
      flex-basis: 58.85%;
}
.un_support_need_operation .un_operation_flex_top .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5%;
}
.un_support_need_operation .un_operation_flex_bottom .image {
  -ms-flex-preferred-size: 42.25%;
      flex-basis: 42.25%;
}
.un_support_need_operation .un_operation_flex_bottom .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5%;
}
@media screen and (max-width: 479px) {
  .un_support_need_operation .un_operation_flex_bottom .text {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.un_support_need_operation .un_operation_flex_bottom .text .lg {
  color: #F29855;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .un_support_need_operation .un_operation_flex_bottom .text .lg {
    font-size: 14px;
  }
}

.un_support_tool {
  padding-top: 90px;
  padding-bottom: 140px;
}
@media screen and (max-width: 479px) {
  .un_support_tool {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.un_support_tool_flow_flex {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .un_support_tool_flow_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.un_support_tool_flow_flex .image {
  -ms-flex-preferred-size: 50.32%;
      flex-basis: 50.32%;
}
@media screen and (max-width: 479px) {
  .un_support_tool_flow_flex .image {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
  }
}
.un_support_tool_flow_flex .text {
  -ms-flex-preferred-size: 45.8%;
      flex-basis: 45.8%;
}
@media screen and (max-width: 479px) {
  .un_support_tool_flow_flex .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
  }
}
.un_support_tool_flow_flex .text p:not(:last-of-type) {
  margin-bottom: 30px;
}

.un_scaleMerit {
  background-color: #FFF7E5;
  margin-top: 60px;
  padding: 60px 6.5% 80px;
}
@media screen and (max-width: 479px) {
  .un_scaleMerit {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 880px) {
  .un_scaleMerit .hp_flex {
    display: block;
  }
}
.un_scaleMerit .own h5,
.un_scaleMerit .network h5 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .own h5,
.un_scaleMerit .network h5 {
    font-size: 15px;
  }
}
.un_scaleMerit .own h5:before,
.un_scaleMerit .network h5:before {
  content: "●";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.un_scaleMerit .own .box,
.un_scaleMerit .network .box {
  background-color: #fff;
  border-radius: 40px;
  font-size: 30px;
  padding: 50px 50px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1530px) {
  .un_scaleMerit .own .box,
.un_scaleMerit .network .box {
    font-size: 22px;
  }
}
@media screen and (max-width: 1150px) {
  .un_scaleMerit .own .box,
.un_scaleMerit .network .box {
    font-size: 17px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 880px) {
  .un_scaleMerit .own .box,
.un_scaleMerit .network .box {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .own .box,
.un_scaleMerit .network .box {
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
  }
}
.un_scaleMerit .own {
  -ms-flex-preferred-size: 38.9%;
      flex-basis: 38.9%;
}
.un_scaleMerit .own h5:before {
  color: #fff;
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .own ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.un_scaleMerit .own ul li {
  text-indent: -30px;
  padding-left: 30px;
}
.un_scaleMerit .own ul li:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .own ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .own ul li {
    font-size: 14px;
    text-indent: -14px;
    padding-left: 14px;
  }
}
.un_scaleMerit .own p {
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .own p {
    font-size: 13px;
  }
}
.un_scaleMerit .own .box {
  position: relative;
}
.un_scaleMerit .own .box:after {
  content: "";
  width: 142px;
  height: 125px;
  background-image: url(/resource/images/support/img_arrow_scale_merit_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -142px;
}
@media screen and (max-width: 1530px) {
  .un_scaleMerit .own .box:after {
    width: 9.2vw;
    right: -9.2vw;
  }
}
@media screen and (max-width: 880px) {
  .un_scaleMerit .own .box:after {
    display: none;
  }
}
.un_scaleMerit .network {
  -ms-flex-preferred-size: 45.8%;
      flex-basis: 45.8%;
}
.un_scaleMerit .network h5:before {
  color: #E66200;
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .network h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.un_scaleMerit .network .box {
  border: 5px solid #E66200;
  position: relative;
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .network .box {
    border-width: 2px;
  }
}
.un_scaleMerit .network .box ul li {
  color: #E66200;
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .network .box ul li {
    font-size: 14px;
  }
}
.un_scaleMerit .network .box .area {
  padding-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .network .box .area {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.un_scaleMerit .network .box .area:first-of-type {
  margin-top: 0;
}
.un_scaleMerit .network .box .area:last-of-type {
  padding-bottom: 0;
}
.un_scaleMerit .network .box .area:not(:last-of-type) {
  border-bottom: 3px dashed #707070;
}
.un_scaleMerit .network .box:before {
  content: "";
  width: 274px;
  height: 274px;
  background-image: url(/resource/images/support/badge_network.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 1530px) {
  .un_scaleMerit .network .box:before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1150px) {
  .un_scaleMerit .network .box:before {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .network .box:before {
    width: 118px;
    height: 118px;
    right: 25px;
  }
}
.un_scaleMerit .network .box:after {
  content: "";
  width: 74px;
  height: 60px;
  background-image: url(/resource/images/support/img_arrow_scale_merit_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: 30px;
}
@media screen and (max-width: 880px) {
  .un_scaleMerit .network .box:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 479px) {
  .un_scaleMerit .network .box:after {
    width: 22px;
    height: 18px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -18px;
  }
}

@media screen and (max-width: 479px) {
  .txt_scale_merit {
    margin-top: 20px;
  }
}

.img_arrow_scale_merit_down_sp {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.el_scaleMerit_text {
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
}

.un_compare {
  padding-top: 90px;
}
@media screen and (max-width: 479px) {
  .un_compare {
    padding-top: 20px;
  }
}

.un_tb_compare {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 479px) {
  .un_tb_compare {
    margin-top: 30px;
  }
}
.un_tb_compare tr th {
  vertical-align: middle;
}
.un_tb_compare tr th:first-child {
  border-right: 1px solid #000;
}
.un_tb_compare thead tr {
  border-bottom: 1px solid #000 !important;
}
.un_tb_compare thead tr th:not(:first-child) {
  border-right: 1px solid #fff;
}
.un_tb_compare th,
.un_tb_compare td {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .un_tb_compare th,
.un_tb_compare td {
    padding: 5px;
  }
}
.un_tb_compare thead th {
  background-color: #CCCBC6;
}
.un_tb_compare thead th:last-child {
  background-color: #F29855;
}
@media screen and (max-width: 479px) {
  .un_tb_compare thead th {
    font-size: 13px;
  }
}
.un_tb_compare tbody th,
.un_tb_compare tbody td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.un_tb_compare tbody th {
  background-color: #FFF7E5;
  width: 35%;
}
@media screen and (max-width: 479px) {
  .un_tb_compare tbody th {
    font-size: 13px;
  }
}
.un_tb_compare tbody td {
  background-color: #EFEFEF;
  width: 13%;
}
@media screen and (max-width: 479px) {
  .un_tb_compare tbody td {
    font-size: 10px;
    vertical-align: middle;
  }
}

.el_guide {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .el_guide {
    line-height: 1;
  }
}
.el_guide li {
  display: inline-block;
  font-size: 18px;
}
@media screen and (max-width: 479px) {
  .el_guide li {
    display: inline;
  }
}
.el_guide li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .el_guide li:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .el_guide li {
    font-size: 10px;
    line-height: 2;
  }
}

.un_support_package {
  background-color: #FFEEE5;
  padding-top: 90px;
  padding-bottom: 180px;
}
@media screen and (max-width: 479px) {
  .un_support_package {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.un_support_package h3 {
  font-size: 40px;
  color: #672C00;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .un_support_package h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.un_support_package h3 .sm {
  font-size: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  .un_support_package h3 .sm {
    font-size: 14px;
    margin-top: 10px;
  }
}

.bl_box_tool h4 {
  color: #fff;
  background-color: #C37D59;
  font-size: 30px;
  padding: 14px 20px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .bl_box_tool h4 {
    font-size: 14px;
    text-align: center;
  }
}
.bl_box_tool .contents {
  background-color: #EBA580;
  color: #fff;
  padding: 60px 60px 0 60px;
  display: none;
}
@media screen and (max-width: 479px) {
  .bl_box_tool .contents {
    padding: 30px 30px 10px 30px;
  }
}
.bl_box_tool .contents .hp_flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_box_tool .contents .hp_flex > div {
  -ms-flex-preferred-size: 42.69%;
      flex-basis: 42.69%;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .bl_box_tool .contents .hp_flex > div {
    margin-bottom: 20px;
  }
}
.bl_box_tool .contents .hp_flex > div h5 {
  border-left: 7px solid #fff;
  font-size: 28px;
  padding-left: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .bl_box_tool .contents .hp_flex > div h5 {
    font-size: 14px;
    border-left-width: 2px;
  }
}
.bl_box_tool .contents .hp_flex > div p {
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .bl_box_tool .contents .hp_flex > div p {
    line-height: 1.8;
  }
}

.img_package4 {
  max-width: 190px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .img_package4 {
    max-width: 104px;
  }
}

.img_package6 {
  max-width: 301px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .img_package6 {
    max-width: 194px;
  }
}

.el_toggle_tool {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/resource/images/about/icon_toggle_faq_open.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 75px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 479px) {
  .el_toggle_tool {
    width: 50px;
    height: 25px;
    right: 10px;
  }
}
.el_toggle_tool.active {
  background-image: url(/resource/images/about/icon_toggle_faq_close.png);
}

.un_support_knowhow {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 479px) {
  .un_support_knowhow {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.el_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDE9F));
  background: linear-gradient(transparent 60%, #FFDE9F 60%);
}

.un_curriculum {
  margin-bottom: 100px;
}
@media screen and (max-width: 479px) {
  .un_curriculum {
    margin-bottom: 30px;
  }
}

.un_curriculum_flex {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.un_curriculum_flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_curriculum_flex .text .box .title {
  font-size: 24px;
  color: #624000;
  -ms-flex-preferred-size: 138px;
      flex-basis: 138px;
}
@media screen and (max-width: 479px) {
  .un_curriculum_flex .text .box .title {
    font-size: 14px;
  }
}
.un_curriculum_flex .text .box ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_curriculum_flex .text .box ul li {
  line-height: 2;
}
.un_curriculum_flex .text .box ul li:before {
  content: "●";
  font-size: 10px;
  color: #F29855;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  .un_curriculum_flex .text .box ul li {
    font-size: 14px;
    text-indent: -8px;
    padding-left: 21px;
  }
}
.un_curriculum_flex .image {
  -ms-flex-preferred-size: 31.95%;
      flex-basis: 31.95%;
}

.bl_supportSystem_box {
  background-color: #FFF7E5;
  padding: 30px 60px 30px 30px;
  max-width: 1420px;
}
.bl_supportSystem_box:not(:last-of-type) {
  margin-bottom: 48px;
}
@media screen and (max-width: 479px) {
  .bl_supportSystem_box {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .bl_supportSystem_box_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl_supportSystem_box_top .badge {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
.bl_supportSystem_box_top .badge div {
  width: 200px;
  height: 200px;
  background-color: #F29855;
  color: #fff;
  font-size: 28px;
  text-align: center;
  border-radius: 100px;
  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;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .bl_supportSystem_box_top .badge div {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}
.bl_supportSystem_box_top .text {
  padding-left: 50px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .bl_supportSystem_box_top .text {
    font-size: 13px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .bl_btn_supportSystem {
    margin-top: 20px;
  }
}
.bl_btn_supportSystem a {
  display: block;
  margin-right: 0;
  margin-left: auto;
  background-color: #C37D59;
  color: #fff;
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 10px 80px 10px 30px;
  background-image: url(/resource/images/support/icon_arrow_btn_right.svg);
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
@media screen and (max-width: 479px) {
  .bl_btn_supportSystem a {
    font-size: 13px;
    background-size: 17px;
    padding-right: 48px;
  }
}

.bl_btn_supportSystem_contact {
  margin-top: 30px;
  max-width: 1350px;
}

.bl_supportSystem_table {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
}
.bl_supportSystem_table tr:not(:last-child) {
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 479px) {
  .bl_supportSystem_table tr:not(:last-child) {
    border-bottom-width: 1px;
  }
}
.bl_supportSystem_table th,
.bl_supportSystem_table td {
  font-size: 24px;
  padding: 10px 20px;
}
.bl_supportSystem_table th:not(:last-child),
.bl_supportSystem_table td:not(:last-child) {
  border-right: 2px solid #000;
}
@media screen and (max-width: 479px) {
  .bl_supportSystem_table th:not(:last-child),
.bl_supportSystem_table td:not(:last-child) {
    border-right-width: 1px;
  }
}
@media screen and (max-width: 479px) {
  .bl_supportSystem_table th,
.bl_supportSystem_table td {
    font-size: 13px;
    padding: 5px;
    vertical-align: middle;
  }
}
.bl_supportSystem_table th {
  background-color: #F29855;
  color: #fff;
}
.bl_supportSystem_table td {
  background-color: #fff;
}
.bl_supportSystem_table td:nth-child(2), .bl_supportSystem_table td:nth-child(3) {
  text-align: center;
}

.page-contact main {
  background-color: #F2F2F0;
}

.un_contact_top {
  padding-top: 90px;
}
@media screen and (max-width: 479px) {
  .un_contact_top {
    padding-top: 60px;
  }
}
.un_contact_top h3 {
  text-align: left;
  width: 90%;
}
@media screen and (max-width: 479px) {
  .un_contact_top h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
.un_contact_top .un_contact_top_tel {
  background-color: #fff;
  margin-top: 40px;
  padding: 20px;
  margin-bottom: 30px;
}
.un_contact_top .un_contact_top_tel .wrap {
  max-width: 554px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .un_contact_top .un_contact_top_tel .wrap h4 {
    font-size: 13px;
  }
}
.un_contact_top .un_contact_top_tel .wrap .tel {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 479px) {
  .un_contact_top .un_contact_top_tel .wrap .tel {
    font-size: 31px;
    text-align: center;
  }
}
.un_contact_top .un_contact_top_tel .wrap .tel img {
  max-width: 73px;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 479px) {
  .un_contact_top .un_contact_top_tel .wrap .tel img {
    max-width: 32px;
  }
}
.un_contact_top .un_contact_top_tel .wrap .open {
  border: 1px solid #000;
  text-align: center;
  border-radius: 100px;
  padding: 5px 10px;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .un_contact_top .un_contact_top_tel .wrap .open {
    font-size: 13px;
  }
}
.un_contact_top .un_contact_top_tel .reception {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .un_contact_top .un_contact_top_tel .reception {
    font-size: 13px;
  }
}
.un_contact_top .note {
  font-size: 18px;
}
.un_contact_top .note li {
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .un_contact_top .note li {
    font-size: 13px;
  }
}

.un_contact_form {
  background-color: #F2F2F0;
  padding-top: 120px;
  padding-bottom: 139px;
}
@media screen and (max-width: 880px) {
  .un_contact_form {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.un_contact_form h3 {
  color: #887459;
  font-size: 30px;
  border-bottom: 2px solid #887459;
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .un_contact_form h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 880px) {
  .un_contact_form form {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form form {
    padding-right: 0;
    padding-left: 0;
  }
}
.un_contact_form .box {
  margin-bottom: 60px;
}
.un_contact_form .box h3 {
  position: relative;
}
.un_contact_form .box h3 .el_required {
  position: static;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 880px) {
  .un_contact_form .box {
    margin-bottom: 30px;
  }
}
.un_contact_form .box label {
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box label {
    margin-bottom: 10px;
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .box label {
    font-size: 14px;
  }
}
.un_contact_form .box label:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box label:not(:last-of-type) {
    margin-right: 0px;
  }
}
.un_contact_form .box input[type=text],
.un_contact_form .box textarea {
  border: 1px solid #707070;
  background-color: #fff;
  padding: 14px 10px;
  font-size: 20px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box input[type=text],
.un_contact_form .box textarea {
    padding: 10px;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .box input[type=text],
.un_contact_form .box textarea {
    border-radius: 5px;
  }
}
.un_contact_form .box input[type=checkbox] {
  display: none;
}
.un_contact_form .box input[type=checkbox] + span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #707070;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 15px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  position: relative;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box input[type=checkbox] + span {
    margin-right: 7px;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .box input[type=checkbox] + span {
    width: 18px;
    height: 18px;
  }
}
.un_contact_form .box input[type=checkbox]:checked + span:after {
  content: "";
  width: 10px;
  height: 20px;
  border-bottom: 3px solid #672C00;
  border-right: 3px solid #672C00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 9px;
}
@media screen and (max-width: 479px) {
  .un_contact_form .box input[type=checkbox]:checked + span:after {
    width: 8px;
    height: 16px;
    top: -3px;
    left: 8px;
  }
}
.un_contact_form .box .bl_name_flex:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .un_contact_form .box .bl_name_flex:not(:last-child) {
    margin-bottom: 10px;
  }
}
.un_contact_form .box .bl_name_flex > div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 479px) {
  .un_contact_form .box .bl_name_flex > div {
    display: block;
    margin-bottom: 10px;
  }
}
.un_contact_form .box .bl_name_flex > div .lb {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .un_contact_form .box .bl_name_flex > div .lb {
    font-size: 14px;
    color: #887459;
    margin-bottom: 5px;
  }
}
.un_contact_form .box .bl_name_flex > div .ipt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_contact_form .box select {
  width: 301px;
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 20px;
  padding: 15px 10px;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box select {
    padding: 10px;
    font-size: 16px;
    width: 100%;
  }
}
.un_contact_form .box select option :disabled {
  color: #ccc;
}
.un_contact_form .box textarea {
  height: 421px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box textarea {
    height: 143px;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .box textarea {
    height: 305px;
  }
}
.un_contact_form .box table {
  width: 100%;
}
.un_contact_form .box table th,
.un_contact_form .box table td {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box table th,
.un_contact_form .box table td {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .box table th,
.un_contact_form .box table td {
    padding-bottom: 10px;
  }
}
.un_contact_form .box table th {
  font-weight: 400;
  text-align: left;
  width: 1px;
  padding-right: 20px;
  width: 190px;
  color: #887459;
  font-size: 24px;
  padding-right: 100px;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 20px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box table th {
    padding-top: 0;
    text-align: left;
    width: 100%;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .box table th {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .box table th .el_required {
    margin-left: 10px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@media screen and (max-width: 880px) {
  .un_contact_form .box table td {
    padding-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .box table .nopadding_sp {
    padding-bottom: 0;
  }
}
.un_contact_form .box table tr.tr_other th {
  padding-top: 0;
  color: #000;
  font-size: 20px;
  vertical-align: middle;
}
.un_contact_form .box table tr.tr_other th:nth-child(2) {
  white-space: nowrap;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box table tr.tr_other th:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .box table tr.tr_other th:nth-child(2) {
    font-size: 14px;
    color: #887459;
    padding-top: 0;
  }
}
.un_contact_form .box table tr.tr_other td {
  width: auto;
  padding-top: 0;
}
.un_contact_form .box table td .btn span {
  font-size: 12px;
  margin-left: 20px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box table td .btn span {
    margin-left: 0;
  }
}
.un_contact_form .box table td table th {
  font-size: 20px;
  color: #000;
  padding-left: 30px;
  text-align: left;
  padding-top: 10px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box table td table th {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .box table td table th {
    font-size: 14px;
    color: #887459;
    padding-top: 0;
  }
}
.un_contact_form .box table td table th.th_other {
  width: 100px;
}
.un_contact_form .box table td table td {
  padding-top: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .un_contact_form .box table td table td {
    padding-bottom: 10px;
  }
}
.un_contact_form .box dl dt {
  font-size: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.un_contact_form .box dl dd:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .box dl dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.un_contact_form .box dl dd .year {
  width: 206px;
}
.un_contact_form .box dl dd .year + span {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.un_contact_form .privacypolicy {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .privacypolicy {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.un_contact_form .privacypolicy a {
  color: #E66200;
}
.un_contact_form .bl_buttons .hp_flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 479px) {
  .un_contact_form .bl_buttons .hp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.un_contact_form .bl_buttons .hp_flex button {
  font-size: 25px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 16px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .un_contact_form .bl_buttons .hp_flex button {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .bl_buttons .hp_flex button {
    font-size: 14px;
    border-radius: 10px;
  }
}
.un_contact_form .bl_buttons .hp_flex > div {
  margin: 0 15px;
}
.un_contact_form .bl_buttons .hp_flex .submit {
  -ms-flex-preferred-size: 380px;
      flex-basis: 380px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .bl_buttons .hp_flex .submit {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .bl_buttons .hp_flex .submit {
    -ms-flex-preferred-size: 61.9%;
        flex-basis: 61.9%;
  }
}
.un_contact_form .bl_buttons .hp_flex .submit button {
  background-color: #CEB189;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.un_contact_form .bl_buttons .hp_flex .submit:hover button {
  background-color: #9B8363;
  color: #fff;
}
.un_contact_form .bl_buttons .hp_flex .reset {
  -ms-flex-preferred-size: 212px;
      flex-basis: 212px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .bl_buttons .hp_flex .reset {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .bl_buttons .hp_flex .reset {
    -ms-flex-preferred-size: 33.2%;
        flex-basis: 33.2%;
  }
}
.un_contact_form .bl_buttons .hp_flex .reset button {
  color: #fff;
  background-color: #C7C7C7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.un_contact_form .bl_buttons .hp_flex .reset:hover button {
  background-color: #A09E9E;
  color: #fff;
}
.un_contact_form .bl_buttons .hp_flex .back {
  -ms-flex-preferred-size: 212px;
      flex-basis: 212px;
}
@media screen and (max-width: 880px) {
  .un_contact_form .bl_buttons .hp_flex .back {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  .un_contact_form .bl_buttons .hp_flex .back {
    -ms-flex-preferred-size: 33.2%;
        flex-basis: 33.2%;
  }
}
.un_contact_form .bl_buttons .hp_flex .back button {
  color: #fff;
  background-color: #C7C7C7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.un_contact_form .bl_buttons .hp_flex .back:hover button {
  background-color: #A09E9E;
  color: #fff;
}

.el_required {
  display: inline-block;
  background-color: #FF0000;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 21px;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 880px) {
  .el_required {
    position: static;
    margin-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .el_required {
    font-size: 10px;
    padding: 2px 4px;
    position: static;
  }
}

/* 確認画面 */
.un_contact_form .box .tb_confirm th,
.un_contact_form .box .tb_confirm td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.un_contact_form .box .tb_confirm th {
  font-size: 20px;
}

.page-confirm .sec_contact {
  padding-top: 120px;
  padding-bottom: 139px;
}
@media screen and (max-width: 880px) {
  .page-confirm .sec_contact {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.page-confirm .sec_contact h2 {
  font-size: 38px;
  text-align: center;
  color: #672C00;
  border-bottom: 1px solid #672C00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
}
@media screen and (max-width: 880px) {
  .page-confirm .sec_contact h2 {
    margin-bottom: 80px;
  }
}
.page-confirm .sec_contact h3 {
  color: #887459;
  font-size: 30px;
  border-bottom: 2px solid #887459;
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .page-confirm .sec_contact h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.page-confirm .sec_contact .tb_confirm {
  width: 100%;
}
.page-confirm .sec_contact .tb_confirm tr {
  border-bottom: 1px solid #BCBABA;
}
.page-confirm .sec_contact .tb_confirm th,
.page-confirm .sec_contact .tb_confirm td {
  padding: 10px 0;
}
@media screen and (max-width: 880px) {
  .page-confirm .sec_contact .tb_confirm th,
.page-confirm .sec_contact .tb_confirm td {
    display: block;
  }
}
.page-confirm .sec_contact .tb_confirm th {
  width: 1px;
  white-space: nowrap;
  text-align: left;
  padding-right: 20px;
  font-weight: normal;
}
@media screen and (max-width: 880px) {
  .page-confirm .sec_contact .tb_confirm th {
    width: 100%;
    padding-bottom: 0;
  }
}
.page-confirm .sec_contact .tb_confirm td {
  font-weight: bold;
}
@media screen and (max-width: 880px) {
  .page-confirm .sec_contact .tb_confirm td {
    padding-top: 0;
  }
}
.page-confirm .sec_contact .buttons {
  margin-top: 110px;
}
.page-confirm .sec_contact .buttons .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 880px) {
  .page-confirm .sec_contact .buttons .flex {
    display: block;
  }
}
.page-confirm .sec_contact .buttons .flex button {
  font-size: 25px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 16px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .page-confirm .sec_contact .buttons .flex button {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.page-confirm .sec_contact .buttons .flex > div {
  margin: 0 15px;
}
.page-confirm .sec_contact .buttons .flex .submit {
  -ms-flex-preferred-size: 241px;
      flex-basis: 241px;
}
@media screen and (max-width: 880px) {
  .page-confirm .sec_contact .buttons .flex .submit {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-confirm .sec_contact .buttons .flex .submit button {
  background-color: #CEB189;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-confirm .sec_contact .buttons .flex .submit:hover button {
  background-color: #9B8363;
  color: #fff;
}
.page-confirm .sec_contact .buttons .flex .back {
  -ms-flex-preferred-size: 212px;
      flex-basis: 212px;
}
@media screen and (max-width: 880px) {
  .page-confirm .sec_contact .buttons .flex .back {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-confirm .sec_contact .buttons .flex .back button {
  color: #fff;
  background-color: #C7C7C7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-confirm .sec_contact .buttons .flex .back:hover button {
  background-color: #A09E9E;
  color: #fff;
}

.page-contact .un_sec_thanks {
  padding-top: 120px;
  padding-bottom: 380px;
}
@media screen and (max-width: 880px) {
  .page-contact .un_sec_thanks {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.page-contact .un_sec_thanks h2 {
  font-size: 38px;
  text-align: center;
  color: #672C00;
  border-bottom: 1px solid #672C00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.page-contact .un_sec_thanks p.lg {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
  color: #887459;
}
@media screen and (max-width: 880px) {
  .page-contact .un_sec_thanks p.lg {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .page-contact .un_sec_thanks p.lg {
    font-size: 18px;
  }
}
.page-contact .un_sec_thanks .button a {
  max-width: 301px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFE08D;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  font-size: 25px;
}
@media screen and (max-width: 479px) {
  .page-contact .un_sec_thanks .button a {
    font-size: 18px;
    padding: 10px;
  }
}

.un_sec_privacypolicy {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 479px) {
  .un_sec_privacypolicy {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.un_sec_privacypolicy h2 {
  text-align: center;
  font-size: 50px;
  color: #A26C05;
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .un_sec_privacypolicy h2 {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.un_sec_privacypolicy dl {
  margin-top: 80px;
}
@media screen and (max-width: 479px) {
  .un_sec_privacypolicy dl {
    margin-top: 40px;
  }
}
.un_sec_privacypolicy dl dt {
  color: #624000;
  font-size: 30px;
  background-color: #FFDE9F;
  border-left: 22px solid #E0AE50;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .un_sec_privacypolicy dl dt {
    font-size: 14px;
    padding: 5px 10px;
    border-left-width: 5px;
    margin-bottom: 10px;
  }
}
.un_sec_privacypolicy dl dd {
  line-height: 2;
}
.un_sec_privacypolicy dl dd:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .un_sec_privacypolicy dl dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .un_sec_privacypolicy dl dd {
    font-size: 14px;
  }
}
.un_sec_privacypolicy dl dd ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.un_sec_privacypolicy dl dd ul li {
  text-indent: -20px;
  padding-left: 20px;
}
@media screen and (max-width: 479px) {
  .un_sec_privacypolicy dl dd ul li {
    text-indent: -16px;
    padding-left: 16px;
  }
}
/*# sourceMappingURL=main.css.map */