@charset "UTF-8";

/*--------------------------------------------------
  mv
--------------------------------------------------*/
.lp-com .mv {
	width: 100%;
	position: sticky;
	height:100vh;
	z-index: -1;
	top:0;
	margin-top: -80px;
}

.design .mv .box {
  background: url("../images/mv-bg.jpg") center 0 no-repeat;	
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	height:100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
	position: relative;	
}
.movie .mv .box {
  background: url("../images/movie-mv-bg.jpg") center 0 no-repeat;	
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	height:100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
	position: relative;	
}

.design .mv .box .mv-txt01 {
	max-width: 863px;
	margin: auto;
	margin-top: 0%;
}
.movie .mv .box .mv-txt01 {
	max-width: 750px;
	margin: auto;
	margin-top: 0%;
}

@media screen and (max-width: 768px) {
.lp-com .mv {
	margin-top: -50px;
}

.lp-com .mv .box .mv-txt01 {
	max-width: 90%;
}
}



/*--------------------------------------------------
  sec01
--------------------------------------------------*/
.sec01 {
	position: relative;
	z-index: 1;
  background: #000;
}

.sec01 .inner {
	padding: 230px 0 230px;
	position: relative;
	z-index: 1;
}
.sec01 .eng-ttl {
	max-width: 1137px;
	margin: auto;
}

.sec01 .title {
	font-size: 55px;
	font-weight: 900;
	color: #fff;
	padding-top: 60px;
	text-align: center;
}


.movie .sec01 .title {
	line-height: 1.4;
}

.sec01 .txt {
	text-align: center;
	color: #fff;
	line-height: 2.6;
	margin-top: 40px;
}


.sec01 .bg-image01 {
  max-width: 57%;
	position: absolute;
	top: 15%;
	left: 20px;
}

.sec01 .bg-image02 {
  max-width: 27%;
	position: absolute;
	top: 42%;
	right: 0;
}
.sec01 .bg-image03 {
  max-width: 34%;
	position: absolute;
	bottom: -10%;
	left: 150px;
}



.movie .sec01 .bg-image01 {
  max-width: 44%;
	position: absolute;
	top: 15%;
	left: 40px;
}

.movie .sec01 .bg-image02 {
  max-width: 35%;
	position: absolute;
	top: 38%;
	right: 0;
}
.movie .sec01 .bg-image03 {
  max-width: 22%;
	position: absolute;
	bottom: -8%;
	left: inherit;
	right: 220px;
}

.movie .sec01 .inner {
	padding: 230px 0 200px;
	position: relative;
	z-index: 1;
}




@media screen and (max-width: 768px) {

.sec01 .inner {
	padding: 80px 0 80px;
	position: relative;
	z-index: 1;
}
	
.movie .sec01 .inner {
	padding: 80px 0 80px;
	position: relative;
	z-index: 1;
}
	
.sec01 .eng-ttl {
	max-width: 90%;
	margin: auto;
}

.sec01 .title {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	padding-top: 30px;
	text-align: center;
}

.movie .sec01 .title {
	line-height: 1.6;
}
	
.sec01 .txt {
	text-align: left;
	color: #fff;
	line-height: 2.2;
	width: 90%;
	margin: auto;
	margin-top: 15px;	
}


.sec01 .bg-image01 {
  max-width: 57%;
	position: absolute;
	top: 15%;
	left: 20px;
}

.sec01 .bg-image02 {
  max-width: 27%;
	position: absolute;
	top: 42%;
	right: 0;
}
.sec01 .bg-image03 {
  max-width: 34%;
	position: absolute;
	bottom: -10%;
	left: 150px;
}
	
}




/*--------------------------------------------------
  sec02
--------------------------------------------------*/

.sec02 {
	position: relative;
	z-index: 1;
  background: #fff;
		overflow: hidden;
	height: auto;
}


.sec02 .inner {
	padding: 180px 0 200px;
	position: relative;
	z-index: 1;
}
.sec02 .eng-ttl {
	max-width: 986px;
	margin: auto;
}

.sec02 .title {
	font-size: 50px;
	font-weight: 900;
	padding-top: 50px;
	line-height: 1.4;
	text-align: center;
}

.sec02 .txt {
	text-align: center;
	line-height: 2.6;
	font-size: 18px;
	margin-top: 40px;
}
.sec02 .fix-box {
	max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin: auto;
	margin-top: 50px;
}

.sec02 .fix-box .item {
	width: 31%;
}

.movie .sec02 .fix-box .item {
	width: 31%;
	margin-top: 25px;
	margin-bottom: 5px;
}

.sec02 .fix-box .item-a {
	margin-top: -100px;
}



.sec02 .t-loop {
position: absolute;
	top: 0;
}
.sec02 .t-loop-r {
position: absolute;
	top: 0;
}

.sec02 .t-loop-a {
 margin-top: 240px;
}


.sec02 .t-loop-b{
 margin-top: 480px;
}


.sec02 .t-loop-c{
 margin-top: 720px;
}

.sec02 .t-loop-d{
 margin-top: 960px;
}


.sec02 .t-loop-e{
 margin-top: 1200px;
}


.sec02 .t-loop-f{
 margin-top: 1440px;
}


.sec02 .t-loop-g{
 margin-top: 1680px;
}



.sec02 .t-loop_box {
    display: flex;
    width: 100vw;
    padding-top: 10px;
	padding-top: 120px;
}

.sec02 .t-loop_item {
	font-size: 300px;
	color: #f8f8f8;
	white-space: nowrap;
	line-height: 0;
	flex: 0 0 auto;
	letter-spacing: -0.05em;
}

