@charset "UTF-8";

/*============================
loading
============================*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/loading.gif) no-repeat center center #fff;
	background-size: 50px;
	z-index: 20000;
}

.top_img {
	background: url(../images/home/header/photo.jpg) no-repeat center center;
	background-size: cover;
}

/*============================
container
============================*/
.container {
	position: relative;
}

.primary {
	width: 100%;
	float: none;
}

.primary > article {
	padding: 50px 0 70px;
}

h2 {
	padding-top: 50px;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin-bottom: 30px;
	background: url(../images/home/business/title.png) no-repeat center center;
}

#aboutus {
	padding-top: 0;
	position: relative;
	padding-bottom: 170px;
	background: url(../images/home/business/bg.png) no-repeat center bottom #e8eff7;
}

#aboutus h2 {
	margin-bottom: 15px;
}

#aboutus:before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	top: -42px;
	left: 50%;
	height: 42px;
	margin-left: -50%;
	background: url(../images/home/business/title_bg.png) no-repeat center center;
}

#aboutus .lead {
	font-size: 20px;
	font-weight: bold;
	margin: auto;
	color: #3d5c81;
	padding-bottom: 25px;
}

.categorylist {
	width: 990px;
	margin: auto;
	overflow: hidden;
}

.categorylist li {
	float: left;
	width: 310px;
	margin: 0 10px;
	text-align: center;
	color: #fff;
}

.categorylist img {
	width: 100%;
	display: block;
}

.categorylist figure {
	position: relative;
	overflow: hidden;
}

.categorylist figure:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	opacity: 0.8;
	display: block;
	background: #3d5c81;
	z-index: 5;
}

.categorylist figcaption {
	position: absolute;
	bottom: 8px;
	left: 0;
	font-size: 15px;
	width: 100%;
	z-index: 10;
}

.link {
	clear: both;
	padding-top: 20px;
}

.link a {
	padding-top: 50px;
	display: block;
	overflow: hidden;
	width: 260px;
	margin: auto;
	height: 0;
	border-radius: 6px;
	background: url(../images/home/business/btn.png) no-repeat center center #3d5c81;
}

#aboutus .link {
	padding-top: 30px;
}

/*============================
recruit
============================*/
#recruit {
	background-size: 100%;
	padding-top: 0;
	padding-bottom: 90px;
}

#recruit h2 {
	position: relative;
	margin-top: -10px;
	margin-bottom: 20px;
	background-image: url(../images/home/recruit/title.png);
}

#recruit div {
	width: 1020px;
	margin: auto;
}

#recruit .lead {
	font-size: 24px;
	font-weight: bold;
	color: #294c76;
	padding-bottom: 25px;
}

#recruit table {
	width: 480px;
	float: left;
	font-size: 15px;
}

#recruit figure {
	position: relative;
	float: right;
	width: 470px;
	margin-right: 20px;
}

#recruit figure img {
	width: 100%;
}

#recruit figcaption a {
	position: absolute;
	top: -30px;
	right: -20px;
	padding-top: 120px;
	overflow: hidden;
	display: block;
	height: 0;
	width: 120px;
	background: url(../images/home/recruit/icon.png) no-repeat center center;
}

#recruit table {
	color: #2a2a2a;
}

#recruit th {
	font-weight: bold;
	border-radius: 4px;
	background: #e8eff7;
}

#recruit tr {
	border-bottom: 1px solid #ccc;
}

#recruit tr:last-child {
	border: none;
}

#recruit .link a {
	background-image: url(../images/home/recruit/btn.png);
	background-color: #ffba00;
}

/*============================
cpmpany
============================*/
#company {
	position: relative;
	padding-top: 10px;
	background: #4f7097;
}

#company:before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	top: -39px;
	left: 50%;
	height: 39px;
	margin-left: -50%;
	background: url(../images/home/company/title_bg.png) no-repeat center center;
}

