@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #fff;
    color: #222;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}



a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

img {
	vertical-align: top;
	margin:0px;
	padding:0px;
}


p, dl, ol, ul {
}

ol, ul {
	list-style:none;
	text-align:left;
}



/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	/*margin: 0 auto;*/width: 100%;
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}





/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
	width:100%;
	position:relative;
	z-index:1;height:42px;

}
header .content{
	width:100%;
	position:fixed;
	width:100%;
	top:0;
}
header h1{
	max-width:640px;
	margin:0 auto;
	position:relative;
	z-index:10000;
	/*background:rgba(250,250,250,0.7);*/
	height:42px;
	text-align:left;
	/*position:fixed;
	width:100%;*/
	
}

header .logo{
	display:inline-block;
	margin:0 !important;
	padding:4px 2px 0;

}

header #sitemap_menu{
	padding-top:0px;
	font-family: 'Alegreya', serif;
	font-size:14px;
	float:right;
	font-weight:bold;
	margin:4px !important;
}

header #tel{
	float:right;
	margin:2px !important;
	border:#039 1px solid;
	border-radius:50% 50%;
	padding:4px;
	background:rgba(255,255,255,0.6);
}

nav#new{
	margin:44px 0px 0;
	background:#fff;
}


nav#new .hd{
	width:100%;
	max-width:640px;
	font-size:13px;
	margin:0 auto;
	border-collapse:separate;
	border-spacing:0px 0;
	line-height: 1;
}

nav#new .hd td{
	text-align:center;
	width:20%;
	vertical-align:middle;
	box-shadow:#ccc 0 0 1px;
}

nav#new .hd td span{
	font-size:16px !important;
	border-bottom:none !important;
	color:#6f4d39;

}

nav#new .hd td p{
	font-weight:bold;
}

nav#new .hd td a{
	display:block;
	color: #47331C;
	padding:14px 0;
	}



/* ---------------------------------------------------- */
/* footer */
/* ------------------------------------------------ */

footer{
	width:100%;
	padding: 10px 0px 0px 0px;
}


/*------------------------------------------------------*/


footer #footer_nav{
	margin:20px 0px 0px;
	background:none;
}


footer #footer_nav .ft{
	width:100%;
	font-size:11px !important;
}


footer #footer_nav .ft td{
	background:url(../images/common/bg-footer-cont_bg.jpg);
	/*background-size:14px 14px;
	background-position:right 5px bottom 10px;*/
	text-align:left;
	width:25%;
	vertical-align:middle;
	border:#887766 1px solid;
}

footer #footer_nav .ft td a{
	display:block;
	font-weight:bold;
	color:#fff;
	padding:8px;
	}



footer small {
	border-top:#3a251e 1px solid;
	text-align:center;
	padding:8px;
	display:block;
	color:#fff;
	font-size:10px;
	clear:both;
}

footer small#copy a{
	color:#fff;
}







#footer{
	max-width:640px;
	margin:10px auto 0;
	font-weight:bold;
	padding:5px;
	overflow:hidden;
}



#info .text{
	padding:0;
	margin:0px;
	margin-left:5px;
}

#info .text tit{
	margin-bottom:5px;
	
}



#footer .contact{
	overflow:hidden;
	width:280px;
	margin:10px 4px 0 !important;
	text-align:center;
}


#footer div{
	box-shadow:#999 0 0 2px;
	text-align:center !important;
	border-radius:4px;
	width:46% !important;
	margin-top:10px;
	display:inline-block;
}

#footer .contact li a{
	display:block;
	color:#333 !important;
	padding:2px;
	border-top:1px solid #FC0;
	border-bottom:1px solid #FC0;
	color:#d4d2d2;
	background:#FC0;
	background:linear-gradient(top, #FC0, #FC0);
	-pie-background:linear-gradient(top, #FC0, #FC0);
	border-radius:3px;
	font-weight:bold;

}


#info .contact li a .mls {
	font-size:12px;

}




.clearfix{
	clear:both;
	overflow:hidden;
}


