﻿/*------------------------------------------------------------
	メイン画像
------------------------------------------------------------*/

.imgHolder01 {
	background: url(../picture/65430b6d377a9940114c512a.png) center top no-repeat;
	background-size: cover;
}

.imgHolder02 {
	background: url(../picture/L1190396.jpg) center top no-repeat;
	background-size: cover;
}


@media only screen and (min-width: 737px) {
	
	
/*
	.imgHolder01 {
		background: url(../img/about/main_01_pc.jpg) left top no-repeat;
	background: url(../image/main_02_sp5.jpg) right top no-repeat;
		background-size: cover;
	}
	
	.imgHolder02 {
		background: url(../img/about/main_02_pc.jpg) right top no-repeat;
	background: url(../image/main_01_sp5.jpg) right top no-repeat;
		background-size: cover;
	}
	
*/
		
	main {
		height: 1080px;
	}
	
}


/*------------------------------------------------------------
	ABOUT
------------------------------------------------------------*/

#aboutArea div.oneHalf {
	background: #fff;
	padding: 20px;
}

#aboutArea p.ttlStrength {
	font-family: 'Trenda Semibold';
	font-weight: bold;
	color: #105028;
}

#aboutArea div.oneHalf h3 {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 5px;
}

#aboutArea div.oneHalf p.txt01 {
	color: #4c4c4c;
}

@media only screen and (min-width: 737px) {


	#aboutArea section {
		position: relative;
		margin-bottom: 90px;
	}
	
	#aboutArea .oneHalf {
		width: 50%;
		margin: 0;
	}
	
	#aboutArea .order01 {
		order: 1;
	}
	
	#aboutArea .order02 {
		order: 2;
	}
	
	#aboutArea div.oneHalf {
		height: 390px;
		padding: 50px 40px 0 90px;
		position: absolute;
		right: 40px;
		top: -25px;
		z-index: -10;
	}
		
	#aboutArea div.oneHalf h3 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	
}