/*============================================================================================================
	home
============================================================================================================*/
/*------------------------------------------
	.header
------------------------------------------*/
.header.is-initial {
  background: none;
}

.header.is-initial .headerTtl a {
  background: url("../img/common/logo02.png") no-repeat left top;
  background-size: 120px;
}

@media screen and (max-width: 767px) {
  .header.is-initial .headerTtl a {
    background-size: 60px;
  }
}

.header.is-initial .headerTtl img {
  opacity: 0;
}

.header.is-initial .headerTtl .txt {
  color: #fff;
}

.header.is-initial .headerEntry a {
  background: none;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .header.is-initial .nav .list .item {
    color: #fff;
  }
  .header.is-initial .nav .list .item a:hover {
    opacity: .7;
    color: #fff;
  }
  .header.is-initial .nav .list .item.is-entry a {
    background: none;
    border: 1px solid #fff;
  }
  .header.is-initial .nav .list .item.is-entry a:hover {
    opacity: 1;
    background: #17a5ef;
    border-color: #17a5ef;
  }
}

.header.is-initial .navBtn span {
  background: #fff;
}

/*------------------------------------------
	.contents
------------------------------------------*/
.top_contents {
  padding: 0;
}

/*------------------------------------------
	.mainVisual
------------------------------------------*/
.mainVisual-home {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  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;
}

.mainVisual-home .txtBox {
  margin: 100px auto 0;
}

.mainVisual-home .txt01 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 126px;
  line-height: 1;
  word-break: break-all;
}

@media screen and (max-width: 1440px) {
  .mainVisual-home .txt01 {
    font-size: 8.8vw;
  }
}

.mainVisual-home .txt02 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
}

@media screen and (max-width: 1440px) {
  .mainVisual-home .txt02 {
    font-size: 2.1vw;
  }
}

.mainVisual-home .btn {
  width: 100%;
  max-width: 820px;
  margin: 35px auto 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.mainVisual-home .btn a {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fa2f9d;
}

.mainVisual-home .btn a:hover {
  opacity: 1;
  background: #17a5ef;
}

@media screen and (max-width: 1440px) {
  .mainVisual-home .btn {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual-home {
    height: 670px;
  }
  .mainVisual-home .txtBox {
    padding: 0 10px;
    margin: 30px auto 0;
  }
  .mainVisual-home .txt01 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 1vw;
    font-size: 12vw;
  }
  .mainVisual-home .txt02 {
    font-size: 12px;
    line-height: 1.8;
    font-size: 3vw;
  }
  .mainVisual-home .btn {
    width: calc(100% - 30px);
    font-size: 13px;
    margin: 5vw auto 0;
  }
  .mainVisual-home .btn a {
    height: 50px;
  }
}

/*------------------------------------------
	#homeIntro
------------------------------------------*/
#homeIntro {
  padding: 126px 0;
  background: #edf7fc;
  position: relative;
  overflow: hidden;
}

#homeIntro .inner {
  position: relative;
  z-index: 2;
}

#homeIntro .txt {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.5;
}

#homeIntro .bgTxt {
  top: 0;
  left: 0;
}

#homeIntro .bgTxt .txt {
  color: #d8effb;
  text-align: left;
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  padding: 25px 0;
  white-space: nowrap;
}

#homeIntro .bgTxt .txt.is-big {
  font-size: 120px;
}

#homeIntro .txt_slider {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  -webkit-animation: marquee 45s linear infinite;
          animation: marquee 45s linear infinite;
  position: absolute;
  top: 52%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  white-space: nowrap;
}

#homeIntro .txt_slider:first-child {
  top: 4%;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(-40%, 0%);
            transform: translate(-40%, 0%);
  }
  100% {
    -webkit-transform: translate(-60%, 0%);
            transform: translate(-60%, 0%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(-40%, 0%);
            transform: translate(-40%, 0%);
  }
  100% {
    -webkit-transform: translate(-60%, 0%);
            transform: translate(-60%, 0%);
  }
}

#homeIntro .txt_slider_odd {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  -webkit-animation: marquee_odd 45s linear infinite;
          animation: marquee_odd 45s linear infinite;
  position: absolute;
  top: 70%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  white-space: nowrap;
}

#homeIntro .txt_slider_odd:last-child {
  top: 22%;
}