.copy {
    text-align: center;
    padding-top: 12px;
    font-size: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.copy a{
	color: #000;
	padding:12px 0;
}





/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */
/************************* 汎用 *******************************/



main section{
	padding:20px 5px;
	max-width:640px;
	margin:0 auto;
}


h2{}

h3{}

h4{}
	

h5{}


/*
section dl{
	margin:10px 10px;
	text-align:left;
}

section dt{
	font-weight:bold;
	overflow:hidden;
}

*/

section img{
	max-width:100%;
	height:auto;
	margin:5px auto; 
}



section p{
	margin:5px;
}

.container span{
	color:#F30;
	font-weight:bold;
}


.container strong{
	font-weight:bold;
}


.map{
	text-align:center;
	-webkit-box-sizing: border-box;
  	box-sizing:border-box;
	white-space:nowrap;
	margin:10px 5px;
}


em{
	font-size:12px;
	text-align:left;
	padding:10px;
}


.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}


/*ul*/


ul.list_clm2{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
	overflow:hidden;
}



ul.list_clm2 li{
	width:49%;
	display:inline-block;
	color:#000;
	margin:0px;
	overflow:hidden;
}


ul.list_clm2 li:nth-child(2n){
	float:right;
}


ul.list_clm2 li img{
	border:none;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
}




ul.sp3{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:5px;
}


ul.sp3 li{
	width:32%;
	float:left;
	color:#000;
	margin:2px;
	padding-top:2px;
	overflow:hidden;
}



/*page top*/

#totop{
	text-align:center;
	margin:20px 0px 0px;
	clear:both;
	padding-right:5px;
}





/* ---------------------------------------------------- */
/* site map page */
/* ---------------------------------------------------- */



 nav{
	/*border-radius:6px 6px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;*/
	background-color:rgba(ff,bb,77,1.0);
	margin:10px 10px 10px;
}

.sitemap_ul {
	overflow:hidden;
}


ul.sitemap_ul li {
	line-height:120%;
    background-image: url(../images/icon_grey.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}

ul.sitemap_ul li a {
    display: block;
    text-decoration: none;
	padding:20px 20px;
}


.sitemap_ul li:last-child {
	border-bottom:none;
	
}
.sitemap_ul li:first-child{
	border-top:none;
}


section.content nav.search li:nth-child(2n){
	border-left:1px solid #cccccc;
}
section.content nav.search ul li:nth-last-child(2) {
	border-bottom:none;
}
section.content nav.search ul li:nth-child(2){
	border-top:none;
}








/* ---------------------------------------------------- */
/* key_visual
 ----------------------------------------------------  */
#key_visual{
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
}



.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slider-for {
    max-width: 640px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
	text-align:center;
}

.slider-for div img{
	width:420px;
	height:auto;
	margin:0 auto;
}


.key_txt {
    max-width: 320px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    margin: auto;
    text-align: left;
    z-index: 100;
}

.key_txt h2 img{
	width:320px;
}

.slide01 {
    background: url(../images/key_image01_bg.jpg) no-repeat center center;
	background-size:auto 100%;
}

.slide02 {
    background: url(../images/key_image02_bg.jpg) no-repeat center center;background-size:auto 100%;
}

.slide03 {
    background: url(../images/key_image03_bg.jpg) no-repeat center center;background-size:auto 100%;
}


/*-------------------------------------
-------------------------------------*/		

main{
	text-align:center;
	/*position:relative;
	top:358px;*/
	margin-top:358px;
}
	
	
	#content01 {
    background: #f8f8f8;
    padding: 40px 0;
    position: relative;
    z-index: 0;
    background-image: url(../images/service_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
	


h3{
	font-weight:bold;
	font-size:18px;
}

.ttl {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	font-size:28px;
}


.ttl span {
    display: block;
    font-size: 16px !important;
    font-size: 2rem;
    color: #2f3b93;font-weight:bold;
}




#content01 .flex > div h4 {
    border-top: 5px solid #2f3b93;
    padding: 14px 0;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
	font-weight:bold;
}



#content02 {
    padding: 30px 20px;
    position: relative;
}