.sec02 .t-loop .t-loop_item:nth-child(odd) {
    animation: loop 30s -15s linear infinite;
}
.sec02 .t-loop .t-loop_item:nth-child(even) {
    animation: loop2 30s linear infinite;
}

.movie .sec02 .t-loop .t-loop_item:nth-child(odd) {
    animation: loop 30s -15.1s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}



.sec02 .t-loop-r .t-loop_item:nth-child(odd) {
    animation: loop-r 30s -15s linear infinite;
} 

.sec02 .t-loop-r .t-loop_item:nth-child(even) {
    animation: loop2-r 30s linear infinite;
}



@keyframes loop-r {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes loop2-r {
    0% {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0);
    }
}


@media screen and (max-width: 768px) {
.sec02 .inner {
	padding: 80px 0 80px;
	position: relative;
	z-index: 1;
}
.sec02 .eng-ttl {
	max-width: 90%;
	margin: auto;
}

.sec02 .title {
	font-size: 24px;
	font-weight: 900;
	padding-top: 30px;
	line-height: 1.4;
	text-align: center;
}

.sec02 .txt {
	text-align: left;
	line-height: 2.2;
	font-size: 14px;
	width: 90%;
	margin: auto;
	margin-top: 20px;
}
.sec02 .fix-box {
	max-width: 90%;
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin: auto;
	margin-top: 20px;
}

.sec02 .fix-box .item {
	width: 74%;
	margin: auto;
	margin-bottom: 15px;
}

.movie .sec02 .fix-box {
	max-width: 95%;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin: auto;
	margin-top: 30px;
}	
	
.movie .sec02 .fix-box .item {
	width: 48%;
	margin: auto;
	margin-bottom: 15px;
}
	
	
.sec02 .fix-box .item-a {
	margin-top: 0;
}

}

/*--------------------------------------------------
  spacer
--------------------------------------------------*/

     /* === トリガー領域 === */
    .trigger {
      /* ビューポート + アニメーション用スクロール分 */
      height: calc(100vh + 110vh);
    }

    /* フルスクリーンでピン留めする要素 */
    .container {
      position: sticky;
      top: 0;
      height: 100vh;
      overflow: hidden;
      background-color: black;
    }

    .circle-shape {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 495px;
      height: 495px;
      background-color: #00abbf;
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(1);
      z-index: 2;
    }

  .movie .circle-shape {
      background-color: #00b596;
    }


      .container::before{	
        content: "";
        position: absolute;
        background: #00abbf;
        width: 2px;
        height: 50%;
        bottom: 0;
        display: block;
        left: 50%;
      }


      .movie .container::before{	
        content: "";
        background: #00b596;
      }

      .circle-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
			width: 262px;
      z-index: 3;
      pointer-events: none;
    }

    .overlay {
      position: absolute;
      inset: 0;
      background-color: #00b6cb;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 1;
    }

    .next-section {
      height: 100vh;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      color: #333;
    }
    @media screen and (max-width: 768px) {
         /* === トリガー領域 === */
        .trigger {
          /* ビューポート + アニメーション用スクロール分 */
          height: calc(100vh + 100vh);
        }

        .circle-shape {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 200px;
          height: 200px;
          background-color: #00abbf;
          border-radius: 50%;
          transform: translate(-50%, -50%) scale(1);
          z-index: 2;
        }
          .container::before{	
            content: "";
            position: absolute;
            background: #00abbf;
            width: 1px;
            height: 50%;
            bottom: 0;
            display: block;
            left: 50%;
          }
         .circle-text {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 140px;
          z-index: 3;
          pointer-events: none;
        }

    }

/*--------------------------------------------------
  sec03
--------------------------------------------------*/

.sec03 {
  background-color: #000;
	position: relative;
	padding-bottom: 200px;
	overflow: hidden;
}

.sec03 .eng-ttl {
	max-width: 1002px;
	margin: auto;
	padding-top: 180px;
	position: relative;
	z-index: 1;
}


.sec03 .inner {
	position: relative;
	height: 100%;
}

.sec03 .text-box {
	padding-left: 6%;
	color: #fff;
	position: relative;
	z-index: 1;
}

.sec03 .text-box .title {
	font-weight: 900;
	font-size: 55px;
	line-height: 1.4;
	margin-top: 70px;
}
.sec03 .text-box .txt {
	line-height: 2.4;
	margin-top: 50px;
}
.sec03 .image-box {
}
.sec03 .bg-image01 {
	position: absolute;
	width: 24%;
	right: 0;
	bottom: -15%;
}

.sec03 .bg-image02 {
	position: absolute;
	width: 42%;
	right: 4%;
	bottom: -42%;
}

.movie .sec03 .bg-image01 {
	position: absolute;
	width: 22%;
	right: 0;
top: 55%;
}

.movie .sec03 .bg-image02 {
	position: absolute;
	width: 36%;
	right: 4%;
  top: 65%;
}





.movie .sec03 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
	max-width: 88%;
	margin: auto;
	margin-top: 100px;	
}

.movie .sec03 .fix-box .item {
	width: 48.5%;
	position: relative;
	margin-bottom: 40px;
	background: #fff;
	overflow: hidden;
}

.movie .sec03 .fix-box .item .image {
	width: 30px;
	position: absolute;
	left: 0;
}

.movie .sec03 .fix-box .item .i-inner {
	padding: 40px 40px 40px 90px;
}

