@charset "utf-8";

/* 英語版トップページ
============================ */
#corp.index {
	background: #fff;
}

/* メインビジュアル
------------------------------------------------- */
#corp.index .visualArea {
	background: url(../cmn_images/index/bg_visual.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: 260px;
	}
	@media print, screen and (min-width:768px) {
	#corp.index .visualArea {
		height: 400px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.index .visualArea {
		height: 500px;
	}
}
#corp.index h1 {
	margin-top: -16px;
	margin-left: 24px;
	font-family: "Bebas Neue";
	font-size: 2.250rem; /* 36px */
	line-height: 1.1;
	z-index: 10;
	text-shadow: 1px 2px 6px #fff;
	}
	@media print, screen and (min-width:768px) {
	#corp.index h1 {
		margin-top: -24px;
		margin-left: 54px;
		font-size: 3.750rem; /* 60px */
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.index h1 {
		margin-left: 80px;
		font-size: 5.250rem; /* 84px */
	}
}

/* 会社案内
------------------------------------------------- */
#corp.index .bgwhite .wrap.mgn {
	position: relative;
	z-index: 3;
	top: 0;
	padding-bottom: 80px;
	margin: 0;
	}
	@media print, screen and (min-width:768px) {
	#corp.index .bgwhite .wrap.mgn {
		padding: 70px 0 80px;
		margin: 0 54px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.index .bgwhite .wrap.mgn {
		width: 1000px;
		padding-bottom: 120px;
		margin: 0 auto;
	}
}
#corp.index .about h2.copy {
	background: #fff;
	border: 16px solid #f6f6f6;
	padding: 40px 16px;
	text-align: center;
	font-size: 1.125rem; /* 18px */
	position: relative;
	margin-bottom: 20px;
	}
	@media print, screen and (min-width:768px) {
	#corp.index .about h2.copy {
		font-size: 1.250rem; /* 20px */
		border: 24px solid #f6f6f6;
		padding: 50px;
		margin-bottom: 40px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.index .about h2.copy {
		font-size: 1.563rem; /* 25px */
		border: 40px solid #f6f6f6;
		margin-bottom: 60px;
	}
}
#corp.index .about h2.copy strong {
	display: block;
	font-size: 160%;
	margin-bottom: 16px;
	font-weight: normal;
	line-height: 1.4;
}
#corp.index .about h2.copy::before,
#corp.index .about h2.copy::after {
	display: block;
	content: "";
	position: absolute;
	width: 80px;
	height: 32px;
}
#corp.index .about h2.copy::before {
	border-top: 3px solid #222;
	border-left: 3px solid #222;
	top: 0;
	left: 0;
}
#corp.index .about h2.copy::after {
	border-bottom: 3px solid #222;
	border-right: 3px solid #222;
	bottom: 0;
	right: 0;
}
#corp.index .about h3 em {
	display: table;
	background: #222;
	color: #fff;
	line-height: 1.2;
	padding: 0.5em 1.2em;
	font-size: 0.938rem; /* 15px */
	margin-bottom: 16px;
	font-family: Arial,Helvetica,sans-serif;
	}
	@media print, screen and (min-width:768px) {
	#corp.index .about h3 em {
		height: 34px;
		line-height: 34px;
		padding: 0 1.2em;
	}
}
#corp.index .about h3 strong {
	display: block;
	font-size: 1.563rem; /* 25px */
	margin-bottom: 16px;
	line-height: 1.4;
	font-family: 'Lora', serif;
	font-weight: normal;
	}
	@media print, screen and (min-width:768px) {
	#corp.index .about h3 strong {
		font-size: 1.875rem; /* 30px */
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.index .about h3 strong {
	font-size: 2.125rem; /* 34px */
	}
}
#corp.index .about .pic {
	width: 100%;
	margin: 35px auto 60px;
	}
	@media print, screen and (min-width:768px) {
	#corp.index .about .pic {
		max-width: 688px;
		margin: 60px auto 0;
	}
}
