
div.top-mainphoto {
	background: url(images/top_mainphoto_bg.jpg) no-repeat center top;
	background-size: cover;
	height: 100vh;
	position: relative;
}

div.top-mainphoto h2 {
	left: 50%;
	position: absolute;
	top: 20%;
	transform: translateX(-50%);
}

div.top-mainphoto p.top-mainphoto-copy {
	left: 50%;
	position: absolute;
	top: 80%;
	transform: translateX(-50%);
}

div.top-message {
	margin: 0 auto;
	padding: 120px 0 80px 0;
	width: 950px;
}

div.top-message h3 {
	background: url(images/top_message_title.jpg) no-repeat center bottom;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 38px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

div.top-message p {
	font-size: 19px;
	line-height: 2.8em;
	margin: 15px 0;
}

ul.news-list {
	border-color: white;
}

ul.news-list li {
	border-color: white;
}

ul.news-list li a {
	padding: 15px 100px 15px 70px;
}

div.topmenu ul li {
	display: block;
	margin: 20px auto;
}	

div.topmenu ul li.works {
	background: url(images/topmenu_works.jpg) no-repeat;
	background-size: cover;
}

div.topmenu ul li.recruit {
	background: url(images/topmenu_recruit.jpg) no-repeat;
	background-size: cover;
}

div.topmenu ul li.company {
	background: url(images/topmenu_company.jpg) no-repeat;
	background-size: cover;
}

div.topmenu ul li a {
	color: black;
	display: block;
	padding: 100px 0;
	text-decoration: none;
}

div.topmenu ul li:nth-child(1) a,
div.topmenu ul li:nth-child(3) a {
	color: white;
}

div.topmenu ul li a span.text {
	display: block;
	margin: 0 auto;
	width: 1100px;
}

div.topmenu ul li a span.text h2 {
	border-left: 5px solid #00a7e8;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 45px;
	line-height: 1.4em;
	padding-left: 20px;
}

div.topmenu ul li:nth-child(1) span.text,
div.topmenu ul li:nth-child(3) span.text {
	padding-left: 50%;
}

div.topmenu ul li a span.text h2 {
	font-family: YuMincho, "Yu Mincho", serif;
	text-align: left;
}


div.topmenu ul li a span.text span.detail {
	display: block;
	font-size: 17px;
	line-height: 2.2em;
	margin-left: 27px;
	padding: 25px 0 40px 0;
}

div.topmenu ul li a span.text span.link-btn,
div.topmenu ul li a span.text span.link-btn-w {
	margin-left: 27px;
}

div.topmenu ul li a span.btn {
	background: url(images/topmenu_btn.gif) ,
	url(images/link_btn_b.svg),
	url(images/topmenu_btn.gif);
	background-position: center top,
	right 30px  center,
	center bottom;
	background-repeat: no-repeat,
	no-repeat,
	no-repeat;
	background-size: auto, 6px, auto;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 100px;
}

div.topmenu ul li.recruit a span.btn {
	background: url(images/topmenu_btn_g.gif) ,
	url(images/link_btn_b.svg),
	url(images/topmenu_btn_g.gif);
	background-position: center top,
	right 30px  center,
	center bottom;
	background-repeat: no-repeat,
	no-repeat,
	no-repeat;
	background-size: auto, 6px, auto;
}

div.topmenu ul  li.works a span.btn,
div.topmenu ul  li.company a span.btn {
	color: white;
}


div.topmenu ul li a:hover span.text span.btn {
	background: none,
	url(images/link_btn.svg),
	none;
	background-color: #00a7e8;
	background-position: right 30px  center;
	background-repeat: no-repeat;
	background-size: 6px;
	color: white;
}

