@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


	
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
}


header {
	width:100%;
}

.contents {
	width:980px;
	margin:0 auto;
}

#slide {
	width:100%;
	height:598px;
	background-image:url(../image/slide01.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.w100auto {
	width:100%;
	margin:0 auto;
	}
.back_orange{
	background-color:#F6AB00;
	}
.back_orange_light{
	background-color:#FDE3B1;
	}
.orange{
	color:#F6AB00;
	}
	
.w90{
	width:90%;
	margin:0 auto;
	}
	


a {
	color:#043771;
	text-decoration:none;
}
a:hover {
	color:#C00;
}

.white{
	color:#FFFFFF;
	}
h1 {
	width:980px;
	font-size:12px;
	text-align:right;
	padding:5px 0px;
	color:#ffffff;
	margin:0 auto;
}

h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 20px auto 10px;
	font-size: 28px;
	text-align: left;
	line-height:1.2;
}

h3 {
	margin-bottom:0.25em;
	font-size:22px;
	margin-top:0.5em;
	text-align:center;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h4 {
	margin-bottom:1em;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:#FFFFFF solid 1px;
	padding-bottom:0.25em;
}

h5 {
	margin-bottom:0.25em;
	font-size:18px;
	
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

.mincho{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

p {
	margin:0 0 1em 0;
}

.lh20{
	line-height:2;
	}
.mt30{
	margin-top:30px;
	}
.mt50{
	margin-top:50px;
	}
.mt70{
	margin-top:70px;
	}
	
.pb20{
	padding-bottom:20px;
	}
.pb30{
	padding-bottom:30px;
	}
.pb50{
	padding-bottom:50px;
	}
.pb70{
	padding-bottom:70px;
	}
.pt30{
	padding-top:30px;
	}
.pt50{
	padding-top:50px;
	}
.pt70{
	padding-top:70px;
	}
.plr_50{
	width:90%;
	margin:10px auto;
	}
.plr80{
	width:80%;
	margin:10px auto;
	}
img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}



blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}


ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:none;
}
li {
	margin-left:0em;
}

li a{
	text-decoration:none;
	}
li img{
	margin-left:2em;
	}
dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}


.center{
	text-align:center;
	}
.center img{
	width:100%;
	padding-bottom:50px;}
.tl{
	text-align:left;
	}
	

.sp_content {
	display:none;
		}
/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-5%;
}
.twoColInner div {
	width:45%;
	float:left;
	margin-right:5%;
}

.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
}



/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeCol_foot {
	overflow:hidden;
	margin-bottom:0px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}

.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
}

/* 4カラム（スマートフォンでは1カラム) */
.fourCol {
	overflow:hidden;
	margin-bottom:50px;
}
.fourCol_foot {
	overflow:hidden;
	margin-bottom:0px;
}
.fourColInner {
	overflow:hidden;
	margin-right:-3%;
}
.fourColInner div {
	width:22%;
	float:left;
	margin-right:3%;
}
.fourColInner div:nth-child(4n+1) {
	clear:both;
}
.fourColInner img {
	width:100%;
	margin-bottom:0.5em;
}



/*================================================
 *  ヘッダー
 ================================================*/


#logo{
	margin: 0px 0px 20px 0px;
	float: left;
	width: 420px;
	height: 78px;
	background: url(../image/logo.png) no-repeat center;
	display: block;

}

.top_menu {

	float: right;
	width:480px;
	padding: 00px 0px 20px 0px;	
}
.top_contact{
	float:left;}
.top_btn{
	float: right;
	display:inline-block;
	}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav#pc_menu {
	width:980px;
	height:40px;
	background:url(../image/g_navi.jpg) no-repeat;
	margin:20px 0px;
}
nav#pc_menu ul {
	list-style:none; margin:0; padding:0;  
}
nav#pc_menu li {
	display:inline; margin:0; padding:0;  
}
nav#pc_menu li a {
	background:url(../image/g_navi.jpg); display:block;  
    float:left; height:40px; text-indent:-9999px;  
}


      
nav#pc_menu li a.gn_home {  
    width:137px;  
    }  
      
nav#pc_menu li a.gn_home:hover {  
    background-position:left -40px;  
    }  
      
nav#pc_menu li a.gn_sougi {  
    background-position:-137px top; width:175px;  
    }  
      
nav#pc_menu li a.gn_sougi:hover {  
    background-position:-137px -40px;   
    }  
      