.movie .sec03 .fix-box .item  h4 {
	font-weight: 900;
	font-size: 30px;
	position: relative;
	line-height: 1.4;
	margin-bottom: 20px;
}

.movie .sec03 .fix-box .item  h4::before {
  content: "";
  position: absolute;
  background: #00b596;
  width: 4px;
  height: 95%;
  bottom: 0;
  display: block;
  left: -24px;	
}



@media screen and (max-width: 768px) {
	
.sec03 {
	padding-bottom: 80px;
}

.sec03 .eng-ttl {
	max-width: 90%;
	margin: auto;
	padding-top: 80px;
	position: relative;
	z-index: 1;
}

.sec03 .text-box {
	padding-left:0;
	color: #fff;
	position: relative;
	z-index: 1;
	width: 90%;
	margin: auto;
}

.sec03 .text-box .title {
	font-weight: 900;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	margin-top: 30px;
}
.sec03 .text-box .txt {
	line-height: 2.2;
	margin-top: 14%;
}
.sec03 .image-box {
	position: relative;
	padding-top: 72%;
}
.sec03 .bg-image01 {
	position: absolute;
	width: 45%;
	top: 32%;
	right: -5%;
	bottom: inherit;
}

.sec03 .bg-image02 {
	position: absolute;
	width:80%;
	top: 50%;
	left: 0;
	right:inherit;
	bottom: inherit;
}
	
.movie .sec03 .bg-image01 {
	position: absolute;
	width: 45%;
	top: 30%;
	right: -5%;
	bottom: inherit;
}

.movie .sec03 .bg-image02 {
	position: absolute;
	width:80%;
	top: 50%;
	left: 0;
	right:inherit;
	bottom: inherit;
}
	
		
	
.movie .sec03 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
	max-width: 90%;
	margin: auto;
	margin-top: 50px;	
}

.movie .sec03 .fix-box .item {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	overflow: hidden;
}

.movie .sec03 .fix-box .item .image {
	width: 24px;
	position: absolute;
	left: 0;
}

.movie .sec03 .fix-box .item .i-inner {
	padding: 25px 25px 25px 60px;
}

.movie .sec03 .fix-box .item  h4 {
	font-weight: 900;
	font-size: 20px;
	position: relative;
	line-height: 1.4;
	margin-bottom: 15px;
}

.movie .sec03 .fix-box .item  h4::before {
  content: "";
  position: absolute;
  background: #00b596;
  width: 3px;
  height: 95%;
  bottom: 0;
  display: block;
  left: -15px;	
}


	
	
	
}

/*--------------------------------------------------
  sec04
--------------------------------------------------*/

.sec04 {
	position: relative;
	z-index: 1;
  background: #fff;
	height: auto;
}


.sec04 .inner {
	padding: 180px 0 200px;
	position: relative;
	z-index: 1;
}
.sec04 .eng-ttl {
	max-width: 986px;
	margin: auto;
}

.sec04 .title {
	font-size: 55px;
	font-weight: 900;
	padding-top: 50px;
	line-height: 1.4;
	text-align: center;
}

.sec04 .fix-box {
	 display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	align-items: center;
	margin-top: 50px;
}

.sec04 .fix-box .logo {
	width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;	
	height: 100%;
	padding: 80px 0;
	padding-left: 5%;
	border-radius: 0 10px 10px 0;
}
.sec04 .fix-box .logo .image {
	width: 230px;
}

.sec04 .fix-box .txt {
	line-height: 2.4;
	width: 52%;
	padding-right: 5%;
}


.movie .sec04 .fix-box .logo {
	width: 25%;
}

.movie .sec04 .fix-box .txt {
	line-height: 2.2;
	width: 60%;
	padding-right: 5%;
}


.sec04 .ls-box {
	margin-top: 90px;
}
.sec04 .ls-box .item {
	border-top: solid 1px #d3d3d3;
	box-sizing: border-box;
	padding: 22px 0 28px;
}
.sec04 .ls-box .item-a {
	border-bottom: solid 1px #d3d3d3;
	box-sizing: border-box;
}

.sec04 .ls-box .f-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
  align-items: center;	
}

.sec04 .ls-box .f-box .nmv {
	width: 10%;
	padding-left: 4%;
}
.sec04 .ls-box .f-box .nmv01 img {
	width: 95px;
}

.sec04 .ls-box .f-box .nmv02 img {
	width: 113px;
}

.sec04 .ls-box .f-box .nmv03 img {
	width: 111px;
}


.sec04 .ls-box .f-box .text-box {
	width: 78%;
	padding-right: 5%;
}


.sec04 .ls-box .f-box .text-box h4 {
	font-weight: 900;
	font-size: 34px;
	line-height: 1.6;
}
.sec04 .ls-box .f-box .text-box .txt {
	font-size: 15px;
	line-height: 2;
	margin-top: 15px;
}

@media screen and (max-width: 768px) {

.sec04 .inner {
	padding: 80px 0 80px;
	position: relative;
	z-index: 1;
}
.sec04 .eng-ttl {
	max-width: 90%;
	margin: auto;
}

.sec04 .title {
	font-size: 24px;
	font-weight: 900;
	padding-top: 30px;
	line-height: 1.4;
	text-align: center;
}

.sec04 .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	align-items: center;
	margin-top: 30px;
}

.sec04 .fix-box .logo {

	width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;	
	height: 100%;
	padding: 25px 0 15px;
	border-radius: 4px;
	margin: auto;

}
.sec04 .fix-box .logo .image {
	width: 40%;
}

