
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 70px auto 0;
}
.top-image .catch {
	position: absolute;
	left: 12%;
	top: 30%;
	width: 30%;
	z-index: 1;
}
.point {
	margin: -100px auto 20px 12%;
	width: 50%;
	z-index: 1;
	z-index: 10!important;
	position: relative;
}
.top-image .photo {
	width: 100%;
	overflow: hidden;
	
}




.topbtn{
	position: relative;
	margin: 6% auto;
}
.topbtn .Flexboxcenter .businessbtn{
	width: 50%;
	padding: 50px;
}
.topbtn .Flexboxcenter .companybtn{
	width: 50%;
	padding: 50px;
}

.work,
.recruit{
	position: relative;
	margin: 15% auto 8%;
}
.work .photo,
.recruit .photo{
	width: 100%;
	margin: 0 auto;
}
.work .txt{
	position: absolute;
	left: 5%;
	top: -35%;
	background: #fff;
	padding: 20px 30px;
	border-left: 5px solid #0068b7;
	width: 300px;
}
.recruit .txt{
	position: absolute;
	right: 5%;
	top: -35%;
	background: #fff;
	padding: 20px 30px;
	border-left: 5px solid #aacd06;
	width: 300px;
}
.work .txt h2,
.recruit .txt h2{
	font-size: 2.5rem;
	line-height: 1.8em;
	margin-bottom: 8%;
}
.work .txt p,
.recruit .txt p{
	font-size: 1.4rem;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.work .txt .btn,
.recruit .txt .btn{
	text-align: center;
	margin: 8% auto 0;
}
.work .txt .btn a,
.recruit .txt .btn a{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	display: inline-block;
	line-height: 1.8em;
	color: #fff;
	text-align: center;
	padding: 5px 30px;
	width: 200px;
}
.work .txt .btn a{
	background: #0068b7;
}
.recruit .txt .btn a{
	background: #aacd06;
}

.pc-img{
	display: block;
}
.sp-img{
	display: none;
}

@media only screen and (min-width: 1500px) {
.work .txt{
	position: absolute;
	left: 10%;
	top: -30%;
	background: #fff;
	padding: 20px 30px;
	border-left: 5px solid #0068b7;
	width: 500px;
}
.recruit .txt{
	position: absolute;
	right: 10%;
	top: -30%;
	background: #fff;
	padding: 20px 30px;
	border-left: 5px solid #aacd06;
	width: 500px;
}
.work .txt h2,
.recruit .txt h2{
	font-size: 2.3vw;
	line-height: 1.8em;
	margin-bottom: 8%;
}
.work .txt p,
.recruit .txt p{
	font-size: 1.1vw;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
}

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

.work,
.recruit{
	position: relative;
	margin: 5% auto 8%;
}
	
.work .txt{
	position: relative;
	left: inherit;
	top: inherit;
	margin: -8% auto 20px 10px;
	background: #fff;
	padding: 20px 30px;
	border-left: 5px solid #0068b7;
	width: 300px;
}
.recruit .txt{
	position: relative;
	right: inherit;
	top: inherit;
	margin: -8% 10px 20px auto;
	background: #fff;
	padding: 20px 30px;
	border-left: 5px solid #aacd06;
	width: 300px;
}
	
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.top-image .catch {
	position: absolute;
	left: 8%;
	top: 25%;
	width: 40%;
	z-index: 1;
}
.point {
	margin: -50px auto 20px 7%;
	width: 50%;
	z-index: 1;
	z-index: 10!important;
	position: relative;
}
	
	
.topbtn .Flexboxcenter .businessbtn{
	width: 50%;
	padding: 30px;
}
.topbtn .Flexboxcenter .companybtn{
	width: 50%;
	padding: 30px;
}

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

.top-image .catch {
	position: absolute;
	left: 5%;
	top: 20%;
	width: 50%;
	z-index: 1;
}
.point {
	margin: -30px auto 20px 7%;
	width: 60%;
	z-index: 1;
	z-index: 10!important;
	position: relative;
}
.topbtn .Flexboxcenter .businessbtn{
	width: 50%;
	padding: 10px;
}
.topbtn .Flexboxcenter .companybtn{
	width: 50%;
	padding: 10px;
}
.work .txt{
	margin: -2% auto 20px 10px;
	background: #fff;
	padding: 10px 20px;
	border-left: 5px solid #0068b7;
	width: 80%;
}
.recruit .txt{
	margin: -2% 10px 20px auto;
	background: #fff;
	padding: 10px 20px;
	border-left: 5px solid #aacd06;
	width: 80%;
}
.work .txt h2,
.recruit .txt h2{
	font-size: 2.0rem;
	margin-bottom: 5%;
}
.work .txt p,
.recruit .txt p{
	font-size: 1.3rem;
	line-height: 1.6em;
}
.work .txt .btn,
.recruit .txt .btn{
	text-align: center;
	margin: 5% auto 0;
}
.work .txt .btn a,
.recruit .txt .btn a{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	display: inline-block;
	line-height: 1.8em;
	color: #fff;
	text-align: center;
	padding: 5px 30px;
	width: 200px;
}
.pc-img{
	display: none;
}
.sp-img{
	display: block;
}
}