nav#pc_menu li a.gn_syukatsu {  
    background-position:-312px top; width:160px;  
    }  
      
nav#pc_menu li a.gn_syukatsu:hover {  
    background-position:-312px -40px;   
    }  
      
nav#pc_menu li a.gn_reikyu {  
    background-position:-472px top; width:184px;  
    }  
      
nav#pc_menu li a.gn_reikyu:hover {  
    background-position:-472px -40px;   
    }  
      
nav#pc_menu li a.gn_kyujin {  
    background-position:-656px top; width:174px;  
    }  
      
nav#pc_menu li a.gn_kyujin:hover {  
    background-position:-656px -40px;   
    } 
	
nav#pc_menu li a.gn_qa {  
    background-position:-830px top; width:150px;  
    }  
      
nav#pc_menu li a.gn_qa:hover {  
    background-position:-830px -40px;   
    }



	.header_navi {
		height: 60px;
		background-color: #F3AC1E;
	}
	
	.header_navi-list {
		display: flex;
		align-items: center;
		height: 60px;
		color: #fff;
	}
	
	.header_navi-list li {
		flex-grow: 1;
		text-align: center;
	}
	
	.header_navi-list li a {
		box-sizing: border-box;
		text-align: center;
		border-left: 1px solid #fff;
		display: block;
	}
	
	.header_navi-list li:last-child a {
		border-right: 1px solid #fff;
	
	}

	.header_navi-list li a:hover {
		background-color: #fff;
		height: 60px;
		line-height: 60px;
		display: block;
	}
	


/*================================================
 *  メイン
 ================================================*/
.back_img01 {
	width:100%;
	height:auto;
	background: url(../image/bg_img01.jpg) no-repeat top center;
	}
.back_img02 {
	width:100%;
	height:auto;
	background: url(../image/bg_img02.jpg) no-repeat top center;
	}
.back_consal {
	width:90%;
	height:auto;
	background: url(../image/consal_back.jpg) no-repeat top center;
	}
.border_brown {
	border:#604C3F 2px solid;
	padding:0;
	}
.p30{
	padding:30px;}
.contact_img {
	text-align:center;
	}

/*================================================
 *  フッター
 ================================================*/
footer {
	padding:2% 0;
	font-size:14px;
}
footer a{
	color:#ffffff;
	}

.adrees{
	float:left;
	width:30%;
	}
.map{
	float:right;
	width:70%;
	}
.foot_logo {
	width:100%;
	float:left;
	display:block;
	padding-bottom:10px;
	}
.foot_copy {
	text-align:center;
	}
.foot_contact{
	width:90%;
	}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.contents {
		box-sizing:border-box;
		width:98%;
		padding:0 2%;
	}
	.contents_tb{
		padding-bottom:20px;}
	.top_menu {

	float: right;
	width:460px;
	padding: 10px 0px 0px 0px;	
	}
	
	.top_btn li img {
	margin-left:0.5em;
	}
	
	#logo{
		float: left;
		width: 280px;
		height:100px;
		background: url(../image/logo_tb.png) no-repeat center;
		display: block;
		position:fixed;
		margin:0;
		}
	h1 {
	width:98%;
	font-size:10px;
	text-align:right;
	padding:5px 0px;
	color:#ffffff;
	}

nav#pc_menu{
	display:none;
	}
header {

	background: #fff;
	width: 100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index:20;
	
}
#slide {
	margin-top:220px;
	height:0;
	padding-top: 61.09%;
	background:url(../image/slide01_sp.jpg) 0 0 no-repeat;
	background-size:contain;
	
}


.img100 img {
	width:100%;
	}



.mt30{
	margin-top:30px;
	}
.mt50{
	margin-top:50px;
	}
.mt70{
	margin-top:70px;
	}
	
.pb20{
	padding-bottom:20px;
	}
.pb30{
	padding-bottom:30px;
	}
.pb50{
	padding-bottom:50px;
	}
.pb70{
	padding-bottom:70px;
	}
.pt30{
	padding-top:20px;
	}
.pt50{
	padding-top:50px;
	}
.pt70{
	padding-top:70px;
	}	
	
.adrees{
	float:left;
	width:26%;
	}