.sec04 .fix-box .txt {
	line-height: 2.2;
	width: 90%;
	margin: auto;
	margin-top: 20px;
}

	
.movie .sec04 .fix-box .logo {
	width: 90%;
}

.movie .sec04 .fix-box .txt {
	width: 90%;
	padding-right:0
}

	
	
	

.sec04 .ls-box {
	margin-top: 40px;
}
.sec04 .ls-box .item {
	border-top: solid 1px #d3d3d3;
	box-sizing: border-box;
	padding: 20px 0 26px;
}
.sec04 .ls-box .item-a {
	border-bottom: solid 1px #d3d3d3;
	box-sizing: border-box;
}

.sec04 .ls-box .f-box {
  display:block;
  justify-content: space-between;
  flex-wrap: wrap; 
  align-items:baseline;	
}

.sec04 .ls-box .f-box .nmv {
	width: 100%;
	padding-left: 0;
	margin: auto;
	text-align: center;
	
}
.sec04 .ls-box .f-box .nmv01 img {
	width: 55px;
}

.sec04 .ls-box .f-box .nmv02 img {
	width: 70px;
}

.sec04 .ls-box .f-box .nmv03 img {
	width: 68px;
}


.sec04 .ls-box .f-box .text-box {
	width: 90%;
	padding-right: 0%;
	margin: auto;
}


.sec04 .ls-box .f-box .text-box h4 {
	font-weight: 900;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
	line-height: 1.5;
}
.sec04 .ls-box .f-box .text-box .txt {
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}	
}

/*--------------------------------------------------
  sec05
--------------------------------------------------*/

.sec05 {
	position: relative;
	z-index: 1;
  background: #000;
	height: auto;
	overflow: hidden;
}

.sec05 .inner {
	padding: 180px 0 200px;
	position: relative;
	z-index: 1;
}
.sec05 .eng-ttl {
	max-width: 834px;
	margin: auto;
}

.sec05 .title {
	font-size: 55px;
	font-weight: 900;
	color: #fff;
	padding-top: 50px;
	line-height: 1.4;
	text-align: center;
}
.sec05 .txt {
	text-align: center;
	color: #fff;
	line-height: 2.4;
	margin-top: 30px;
}


.sec05 .bg-image01 {
  max-width: 20%;
	position: absolute;
	top: 50%;
	left: 0;
}

.sec05 .bg-image02 {
  max-width: 16%;
	position: absolute;
	top: 74%;
	left:22%;
}
.sec05 .bg-image03 {
  max-width: 40%;
	position: absolute;
	top: 55%;
	right: 0;
}
.sec05 .bg-image04 {
  max-width: 44%;
	position: absolute;
	top: 87%;
	left: 4%;
}
.sec05 .bg-image05 {
  max-width: 25%;
	position: absolute;
	top: 97%;
	right: 3%;
}



.sec05 .fix-box { 
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 90%;
	margin: auto;
	margin-top: 110px;
}

.sec05 .fix-box .item {
	background: #1e1e1e;
	width: 24.8%;	
	display: block;
  display: flex;
	height: 180px;
  justify-content: center;
  align-items: center;
	margin-bottom: 0.2%;
	border-radius: 4px;
	position: relative;
}

.sec05 .fix-box .item::before {
 content: "";
 position: absolute;	
  background: url("../images/movie-sec05-item.png") 0 0 no-repeat;	
	background-size: 100% auto;
	width: 75px;
	height: 97px;
	top: 0;
	left: 0;
	border-radius: 4px 0 0 0;
}
.sec05 .fix-box .item .f-eng {
	color: #00b6cb;
	font-size: 12px;
	text-align: center;
	line-height: 1;
}
.movie .sec05 .fix-box .item .f-eng {
	color: #00b596;
}

.sec05 .fix-box .item .tx01 {
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	color:#fff;
	line-height: 1.4;
	margin-top: 4px;
}
.sec05 .fix-box .item .tx01 span {
	font-size: 15px;
	font-weight: 900;	
}

.movie .sec05 .fix-box .item .tx01 span {
	font-size: 22px;
	font-weight: 900;	
}


.movie .sec05 .bg-image01 {
  max-width: 18%;
	position: absolute;
	top: 50%;
	left: 0;
}

.movie .sec05 .bg-image02 {
  max-width: 16%;
	position: absolute;
	top: 68%;
	left:30%;
}
.sec05 .bg-image03 {
  max-width: 36%;
	position: absolute;
	top: 44%;
	right: 0;
}
.sec05 .bg-image04 {
  max-width: 46%;
	position: absolute;
	top: 78%;
	left: 4%;
}
.sec05 .bg-image05 {
  max-width: 21%;
	position: absolute;
	top: 98%;
	right: 22%;
}






