

/* FV */

.top-fv{
	display: block;
	height: 100vh;
	width: 100%;
	background: url("../img/top/fv-bk.jpg") center;
	background-size:cover;
	position: relative;
	overflow: hidden;
}

.top-fv-title{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 5vw;
	transform: translateY(-50%);
}

.top-fv-title span{
	display: block;
	background: url("../img/top/top-title.png") no-repeat center;
	background-size: cover;
	width: 85vw;
	aspect-ratio:18/8;
}

.fv-slide{
	position: absolute;
	bottom: 25vw;
	left: 50%;
	z-index: 1;
	transform: rotate(-10deg) translateX(-50%);
}

.scroll-infinity__list--left{
	position:relative;
}

.scroll-infinity__list--left li{
	opacity: 0.5;
}

.scroll-infinity__list--left::before{
	background: #333;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.scroll-infinity__list--left li img{
	width: 100vw; 
}

.scroll-infinity__list--right li img{
	width: 300vw; 
}


/* FV ///*/


/* news */

.news-dec-bk{
	position: absolute; 
	bottom: 0; 
	right: 0; 
	width: 100%; 
	height: 100%; 	
} 

.news-dec-bk-box{
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	position: relative;
}

.news-dec-bk-box span{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background: url("../img/bk/slash-bk.png");
	background-size:100% 100%;
	width: 100%;
	height: 80%;
}

/* news ///*/


/* about Harvesta */


.top-about{
	margin-top: 8vw;
}

.top-about .area-title{
	position: relative;
	padding-bottom: 2vw;
}

.top-about .area-title::before {
	content: '';
	display: block;
	position: absolute;
	background: url("../img/top/top-about.png") no-repeat;
	background-size: cover;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 100%;
	aspect-ratio: 16/6;
	z-index: -1;
	opacity: 0.75;
}


.top-about .area-title p,
.top-about .area-title h2{
	text-align: center;
}

.top-about .main-text p{
	text-align: center;
}


.service-items-wrap{
	margin: 10vw auto;
	background: url(../img/top/business.jpg) no-repeat;
	background-size: cover;
}	

.service-items{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


/* about Harvesta ///*/


/*　事業内容ボタン　*/


.s-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(3, 20vw);
	gap: 5px;
	position: relative;
	width: 100%;
}

.hex{
	display: block;
    transform: scale(1.5);
	position: relative;
}


.hex span{
	background: #bd131c;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 0px 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9rem;
    width: 100%;
	height: 60px;
    max-width: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.25;
	transition: 0.3s ease-in-out;
	opacity: 0.9;
}

.hex img {
  width: 100%;
  display: block;
  border-radius: 10px;
}


.hex:hover img{
	opacity: 0.75;
}

.hex:hover span{
	box-shadow: 0 0 10px #333;
	letter-spacing: 3px;
}


.hex-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	aspect-ratio: 1 / 1;
}


/* 配置指定 */
.hex1 { grid-column: 2; grid-row: 1; }
.hex2 { grid-column: 4; grid-row: 1; }
.hex3 { grid-column: 3; grid-row: 2; }
.hex4 { grid-column: 2; grid-row: 3; }
.hex5 { grid-column: 4; grid-row: 3; }


/*　事業内容ボタン　///*/



/* 会社概要 */

#top-company{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	background: url("../img/top/top-company.jpg") no-repeat center;
	background-size: cover;
}

.top-company{
	padding-top: 150px;
	padding-bottom: 300px;
	padding-right: 10vw;
}

.top-company .area-title{
	padding-top: 150px;
}

.top-company .area-title p{
	line-height: 1;
}

.top-company .area-title p::before {
	content: '';
    position: absolute;
    display: block;
    background: url(../img/top/top-company.png) no-repeat;
    background-size: cover;
    width: 80vw;
    aspect-ratio: 16 / 3;
    bottom: 0;
    right: -3vw;
}

.top-company ul{
	display: flex;
	flex-direction: row;
	gap:30px;
	margin-top: 20px;
}

.top-company ul .button{
	margin: 30px auto;
	flex-direction: row;
}

.concept-button .button{
	background: url("../img/bk/purple.jpg") no-repeat;
	background-size: 100% 100%;
}

/* 会社概要 ///*/



/* 採用情報　*/

#top-recruit{
	position: relative;
	top: -150px;
}

.top-recruit{
	display: block;
	padding-left: 10vw;
	width: 100%;
}

.top-recruit a{
	display: flex;
    background: url(../img/top/top-recruit.jpg) no-repeat;
    background-size: cover;
    aspect-ratio: 180 / 48;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
    font-size: 2.5rem;
	font-weight: 500;
	text-shadow: 0 0 5px #1b2850;
	line-height: 1;
	transition: 0.3s ease-in-out;
}