.map{
	float:right;
	width:70%;
	}
}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.back_orange_light {
	margin-top:40px;
	}
	
	.h20{
	height:10px;}
	
	
	#slide {
	margin-top:80px;
	height:0;
	padding-top: 61.09%;
	background:url(../image/slide01_sp.jpg) 0 0 no-repeat;
	background-size:contain;
	
}
	#logo{
		padding: 5px;
		margin:0px;
		float: left;
		width: 70%;
		height:55px;
		background: url(../image/logo_sp.png) no-repeat left;
		display: block;
		background-color:#FFFFFF;
		z-index:20;
		}
	.top_menu {
		padding:0;
		margin:0;
    	width:100%;
		height:60px;
		background-color:#FFFFFF;
		}
	.top_menu ul {
		display:none;
	}
	li img{
	margin-left:0em;
	margin-right:0em;
	}
	.top_menu ul li.sp_r{
		margin-right:0.5em;
		padding-left:10px;
		}	

		
	nav#pc_menu {
		display:none;
	}


	
		
	.pc_content {
		display:none;
		}
	

	.sp_content {
		display:block;
		}
	
	.contents {
		width:90%;
		margin:0 auto;
		}
	.w900 , .w90{
		width:100%;
		margin:0px auto;
		padding-top:0px;
		}
	.plr80{
	width:100%;
	margin:10px auto;
	}
	
	h1 {
	font-size:12px;
	text-align:left;
	padding:5px 0px;
	color:#999999;
	margin-top:5px;
	}

	h2{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		margin: 0px auto 0px;
		font-size: 20px;
		font-weight:bold;
		text-align: left;
		line-height:1.2;
		margin-bottom:20px;
	}
	
	
	h3 {
		margin-bottom:0.25em;
		font-size:20px;
		margin-top:0.5em;
		text-align:center;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		}

	.mt30{
		margin-top:10px;
		}
	.mt50{
		margin-top:10px;
		}
	.mt70{
		margin-top:30px;
		}
	.pb30{
		padding-bottom:10px;
		}
	.pb50{
		padding-bottom:20px;
		}
	.pb70{
		padding-bottom:30px;
		}
	.pt30{
		padding-top:10px;
		}
	.pt50{
		padding-top:20px;
		}
	.pt70{
		padding-top:30px;
		}

	.imgC {
		margin-bottom:30px;
		}
	.imgC img {
		max-width:100%;
		}

	.imgL {
		margin-bottom:30px;
		}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
		}

	.imgR {
		margin-bottom:30px;
		}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
		}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
		}
	.twoColInner {
		margin-right:0;
		}
	.twoColInner div {
		float:none;
		width:100%;
		}
	.twoColInner_sp div {
		width:45%;
	float:left;
	margin-right:5%;
		}
	.twoColInner_sp div:nth-child(2n+1) {
	clear:both;
	}
	.twoColInner_sp img {
	width:100%;
	margin-bottom:0.5em;
	}
	.twoCol_sp {
		margin-right:0;
		margin-bottom:0px;
		}
	

	.threeCol {
		margin-bottom:30px;
		}

	.threeColInner {
		margin-right:0;
		}
	.threeColInner div {
		float:none;
		width:100%;
		margin:0 auto;
		}
	
	/* 4カラム（スマートフォンでは1カラム) */
.fourCol {
	margin-bottom:50px;
}

.fourColInner {
	margin-right:0%;
}
.fourColInner div {
	width:100%;
	float:none;
	margin-right:0%;
}
.fourColInner div:nth-child(4n+1) {
	clear:both;
}
.fourColInner img {
	width:100%;
	margin-bottom:0.5em;
}

	
	.img100 img {
	width:100%;
	}	
	.foot_logo {
	float:left;
	text-align:left;
	}
	.foot_copy {
	margin-top:5px;
	text-align:center;
	}
	.adrees{
	float:none;
	width:100%;
	margin-bottom:10px;
	}
	.map{
	float:none;
	width:100%;
	}
	.tl{
	text-align:left;
	}
	.contact_img img {
		width:96%;
	text-align:center;
	}
	.center img{
	width:100%;
	padding-bottom:20px;}
	.back_img01 {
	width:100%;
	height:auto;
	background: url(../image/bg_img01_sp.jpg) no-repeat top center;
	}
	.back_img02 {
	width:100%;
	height:auto;
	background: url(../image/bg_img02_sp.jpg) no-repeat top center;
	}
	.foot_contact{
	width:100%;
	}
	
}
