/* local共通 */
.google-bp{
	top: 530px;
  right: 8PX;
}

.local-bg {
	background-image: url(../img/local-bg.png);
}

.txt-box p a {
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 16px;
}

.txt-box p a i {
	margin-left: 20px;
	line-height: 0;
}

/* main-graphic */
.top-main-img {
	position: relative;
	width: 100%;
	height: 840px;
	background-image: url(../img/main-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.top-main-img .txt-box {
	position: absolute;
	top: 280px;
	left: 250px;
	color: #FFF;
	text-shadow: 0px 0px 10px #000, 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.top-main-img .txt-box > h1 {
	font-size: 28px;
}

.top-main-img .txt-box p {
	margin-top: 16px;
	font-size: 64px;
	line-height: 1.2;
	font-family: serif;
}

.top-main-img p.btn-1 a {
	color: #fff;
}

.top-main-img p.btn-1 a:link {
	position: absolute;
	bottom: 220px;
	right: 120px;
	padding-top: 20px;
	width: 108px;
	height: 108px;
	border-radius: 54px;
	background-color: #f53043;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.top-main-img .catch-en {
	position: absolute;
	bottom: 38px;
	left: 44px;
}

.top-main-img .catch-en-sp {
	display: none;
}

/* news */

#news-wrap {
	padding: 40px 0px;
	background-color: #F7F6F2;
}

.inner {
	overflow: hidden;
}

#news-wrap .ttl {
	float: left;
	margin-right: 64px;
	font-size: 20px;
	font-weight: bold;
}

#news-wrap .txt-box {
	border-right: 1px solid #c6c6c6;
}

#news-wrap .txt-box:last-of-type {
	border: 0;
}

#news-wrap .txt-box .date {
	font-size: 12px;
	font-weight: bold;
	color: #8e8e8e;
}

#news-wrap .txt-box .ttl-2 {
	font-size: 16px;
	font-weight: bold;
}

#news-wrap .txt-box .ttl {
	font-size: 16px;
	font-weight: bold;

}

#news-wrap .txt-box .btn-1 {
	display: inline-block;
	padding: 6px 16px;
	background-color: #071719;
	color: #fff;
	line-height: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
}

/* work */

#work-wrap {
	position: relative;
}

#work-wrap .img-box-1 {
	position: relative;
}

#work-wrap .img-box-1 .img-1 {
	width: 976px;
	height: 472px;
	background-image: url(../img/img-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#work-wrap .img-box-1 p {
	position: absolute;
	top: 20px;
	left: 0;
}

#work-wrap h2 {
	position: absolute;
	top: -24px;
	left: 68px;
	width: 176px;
}

#work-wrap .txt-box {
	position: absolute;
	top: 76px;
	left: 68px;
	padding: 28px 28px 28px 72px;
}

/* company */
#company-wrap .block-1 {
	position: relative;
}

#company-wrap .block-1 h2 {
	position: absolute;
	top: -28px;
	left: -12px;
}

#company-wrap .block-1 .txt-box {
	position: relative;
	z-index: 10;
	margin-top: -36px;
	margin-left: 12px;
	padding: 28px 28px;
	width: 486px;
}

/* recruit */

.recruit-bg {
	background-color: #194f6e;
}

#recruit-wrap {
	position: relative;
	padding: 68px 0 68px 0;
	color: #fff;
}

#recruit-wrap .block-wrap .block-1 {
	position: relative;
}

#recruit-wrap .block-wrap h2 {
	position: absolute;
	top: -24px;
	left: -12px;
}

#recruit-wrap .txt-box {
	position: absolute;
	bottom: 16px;
	left: 28px;
	color: #000;
}

#recruit-wrap .txt-box h3,
#recruit-wrap .txt-box p {
	background-color: #fff;
}

#recruit-wrap .txt-box h3 {
	display: inline-block;
	padding: 16px 16px 8px 16px;
}

#recruit-wrap .txt-box p {
	padding: 8px 16px 16px 16px;
}

#recruit-wrap p a {
	display: block;
	margin: 0 auto;
	padding: 20px 20px 20px 60px;
	border-radius: 4px;
	width: 308px;
	background-color: #f53043;
	text-align: center;
}

#recruit-wrap p a i {
	margin-left: 28px;
}

#recruit-wrap .btn-wrap {
	text-align: left;
}

#recruit-wrap .btn-wrap .btn-1 {
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

#recruit-wrap .btn-wrap .btn-1 i {
	margin-left: 20px;
	line-height: 0;
}

/* bace */

#bace-wrap .block-wrap {
	position: relative;
}

#bace-wrap .block-wrap h2 {
	position: absolute;
	top: -28px;
	left: -12px;
}

#bace-wrap .block-wrap .txt-box {
	position: relative;
	top: -24px;
	left: 20px;
	padding: 40px 16px 16px 16px;
	width: 280px;
}

#bace-wrap .block-wrap .txt-box h3 {
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 1060px) {

	.top-main-img .img-box {
		left: auto;
	}

	#work-wrap .txt-box {
		padding: 24px;
	}

	#company-wrap .block-1 .img-1 img {
		width: 100%;
	}

	#company-wrap .block-1 .txt-box {
		left: auto;
		width: 100%;
	}

	#recruit-wrap .block-wrap .block-1 .img-1 img {
		width: 100%;
	}

	#recruit-wrap .block-wrap h2 {
		left: auto;
	}

	#bace-wrap .block-wrap h2 {
		left: auto;
	}

	#bace-wrap .block-wrap .img-1 img {
		width: 100%;

	}

	#bace-wrap .block-wrap .txt-box {
		left: auto;
		width: 100%;
	}
}