.top-recruit a h2{
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
	transition: 0.3s ease-in-out;
}

.top-recruit a h2 span{
	font-size: 2.25rem;
}

.top-recruit a:hover{
	box-shadow: -3px 3px 10px #666;
}

.top-recruit a:hover h2{
	letter-spacing: 4px;	
}

.arrow-circle{
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.arrow-circle span{
	position: relative;
    left: 1px;
	top: 1px;
}

/* 採用情報　///*/



@media(max-width: 1480px){
	
		
	.top-fv-title {
    	left: 2vw;
	}
	
	.top-fv-title span {
    	width: 95vw;
	}
	
	
	.top-about {
		margin-top: 50px;
	}
	
	.top-about .area-title::before {
    	width: 80%;
	}
	
	.top-company {
		padding-right: 6vw;
		padding-bottom: 250px;
	}
	
	.top-company {
        padding-right: 6vw;
		padding-top: 100px;
	}
	
	
	.hex span {
	    bottom: 20px;
   		padding: 0px;
    	font-size: 0.8rem;
    	height: 45px;
		max-width: 150px;
	}
	
	
}


@media(max-width: 1200px){
	
	.top-company ul .button {
		margin: 10px auto;
	}
	
	.top-company ul {
    	gap: 10px;
	}
	
	.s-container {
    	grid-template-rows: repeat(3, 23vw);
	}
	
	
}


@media(max-width: 1000px){
	

	.top-fv-title span {
    	background: url(../img/top/top-title-sp.png) no-repeat center;
		background-size: cover;
		aspect-ratio:1/1;
		max-width:600px; 
	}
	
	
	.scroll-infinity__list--left li img{
		width: 200vw; 
	}

	.scroll-infinity__list--right li img{
		width: 600vw; 
	}

	.s-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    gap: 0;
    justify-items: center;
  }

  .hex1 { grid-column: 1 / 2; grid-row: 1; }
  .hex2 { grid-column: 2 / 3; grid-row: 2; }
  .hex3 { grid-column: 1 / 2; grid-row: 3; }
  .hex4 { grid-column: 2 / 3; grid-row: 4; }
  .hex5 { grid-column: 1 / 2; grid-row: 5; }

  .hex {
	  position: relative;
	  transform: scale(1.2); 
  }
	
  .hex1 a ,
  .hex3 a ,
  .hex5 a {
	  left: 5vw;
  }
	
  .hex2 a ,
  .hex4 a {
	  left: -5vw;
  }
	
	.hex span {
        bottom: 20px;
        padding: 0px 5px;
        font-size: 1rem;
        height: 60px;
        max-width: 200px;
    }
	
}



@media(max-width: 800px){
	
	.top-fv {
    	background: url(../img/top/fv-bk-sp.jpg) center;
		background-size: cover;
	}
	
	.fv-slide {
    	bottom: 30vw;
	}
	
	
	.top-about .main-text p {
		text-align: left;
	}
	
	.top-about .main-text p span{
		display: inline;
	}
	
	.top-company .area-title {
		padding-top: 50px;
	}
	
	#top-recruit {
		margin-bottom: -50px;
	}
	
	.group-link {
		padding-bottom: 100px;
	}
	
	.top-recruit {
    	padding-left: 5vw;
	}
	
	.top-recruit a {
    	background: url(../img/top/top-recruit-sp.jpg) no-repeat;
		background-size: cover;
		aspect-ratio:1157/480;
	}
	
	.top-recruit a {
    	padding: 10px;
    	font-size: 2rem;
	}

	
}

@media(max-width: 600px){
	
	
    .top-about .area-title::before {
        width: 150%;
	}
	
	.scroll-infinity__list--left li img{
		width: 300vw; 
	}

	.scroll-infinity__list--right li img{
		width: 900vw; 
	}
	
	
	.top-company {
		padding-right: 20px;
        padding-top: 50px;
		padding-bottom:100px;
    }
	
	.top-company ul {
    	flex-direction: column;
		gap: 0;
	}
	
	.top-company ul .button {
        margin: 0 auto 10px;
    }
	
	.top-about .area-title h2 {
    	margin-top: 10px;
	}
	
	.top-about .area-title {
		padding-top: 50px;
	}
	
	#top-recruit {
		top: -50px;
		margin-bottom: 0;
	}
	
	
	.top-company .area-title p::before {
    	width: 95vw;
    	bottom: 6px;
	}
	
	
	.hex span {
        bottom: 0;
        padding: 5px;
        font-size: 0.75rem;
        height: auto;
        max-width: 130px;
    }

	
}



