/*メインビジュアル*/
#header:after{
	background-image: url(../img/about/mainVisual.png);
}

/*全体*/
#aboutBox{
	padding-bottom: 0;
}
#aboutBox .cntBox > div{
	padding: 50px 0;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
#aboutBox .cntTitle h3{
	margin-bottom: 0;
}
/*カノンについて*/
#aboutBox .cntBox01{
	background: url(../img/about/philosophy_bg.png)top center/cover no-repeat;
	position: relative;
}
#aboutBox .cntBox01 > div{
	padding: 70px 0 50px;	
}
#aboutBox .cntBox01 .philosophy{
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}

/*行動指針*/
#aboutBox .cntBox02 > div{
	max-width: 1000px;
}
#aboutBox .cntBox02 .cnt{
	width: 47%;
	display: inline-block;
	vertical-align: top;
}
#aboutBox .cntBox02 .cnt01{
	margin-right: 5%;
}
#aboutBox .cntBox02 .cnt h4{
	font-size: 2.2rem;
	line-height: 50px;
	text-align: center;
	letter-spacing: 3px;
	border-radius: 50px;
	color: #fff;
	background-color: #84be3f;
	margin-bottom: 30px;
}
#aboutBox .cntBox02 .cnt > div {
	background-color: #fff;
	padding: 20px 30px;
	font-size: 1.6rem;
	border-radius: 15px;
	font-weight: bold;
	/*height: 170px;*/
}
#aboutBox .cntBox02 .cnt > div p{
	font-weight: bold;
    line-height: 30px;
}
#aboutBox .cntBox02 .cnt li{
	line-height: 30px;
	padding-left: 50px;
	position: relative;
}
#aboutBox .cntBox02 .cnt li:first-child{
	margin-bottom: 18px;
}
#aboutBox .cntBox02 .cnt li:before{
	content:'';
	width: 50px;
	height: 45px;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#aboutBox .cntBox02 .cnt li:first-child:before{
	background:url(../img/about/philosophy_no01.png)center/100% no-repeat;
}
#aboutBox .cntBox02 .cnt li:last-child:before{
	background:url(../img/about/philosophy_no02.png)center/100% no-repeat;
}
/*cnt03*/
#aboutBox .cntBox02 .cnt03{
	width: 100%;
}
#aboutBox .cntBox02 > div:last-child .cntTitle h3{
	margin-bottom: 50px;
}
#aboutBox .cntBox02 .cnt03 > div{
	padding: 30px 5%;
}
#aboutBox .cntBox02 .cnt03 > div > div{
	padding-top: 20px;
}
#aboutBox .cntBox02 .cnt03 h5{
	font-size: 2rem;
    letter-spacing: 5px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 35px;
}
#aboutBox .cntBox02 .cnt03 > div p{
	font-weight: bold;
	font-size: 1.5rem;
	text-align: left;
	line-height: 28px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}


/*代表者あいさつ*/
#aboutBox .cntBox03 .cntTitle{
	margin-bottom: 10px;
}
#aboutBox .cntBox03 > div{
	max-width: 1000px;
	padding-bottom: 0;
}
#aboutBox .cntBox03 .cntImg{
	width: 40%;
	height: 400px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
#aboutBox .cntBox03 .cntTxt{
	width: 50%;
	display: inline-block;
	border-radius: 20px 0 0 20px;
	border-left: 2px dashed #333;
	border-top: 2px dashed #333;
	border-bottom: 2px dashed #333;
	padding: 25px 3.5%;
	vertical-align: middle;
	position: relative;
}
#aboutBox .cntBox03 .cntTxt h4{
	font-size: 2rem;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
#aboutBox .cntBox03 .cntTxt p{
	font-size: 1.5rem;
}
#aboutBox .cntBox03 .cntTxt:after{
	content:'';
	width: 150px;
	height: 165px;
	right: -50px;
	top: -100px;
	position: absolute;
	background:url(../img/about/greeting_deco.png)center/100% no-repeat
}

