
/* CSS Document */

.backr{
	position: absolute;
	right: 0;
	top: -5%;
	width: 30%;
	z-index: -1;
}
.backb{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.backb img,
.backr img{
	width: 100%;
	height: auto;
}

.top-news,
.top-mission,
.top-product,
.top-company,
.top-recruit{
	margin: 5% auto;
	position: relative;
	max-width: 1580px;
}

.top-news table{
	border-top:none;
	border-bottom:1px solid #7b7472;
	max-width: 800px;
	margin: auto;
}
.top-news th{
	background: none;
	width: 20%;
}
.top-news table a{
	color: #333;
	display: block;
	position: relative;
}

.top-news table a::after{
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #7b7472;
  border-right: 2px solid #7b7472;
  transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-news table a:hover{
	color: #999;
	padding-left: 7px;
}
.top-news table a:hover::after{
	content: "";
	position: absolute;
	right: 3px;
	top: 10px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}

article{
	width: 96%;
	margin: auto;
}

h2{
	line-height: 1.0em;
	font-style: italic;
	font-size: 4.5rem;
	font-family: 'Barlow Condensed', sans-serif;
	margin: 3% auto 3%;
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.03em;
}
.top-news .btn{
	text-align: center;
	margin: 3% auto;
}
.top-news .btn a{
	color: #7b7472;
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 1px solid #7b7472;
}
.top-news .btn a:hover{
	color: #8d2220;
	border-bottom: 1px solid #8d2220;
}

.top-mission .missiontitle,
.top-company .companytitle{
	width: 40%;
	text-align: right;
	padding: 0 10px 10px 10px;
	margin-top: -3%;
}
.top-mission .missiontitle h2,
.top-company .companytitle h2{
	font-size: 11.0rem;
	color: #5d5d5d;
	text-align: right;
}
.top-mission .missiontitle h3,
.top-company .companytitle h3{
	font-size: 2.2rem;
	
	text-align: right;
}
.top-mission .missiontitle p,
.top-company .companytitle p{
	margin: 50px 0 30px auto;	
	text-align: right;
}
.top-mission .missiontitle .btn,
.top-company .companytitle .btn{
	width: 80%;
	max-width: 300px;
	text-align: right;
	margin: 0 10px 0 auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-mission .missiontitle .btn:hover,
.top-company .companytitle .btn:hover{
	margin: 0 0 0 auto;
}
.top-mission .photo,
.top-company .photo{
	width: 60%;
	padding: 30px 20px;
}

.top-product .producttitle{
	width: 40%;
	text-align: left;
	padding: 0 10px 10px 10px;
	order: 2;
}
.top-product .producttitle h2{
	font-size: 11.0rem;
	color: #5d5d5d;
	text-align: left;
}
.top-product .producttitle h3{
	font-size: 2.2rem;
	text-align: left;
	
}
.top-product .producttitle p{
	margin: 50px 0 30px auto;	
}
.top-product .producttitle .btn{
	width: 80%;
	max-width: 300px;
	margin: 0 auto 0 0;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-product .producttitle .btn:hover{
	margin: 0 auto 0 10px;
}
.top-product .photo{
	width: 60%;
	padding: 30px 20px;
	order: 1;
}
.top-recruit{
	/*background: url("../img/top/recruit_p.png") center center no-repeat;*/
	padding: 5% 0 8%;
	z-index: 1;
}
.top-recruit::before{
	background: url("../img/top/recruit_pl.png") center center no-repeat;
	z-index: -2;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}
.top-recruit::after{
	background: url("../img/top/recruit_pr.png") center center no-repeat;
	z-index: -3;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
}
.top-recruit h2{
	text-align: center;
	color: #fff;
	font-size: 10.0rem;
}
.top-recruit h3{
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
}
.top-recruit p{
	text-align: center;
	color: #fff;
	line-height: 1.6em;
	margin: 20px auto;
}
.top-recruit .btn{
	max-width: 200px;
	margin: auto;
	text-align: center;
}

@media only screen and (min-width:1px) and (max-width: 1200px) {

.top-mission .missiontitle h2,
.top-company .companytitle h2,
.top-product .producttitle h2{
	font-size: 8.0rem;
}
.top-mission .missiontitle h3,
.top-company .companytitle h3,
.top-product .producttitle h3{
	font-size: 2.0rem;
}
.top-mission .missiontitle p,
.top-company .companytitle p,
.top-product .producttitle p{
	font-size: 1.5rem;
}
}
@media only screen and (min-width:1px) and (max-width: 960px) {

.top-mission .missiontitle ,
.top-company .companytitle ,
.top-product .producttitle {
	z-index: 1;
}
.top-mission .missiontitle h2,
.top-company .companytitle h2,
.top-product .producttitle h2{
	font-size: 7.0rem;
}
.top-mission .missiontitle h3,
.top-company .companytitle h3,
.top-product .producttitle h3{
	font-size: 1.8rem;
}
.top-mission .missiontitle p,
.top-company .companytitle p,
.top-product .producttitle p{
	font-size: 1.4rem;
	line-height: 1.6em;
	margin: 30px 0 20px auto;	
}	
.top-recruit::before{
	background: url("../img/top/recruit_pl.png") center center no-repeat;
	z-index: -2;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-size: auto 100%;
}
.top-recruit::after{
	background: url("../img/top/recruit_pr.png") center center no-repeat;
	z-index: -3;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background-size: auto 100%;
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.top-news th{
	background: none;
	width: 100%;
	background: #f2f2f2;
}
.top-mission .missiontitle h2,
.top-company .companytitle h2,
.top-product .producttitle h2{
	font-size: 6.0rem;
}
.top-mission .missiontitle h3,
.top-company .companytitle h3,
.top-product .producttitle h3{
	font-size: 1.6rem;
}
.top-mission .missiontitle p,
.top-company .companytitle p,
.top-product .producttitle p{
	font-size: 1.4rem;
	line-height: 1.6em;
	margin: 30px 0 20px auto;	
}
.top-recruit h2{
	font-size: 6.0rem;
}
.top-recruit h3{
	font-size: 1.8rem;
}
.top-recruit p{
	font-size: 1.4rem;
	margin: 20px auto;
}

	
}
@media only screen and (min-width:1px) and (max-width: 530px) {
.backr{
	position: absolute;
	right: 0;
	top: -1%;
	width: 35%;
	z-index: -1;
}
.backb{
	position: absolute;
	left: 0;
	bottom: 5%;
	width: 100%;
}
	
.top-mission .missiontitle,
.top-company .companytitle{
	width: 100%;
	text-align: right;
	padding: 0 20px 10px 20px;
	margin-top: 0%;
}

.top-product .producttitle{
	width: 100%;
	text-align: left;
	padding: 0 20px 10px 20px;
	order: 1;
}

.top-mission .photo,
.top-company .photo{
	width: 90%;
	padding: 20px 20px;
	margin: 0 0 0 auto;
}
.top-product .photo{
	width: 90%;
	padding: 20px 20px;
	order: 2;
	margin: 0 auto 0 0;
}

	
}