@media screen and (max-width: 768px) {

.sec05 .inner {
	padding: 80px 0 80px;
	position: relative;
	z-index: 1;
}
.sec05 .eng-ttl {
	max-width: 90%;
	margin: auto;
}

.sec05 .title {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	padding-top: 30px;
	line-height: 1.4;
	text-align: center;
}
.sec05 .txt {
	color: #fff;
	line-height: 2;
	margin: auto;
	margin-top: 20px;
	text-align: left;
	width: 90%;
}


.sec05 .bg-image01 {
  max-width: 25%;
	position: absolute;
	top: 8%;
	left: 0;
}

.sec05 .bg-image02 {
  max-width: 22%;
	position: absolute;
	top: 20%;
	left:26%;
}
.sec05 .bg-image03 {
  max-width: 40%;
	position: absolute;
	top: 10%;
	right: 0;
}
.sec05 .bg-image04 {
  max-width: 44%;
	position: absolute;
	top: 38%;
	left: 4%;
}
.sec05 .bg-image05 {
  max-width: 25%;
	position: absolute;
	top: 31%;
	right: 3%;
}



.sec05 .fix-box { 
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 90%;
	margin: auto;
	margin-top: 50px;
}

.sec05 .fix-box .item {
	background: #1e1e1e;
	width: 49.6%;	
	display: block;
  display: flex;
	height: 130px;
  justify-content: center;
  align-items: center;
	margin-bottom: 0.4%;
	border-radius: 4px;
	position: relative;
}

.sec05 .fix-box .item::before {
 content: "";
 position: absolute;	
  background: url("../images/movie-sec05-item.png") 0 0 no-repeat;	
	background-size: 100% auto;
	width: 75px;
	height: 97px;
	top: 0;
	left: 0;
	border-radius: 4px 0 0 0;
}
.sec05 .fix-box .item .f-eng {
	color: #00b6cb;
	font-size: 10px;
	text-align: center;
	line-height: 1;
}
.sec05 .fix-box .item .tx01 {
	font-size: 15px;
	font-weight: 900;
	text-align: center;
	color:#fff;
	line-height: 1.4;
	margin-top: 6px;
}
.sec05 .fix-box .item .tx01 span {
	font-size: 10px;
	font-weight: 900;	
}
	
.movie .sec05 .fix-box .item .tx01 span {
	font-size: 10px;
	font-weight: 900;	
}	
	
	
.movie .sec05 .bg-image01 {
  max-width: 25%;
	position: absolute;
	top: 8%;
	left: 0;
}

.movie .sec05 .bg-image02 {
  max-width: 20%;
	position: absolute;
	top: 20%;
	left:18%;
}
.movie .sec05 .bg-image03 {
  max-width: 42%;
	position: absolute;
	top: 10%;
	right: 0;
}
.movie .sec05 .bg-image04 {
  max-width: 46%;
	position: absolute;
	top: 38%;
	left: 4%;
}
.movie .sec05 .bg-image05 {
  max-width: 25%;
	position: absolute;
	top: 42%;
	right: 7%;
}

	
	
	
}

/*--------------------------------------------------
  sec06
--------------------------------------------------*/

.sec06 {
	position: relative;
	z-index: 1;
  background: #fff;
	height: auto;
}


.sec06 .inner {
	padding: 180px 0 0;
	position: relative;
	z-index: 1;
}

.sec06 .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.sec06 .eng-ttl {
	max-width: 792px;
	margin: auto;
}

.sec06 .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	position: relative;
	margin-top: 90px;
}
.sec06 .fix-box .text-box {
	width: 35%;
	padding-left: 5%;
}
.sec06 .fix-box .title {
	font-size: 55px;
	font-weight: 900;
	line-height: 1.4;
}
.sec06 .fix-box .txt {
	line-height: 2.4;
	margin-top: 40px;	
}

.sec06 .fix-box .image-box {
	position: absolute;
	width: 55%;
	right: 0;
  top: 0;
}
.sec06 .fix-box .image-box .bg-image01 img {
  object-fit: cover;
  font-family: 'object-fit: cover';
	width: 100%;
	height: 580px;
}


.movie .sec06 .fix-box .text-box {
	width: 45%;
	padding-left: 5%;
}

.movie .sec06 .fix-box .image-box {
	position: absolute;
	width: 45%;
	right: 0;
  top: 0;
}






@media screen and (max-width: 768px) {


.sec06 .inner {
	padding: 80px 0 0;
	position: relative;
	z-index: 1;
}

.sec06 .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.sec06 .eng-ttl {
	max-width: 90%;
	margin: auto;
}

.sec06 .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	position: relative;
	margin-top: 30px;
}
.sec06 .fix-box .text-box {
	width: 90%;
	padding-left: 0;
	margin: auto;
}
.sec06 .fix-box .title {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}
.sec06 .fix-box .txt {
	line-height: 2;
	margin-top: 15px;	
}

.sec06 .fix-box .image-box {
	position: inherit;
	width: 100%;
	right: 0;
  top: 0;
	margin-top: 30px;
}
.sec06 .fix-box .image-box .bg-image01 img {
  object-fit: cover;
  font-family: 'object-fit: cover';
	width: 100%;
	height: auto;
}

.movie .sec06 .fix-box .text-box {
	width: 90%;
	padding-left: 0;
	margin: auto;
}

.movie .sec06 .fix-box .image-box {
	position: inherit;
	width: 100%;
	right: 0;
  top: 0;
	margin-top: 30px;
}
	
}


/*--------------------------------------------------
  card
--------------------------------------------------*/
   .recruit_card_container {
      position: relative;
      background: #fff;
	
    }
    .recruit_card_sticky {
      position: sticky; top: 0; height: 100vh; overflow: hidden;
      display: flex; align-items: center; background: #fff;
    }

    .cards {
      display: flex; transition: transform 0.1s;
			
    }
    .card {
      flex: 0 0 auto;
      width: 400px;
      max-width: 80vw;
      margin-right: 40px;
			border: solid #000 2px;
			box-sizing: border-box;	
			border-radius: 8px;
			position: relative;
			padding-bottom: 40px;

    }
.card:last-child {
  margin-right: 40px; /* ← 例えば40pxに */
	
}
  
.card .item .step{
	width: 161px;
	margin: auto;
	margin-top: -22px;
}
 