#company h2 {
	margin-bottom: 40px;
	background-image: url(../images/home/company/title.png);
}

#company .inner {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

table.info {
	width: 470px;
	float: left;
	color: #fff;
}

table.info tr {
	border-color: #37506c;
}

table.info th {
	font-weight: normal;
	background: #344b65;
	border-radius: 6px;
}

table a {
	color: #fff;
}

.map {
	width: 470px;
	float: right;
}

.map iframe {
	width: 100%;
	border-radius: 10px;
}

#company .link a {
	background-image: url(../images/home/company/btn.png);
	background-color: #26374a;
}

@media only screen and (max-width: 768px) {

.top_img {
	background-image: url(../images/home/header/photo_sp.jpg);
	background-size: 100%;
	margin-top: 55px;
}

.top_img .logo {
	padding-top: 61.4583333%;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/home/header/catch_sp.png) no-repeat center center;
	background-size: 100%;
}

.container {
}

.primary > article {
	padding: 30px 0 40px;
}

h2 {
	background-image: url(../images/home/business/title_sp.png);
	background-size: 290px;
	padding-top: 32px;
	margin-bottom: 15px;
}

#aboutus {
	background-image: url(../images/home/business/bg_sp.png);
	background-size: 320px;
	padding-bottom: 90px;
}

#aboutus:before {
	padding-top: 22px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/home/business/title_bg_bg.png) no-repeat center top;
	background-size: 100%;
	position: absolute;
	top: -22px;
}

#aboutus .inner {
	width: 90.625%;
	margin: auto;
}

#aboutus .lead {
	width: 100%;
	font-size: 15px;
	text-align: left;
	padding-bottom: 20px;
}

#aboutus .lead br {
	display: none;
}

.categorylist {
	width: 100%;
	margin-bottom: 0;
}

.categorylist li {
	float: none;
	width: 100%;
	margin: 0;
	margin-top: 20px;
}

.categorylist li:first-child {
	margin-top: 0;
}

.categorylist figcaption {
	font-size: 15px;
	font-weight: bold;
}

.link {
	padding-top: 25px;
}

.link a {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	height: inherit;
	overflow: inherit;
	color: #fff;
	text-decoration: none;
	background: #0d2557;
	position: relative;
}

.link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	background-image: url(../images/common/contents/arrow_sp.png);
	background-size: 100%;
}

#recruit {
	padding-bottom: 60px;
}

#recruit h2 {
	position: relative;
	background-image: url(../images/home/recruit/title_sp.png);
	padding-top: 30px;
	margin-top: -5px;
}

#recruit .inner {
	width: 90.625%;
	margin: auto;
}

#recruit .lead {
	font-size: 16px;
	padding-bottom: 20px;
}

#recruit table {
	width: 100%;
	float: none;
	font-size: 14px;
	margin-bottom: 15px;
}

#recruit th,
#recruit td {
	padding: 8px;
}

#recruit figure {
	width: 100%;
	float: none;
	margin: 0;
}

#recruit figcaption a {
	background-size: 100%;
	padding-top: 70px;
	width: 70px;
	right: -10px;
	top: -10px;
}

#recruit .link a {
	margin: 0;
	color: #2b1f00;
	background-image: none;
}

#company {
	padding: 0;
	padding-bottom: 40px;
}

#company h2 {
	background-image: url(../images/home/company/title_sp.png);
	padding-top: 32px;
	margin-bottom: 15px;
}

#company:before {
	padding-top: 22px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/home/company/title_bg_sp.png) no-repeat center top;
	background-size: 100%;
	position: absolute;
	top: -22px;
}

#company .inner {
	width: 90.625%;
	margin: auto;
}

table.info {
	width: 100%;
	float: none;
}

.map {
	width: 100%;
	float: none;
	margin-top: 16px;
}

#company .link {
	padding-top: 20px;
}

#company .link a {
	background-image: none;
}
}
