@charset "UTF-8";
body {
	margin: 0;
	font: 14px/1.8em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #5F5F5F;
	background-color: #FFFFFF;
	position: relative;
}
.body_bg_white{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-bottom: 20px;
}
.body_bg_spring{
	background-image: url(../image/base/body_bg_spring1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.body_bg_02_top{
	background-image: url(../image/base/body_bg_03_top.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/*header*/
#header{
	display: block;
	z-index: 200;
}
#header_logo_pc{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin-top: 15px;
	margin-left: 5%;
}
#header_logo_tab{
	display: none;
}
#header_logo_mb{
	display: none;
}
#header_pc{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	/*z-index: 100;*/
	height: 10px;
	padding-top: 30px;
	padding-right: 5%;
}
#header_pc_base{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	/*align-items:center;*/
	position: relative;
	/*z-index: 0;*/
	height: 50px;
	padding-top: 0px;
	padding-right: 40px;
	margin-bottom: 30px;
}
#header_pc_base_recruit{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
	z-index: 0;
	height: 500px;
	padding-top: 20px;
	padding-right: 40px;
	margin-bottom: 10%;
}
#mobile_menu{
	display: none;
	}
.main_menu{
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.main_menu li{
	list-style: none;
}

/*container*/
.container {
	width: 88%;
	margin-left: 6%;
	margin-right: 6%;
	font-size: 14px;
	line-height: 1.6em;
	word-break: normal;
	word-break: break-all;
	margin-bottom: 40px;
}

/*サイドメニュー*/
.side{
	flex-grow: 0;
	width: 180px;
	padding-left: 0px;
	padding-right: 40px;
	padding-top: 20px;
	background-color: # FFFFFF;
	line-height: 2.5em;
	display: block;
	color: #6A3905;
}
.side_link{
	position: relative;
	width: 160px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border: 1px solid #C6C6C6;
	font-size: 16px;
}
.side_title{
	position: absolute;
	top: -20px;
	left: 12px;
	padding: 2px;
	color: #676767;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
}


/*レイアウト*/
.item_full{/*アイテム幅いっぱい*/
	display: flex;
	flex-direction: row;
}
.item_box{/*アイテム　横サイズフリー Flex*/
	display: flex;
}
.w20{width: 20%;}/*width 20%*/
.w30{width: 30%;}/*width 30%*/
.w40{width: 40%;}/*width 40%*/
.w50{width: 50%;}/*width 50%*/
.w60{width: 60%;}/*width 60%*/
.w70{width: 70%;}/*width 70%*/
.w80{width: 80%;}/*width 80%*/
.w90{width: 90%;}/*width 90%*/
.w100{width: 100%;}/*width 100%*/
.w20-90{width: 20%;}/*width 20%*/
.w20-100{width: 20%;}/*width 20%*/
.w30-100{width: 30%;}/*width 30%*/
.w40-100{width: 40%;}/*width 40%*/
.w50-100{width: 50%;}/*width 50%*/
.w60-100{width: 60%;}/*width 60%*/
.w70-100{width: 70%;}/*width 70%*/
.w80-100{width: 80%;}/*width 80%*/

.item_bnr{/*バナー　1個*/
	width: 100%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
}

.item_green{/*背景グリーン*/
	background-color: #F3F7E1;
}
.item_skyblue{/*背景水色*/
	background-color: #E6F1F9;
}
.item_orange{/*背景オレンジ*/
	background-color: #FFF2E7;
}
.item_white{/*背景白色*/
	background-color: #FFFFFF;
	border: 1px solid #E2D4C6;
}
.item_blue{/*背景青色*/
	background-color: #0063CF;
	border: 1px solid #E2D4C6;
}
.item_title{
	text-align: left;
	color: #00a1ee;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 30px;
	margin-bottom: 15px;
}


/*footer*/
.footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #A00002;
	width: 100%;
	/*margin: 0 0 0 0;*/
	padding: 15px 0 15px 0;
	color: #FFFFFF;
	font-size: 13px;
}
.footer_column{
	flex-grow: 1;
	align-self: baseline;
	/*border-left: 1px solid #D40000;*/
	padding-left: 6%;
}

.footer_column2{
	flex-grow: 1;
	align-self: baseline;
	padding-left: 5px;
	border-left: 0px solid #A3907E;
}
.footer_column_logo{
	text-align: right;
	padding-right: 6%;
}

/* Tablet*/
@media screen and (max-width : 800px) {
#header_logo_pc{
	display: none;
}
#header_logo_tab{
	display: block;
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 100;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0%;
	width: 100%;
	height: 0px;
	/*background-color: #FFFFFF;*/
	/*border-bottom: 1px solid #2274E4;*/
}

}	
	
	

/* Mobile*/
@media screen and (max-width : 700px) {
/*#header{
	display: none;
}*/
#header_pc{
	height: 40px;
	/*background-color: #00509B;*/	/*display: none;*/
}
#header_logo_pc{
	display: none;
}
#header_logo_tab{
	display: none;
}
#header_logo_mb{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5%;
	width: 100%;
	height: 70px;
	/*background-color: #00509B;*/
	background-color: #FFFFFF;
	border-bottom: 1px solid #D90000;
}
#header_pc_base{
	background-color: #6A5444;
}
#header_pc_base_recruit{
	height: 350px;
	background-color: #6A5444;
}
#mobile_menu{
	display: block;
	z-index: 10000;
	}
.logo_m{
	text-align: center;
	}
.main_menu{
	display: none;
	flex-direction: row;
	font-size: 14px;
}
.main_menu li{
	list-style: none;
	padding: 5px;
}
.container {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}
.side{
	flex-grow: 1;
	width: auto;
	display: none;
}
.main{
/*	flex-direction: column;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;*/
}
.item_full{/*main幅いっぱい*/
	flex-direction: column;
}
	
/*footer*/
.footer{
	flex-direction:column;
}
.footer_column{
	padding-left: 5%;
	margin: 5%;
}
.footer_column_logo{
	text-align: center;
}
.w20-100{width: 100%;}
.w30-100{width: 100%;}
.w40-100{width: 100%;}
.w50-100{width: 100%;}
.w60-100{width: 100%;}
.w70-100{width: 100%;}
.w80-100{width: 100%;}
.w20-90{width: 90%;}
	
}