@charset "UTF-8";

/*---------------------------------
ヘッダ
----------------------------------*/
#header{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/*---------------------------------
main-visual
----------------------------------*/
#mvis{
	position: absolute;
	top: 40%;
	display: block;
	width: 100%;
	background-image: url(../img_top/mvis_txt.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	padding: 143px 0 0 0;
}

/*---　スクロールボタン　---*/
p.scroll-btn{
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
	width: 64px;
	height: 64px;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	margin: auto;
}
p.scroll-btn a{
	display: block;
	color: #404040;
	background-color: #f1ca31;
	background-image: url("../img_top/btn_arrows.png");
	background-repeat: no-repeat;
	background-position: center top 5px;
	padding: 48px 0 4px 0;
 }

/*---------------------------------
サービス
----------------------------------*/
.service{
	text-align: center;
	color: #404040;
	background-color: #f5f5f5;
	background-image: url("../img_top/img_service.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}
.service .inner{
	width: 90%;
	margin: 0 auto;
}
.txt-wrap{
	padding: 50px 0 90% 0;
}
.service h1{
	font-size: 3.2rem;
	line-height: 1;
	font-family: 'Sarabun', sans-serif;
	padding: 20px 0;
}
.service h2{
	font-size: 2rem;
	line-height: 1;
}
.service p{
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	margin: 20px 0;
}

/*---------------------------------
サービス 一覧
----------------------------------*/
.service-list{
	background-color: #f5f5f5;
	padding: 20px 0;
}

.L-box, .R-box{
	position: relative;
	width: 94%;
	color: #404040;
	background-color: #ffffff;
	margin: 30px auto;
}

.service-list div h1{
	position: relative;
	top: -20px;
	left: 10px;
	font-size: 2.7rem;
}
.service-list div h1 i{
	font-size: 1.5rem;
	font-style: normal;
	padding: 0 0 0 10px;
}
.service-list div h2{
	font-size: 1.7rem;
}
.service-list div p{
	font-size: 1.2rem;
}
.service-list div ul{
	text-align: center;
	padding: 10px 0;
}
.service-list div ul li{
	display: inline-block;
	width: 30%;
}

/*---　マウスオーバーアニメーションボタン　---*/
.btn-sercive-list {
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	color: #ffffff;
	background-color: #404040;
	padding: 10px 0;
}

/*---　マウスオーバーアニメーションボタンの矢印　---*/
.ico-arrow{
	position:absolute;
	z-index: 999;
	width: 34px;
	height: 34px;
	top: 0;
	right: 0;
	background-image: url("../img_top/ico_arrow.png");
	background-repeat: no-repeat;
	background-position: center;
}

/*---------------------------------
リクルート
----------------------------------*/
.recruit{
	color: #404040;
}
.recruit .inner{
	background-image: url("../img_top/bg_ricruit.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.recruit h1{
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
	font-family: 'Sarabun', sans-serif;
	background: linear-gradient(#f5f5f5 60%, #ffffff 60%);
	padding: 20px 0;
}
.recruit p{
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
.recruit-txt-wrap{
	width: 80%;
	background-color: #f1ca31;
	padding: 20px;
	margin: 50% auto 30px auto;
}

.btn-recruit{
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	color: #ffffff;
	background-color: #404040;
	padding: 10px 0;
}
/*---　マウスオーバーアニメーションボタンの矢印　---*/
.btn-recruit .ico-arrow{
	position:absolute;
	z-index: 999;
	width: 34px;
	height: 34px;
	top: 0;
	right: 0;
	background-image: url("../img_top/ico_arrow.png");
	background-repeat: no-repeat;
	background-position: center;
}

/*----------------------------
ミディアムサイズ
----------------------------*/
@media only screen and (min-width: 40em){	/* 640px */

} /* end 640px*/

/*----------------------------
ラージサイズ
----------------------------*/

 @media only screen and (min-width: 60em) {	/*960px*/
	 
/*---------------------------------
サービス
----------------------------------*/
.service{
	text-align: left;
	background-position: right center;
	background-size:auto;
}
.txt-wrap{
	padding: 150px 0 180px 0;
}
.service h1{
	font-size: 12rem;
	line-height: 1;
	font-family: 'Sarabun', sans-serif;
}
.service h2{
	font-size: 2.8rem;
	line-height: 1;
	margin: 20px 0;
}
.service p{
	line-height: 1.8;
}
.service .br::before {
	content: "\A" ;
	white-space: pre ;
}

/*---------------------------------
サービス 一覧
----------------------------------*/
.service-list .inner{
	text-align: justify;
	text-justify: distribute-all-lines;
	padding: 0 30px;
}
.service-list .inner:after{
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0; 
}
.L-box, .R-box{
	width: 49%;
	vertical-align: top;
}
.L-box{
	float: left;
}
.R-box{
	float: right;
}

.service-list div h1{
	position: relative;
	top: -20px;
	left: 10px;
	font-size: 2.7rem;
}
.service-list div h1 i{
	font-size: 1.5rem;
	font-style: normal;
	padding: 0 0 0 10px;
}
.service-list div h2{
	font-size: 1.7rem;
}
.service-list div p{
	font-size: 1.2rem;
}
.service-list div ul{
	text-align: center;
	padding: 10px 0;
}
.service-list div ul li{
	display: inline-block;
	width: 30%;
}

/*---------------------------------
リクルート
----------------------------------*/
.recruit{
	color: #404040;
	background: linear-gradient(#ffffff 50%, #f1ca31 50%);
}
.recruit .inner{
	max-width: 1020px;
	background-position: center bottom 30px;
	background-size: cover;
	padding: 30px 0;
	margin: 60px auto;
}
.recruit h1{
	font-size: 7.6rem;
	color: #f1ca31;
	background: none;
	padding: 0;
}
.recruit p{
	text-align: center;
	color: #ffffff;
	margin: 0;
}
.recruit-txt-wrap{
	width: 300px;
	background-color: transparent;
	padding: 20px;
	margin: 0 auto;
}
	 
/*---　マウスオーバーアニメーションボタン　---*/
.btn-recruit{
	padding: 20px 0;
	margin: 200px 0 100px;
}
/*---　マウスオーバーアニメーションボタンの矢印　---*/
.btn-recruit .ico-arrow{
	width: 40px;
	height: 54px;
}
	 
} /* end 960px*/