.bg_blue {
    background-image: -webkit-linear-gradient(135deg, #2d388c 25%, #2f3b93 25%, #2f3b93 50%, #2d388c 50%, #2d388c 75%, #2f3b93 75%, #2f3b93);
    background-image: -o-linear-gradient(135deg, #2d388c 25%, #2f3b93 25%, #2f3b93 50%, #2d388c 50%, #2d388c 75%, #2f3b93 75%, #2f3b93);
    background-image: linear-gradient(-45deg, #2d388c 25%, #2f3b93 25%, #2f3b93 50%, #2d388c 50%, #2d388c 75%, #2f3b93 75%, #2f3b93);
    background-size: 30px 30px;
	color:#FFF;
}
#content02 h3.text-center {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 1em;
    color: white;
	font-size: 24px;
}

.blue {
    color: #b7c7d9;
}

.yellow {
    color: #ecce06;
}


#content02 .check {
    background-color: white;
    padding: 15px 20px 5px;
	color:#333;
	text-align:left;
	margin-bottom:30px;
}


#content02 .check dt {
    font-size: 14px;
    font-weight:bold;
    padding: 0 0 0 24px;
    margin: 0 0 0.5em;
    background: url(../images/check_ico.png) no-repeat left center;
	background-size:20px auto;
	text-align:left;
}

#content02 .check dd {
	margin-bottom:20px;
}


.ttl.white span {
    color: white;
}




#content02 dl.column {
    background-color: #fff;
    padding: 20px 25px;
    overflow: hidden;
    margin: 0 auto 20px;
	text-align:left;
	color:#000;
}


#content02 dl.column dt {
    font-size: 14px;
    font-weight:bold;
    margin-bottom: 0.5em;
}


#content02 .columnBtn a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    outline: none;
    margin: 20px auto 0;
    position: relative;
    background-color: #ecce06;
    border: 2px solid #1e0e00;
    color: #1e0e00;
    overflow: hidden;
}





#content03 {
    border-top: 10px solid #e9e9e9;
    border-bottom: 10px solid #e9e9e9;
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/recruit_bg.jpg);
	text-align:left;
	overflow:hidden;
}

#content03 table {
    background-color: #2b2b2b;
    border-collapse: separate;
    border-spacing: 2px;
    width: 90%;
	margin:20px auto;
}


#content03 table th {
    background-color: #eeeeee;
    font-weight: 500;
    font-size: 1.1em;
    vertical-align: middle;
    width: 25%;padding: 8px 6px;
}

#content03 table td {
    background-color: white;
	padding: 8px 6px;
}


#content04 .bg_blue {
    padding: 36px;
    margin-bottom: 30px;
}


#content04 table {
    background-color: #2b2b2b;
    border-collapse: separate;
    border-spacing: 2px;
    width: 90%;
	margin:20px auto;
}
#content04 table th {
    background-color: #eeeeee;
    font-weight: 500;
    font-size: 1.1em;
    vertical-align: middle;
    width: 25%;padding: 8px 6px;
}
#content04 table td {
    background-color: white;padding: 8px 6px;
}




#entry {
    background: url(../images/hrf_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
}


#entry a {
    display: inline-block;
    background-color: #ecce06;
    text-decoration: none;
    padding: 20px 0;
    width: 460px;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
}


#entry a {
    display: inline-block;
    background-color: #ecce06;
    text-decoration: none;
    padding: 20px 0;
    width: 220px;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
}



.youtube{
	margin-top:20px;
}











/*-------------------------sub-------------------------*/
/*-----------------------------------------------------*/



.section{
	max-width:640px;
	margin:0 auto;
}


#sub_visual {
    width: 100%;
    height: 140px;
    margin: auto;
    padding: 0;
    overflow: hidden;
    position:absolute;
	top:0;
    background: url(../images/sub_image.jpg) no-repeat center;
	text-align:center;
}
#sub_visual h2 {
    width: 340px;
    height: 140px;
	margin:0 auto;
    line-height: 180px;
    text-align: right;
    font-size: 30px;
    font-weight:bold;
}
	
	

main.sub{
	text-align:center;
	margin-top:140px;
}
		




	
/*----------------足すもの------------------*/

hr{
border: 0;
height:1px;
background: -webkit-gradient(linear, left top, right top, from(#333),
color-stop(0.7,#ccc), color-stop(0.7,#ccc), to(#fff));
background: -moz-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
background: -o-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
background: -ms-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
background: linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
-pie-background: linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
behavior: url(PIE.htc);
clear:both;
}


.clearfix:after{
  /*content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;*/
}
	

.clearfix{
	/*display: inline-block;*/}




@media only screen and (orientation : landscape) { /*横向き*/


}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}

}