.card .item .i-ttl {
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	font-size: 30px;
	margin-top: 16px;
	border-bottom: solid 2px #000;
  box-sizing: border-box;
	padding-bottom: 24px;
}


.card .item .image {
	width: 270px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
.card .item .txt {
	width: 82%;
	margin: auto;
}



@media screen and (max-width: 768px) {
	.sp-cards {
		background: #fff;
		padding-top: 30px;
		padding-bottom: 50px;
	}
	
	.sp-cards .c-txt {
		font-size: 16px;
		text-align: center;
	}
    .cards {
      display:flex; transition: transform 0.1s;
			width: 90%;
			margin: auto;
			overflow-x: scroll;
			padding-top: 35px;
			padding-bottom: 40px;
    }
    .card {
      flex: 0 0 auto;
      width: 100%;
      max-width: 100%;
      margin-right: 40px;
			border: solid #000 2px;
			box-sizing: border-box;	
			border-radius: 4px;
			position: relative;
			padding-bottom: 24px;

    }

.card .item .step{
	width: 141px;
	margin: auto;
	margin-top: -20px;
}
 
.card .item .i-ttl {
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	font-size: 21px;
	margin-top: 11px;
	border-bottom: solid 2px #000;
  box-sizing: border-box;
	padding-bottom: 21px;
}


.card .item .image {
	width: 240px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
.card .item .txt {
	width: 82%;
	margin: auto;
}
	
}



/*--------------------------------------------------
  sec07
--------------------------------------------------*/
.sec07 {
	position: relative;
	z-index: 1;
  background: #fff;
	height: auto;
	margin-top: -120px;
}
.sec07 .box {
  background: #f6f5f5;
	border-radius: 200px 0 0 0;
	padding-bottom: 180px;
}
.sec07 .title-box {
	padding-top: 190px;
	position: relative;
	z-index: 1;
}
.sec07 .title-box .title {
	text-align: center;
	font-weight: 900;
	font-size: 55px;
	line-height: 1.4;
}
.sec07 .title-box .txt {
	text-align: center;
	line-height: 2.4;
	margin-top: 40px;
}
.sec07 .title-box .eng-ttl {
	max-width: 1150px;
	margin: auto;
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	z-index: -1;
}
.sec07 .inner {
	max-width: 1100px;
	margin: auto;
}

/*----- tel-box -----*/
.sec07 .tel-box {
	background: #fff;
	margin-top: 50px;
	border-radius: 8px;
	padding: 45px 0;
}
.sec07 .tel-box .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
  align-items: center;	
}
.sec07 .tel-box .fix-box .text-box {
	padding-left: 5%;
	width: 35%;	
}
.sec07 .tel-box .fix-box h4 {
	font-weight: 900;
	font-size: 26px;
	line-height: 1.1;
	position: relative;
	border-right: solid 1px #e3e3e3;
}
.sec07 .tel-box .fix-box h4 span {
	font-size: 16px;
}
.sec07 .tel-box .fix-box .tel {
	padding-left: 5%;
	width: 55%;
	text-align: center;
}
.sec07 .tel-box .fix-box .tel a {
	font-size: 60px;
	line-height: 1;
	letter-spacing: inherit;
	position: relative;
	font-weight: 700;
}
.sec07 .tel-box .fix-box .tel a::before {
 content: "";
 position: absolute;	
  background: url("../images/tel.png") 0 0 no-repeat;	
	background-size: 100% auto;
	width: 41px;
	height: 47px;
	top: 20px;
	left: -47px;	
}

/*----- form-box -----*/
.sec07 .form-box {
	background: #fff;
  border-radius: 8px;
	margin-top: 10px;
	padding: 55px 5% 105px;
}
.sec07 .form-box h4 {
	font-weight: 900;
	font-size: 26px;
	line-height: 1.1;
  margin: 0 0 30px;
	padding-bottom: 45px;
	position: relative;
	border-bottom: solid 1px #e3e3e3;	
}

/*----- table（form-area） -----*/
input,
textarea,
select,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
	box-sizing: border-box;
}
.form-box table.form-area {
  width: 100%;
	border: none;
}
.form-box table.form-area th {
	background: none;
	width: 30%;
	box-sizing: border-box;
	text-align: left;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
  word-break: break-all;
	border-left: none;
	border-bottom: none;
}
.form-box table.form-area th span {
	background: #00b596;
	padding: 2px 6px;
	margin-left: 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.form-box table.form-area td {
	width: 70%;
	padding: 12px 0 12px 10px;
	box-sizing: border-box;
	text-align: left;
	font-size: 15px;
	line-height: 1.4;
  word-break: break-all;
	border-left: none;
	border-bottom: none;
}

/* input */
.form-box table.form-area td input {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 15px;
	background: #f6f5f5;
	border: none;
}

/* textarea */
.form-box textarea {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	background: #f6f5f5;
	border-radius: 4px;
	border: none;
	resize: vertical;
}

/* agree */
input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  vertical-align: -5px;
	background: #f6f5f5;
	border-radius: 2px;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.form-box .check {
	margin-top: 10px;
	margin-left: 30%;
	padding-left: 8px;
}
.form-box .check span {
	margin-left: 10px;
	display: inline-block;
	font-size: 16px;
}
.form-box .check span a {
	text-decoration: underline;
}

/* content-btn */
.form-box .content-btn {
	display: block;
	background: #000;
	width: 460px;
	height: 90px;
	margin: 50px auto 0;
	box-sizing: border-box;
	line-height: 90px;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}
.form-box .content-btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*----- form-btn -----*/
.sec07 .form-btn {
  border: none;
}

/*----- confirm-block -----*/
.form-box .confirm-block .attention {
  font-size: 17px;
  margin: 0 0 30px;
}
.form-box .confirm-block table.confirm-area {
  width: 100%;
	box-sizing: border-box;
}
.form-box .confirm-block table.confirm-area tr {
  width: 100%;
  border-bottom: solid 1px #e3e3e3;
  box-sizing: border-box;
}
.form-box .confirm-block table.confirm-area tr:first-child {
  border-top: solid 1px #e3e3e3;
}
.form-box .confirm-block table.confirm-area th {
  width: 27%;
  font-size: 18px;
	font-weight: 700;
  padding: 25px 0;
  box-sizing: border-box;
  vertical-align: middle;
}
.form-box .confirm-block table.confirm-area th span.req {
  color: #fff;
	font-size: 13px;
	font-weight: 400;
	background: #00b596;
  margin: 0 30px 0 15px;
	padding: 2px 6px;
}
.form-box .confirm-block table.confirm-area td {
  padding: 25px 0;
  box-sizing: border-box;
}
.form-box .confirm-block table.confirm-area td span {
  text-align: justify;
}

/*----- form-btn -----*/
.sec07 .confirm-block .form-btn02 {
  width: 100%;
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
}
.sec07 .confirm-block .confirm-btn02 {
  width: 40%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  margin: 0 1% 0;
  padding: 20px 0;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
.sec07 .confirm-block .correct-btn {
  background: #777;
}
.sec07 .confirm-block .send-btn {
  background: #000;
}

/*----- thanks-block -----*/
.form-box .thanks-block h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
  background: #00b596;
  text-align: center;
  line-height: 1.0em;
  margin: 0 0 30px;
	padding: 15px 15px;
  box-sizing: border-box;
  display: inline-block;
}
.form-box .thanks-block p {
  text-align: justify;
}

@media screen and (max-width: 768px) {
.sec07 {
	margin-top: 0;
}
.sec07 .box {
	border-radius: 80px 0 0 0;
	padding-bottom: 80px;
}
.sec07 .title-box {
	padding-top: 60px;
}
.sec07 .title-box .title {
	font-size: 24px;
}
.sec07 .title-box .txt {
	text-align: left;
	line-height: 2;
	margin: auto;
	margin-top: 20px;
	width: 90%;
}
.sec07 .title-box .eng-ttl {
	max-width: 90%;
	margin: auto;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0.7;
}
.sec07 .inner {
	max-width: 90%;
	margin: auto;
}

/*----- tel-box -----*/  
.sec07 .tel-box {
	margin-top: 30px;
	padding: 20px 0;
}
.sec07 .tel-box .fix-box {
  display: block;	
}
.sec07 .tel-box .fix-box .text-box {
	padding-left: 0;
	width: 90%;	
	margin: auto;
}
.sec07 .tel-box .fix-box h4 {
	font-size: 16px;
	line-height: 1.4;
	position: relative;
	border-right: none;
	text-align: center;
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 16px;	
}
.sec07 .tel-box .fix-box h4 span {
	font-size: 12px;
}
.sec07 .tel-box .fix-box .tel {
	padding-left: 0;
	width: 90%;
	margin: auto;
	margin-top: 16px;
	text-align: center;
}
.sec07 .tel-box .fix-box .tel a {
	font-size: 30px;
	padding-left: 20px;
}
.sec07 .tel-box .fix-box .tel a::before {
 content: "";
 position: absolute;	
  background: url("../images/tel.png") 0 0 no-repeat;	
	background-size: 100% auto;
	width: 19px;
	height: 25px;
	top: 12px;
	left: -4px;	
}

/*----- form-box -----*/
.sec07 .form-box {
	padding: 30px 5% 60px;
}
.sec07 .form-box h4 {
	font-weight: 900;
	font-size: 16px;
	line-height: 1.1;
  margin: 0 0 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
	border-bottom: solid 1px #e3e3e3;	
}

/*----- table（form-area） -----*/  
.form-box table.form-area {
  width: 100%;
	border: none;
}
.form-box table.form-area th {
	background: none;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.3;
  word-break: break-all;
	border-left: none;
	display: block;
	border-bottom: none;
}
.form-box table.form-area th span {
	background: #00b596;
	padding: 2px 6px;
	margin-left: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
.form-box table.form-area td {
	width: 100%;
	padding: 12px 0 25px 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	line-height: 1.3;
  word-break: break-all;
	border-left: none;
	display: block;
	border-bottom: none;
}
  
/* input */
.form-box table.form-area td input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	background: #f6f5f5;
	border: none;
}

/* textarea */
.form-box textarea {
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	background: #f6f5f5;
	border-radius: 4px;
	border: none;
	resize: vertical;
}

/* agree */  
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  vertical-align:top;
	background: #f6f5f5;
	border-radius: 2px;
	top: 2px;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.form-box .check {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
.form-box .check span {
	margin-left: 8px;
	display: inline-block;
	font-size: 14px;
}  

/* content-btn */
.form-box .content-btn {
	display: block;
	background: #000;
	width: 90%;
	height:60px;
	margin: 25px auto 0;
	box-sizing: border-box;
	line-height: 58px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

/*----- confirm-block -----*/
.form-box .confirm-block .attention {
  font-size: 14px;
  margin: 0 0 20px;
}
.form-box .confirm-block table.confirm-area th {
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 15px 0 0;
  box-sizing: border-box;
}
.form-box .confirm-block table.confirm-area th span.req {
	font-size: 11px;
  margin: 0 30px 0 15px;
	padding: 2px 6px;
}
.form-box .confirm-block table.confirm-area td {
  display: block;
  padding: 10px 0 15px;
}

/*----- form-btn -----*/
.sec07 .confirm-block .form-btn02 {
  width: 100%;
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec07 .confirm-block .confirm-btn02 {
  width: 48%;
  font-size: 16px;
  margin: 0 0 0;
  padding: 15px 0;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}

/*----- thanks-block -----*/
.form-box .thanks-block h2 {
	font-size: 15px;
  margin: 0 0 20px;
	padding: 10px 15px;
}
}



/*--------------------------------------------------
  sec08
--------------------------------------------------*/

.sec08 {
	position: relative;
	z-index: 1;
  background: url("../images/sec08-bg.jpg") center center no-repeat;	
	background-size: cover;
	height: auto;
	overflow: hidden;
}

.movie .sec08 {
	position: relative;
	z-index: 1;
  background: url("../images/movie-sec08-bg.jpg") center center no-repeat;	
	background-size: cover;
	height: auto;
	overflow: hidden;
}

.sec08 .eng-ttl {
	position: absolute;
	top: -8px;
	right: 0;
	max-width: 980px;
}
.sec08 .inner {
	padding: 120px 5% 170px;
}

.sec08 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.sec08 .fix-box .text-box {
	width: 42%;
}

.sec08 .fix-box .text-box .title {
	font-weight: 900;
	font-size: 60px;
	line-height: 1.4;
}

.sec08 .fix-box .text-box .txt {
	font-size: 16px;
	line-height: 2.6;
	margin-top: 70px;
}
.sec08 .fix-box .info-box {
	width: 54%;
	margin-top: 140px;
	border: solid 2px #000;
	box-sizing: border-box;
}
.sec08 .fix-box .info-box .i-inner {
	padding: 60px 60px 30px;
}

.sec08 .fix-box .info-box li {
	border-bottom: solid 1px #000;
	box-sizing: border-box;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.sec08 .fix-box .info-box li:last-child {
	border-bottom: none;
}
.sec08 .fix-box .info-box dl {
	display: table;
	width: 100%;
}
.sec08 .fix-box .info-box dt {
	display: table-cell;
	width: 35%;
	font-weight: 900;
	font-size: 16px;
}
.sec08 .fix-box .info-box dd {
	display: table-cell;
	width: 65%;
	font-size: 16px;
	line-height: 1.5;
}


.sec08 .fix-box .info-box dd p {
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
.sec08 {
	position: relative;
	z-index: 1;
  background: url("../images/sp-sec08-bg.jpg") center center no-repeat;	
	background-size: cover;
	height: auto;
	overflow: hidden;
}
	
.movie .sec08 {
	position: relative;
	z-index: 1;
  background: url("../images/sp-movie-sec08-bg.jpg") center center no-repeat;	
	background-size: cover;
	height: auto;
	overflow: hidden;
}	
.sec08 .eng-ttl {
	position: absolute;
	top: 0px;
	right: 0;
	max-width: 60%;
}
.sec08 .inner {
	padding: 50px 5% 100px;
}

.sec08 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.sec08 .fix-box .text-box {
	width: 100%;
}

.sec08 .fix-box .text-box .title {
	font-weight: 900;
	font-size: 27px;
	line-height: 1.4;
}

.sec08 .fix-box .text-box .txt {
	font-size: 14px;
	line-height: 2;
	margin-top: 25px;
}
.sec08 .fix-box .info-box {
	width: 100%;
	margin-top: 40px;
	border: solid 2px #000;
	box-sizing: border-box;
}
.sec08 .fix-box .info-box .i-inner {
	padding: 30px 20px 10px;
}

.sec08 .fix-box .info-box li {
	border-bottom: solid 1px #000;
	box-sizing: border-box;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.sec08 .fix-box .info-box li:last-child {
	border-bottom: none;
}
.sec08 .fix-box .info-box dl {
	display: block;
	width: 100%;
}
.sec08 .fix-box .info-box dt {
	display: block;
	width: 100%;
	font-weight: 900;
	font-size: 14px;
}
.sec08 .fix-box .info-box dd {
	display: block;
	width: 100%;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.5;
}
.sec08 .fix-box .info-box dd p {
	margin-bottom: 5px;
}
}



/*--------------------------------------------------
  animation
--------------------------------------------------*/
.fadeInUp {
  opacity : 0;
  transition: all 0.3s linear;
}
.fadeInUp.isActive {
  -webkit-animation: fadeInUp 0.6s ease-in-out forwards;
          animation: fadeInUp 0.6s ease-in-out forwards;
  animation-delay: 0.5s;
}

.delay07s.isActive {
  animation-delay: 0.7s;
}
.delay09s.isActive {
  animation-delay: 0.9s;
}
.delay11s.isActive {
  animation-delay: 1.1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.fadeIn {
  opacity : 0;
  transition: all 0.3s linear;
}
.fadeIn.isActive {
  -webkit-animation: fadeIn 0.8s ease-in-out forwards;
          animation: fadeIn 0.8s ease-in-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .delay07s.isActive {
    animation-delay: 0.5s;
  }
  .delay09s.isActive {
    animation-delay: 0.5s;
  }
  .delay11s.isActive {
    animation-delay: 0.5s;
  }
}