@charset "UTF-8";

.test{
	background-color: #ccc;
}

.test img{
	width: 50%;
}

.index-main section img{
	pointer-events: none;
}

/*------　左上のロゴ　------*/

.index-main h1{
    width: fit-content;
	max-width: 150px;
}

.index-main h1 img{
	width: 100%;
}

.index-title{
	margin: 1rem 2rem;
}

.index-title.scroll-y{
	animation: textlogo .5s linear forwards alternate 0.5s;
}

@keyframes textlogo {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-4rem);
	}
}

/*------　TOPイメージ　------*/

:root {
	--logowidth: 30%;
	--downlogowidth: 12%;
}

.hero-img{
	position: fixed;
    z-index: 999;
	width: var(--logowidth);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
	pointer-events: none;
}

.hero-img.hero-img-scroll01{
	animation: logoanime01 .5s linear forwards alternate 0.5s;
}

@keyframes logoanime01 {
  	0%{
		width: var(--logowidth);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		pointer-events: none;
  	}
  	100%{
		width: var(--downlogowidth);
		top: 0;
		left: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
  		pointer-events: auto;
	}
}

.hero-img.scroll-ylode01{
	width: var(--downlogowidth);
	top: 0;
	left: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	animation: none;
	pointer-events: auto;
}

.hero-img.hero-img-scroll01.hero-img-scroll02{
	animation: logoanime02 .5s linear forwards alternate;
}

@keyframes logoanime02{
  	0%{
		width: var(--downlogowidth);
		top: 0;
		left: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
  		pointer-events: auto;
  	}
  	100%{
		width: var(--logowidth);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		pointer-events: none;
	}
}

/*--- hero-imgのあったスぺース ---*/