@-webkit-keyframes marquee_odd {
  0% {
    -webkit-transform: translate(-60%, 0%);
            transform: translate(-60%, 0%);
  }
  100% {
    -webkit-transform: translate(-40%, 0%);
            transform: translate(-40%, 0%);
  }
}

@keyframes marquee_odd {
  0% {
    -webkit-transform: translate(-60%, 0%);
            transform: translate(-60%, 0%);
  }
  100% {
    -webkit-transform: translate(-40%, 0%);
            transform: translate(-40%, 0%);
  }
}

@media screen and (max-width: 767px) {
  #homeIntro {
    padding: 57px 0 65px;
  }
  #homeIntro .txt {
    font-size: 12px;
    line-height: 2.3;
  }
  #homeIntro .bgTxt .txt {
    font-size: 60px;
    padding: 23px 0;
  }
  #homeIntro .bgTxt .txt.is-big {
    font-size: 90px;
  }
}

/*------------------------------------------
	#homeWorks
------------------------------------------*/
#homeWorks {
  padding: 103px 0 0;
}

#homeWorks .secTit {
  margin-bottom: 35px;
}

#homeWorks .homeWorksBox {
  width: 100%;
  max-width: 1440px;
  padding: 85px 0 0;
  margin: 0 auto 95px;
  position: relative;
}

#homeWorks .homeWorksBox:nth-of-type(odd) .imgBox {
  left: 0;
}

#homeWorks .homeWorksBox:nth-of-type(odd) .txtBox {
  margin: 0 0 0 auto;
}

#homeWorks .homeWorksBox:nth-of-type(odd) .txtBox .in {
  margin: 0 0 0 auto;
}

#homeWorks .homeWorksBox:nth-of-type(odd) .bgImg {
  right: 0;
}

#homeWorks .homeWorksBox:nth-of-type(even) .imgBox {
  right: 0;
}

#homeWorks .homeWorksBox:nth-of-type(even) .bgImg {
  left: 0;
}

#homeWorks .homeWorksBox:last-of-type {
  margin-bottom: 0;
}

#homeWorks .homeWorksBox .imgBox {
  width: 55.5%;
  top: 25px;
  position: absolute;
  z-index: 3;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

#homeWorks .homeWorksBox .txtBoxWrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#homeWorks .homeWorksBox .txtBox {
  width: 79%;
  min-height: 535px;
  color: #fff;
  padding: 80px;
  background: #17a5ef;
}

#homeWorks .homeWorksBox .txtBox .in {
  width: 50%;
  max-width: 310px;
}

#homeWorks .homeWorksBox .num {
  display: table;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  line-height: 1;
  font-size: 26px;
  margin: 0 auto 31px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

#homeWorks .homeWorksBox .tit {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.56;
  margin: 0 auto 19px;
}

#homeWorks .homeWorksBox .btn {
  margin: 50px auto 0 0;
}

#homeWorks .homeWorksBox .bgImg {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  #homeWorks {
    padding: 58px 0 0;
  }
  #homeWorks .secTit {
    margin-bottom: 28px;
  }
  #homeWorks .homeWorksBox {
    padding: 0 0 40px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #homeWorks .homeWorksBox:nth-of-type(odd) .imgBox {
    margin: 0 0 -30px auto;
  }
  #homeWorks .homeWorksBox:nth-of-type(odd) .txtBoxWrap {
    margin: 0 auto 0 0;
  }
  #homeWorks .homeWorksBox:nth-of-type(odd) .txtBox {
    margin: 0 auto 0 0;
  }
  #homeWorks .homeWorksBox:nth-of-type(odd) .bgImg {
    right: -10%;
  }
  #homeWorks .homeWorksBox:nth-of-type(even) .imgBox {
    margin: 0 auto -30px 0;
  }
  #homeWorks .homeWorksBox:nth-of-type(even) .txtBoxWrap {
    margin: 0 0 0 auto;
  }
  #homeWorks .homeWorksBox:nth-of-type(even) .txtBox {
    margin: 0 0 0 auto;
  }
  #homeWorks .homeWorksBox:nth-of-type(even) .bgImg {
    left: -10%;
  }
  #homeWorks .homeWorksBox .imgBox {
    width: calc(100% - 25px);
    position: relative;
    top: auto;
  }
  #homeWorks .homeWorksBox .txtBoxWrap {
    width: calc(100% - 25px);
  }
  #homeWorks .homeWorksBox .txtBox {
    width: 100%;
    padding: 60px 40px 34px;
    min-height: auto;
  }
  #homeWorks .homeWorksBox .txtBox .in {
    width: 100%;
    max-width: none;
  }
  #homeWorks .homeWorksBox .num {
    font-size: 18px;
    margin-bottom: 13px;
    border-width: 2px;
  }
  #homeWorks .homeWorksBox .tit {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #homeWorks .homeWorksBox .btn {
    margin-top: 20px;
  }
  #homeWorks .homeWorksBox .bgImg {
    width: 45%;
    top: auto;
    bottom: 0;
  }
}

