@media (max-width: 2000px) {
	
	.title{
	width:30%;
	height:10vw;
	text-align:center;
	}
	
	
	.greeting{
		width:90%;
		height:120vh;
		text-align:center;
	}
	
	.greeting_background img{
		width:100%;
		height:100%;
		object-fit:contain;
		display:block;
	}
	
	.greeting_background{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index:1;
	}
	
	.greeting_content{
		width:80%;
		height:100%;
		padding:3%;
		display:flex;
		flex-direction:column;
		gap:10wh;
		z-index:2;
	}
	
	.what{
		width:90%;
		height:70vw;
		text-align:center;
	}
	
	.what_background{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index:1;		
	}
	
	.what_background img{
		width:100%;
		height:100%;
		object-fit:contain;
		display:block;		
	}
	
	.what_content_container{
		z-index:2;
		width:80%;
		top:5vw;
		height:100%;
		padding:3%;
		display:flex;
		flex-direction:column;
		row-gap:5vw;
	}
	
	.what_main_contents{
		width:100%;
		height:90%;
		top:0;
		display:flex;
		column-gap:10%;
		justify-content:center;
	}
	
	.what_title{
		width:40%;
		height:80%;
		top:0;
		left:0;
		display:flex;
		flex-direction:column;
		justify-content:center;
		row-gap:20%;
	}
	
	.what_texts{
		top:0;
		right:0;
		width:50%;
		height:80%;
		display:flex;
		flex-direction:column;
		justify-content:center;
		row-gap:20%;
	}
	
	.what_content_element{
		width:70%;
		height:20%;
	}
	
	.what_title_element{
		width:30%;
		height:20%;
	}
	
	.company{
		width:90%;
		height:80vw;
		text-align:left;
	}
	
	.company_background{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index:1;	
	}
	
	.company_background img{
		width:100%;
		height:100%;
		object-fit:contain;
		display:block;	
	}
	
	.company_content{
		width:80%;
		height:80%;
		top:8vw;
		left:8vw;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		z-index:2;
	}
	
	.company_element{
		width:100%;
		height:20%;
		display:flex;
	}
	
	.company_text{
		width:50%;
	}
	
	.company_title{
		width:30%;
	}
	
	.map{
		width:100%;
		height:30vw;
		text-align:center;
	}
}