@charset "UTF-8";
/* Scss Document */
/* common
---------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #323232;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 70%;
}

@media (min-width: 768px) {
  .pc-only {
    display: block !important;
  }

  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}
.main {
  text-align: center;
}
.main .mv {
  padding-top: 85px;
  padding-bottom: 80px;
  background-image: url("../img/background.png");
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .main .mv {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .mv {
    padding-top: 40px;
    background-image: url("../img/background-sp.png");
  }
}

.main .logo-parent {
  padding-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main .logo-parent {
   width: 30vw;
   margin: 0 auto 20px;
  }
  .main .logo-parent img {
    width: 100%;
    height: auto;
  }
}

.main .mv .content {
  width: auto;
}
.main .mv .background {
  margin: 0 auto;
  background-image: url("../img/mv_panel.png");
  width: 934px;
  height: 526px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .mv .background {
    background-size: 75% 75%;
    background-repeat: no-repeat;
    background-position: top;
    align-items: flex-start;
  }
  .main .mv .background .inner {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main .mv .background {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .main .mv .background .inner {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .main .mv .background {
    background-image: url("../img/mv_panel-sp.png");
    width: 315px;
    height: 264px;
  }
}
.main .mv .background img {
  display: block;
  margin: 0 auto;
}
.main .mv .background .img-01 {
  padding-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .mv .background .img-01 img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .main .mv .background .img-01 {
    padding-bottom: 10px;
  }
  .main .mv .background .img-01 img {
    width: 38%;
  }
}
.main .mv .background .img-02 {
  padding-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .mv .background .img-02 img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .main .mv .background .img-02 {
    padding-bottom: 10px;
  }
  .main .mv .background .img-02 img {
    width: 75%;
  }
}
.main .mv .background .img-03 {
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .main .mv .background .img-03 {
    padding-bottom: 10px;
    padding-top: 12px;
  }
}
.main .mv .background .img-03 img {
  width: 90%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .mv .background .img-03 img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .main .mv .background .img-03 img {
    width: 76%;
  }
}
.main .member {
  position: relative;
  background-image: url("../img/background.png");
  background-position: center;
}
@media screen and (min-width: 1280px) {
  .main .member {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  .main .member {
    background-image: url("../img/background-sp.png");
  }
}
.main .member .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .member .content {
    width: 80%;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main .member .content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main .member .content {
    width: 85%;
    display: block;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .member .anyone {
    width: 50%;
  }
}
.main .member .anyone img {
  transform: translateX(-33px);
}
@media screen and (max-width: 1280px) {
  .main .member .anyone img {
    width: 100%;
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .member .recruit {
    width: 50%;
  }
  .main .member .recruit img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .main .member .recruit {
    width: 80%;
    margin: 0 auto;
  }
}
.main .member .recruit .img-01,
.main .member .recruit .img-02,
.main .member .recruit .img-03 {
  transform: translateX(-53px);
}
@media screen and (max-width: 1280px) {
  .main .member .recruit .img-01,
  .main .member .recruit .img-02,
  .main .member .recruit .img-03 {
    transform: none;
  }
}
.main .member .recruit .img-01 {
  padding-top: 108px;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .member .recruit .img-01 {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .main .member .recruit .img-01 {
    padding-top: 50px;
    padding-bottom: 8px;
  }
  .main .member .recruit .img-01 img {
    width: 100%;
  }
}
.main .member .recruit .img-02 img {
  width: 77%;
  padding-bottom: 17px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .member .recruit .img-02 img {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .main .member .recruit .img-02 img {
    width: 90%;
    padding-bottom: 8px;
  }
}
.main .member .recruit .img-03 img {
  width: 81.5%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .member .recruit .img-03 img {
    width: 64.5%;
  }
}
@media screen and (max-width: 767px) {
  .main .member .recruit .img-03 img {
    width: 90%;
    padding-bottom: 8px;
  }
}
.main .benefit {
  overflow-x: hidden;
}
.main .benefit .inner {
  width: 970px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .inner {
    width: 80%;
  }
}
.main .benefit .wrap {
  background-image: url("../img/background.png");
  background-position: center;
  padding-bottom: 139px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .benefit .wrap {
    background-image: url("../img/background-sp.png");
    padding-bottom: 70px;
  }
}
.main .benefit .wrap:before {
  content: "";
  width: 100%;
  /* 幅いっぱい */
  height: 100%;
  /* 高さいっぱい */
  display: block;
  /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%);
  /* 徐々に透明にする */
  position: absolute;
  top: 0;
  left: 0;
}
.main .benefit .title {
  background-image: url("../img/benefit_deco.png");
  background-repeat: no-repeat;
  width: 35px;
  height: 248px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .benefit .title {
    background-size: 100% auto;
    width: 21px;
    height: 160px;
  }
}
.main .benefit .title img {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-49%, -50%);
}
@media screen and (max-width: 767px) {
  .main .benefit .title img {
    top: 42%;
    height: 30px;
  }
}
.main .benefit .list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 71px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .list-block {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .list-block {
    display: block;
    padding-bottom: 35px;
  }
}
.main .benefit .background {
  background-color: #c30d23;
  background-image: url("../img/benefit_background.png");
  background-position: center;
  background-repeat: repeat;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .main .benefit .background {
    background-image: url("../img/benefit_background-sp.png");
  }
}
.main .benefit .box {
  width: 463px;
  height: 463px;
  border-radius: 50%;
  border: 2px solid #c30d23;
  background-color: #fff;
  display: block;
  margin-bottom: 46px;
}
@media (min-width: 930px) and (max-width: 1280px) {
  .main .benefit .box {
    width: 410px;
    height: 410px;
  }
}
@media (min-width: 768px) and (max-width: 929px) {
  .main .benefit .box {
    width: 330px;
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .box {
    width: 220px;
    height: 220px;
    margin-bottom: 5px;
  }
  .main .benefit .box img {
    width: 80%;
  }
}
.main .benefit .box a:hover {
  opacity: 100%;
  color: #c30d23;
}
.main .benefit .box .img-01 {
  padding-bottom: 10px;
  padding-top: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .benefit .box .img-01 {
    padding-top: 15px;
  }
  .main .benefit .box .img-01 img {
    width: 23%;
  }
}
.main .benefit .box .img-01:after {
  content: "";
  display: block;
  width: 297px;
  height: 1.5px;
  background-color: #c30d23;
  position: absolute;
  top: 84px;
  left: 83px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .box .img-01:after {
    left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .benefit .box .img-01:after {
    left: 43px;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .box .img-01:after {
    width: 157px;
    top: 51px;
    left: 32px;
  }
}
.main .benefit .box .detail {
  height: 122px;
  width: 122px;
  border-radius: 50%;
  border: 2.4px solid #c30d23;
  background-color: #f0f1de;
  position: absolute;
  bottom: 0;
  right: -5px;
  font-family: "游明朝体", "Yu Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
}
@media (min-width: 921px) and (max-width: 1280px) {
  .main .benefit .box .detail {
    height: 115px;
    width: 115px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .benefit .box .detail {
    width: 90px;
    height: 90px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .box .detail {
    width: 63px;
    height: 63px;
    font-size: 12px;
    font-size: 1.2rem;
    border: 1.5px solid #c30d23;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  }
}
.main .benefit .be01,
.main .benefit .be03 {
  transform: translateY(-80px);
}
@media screen and (max-width: 767px) {
  .main .benefit .be01,
  .main .benefit .be03 {
    transform: translateY(-50px);
  }
}
.main .benefit .be02,
.main .benefit .be04 {
  transform: translateY(60px);
}
@media screen and (max-width: 767px) {
  .main .benefit .be02,
  .main .benefit .be04 {
    transform: translateY(-45px);
    margin-left: auto;
  }
}
.main .benefit .be02,
.main .benefit .be03,
.main .benefit .be04 {
  position: relative;
}
.main .benefit .be01 .img-02 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .be01 .img-02 {
    width: 83%;
    margin: 0 auto;
  }
  .main .benefit .be01 .img-02 img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .benefit .be01 .img-02 {
    padding-top: 18px;
  }
}
@media screen and (max-width: 920px) {
  .main .benefit .be01 .img-02 {
    padding-top: 10px;
  }
}
.main .benefit .be01 .img-03 img {
  transform: translate(-15px, -20px);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .be01 .img-03 img {
    width: 100%;
    transform: translate(-5px, -10px);
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .benefit .be01 .img-03 img {
    transform: translate(-5px, -20px);
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .be01 .img-03 img {
    width: 106%;
    transform: translate(-4px, -25px);
  }
}
.main .benefit .be02 .img-02 {
  padding-top: 45px;
}
@media (min-width: 921px) and (max-width: 1280px) {
  .main .benefit .be02 .img-02 {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
  }
  .main .benefit .be02 .img-02 img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .benefit .be02 .img-02 {
    padding-top: 26px;
    width: 75%;
    margin: 0 auto;
  }
  .main .benefit .be02 .img-02 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .be02 .img-02 {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .be03 {
    margin-right: 10px;
  }
}
.main .benefit .be03 .img-02 {
  padding-top: 98px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .be03 .img-02 {
    padding-top: 70px;
    width: 80%;
    margin: 0 auto;
  }
  .main .benefit .be03 .img-02 img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .benefit .be03 .img-02 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .be03 .img-02 {
    padding-top: 30px;
  }
}
.main .benefit .be03 .img-03 {
  padding-top: 65px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .be03 .img-03 {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .benefit .be03 .img-03 {
    padding-top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .be03 .img-03 {
    padding-top: 14px;
    width: 50%;
    margin: 0 auto;
  }
}
.main .benefit .be03 .img-04 {
  position: absolute;
  top: -40px;
  left: -50px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .be03 .img-04 {
    width: 42%;
    top: -30px;
    left: -31px;
  }
  .main .benefit .be03 .img-04 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .be03 .img-04 {
    width: 60%;
    top: -24px;
    left: -40px;
  }
}
.main .benefit .be03 .img-05 {
  position: absolute;
  bottom: 157px;
  left: -114px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .be03 .img-05 {
    width: 28%;
    bottom: 160px;
    left: -81px;
  }
  .main .benefit .be03 .img-05 img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .benefit .be03 .img-05 {
    bottom: 129px;
    left: -66px;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .be03 .img-05 {
    width: 50%;
    bottom: 45px;
    left: -71px;
  }
}
.main .benefit .be04 .img-02 {
  padding-top: 60px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .benefit .be04 .img-02 {
    padding-top: 39px;
    width: 59%;
    margin: 0 auto;
  }
  .main .benefit .be04 .img-02 img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .benefit .be04 .img-02 {
    padding-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .be04 .img-02 {
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
  }
}
.main .benefit .be04 span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .benefit .be04 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .main .benefit .be04 span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.main .voice {
  background-color: #f0f1de;
}
.main .voice .title {
  transform: translateY(-41px);
}
@media screen and (max-width: 767px) {
  .main .voice .title {
    transform: translateY(-35px);
  }
}
.main .voice .title img {
  display: block;
  margin: 0 auto;
}
.main .voice .title .img-title {
  margin-top: -70px;
  margin-bottom: -5px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main .voice .title .img-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main .voice .title .img-title {
    margin-bottom: 15px;
  }
}
.main .voice .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 43px;
}
@media (min-width: 921px) and (max-width: 1280px) {
  .main .voice .block {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .voice .block {
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main .voice .block {
    flex-wrap: wrap;
  }
}
.main .voice .block .img-box {
  padding-right: 40px;
}
.main .voice .block .img-box:last-of-type {
  padding-right: 0;
}
@media (min-width: 921px) and (max-width: 1280px) {
  .main .voice .block .img-box {
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 34%;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .main .voice .block .img-box {
    width: 40%;
    padding-bottom: 20px;
  }
  .main .voice .block .img-box:last-of-type {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .voice .block .img-box {
    width: 43%;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .main .voice .block .img-box img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main .voice .block .img-02 {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .main .voice .block .img-03 {
    width: 44.5%;
  }
}
@media screen and (max-width: 767px) {
  .main .voice .block .img-04 {
    width: 48.5%;
  }
}
.main .link {
  display: block;
  padding-top: 45px;
  padding-bottom: 55px;
  text-align: center;
  background-color: #fff !important;
}
.main .link .form {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main .link .form {
    padding-top: 50px;
    padding-bottom: 26px;
    width: 90%;
    margin: 0 auto;
  }
  .main .link .form img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main .link .hp {
    width: 75%;
    margin: 0 auto;
  }
  .main .link .hp img {
    width: 100%;
  }
}
.main .link .notice {
  color: #c30d23;
  margin-top: 41px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1.5px solid #c30d23;
  border-bottom: 1.5px solid #c30d23;
}
@media screen and (max-width: 767px) {
  .main .link .notice {
    padding-top: 17px;
    padding-bottom: 12px;
    line-height: 1.6em;
    margin-top: 44px;
  }
}
.main .info .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 920px) {
  .main .info .block {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.main .info .item {
  padding-right: 11px;
}
.main .info .item:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 920px) {
  .main .info .item {
    padding-right: 0;
    padding-bottom: 10px;
  }
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 拡大 */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time-voice_05 {
  animation-delay: 0.5s;
}

.delay-time-voice_1 {
  animation-delay: 1s;
}

.delay-time-voice_15 {
  animation-delay: 1.5s;
}

.zoomInTrigger,
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

@media screen and (max-width: 1280px) {
  .delay-time-voice_1 {
    animation-delay: 0.8s;
  }

  .delay-time-voice_15 {
    animation-delay: 1.1s;
  }
}