/*------------------------------------------
	#homeGallery
------------------------------------------*/
#homeGallery {
  padding: 95px 0 80px;
  margin: 0 auto 100px;
  background: linear-gradient(to bottom, transparent 330px, #edf7fc 330px);
}

#homeGallery .secTit {
  margin: 0 auto 57px;
}

#homeGallery .galleryBoxIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#homeGallery .galleryBox .item {
  width: 50%;
  overflow: hidden;
}

#homeGallery .galleryBox .item .imgBox {
  height: 100%;
}

#homeGallery .galleryBox .item .imgBox a {
  height: 100%;
}

#homeGallery .galleryBox .item .imgBox.is-big {
  width: 100%;
}

#homeGallery .galleryBox .item .imgBox.is-long {
  width: 50%;
}

#homeGallery .galleryBox .item .imgBox.is-sml {
  width: 50%;
  height: 50%;
}

#homeGallery .galleryBox .item .imgBox.is-left {
  float: left;
}

#homeGallery .galleryBox .item .imgBox.is-right {
  float: right;
}

@media screen and (max-width: 767px) {
  #homeGallery {
    padding: 22px 0 40px;
    margin-bottom: 50px;
    background: linear-gradient(to bottom, transparent 150px, #edf7fc 150px);
  }
  #homeGallery .secTit {
    margin-bottom: 30px;
  }
  #homeGallery .galleryBoxWrap {
    padding: 0 25px;
    margin: 0 auto;
  }
  #homeGallery .galleryBoxIn {
    display: block;
  }
  #homeGallery .galleryBox .item {
    width: 100%;
  }
}

/* lity */
body .lity {
  background: rgba(30, 41, 50, 0.6) !important;
}

body .lity-wrap {
  padding: 20px;
  overflow: auto;
}

body .lity-container {
  padding: 20px 0;
}

body .lity-content:after {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .lity-close {
  top: -35px !important;
  right: 0;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 300 !important;
  font-size: 50px !important;
  width: 50px !important;
  height: 50px !important;
  text-shadow: none !important;
  position: absolute;
}

@media screen and (max-width: 767px) {
  body .lity-close {
    top: -20px !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 35px !important;
  }
}

/*------------------------------------------
	#homeCompany
------------------------------------------*/
#homeCompany {
  padding: 98px 0 130px;
  background: url("../img/home/bg_about01.jpg") no-repeat center 80px;
  background-size: cover;
  position: relative;
  margin-top: 130px;
}

#homeCompany:before {
  content: "";
  display: block;
  width: calc(50% - 100px);
  min-width: 384px;
  height: 100%;
  background: #1e2932;
  position: absolute;
  top: 0;
  left: 0;
}

#homeCompany .inner {
  position: relative;
  z-index: 2;
}

#homeCompany .secTit {
  margin-bottom: 54px;
}

#homeCompany .homeCompanyBox {
  padding: 78px 80px 75px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

#homeCompany .homeCompanyBox .tag {
  color: #17a5ef;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto -7px;
}

#homeCompany .homeCompanyBox .tit {
  font-weight: bold;
  font-size: 44px;
  margin: 0 auto 19px;
}

#homeCompany .homeCompanyBox .txt {
  font-size: 16px;
}

#homeCompany .homeCompanyBox .txt + .txt {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #homeCompany {
    padding: 48px 0 60px;
    background-position: center 40px;
    margin-top: 80px;
  }
  #homeCompany:before {
    width: 250px;
    min-width: auto;
  }
  #homeCompany .secTit {
    margin: 0 0 27px 15px;
  }
  #homeCompany .homeCompanyBox {
    padding: 35px 40px;
  }
  #homeCompany .homeCompanyBox .tag {
    font-size: 11px;
    margin-bottom: 0;
  }
  #homeCompany .homeCompanyBox .tit {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 17px;
  }
  #homeCompany .homeCompanyBox .txt {
    font-size: 13px;
  }
  #homeCompany .homeCompanyBox .txt + .txt {
    margin-top: 23px;
  }
}

