@charset "UTF-8";
body {
	margin: 0;
	font: 14px/1.8em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-color: #FFFFFF;
}

/*header*/
#header{
	display: block;
	z-index: 200;
}
#header_logo_pc{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin-top: 10px;
	margin-left: 5%;
}
#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: 20px;
	padding-right: 40px;
}
#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 {
display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	text-shadow: 0px 0px;
}*/
/*.main{
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 100%;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
}*/
/*サイドメニュー*/
.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: 148px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 15px;
	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_half{/*main幅半分*/
	width: 40%;
	margin: 5%;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.6em;
}
.item_full{/*main幅いっぱい*/
	width: 100%;
	margin-bottom: 30px;
	margin-left: 5%;
	margin-right: 5%;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.6em;
}
.item_half_top{/*トッッページ幅半分*/
	width: 46%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	word-break: break-all;
	font-size: 12px;
	line-height: 1.5em;
	border-radius: 10px;
	text-align: left;
}
.item_full_top{/*トッッページ幅いっぱい*/
	width: 100%;
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
	word-break: break-all;
	border-radius: 10px;
}
.item_padding{/*padding付ける*/
	/*padding: 2%;*/
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 4%;
	padding-right: 4%;
	/*background: #F3F3F3;*/
	min-height: 100px;
}
.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: -5px;
	margin-bottom: 15px;
}


/*footer*/
.footer{
	width: 100%;
	padding: 3%;
	text-align: center;
	background-color: #005578;
	color: #FFFFFF;
	font-size: 13px;
}
.footer_column{
	flex-grow: 1;
	align-self: baseline;
	border-left: 1px solid #A3907E;
	padding-left: 5px;
}
.footer_column_logo{
	text-align: right;
}

/* Mobile*/
@media screen and (max-width : 600px) {
/*#header{
	display: none;
}*/
#header_pc{
	height: 40px;
	background-color: #00509B;	/*display: none;*/
}
#header_logo_pc{
	display: none;
}
#header_logo_mb{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin-top: 15px;
	margin-left: 5%;
	width: 80%;
}
#header_pc_base{
	background-color: #6A5444;
}
#header_pc_base_recruit{
	height: 350px;
	background-color: #6A5444;
}
#mobile_menu{
	display: block;
	}
.logo_m{
	text-align: center;
	}
.main_menu{
	display: none;
	flex-direction: row;
	font-size: 14px;
}
.main_menu li{
	list-style: none;
	padding: 5px;
}
/*.container {
	flex-direction: column;
}*/
.side{
	flex-grow: 1;
	width: auto;
	display: none;
}
/*.main{
	flex-direction: column;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
}*/
.item_half,.item_full,.item_half_top{
	width: 90%;
	margin-bottom: 5%;
}
/*footer*/
.footer{
	flex-direction:column;
}
.footer_column{
	padding-left: 5%;
	margin: 5%;
}
.footer_column_logo{
	text-align: center;
}
