@charset "utf-8";
/* ===========================================================

	Title: top.css
	Created: 2018-5-31

=========================================================== */
/*

	main-visual
	copy

=========================================================== */
/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
    position: relative;
    height: calc(100vh - 280px);
	min-height: 500px;
	background: url(../img/common/top/main-visual.jpg) 50% 100% no-repeat;
	background-size: cover;
	overflow: hidden;
}
/* ===========================================================

	corporate-slogan

=========================================================== */
.corporate-slogan {
  position: absolute;
	width: 100%;
	top: 32%;
  	left: 0;
	transform: translate(0, -80%);
	text-align: center;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 40px;
	padding: 0 20px;
}

.top-pdf{
	display: inline-block;
	position: absolute;
	top: 1%;
	right: 1%;
}
.top-pdf-2{
	display: inline-block;
	position: absolute;
	top: 9%;
	right: 1%;
}

.top-pdf-btn{
	line-height: 46px!important;
	border: solid 1px #FFF;
	color: #fff !important;
	font-weight:bold;
	font-size:17px;
	letter-spacing:1px;
	background-color: #b60081;
	box-sizing: border-box;
	padding: 7px 80px 7px 20px;
}

.top-pdf-btn span{
	background: #333333;
	color: #FFF;
	border: solid 1px #7d7d7d;
	padding: 2px 10px;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 10px;
}

.top-pdf-btn:hover {
	border: solid 1px #FFF;
	text-decoration: none;
	color: #FFF !important;
	background-color: #333333;
	box-sizing: border-box;
}

.pdf-icon:after{
	position: absolute;
	content: "PDF";
	top: 14px;
	left: 273px;
	background: #b60081;
	color: #FFF;
	border: solid 1px #FFF;
	padding: 3px 10px;
	margin: 0;
	font-size: 12px;
	line-height: 10px;
	transition: all 0.5s;
	pointer-events: none;
}

.pdf-icon:hover:after{
	border: solid 1px #FFF;
	color: #FFF !important;
	background-color: #333333;
}




@media screen and (max-width: 1200px) {
  .top-pdf{
  	top: 17%;
		right: 1%;
  }
  .top-pdf-2{
	top: 25%;
	  right: 1%;
}

	.corporate-slogan {
		transform: translate(0, 20%);
		line-height: 30px;
		letter-spacing: 0.05em;
		font-size: 2.0rem;
		padding: 0 40px;
	}
	.corporate-slogan br {
		display: none;
	}
	.main-visual {
     position: relative;
    height: calc(100vh - 280px);
	min-height: 500px;
	background: url(../img/common/top/main-visual.jpg) 84% 100% no-repeat;
	background-size: cover;
	overflow: hidden;
}
}