.index-hero{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.index-hero.scroll-y{
	/*animation: logpanime02 .5s linear forwards alternate 1s;*/
}

@keyframes logpanime02 {
  	0%{
		height: 100vh;
  	}
  	100%{
		height: 25vh;
	}
}

/*------　action　------*/

.index-action{
	position: relative;
	margin: 12rem 0 36rem 0;
}

/*--- 矢印と解説 ---*/

.action-container01{
	display: flex;
	flex-wrap: wrap;
}

.action-container01 .action-item01{
	width: 52%;
	position: relative;
}


.action-item01__img01{
	width: 86%;
    opacity: 0;
}

.action-item01__img01.scroll-anime.scroll-show {
  animation: slideIn01 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn01 {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.action-item01__img02{
	width: 14%;
	position: absolute;
	top: 11%;
	right: 0;
    opacity: 0;
}

.action-item01__img02.scroll-anime.scroll-show{
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.action-container01 .action-item02{
	width: 48%;
	position: relative;
	padding-bottom: 10rem;
}

.action-item01__img02_svg{
	
}
	
.action-item01__img02_lottie{
	display: none;
}

.action-item02__text01{
	width: 43%;
    max-width: 320px;
	margin: 0 auto 0 calc( 8% + 6rem );
	display: block;
    opacity: 0;
}

.action-item02__text01.scroll-anime.scroll-show{
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.action-container01 .action-item02 h2{
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.action-container01 .action-item02 p{
	text-align: left;
	line-height: 1.6rem;
}

.action-container01 .action-item02__bg01{
	width: 100px;
	height: 70%;
	display: block;
	position: absolute;
	top: -12%;
	right: 0;
	background: linear-gradient(180deg, #036eb8, #036eb8, #00a29a, #00a29a, #036eb8, #036eb8) 0 / 100% 200%;
}

.action-item02__bg01.scroll-anime.scroll-show{
	animation: bg-gradient .3s linear forwards alternate 0.5s;
}

@keyframes bg-gradient {
	0% {
		background-position: 0 0%;
	}
	50% {
    	background-position: 0 50%;
  	}
  	100% {
    	background-position: 0 100%;
  	}
}


/*---　work　---*/

.action-work{
    position: absolute;
    width: 100%;
    bottom: -16%;
	
	background-color: rgba( 238, 238, 238, 0.7 );
	padding: 1.2rem 0;
	
    opacity: 0;
}

.action-work.scroll-anime.scroll-show{
	animation: fadeIn-work 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	/*animation-delay: 0.5s;*/
}
 
@keyframes fadeIn-work{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.action-work h2{
	font-size: 1rem;
}

.work-container01{
	display: flex;
	justify-content: space-around;
	/*background-color: rgba( 255, 255, 255, 0.45 );*/
    padding: 1.2rem 0;
}

.work-item{
}

.work-item__wrap{
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.work-neme{
	font-size: 0.75rem;
	margin-bottom: 1rem;
}

.work-text{
	font-size: 0.75rem;
	color: #fff;
	background-color: #07459b;
	text-align: center;
	padding: 1.5rem 2rem;
	
	position: relative;
}

.work-text01{
	background-color: #00a29a;
}

.work-text02{
	background-color: #d86a83;
}

.work-text03{
	background-color: #008cce;
}

.work-tads{
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: fit-content;
    display: inline-block;
	padding: 0.3rem 1rem;
	text-align: center;
	font-size: 0.75rem;
	color: #07459b;
	background-color: #fff;
}


		/* サブメニュー */
		.work-sub {
			position: absolute;
			width: 100%;
 			bottom: 0;
		}

		.work-sub > li {
			overflow: hidden;
			opacity: 0;
			height: 0;
			/* サブメニューが出現する速度の調整 */
			-webkit-transition: 0.3s;
			transition: 0.3s;
			padding: 1.6rem 1rem;
			background: url(../img/top/work-subbg.png);
			background-position: left top;
			background-repeat: no-repeat;
			background-size: 100% 100%;
		    line-height: 1.6rem;
		}

		/* メインメニューマウスカーソルが乗ったらサブメニューを出現させる */
		.work-item__wrap:hover > .work-sub > li {
			/*overflow: visible;*/
		  	opacity: 1;
			height: 12rem;
		}


	
.work-container01 .slick-prev {
	left: 0;
	top: 60%;
	z-index: 999;
}
	
.work-container01 .slick-prev:before {
	content: '◀';
	color: #333;
	font-size: 1rem;
}
	
.work-container01 .slick-next {
	right: 0.1%;
	top: 60%;
	z-index: 999;
}
		
.work-container01 .slick-next:before {
	content: '▶';
	color: #333;
	font-size: 1rem;
}


/*------　feedback　------*/

.index-feedback{
	position: relative;
	margin-bottom: 16rem;
}

/*--- 矢印と解説 ---*/

.feedback-container01{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.feedback-container01 .feedback-item01{
	width: 52%;
	position: relative;
}

.feedback-item01.scroll-anime.scroll-show{

}

.feedback-item01__img01{
	width: 77%;
	margin: 0 0 0 auto;
	opacity: 0;
}

.feedback-item01__img02_svg{
	
}

/*.feedback-item01__img02_lottie{
	display: none;
}*/

.feedback-item01__img01.scroll-anime.scroll-show {
  animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn02 {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.feedback-item01__img02{
	width: 24%;
	position: absolute;
	top: 11%;
	left: 0;
	opacity: 0;
}

.feedback-item01__img02.scroll-anime.scroll-show {
    animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.feedback-item01__text01{
	position: absolute;
	top: -15%;
	right: 8%;
	font-weight: bold;
	line-height: 2rem;
}

.feedback-item01__text01 span{
	display: block;
	opacity: 0;
}

.feedback-item01.scroll-anime.scroll-show .feedback-item01__text01 span{
	animation: Matrix-feedback 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 1s;
}
 
@keyframes Matrix-feedback{
  0% {
    opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, 100);
  }
  100% {
    opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.feedback-item01__text02{
	position: absolute;
	top: 50%;
	left: 25%;
	font-weight: bold;
	line-height: 2rem;
}

.feedback-item01__text02 span{
	display: block;
	opacity: 0;
}

.feedback-item01.scroll-anime.scroll-show .feedback-item01__text02 span{
	animation: Matrix-feedback 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 1s;
}

.feedback-container01 .feedback-item02{
	width: 48%;
	position: relative;
	padding-bottom: 10rem;
}

.feedback-item02__text01{
	width: 45%;
    max-width: 320px;
	margin: 0  calc( 8% + 6rem ) 0 auto;
	display: block;
	line-height: 1.2rem;
	opacity: 0;
}

.feedback-item02__text01.scroll-anime.scroll-show {
    animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.feedback-container01 .feedback-item02 h2{
	text-align: left;
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 2rem;
}

.feedback-container01 .feedback-item02 p{
	text-align: left;
	line-height: 1.6rem;
}

.feedback-container01  .feedback-item02__bg01{
	width: 100px;
	height: 90%;
	display: block;
	position: absolute;
	top: -12%;
	left: 0;
	background: linear-gradient(180deg, #036eb8, #036eb8, #00a29a, #00a29a, #036eb8, #036eb8) 0 / 100% 200%;
}

.feedback-item02__bg01.scroll-anime.scroll-show{
	animation: bg-gradient02 .3s linear forwards alternate 0.5s;
}

@keyframes bg-gradient02 {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: 0 100%;
  }
}







.parallax{
	width: 100%;
}

.parallax img{
	/*margin-left: -100%;*/
}


/*1280px 以下-----------------------------------------------------------------------------*/
@media(max-width:1280px){
	
	/*------　action　------*/
	.action-container01 .action-item01 {
    	width: 48%;
	}
	
	.action-container01 .action-item02{
		width: 52%;
        box-sizing: border-box;
        padding-right: 100px;
        margin-bottom: 2rem;
	}
	
	.action-item02__text01{
		max-width: none;
        width: 80%;
		margin: 0 auto 0;
	}
	
	/*------　feedback　------*/
	
	.feedback-container01 .feedback-item02 {
        box-sizing: border-box;
        padding-left: 100px;
	}
	
	.feedback-item02__text01 {
		max-width: none;
        width: 80%;
		margin: 0 auto 0;
	}

	.feedback-item01__text01 {
		top: -30%;
	}
	
	.feedback-item01__text02 {
	    top: 40%;
	}
	
}

/*1025px 以上-----------------------------------------------------------------------------*/
@media (min-width: 1025px) {

	.feedback-item01__img02_sp{
		display: none;
	}
	
}	

/*1024px 以下-----------------------------------------------------------------------------*/
@media(max-width:1024px){

	.hero-img {
		/*width: 90%;*/	
	}
	.hero-img.hero-img-scroll01{
		/*animation: logoanime01sp .5s linear forwards alternate 0.5s;*/
	}
	
	.hero-img.hero-img-scroll01.hero-img-scroll02{
		/*animation: logoanime02sp .5s linear forwards alternate;*/
	}
	
	/*------　action　------*/
	
.index-action {
		margin: 12rem 0 10rem 0;
	}

	.action-container01 .action-item01 {
		width: 100%;	
	}
	
	.action-item01__img01 {
		/*width: 50%;
		margin-left: 5%;*/
	}
	
	.action-item01__img01{
		display: none;
	}
	
	.action-item01__img02 {
    	/*width: 30%;
    	top: 0%;
    	right: auto;
		left: 60%;*/
	}
	
	.action-item01__img02 {
        width: 72%;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 3rem;
    }
	
	.action-item01__img02_svg{
		display: none;
	}
	
	.action-item01__img02_lottie{
		    display: initial;
	}
	
	.feedback-item01__text01{
        display: block;
        width: 47%;
		top: auto;
		bottom: 0;
		right: 0;
		left: auto;
		margin-bottom: 5rem;
	}
	
	.feedback-item01__text02{
		position: static;
        display: block;
        width: 47%;
        margin-left: 5%;
		margin-bottom: 3rem;
	}
	
	.action-container01 .action-item02 {
		width: 100%;
        padding-bottom: 0;
		padding-right: 0;
        margin-bottom: 5rem;
	}
	
	.action-container01 .action-item02__bg01{
		height: 100%;
		top: 0;
	}
	
	.action-item02__text01 {
		/*width: calc( 90% - 200px );*/
		width: 60%;
		max-width: none;
		margin: 0px auto 0 calc(8% + 3rem);
	}
	
	.feedback-container01 .feedback-item02__bg01{
		top: 0;
	}
	
	/*---　work　---*/

	.action-work {
		position: relative;
	}




	/*------　feedback　------*/
	
	.index-feedback {
	    margin-bottom: 10rem;
	}
	
	.feedback-container01 .feedback-item01 {
		width: 100%;
	}

	.pc-on.feedback-item01__text01 {
		display: none;
	}
		
	.pc-on.feedback-item01__text02 {
		display: none;
	}
	
	.feedback-item01__img01 {
    	/*width: 50%;
    	margin: 0 5% 0 auto;*/
	}
	
	.feedback-item01__img01 {
		display: none;
	}
	
	.feedback-item01__img02 {
    	/*width: 40%;
	    top: 5%;
	    left: 5%;*/
	}
	
	.feedback-item01__img02 {
		width: 72%;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 3rem;
    }
	
	.feedback-item01__img02_svg{	
		display: none;
	}

	/*.feedback-item01__img02_lottie{	
	    display: initial;
	}*/
	
	.feedback-item02__text01 {
		width: calc( 90% - 200px );
		max-width: none;
	}
	
	.feedback-container01 .feedback-item02{
		width: 100%;
		padding-left: 0;
		padding-bottom: 0;
	}
	
	.feedback-container01 .feedback-item02__bg01{
		height: 100%;
	}
	
	
}

/*769px 以上-----------------------------------------------------------------------------*/
@media (min-width: 769px) {

}	

/*768px 以下-----------------------------------------------------------------------------*/
@media(max-width:768px){
	
	/*------　TOPイメージ　------*/

	:root {
		--logowidth: 90%;	
		--downlogowidth: 24%;
	}

	/*------　action　------*/

	
	.action-item01__img02 {
		width: 72%;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 3rem;
    }

	
	.action-container01 .action-item02 h2{
		text-align: center;
	}
		
	.action-container01 .action-item02 p {
    	max-width: 20rem;
    	margin: 0 auto;
	}
	
	.action-item02__text01{
		width: 90%;
		max-width: none;
		margin: 0 auto;
	}
	
	.action-container01 .action-item02__bg01{
		width: 3%;
		top: 0;
	}
	
	/*------　feedback　------*/
	
	.feedback-item01__text01{
		font-size: 0.75rem;
	}
	
	.feedback-item01__text02{
		font-size: 0.75rem;
		margin-left: 10%;
	}
	
	.work-item__wrap_sp{
		margin-top: 1rem;
	}
	
	.feedback-container01 .feedback-item02 h2 {
		text-align: center;
	}
	
	.feedback-container01 .feedback-item02 p {
		max-width: 20rem;
        margin: 0 auto;
	}
	
	.feedback-item02__text01 {
    	width: 90%;
		max-width: none;
		margin: 0 auto;
	}
	
	.feedback-container01 .feedback-item02__bg01 {
		width: 3%;
		top: 0;
	}
}

/*602px 以上-----------------------------------------------------------------------------*/
@media (min-width: 602px) {

}

/*601px 以下-----------------------------------------------------------------------------*/
@media (max-width: 601px) {
	
}