/*------------------------------------------
	#homeRecruit
------------------------------------------*/
#homeRecruit {
  padding: 96px 0 105px;
  background: #edf7fc;
}

#homeRecruit .secTit {
  margin-bottom: 50px;
}

#homeRecruit .lead {
  margin-bottom: 47px;
}

#homeRecruit .subTit {
  margin-bottom: 36px;
}

#homeRecruit .typeList {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#homeRecruit .typeList .item {
  width: 30.7%;
  padding: 46px 41px 32px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

#homeRecruit .typeList .item .img {
  display: block;
  margin: 0 auto 41px;
}

#homeRecruit .typeList .item .tit {
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto 7px;
}

#homeRecruit .typeList .item .btn {
  margin: 39px auto 0 0;
}

#homeRecruit .btnMore {
  cursor: pointer;
  color: #e4e4e4;
  width: 420px;
  height: 80px;
  font-size: 14px;
  padding: 0 0 0 180px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #1e2932;
  margin: 0 auto;
}

#homeRecruit .btnMore:before, #homeRecruit .btnMore:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 180px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#homeRecruit .btnMore:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#homeRecruit .guideline {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid #d8e2e7;
}

#homeRecruit .guideline tr {
  border-bottom: 1px solid #d8e2e7;
}

#homeRecruit .guideline th, #homeRecruit .guideline td {
  font-size: 14px;
  padding: 25px 0;
}

#homeRecruit .guideline th {
  width: 200px;
  font-weight: bold;
}

#homeRecruit .guideline td {
  width: auto;
}

#homeRecruit .guideline .txt + .txt {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #homeRecruit {
    padding: 60px 0;
  }
  #homeRecruit .secTit {
    margin-bottom: 22px;
  }
  #homeRecruit .lead {
    margin-bottom: 30px;
  }
  #homeRecruit .subTit {
    margin-bottom: 27px;
  }
  #homeRecruit .typeList {
    display: block;
    margin-bottom: 35px;
  }
  #homeRecruit .typeList .item {
    width: 100%;
    padding: 31px 41px 27px;
    margin: 0 auto 20px;
  }
  #homeRecruit .typeList .item:last-of-type {
    margin-bottom: 0;
  }
  #homeRecruit .typeList .item .img {
    width: 145px;
    margin-bottom: 26px;
  }
  #homeRecruit .typeList .item .tit {
    font-size: 15px;
    text-align: center;
  }
  #homeRecruit .typeList .item .btn {
    margin-top: 12px;
  }
  #homeRecruit .guideline th, #homeRecruit .guideline td {
    display: block;
    width: 100%;
    font-size: 12px;
  }
  #homeRecruit .guideline th {
    padding: 16px 0 0;
  }
  #homeRecruit .guideline td {
    padding: 1px 0 16px;
  }
  #homeRecruit .btnMore {
    cursor: pointer;
    color: #e4e4e4;
    width: 120px;
    height: 40px;
    font-size: 11px;
    padding: 0 0 0 37px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #1e2932;
    margin: 0 auto;
  }
  #homeRecruit .btnMore:before, #homeRecruit .btnMore:after {
    content: "";
    display: block;
    width: 9px;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #homeRecruit .btnMore:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

#recruit02 {
  margin-top: 130px;
}

#recruit03 {
  margin-top: 130px;
}

.js-more-content {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.js-more-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 188px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #edf7fc));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #edf7fc 50%);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.js-more-content.is-open {
  height: auto;
  overflow: visible;
}

.js-more-content.is-open:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .js-more-content {
    height: 250px;
    overflow: hidden;
    position: relative;
  }
  .js-more-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 75px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #edf7fc));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #edf7fc 50%);
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
  }
  .js-more-content.is-open {
    height: auto;
    overflow: visible;
  }
  .js-more-content.is-open:before {
    content: none;
  }
}

/*------------------------------------------
	#animation
------------------------------------------*/
.rightFade {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.leftFade {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.img-animation {
  -webkit-animation: img-opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
          animation: img-opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  -webkit-animation: img-animation 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-animation 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.img-animation_left {
  -webkit-animation: img-opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
          animation: img-opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation_left:before {
  -webkit-animation: img-animation_left 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-animation_left 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes img-animation {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img-animation {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes img-animation_left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes img-animation_left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*# sourceMappingURL=home.css.map */