/*会社情報*/
#companyBox .cntBox > table{
	padding: 50px 0;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
#companyBox table tr {
    border-bottom: 1px solid #333;
}
#companyBox table tr:first-child{
	 border-top: 1px solid #333;
}
#companyBox table th {
    padding: 40px 20px;
    width: 40%;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    font-size: 1.5rem;
    vertical-align: middle;
    letter-spacing: 1px;
}
#companyBox table td {
    padding: 30px 20px 30px 0;
    text-align: left;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: bold;
}
#companyBox table td li{
    list-style-type: disc;
    margin-left: 20px;
}
/*SP*/
@media screen and (max-width:480px){
    #companyBox table th {
        display: block;
        padding: 20px 10px 10px;
        font-size: 1.7rem;
    }
    #companyBox table td {
       display: block;
       font-weight: normal;
       padding: 0 10px 10px;
       line-height: 28px;
    }
}
/*TAB*/
@media screen and (max-width:899px){
	/*メインビジュアル*/
	#mainVisual #keyVisual:after{
		background-image: url(../img/about/mainVisual.png);
	}
	/*行動指針*/
	#aboutBox .cntBox02 .cnt{
		width: 100%;
		display: block;
	}
	#aboutBox .cntBox02 .cnt01{
		margin-bottom: 30px;
	}
	#aboutBox .cntBox02 .cnt h4{
		margin-bottom: 10px;
	}
	#aboutBox .cntBox02 .cnt > div p{
		text-align: left;
	}
	/*代表者あいさつ*/
	#aboutBox .cntBox03 {
		position: relative;
	}
	#aboutBox .cntBox03 .cntImg{
		position: absolute;
		width: 100px;
		height: 180px;
		top:-3%;
		z-index: 10;
	}
	#aboutBox .cntBox03 .cntTxt{
		border-radius: 20px;
		border: 2px dashed #333;
		width: 90%;
		display: block;
		margin: 30px auto;
	}
	#aboutBox .cntBox03 .cntTxt h4{
		text-align: center;
	}
	#aboutBox .cntBox03 .cntTxt:after{
		width: 100px;
		height: 100px;
		right: -30px;
	    top: -50px;
	}
}
/*SP*/
@media screen and (max-width:480px){
	/*メインビジュアル*/
	#mainVisual #copyText .copy{
		font-size: 2.2rem;
	}
	#mainVisual #copyText .copy span{
		font-size: 2.5rem;
	}
	/*カノンについて*/
	#aboutBox .cntBox01 .philosophy{
		width: 100%;
	}
	/*行動指針*/
	#aboutBox .cntBox02 .cnt > div p{
		line-height: 30px;
		font-size: 1.5rem;
	}
	#aboutBox .cntBox02 .cnt li{
		line-height: 30px;
		font-size: 1.5rem;
	}

	/*創業への想い*/
	#aboutBox .cntBox02 > div:last-child{
		padding-top: 0;
	}
	#aboutBox .cntBox02 .cnt03 > div > div{
		padding-top: 10px;
	}
	#aboutBox .cntBox02 .cnt03 > div {
	    padding: 30px 8%;
	}
	#aboutBox .cntBox02 > div:last-child .cntTitle h3{
		margin-bottom: 30px;
	}
	#aboutBox .cntBox02 .cnt03 > div p {
	    line-height: 28px;
	}
	#aboutBox .cntBox02 .cnt03 h5{
		letter-spacing: 3px;
	}
	/*代表者あいさつ*/
	#aboutBox .cntBox03 .cntImg{
		height: 180px;
		left: 0;
		right: 45px;
		margin: auto;
		top: 97px;
	}
	#aboutBox .cntBox03 .cntTxt{
		padding: 30px 5%;
		margin-top: 195px;
	}
	#aboutBox .cntBox03 .cntTxt:after{
	    height: 115px;
	    right: -4%;
	    top: -16%;
	}
	#aboutBox .cntBox03 .cntTxt h4{
		font-size: 2rem;
		letter-spacing: 3px;
	}
}
