@charset "utf-8";

/* header */
header{
	height:650px;
	padding:20px 0 0;
	background:url(../images/about/head_bg.png)no-repeat center top;
}
@media screen and (min-width:1920px){
header{
	background-size:cover;
}
}
header ul{
	width:1060px;
	margin:0 auto 45px;
	text-align:left;
}
header ul li{
	display:inline-block;
	font-size:12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#666;
}
header ul li:after{
	content:'>';
	margin:0 10px;
}
header ul li:last-child:after{
	content:none;
}
header ul li a{
	color:#666;
	border-bottom:1px solid #666;
}
header section{
	width:1100px;
	margin:auto;
	padding-right:500px;
	overflow:hidden;
}
header section h1{
	float:right;
}
header section p{
	padding:45px 230px 0 0;
	text-align:right;
}



/* article */
article{
}


/* section */
section{
}


/* .cont */
.cont{
}


/* #cont1 */
#cont1{
}
#cont1 h2{
	padding:50px 0;
	background:url(../common/images/bg.png)center top;
}
#cont1 ul li{
	padding:140px 0 0;
}
#cont1 ul li:first-child{
	height:672px;
	background:url(../images/about/cont1_1_bg.png)no-repeat center bottom;
}
@media screen and (min-width:1920px){
#cont1 ul li:first-child{
	background-size:cover;
}
}
#cont1 ul li:first-child section{
	width:850px;
	margin:auto;
	padding-right:425px;
	overflow:hidden;
}
#cont1 ul li:first-child section h3{
	float:right;
}
#cont1 ul li:first-child section p{
	padding-right:170px;
	text-align:right;
}
#cont1 ul li:first-child section a{
	display:inline-block;
	width:340px;
	line-height:52px;
	margin-top:50px;
	background:url(../images/top/link_bg.png)repeat-y center top;
	background-size:100% auto;
	font-size:16px;
	color:#fff;
	letter-spacing:0.2em;
	position:relative;
}
#cont1 ul li:first-child section a:after{
	content:'▼';
	margin-left:15px;
	font-size:11px;
	color:#ccac5d;
	position:absolute;
}

#cont1 ul li:nth-child(2){
	height:1060px;
	background:url(../images/about/cont1_2_bg.png)no-repeat center top;
}
@media screen and (min-width:1920px){
#cont1 ul li:nth-child(2){
	background-size:cover;
}
}
#cont1 ul li:nth-child(2) section{
	width:1180px;
	margin:auto;
	padding-right:140px;
	overflow:hidden;
}
#cont1 ul li:nth-child(2) section h3{
	float:right;
}
#cont1 ul li:nth-child(2) section p{
	padding-right:190px;
	text-align:right;
	position:relative;
}
#cont1 ul li:nth-child(2) section p:first-of-type{
	margin-bottom:80px;
}
#cont1 ul li:nth-child(2) section p:last-of-type{
	margin-left:270px;
}
#cont1 ul li:nth-child(2) section p a{
	position:absolute;
	left:0;
	top:0;
}

#cont1 ul li:nth-child(3){
	height:672px;
	background:url(../images/about/cont1_3_bg.png)no-repeat center bottom;
}
@media screen and (min-width:1920px){
#cont1 ul li:nth-child(3){
	background-size:cover;
}
}
#cont1 ul li:nth-child(3) section{
	width:850px;
	margin:auto;
	padding-right:425px;
	overflow:hidden;
}
#cont1 ul li:nth-child(3) section h3{
	float:right;
}
#cont1 ul li:nth-child(3) section p{
	padding-right:170px;
	text-align:right;
}


#cont1 ul li:last-child{
	height:672px;
	background:url(../images/about/cont1_4_bg.png)no-repeat center bottom;
}
@media screen and (min-width:1920px){
#cont1 ul li:last-child{
	background-size:cover;
}
}
#cont1 ul li:last-child section{
	width:970px;
	margin:auto;
	padding-right:70px;
	overflow:hidden;
}
#cont1 ul li:last-child section h3{
	float:right;
}
#cont1 ul li:last-child section p{
	padding-right:170px;
	text-align:right;
	position:relative;
}


/* #cont2 */
#cont2{
	padding:110px 0;
	background:
		url(../images/about/cont2_bottom.png)no-repeat center bottom,
		url(../common/images/bg.png) center top;
}
#cont2 h2 + img{
	display:block;
	margin:80px auto 60px;
}
#cont2 p{
	display:inline-block;
	font-size:17px;
	color:#672a01;
	line-height:3.1;
	letter-spacing:0.12em;
	text-align:left;
}


/* #cont3 */
#cont3{
	padding:110px 0 0;
	background:url(../common/images/bg.png)center top;
}
#cont3 p{
	margin:60px 0 70px;
	display:inline-block;
	font-size:17px;
	color:#672a01;
	line-height:3.1;
	letter-spacing:0.12em;
	text-align:left;
}

