/* CSS Document */

.sub-fv-title-box::before {
    content: 'CONCEPT';
}

.philosophy-box{
	display: flex;
	flex-direction: row;
	gap: 50px;
	width: 100%;
	padding-top: 60px;
}

.harvesta-position{
	display: block;
	width: 100%;
	aspect-ratio:10/12; 
	background: url("../img/sub/map.png") center no-repeat;
	background-size: cover;
}

.phy-list{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	max-width: 600px;
}

.phy-list dl{
	width: 100%;	
}

.phy-list dl span{
	font-size: min(6vw, 6rem);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:20px;
}

.phy-list dl span span:first-child{
	color: #fff;
	text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, 0px 0 0 #000, 2px 0 0 #000;
}

.phy-list p{
	font-size: 1.15rem;
}

.bgLRextend::before {
    background: url("../img/bk/silver.jpg");
}



/*　MISSION */

#mission{
	padding: 100px 0;
	position: relative;
	margin-bottom: 50px;
}

.mission-dec{
	position: absolute;
	width: 15vw;
	max-width: 240px;
	z-index: 2;
}


.mission-dec span{
	display: block;
	background: url("../img/sub/mission-dec.png") no-repeat;
	background-size: cover;
	aspect-ratio:3/4; 
	animation: 4.5s linear infinite rotation;
}


@keyframes rotation{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}


.mission-up{
	top: 0;
	left: 0;
}


.mission-down{
	bottom: 0;
	right: 0;
	transform: scale(1,-1);
}


.mission{
	background: url("../img/bk/silver-light.jpg");
	background-size: 100% 100%;
	padding: 100px 20px;
	position: relative;
}

.mission h3{
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mission h3 span{
	display: block;
	text-indent: -9999px;
	background: url("../img/sub/mission-title.png") no-repeat ;
	background-size: cover;
	aspect-ratio: 5/1;
	width: 70vw;
	max-width: 800px;
}

.main-text{
	max-width: 1200px;
	text-align: center;
	gap:0;
}

.main-text p {
    line-height: 2.5;
    font-weight: 500;
}



/*　MISSION ///*/





@media(max-width:1000px){
	
	
	.phy-list p {
		font-size: 1rem;
	}
	
	.mission {
    	padding: 50px 20px;
	}
	
	.mission h3 span {
    	width: 50vw;
		min-width: 300px;
	}
	
	
}



@media(max-width: 800px){
	
	
	
	.phy-list {
	    gap: 20px;
	}

	
	.philosophy-box {
		padding-top: 20px;
		gap: 20px;
    	flex-direction: column-reverse;
	}
	
	.phy-list dl span {
		font-size: max(5.5vw, 2.25rem);
	}
	
	.phy-list dl span span:first-child {
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, 0px 0 0 #000, 1px 0 0 #000;
	}
	
	
	
	.mission-dec {
		min-width: 80px;
	}
}


@media(max-width: 600px){
	
	
	.mission .main-text {
		gap: 15px;
		margin: 0px auto;
	}
	.mission .main-text p{
		text-align: left;
		line-height: 1.65;
	}
	
	.mission .main-text p span {
		display: inline;
	}

}

