﻿@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body	{
	padding: 0px;
	margin: 0px;
	height:100%;
}

form {
	display: inline;
}

h2	{
	font-size: 20px;
	font-weight: bold;
}
/*
a	{
	color: #333;
}
*/
ul {
	list-style-type: none;
}

textarea {
	resize: vertical;
}

.require_mark	{
	color: #fd6c8b;
}

.error	{
	color: #fc2757;
}

.frame	{
	padding: 20px;
	background-color: #F8F8F8;
}

.require	{
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
}

.scroll	{
	overflow: scroll;
}

.title_bar	{
	height: 100px;
	font-size: 28px;
	color: #363636;
	line-height: 100px;
	border-bottom: solid 4px #FD5F3A;
	padding-left: 50px;
}

.icon_search {
	width: 25px;
	height: 25px;
	background-size: 18px;
	background-color: #2862AE;
	background-image: url(../image/default/icon_search.png);
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
    vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.icon_search:hover {
	opacity: 0.8;
}
/*------------------------------------------------------------------------------
	main-contents
------------------------------------------------------------------------------*/
.wrapper	{
	width: 1120px;
	margin: 0 auto;
	font-size: 12px;
	min-height: calc(100vh - 121px - 165px);
	letter-spacing: 0.8pt;
/*	line-height: 1.5em;*/
}

.contents	{
	width: 1120px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
/*	margin-bottom: 137px;*/		/*footerの高さ*/	/*default.jsで対応*/
}

.contents2	{
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 20px;
/*	margin-bottom: 137px;*/		/*footerの高さ*/	/*default.jsで対応*/
}

.header_container	{
	border-bottom: solid 1px #fd5f3a;
	height: 111px;
	margin: 0 0 10px;
}

.header	{
	width: 1120px;
	margin: 0 auto;
	padding-top: 10px;
	height: 110px;
}

.footer	{
	width: 100%;
	min-width: 1120px;
	background-color: #4D4D4D;
	color: white;
	font-size: 12px;
	font-family: "Roboto", "Noto Sans Japanese";
	height: 165px;
	position: relative;
}

.footer	.info	{
	width: 1120px;
	margin: 0 auto;
	padding: 20px 0;
}

.footer	.credit	{
	padding: 10px 0;
	background-color: #2862AE;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer	a	{
	color: white;
}

.column_container	{
	display: -webkit-flex;
	display: flex;
}

.column_contents	{
	flex: 1;
	order: 1;
}

.column_navi	{
	width: 250px;
	margin: 0 0 0 20px;
	padding: 0;
	order: 2;
}

.column_navi_calendar	{
	width: 460px;
	height: 100%;
	margin: 0 20px 0 0;
	order: 1;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.menu	{
	font-family: "Roboto", "Noto Sans Japanese";
}

.menu	li {
	margin-left: 10px;
	display: inline-block;
	padding: 5px 18px;
	border-bottom: solid 2px #FFF;
	color: #fd5f3a;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

.menu	li.menu_selected {
	border-bottom: solid 2px #FD5F3A;
}

.menu li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fd5f3a;
}

.menu li .menu_en {
	color: #666666;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.btn_lg {
	width: 150px;
	display: inline-block;
	font-size: 12px;
	padding: 10px 0;
	border: 0;
 	cursor: pointer;
	text-align: center;
	background-color: #2862AE;
	color: white;
}

.btn_lg:disabled {
	background-color: #888;
	cursor: auto;
}

.btn_or {
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
 	cursor: pointer;
	text-align: center;
/*	border: solid 1px #888;*/
	background-color: #1A366F;//white;
	color: white;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.btn_or:disabled	{
	background-color: gray;//#aaa;
/*	color: white;*/
	cursor: auto;
}
.btn_sm {
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
	border: 0;
	border-left: solid 1px white;
 	cursor: pointer;
	text-align: center;
	background-color: #2062a6;
	color: white;
}

/*------------------------------------------------------------------------------
	スライドショー
------------------------------------------------------------------------------*/
.slideshow_container	{
	width: 100%;
	min-width: 1120px;
	position: relative;
}

.slideshow_container	li	{
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slideshow_container	.search	{
	width: 400px;
	position: absolute;
	left: 0;
	right: 0;
	top: 350px;
	z-index: 999;
	margin: auto;
}

.slideshow_container	.search	.word	{
	width: 345px;
	border: 0;
	height: 20px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
}

.slideshow_container	.search	.go	{
	width: 43px;
	height: 28px;
	background-color: #2862AE;
	color: white;
	border: 0;
	cursor: pointer;
}
/*------------------------------------------------------------------------------
	TOP
------------------------------------------------------------------------------*/
.top_search > p {
	display: inline-block;
}

.top_search_txt {
	background-color: #FD5F3A;
	color: #FFF;
	padding: 5px;
}

.top_search_select,.top_search_btn,.top_search_keyword {
	margin-left: 10px;
}

.top_search_select select {
	max-width: 160px;
}

.top_search_keyword input	{
	max-width: 160px;
}
/*------------------------------------------------------------------------------
	求人
------------------------------------------------------------------------------*/
.recruite_list_item	{
	margin-bottom: 10px;
	border: solid 3px #F5F5F5;
}

.recruite_list_item_head	{
	background-color: #F5F5F5;
	min-height: 30px;
}

.recruite_list_item_ttl	{
	font-size: 14px;
	font-weight: bold;
}

.recruite_list_item	dl > div {
	padding: 10px 0;
	border-bottom: solid 1px #C0C0C0;
}

.recruite_list_item	dl > div:first-child {
	padding: 0 0 10px;
}

.recruite_list_item	dl dt {
	float: left;
	width: 150px;
	text-align: center;
}

.recruite_list_item	dl dd {
	margin-left: 150px;
}

.recruite_list_item	dl dd:after {
	display: block;
	content: "";
	clear: both;
}

.recruit_detail_btn	{
	color: #FFF;
	padding: 13px;
	line-height: 1.4;
	margin: 0 0 3px;
	display: inline-block;
	background-color: #2062a6;
}
/*------------------------------------------------------------------------------
	form
------------------------------------------------------------------------------*/
.input_form input[type="checkbox"] {
	display: none;
}

.input_form input[type="checkbox"] + span {
	position: relative;
	padding: 5px 0.7em 5px 1.5em;
	line-height: 1.4;
	min-height: 30px;
	display: inline-block;
}

.input_form input[type="checkbox"] + span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1;
	padding: 5px 0;
	color: #555;
}

.input_form input[type="checkbox"]:checked + span::before {
	content: "\f14a";
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.head_menu	{
	background-color: #666;
	min-width: 960px;
	position: relative;
	z-index: 500;
	height: 50px;
	line-height: 1;
}

.head_menu_list	{
	margin: 0;
	padding: 0;
	display: inline-block;
	min-width: 760px;
	font-size: 0;
}

.head_menu_list ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.head_menu_list li	{
	margin: 0;
	padding: 0;
	font-size: 16px;
}


.head_menu_list ul ul	{
	top: 100%;
	left: 0;
	position: absolute;
	display: none;
	min-width: 100%;
}

.head_menu_list li	{
	float: left;
}

.head_menu_list li li {
	clear: both;
	width: 100%;
}

.head_menu_list li li a {
/*	width: calc(100% - 40px);*/
}

.head_menu_list > ul > li	{
	position: relative;
}

/*
.head_menu_list li:hover	{
	position: relative;
}
*/

.head_menu_list li:hover > ul	{
/*	display: block;*/
}

.head_menu_list span, .head_menu_list a	{
	display: block;
	padding: 5px 40px;
	color: white;
	background-color: #666;
	white-space: nowrap;
	line-height: 40px;
	cursor: pointer;
}

.head_menu_list ul:last-child:after	{
	content: "";
	clear: both;
	display: block;
}

.head_menu_list span:hover, .head_menu_list a:hover, .head_menu_list .span_selected	{
	background-color: #00a0c6 !important;
}

.head_menu_list span:hover, .head_menu_list a:hover, .head_menu_list .span_selected	{
	background-color: #00a0c6 !important;
}

.head_menu_list .head_menu_subfolder span	{
	cursor: default;
}

.head_menu_list .head_menu_subfolder span, .head_menu_list .head_menu_subfolder span:hover	{
	background-color: #555 !important;
}

.head_menu_list li li.head_menu_subitem a {
	width: calc(100% - 60px);
}

.head_menu_list .head_menu_subitem a	{
	padding: 5px 20px 5px 40px;
}

#dropmenu2	{
	display: inline-block;
	background-color: #FFF;
	width: 150px;
	position: absolute;
	right:0;
}

#dropmenu2	ul	{
	margin: 0;
	padding: 0;
}

#dropmenu2	ul	li	{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:12px;
	float: left;
	width: 150px;
	height: 49px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#dropmenu2	ul	li	a	{
	color: black;
	display: block;
	text-decoration: none;
}

#dropmenu2	ul	li:hover, #dropmenu2	ul	li	a:hover	{
	background: #00a0c6;
	color:white;
}

#dropmenu2	ul	li	ul	{
	display: none;
	top: 49px;
	left: 0;
	width: 150px;
	z-index: 100;
	border-bottom: solid 1px #CCC;
}

#dropmenu2	ul	li	ul	li	{
	width: 149px;
	cursor: pointer;
	background-color: white;
	border-left: solid 1px #CCC;
}

#dropmenu2	ul	li	ul li:last-child	{
	border-bottom: solid 1px #CCC;
}
/*------------------------------------------------------------------------------
	メッセージ
------------------------------------------------------------------------------*/
.message_wrapper	{
	padding: 0 0 20px 0;
	background-color: #F3F8FF;
	position: relative;
	overflow: hidden;
}

.message_container	{
	height: 650px;
	maring: 5px 0 0 0;
	padding: 0 20px 0 20px;
	overflow: auto;
	overflow-x: hidden;
}

.message_time	{
	margin: 20px 0 0 0;
	color: #444;
	font-size: 10px;
}

.message_left	{
	max-width: 80%;
	margin: 5px 0 0 0;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 	border-radius: 5px;
 	background-color: white;
	display: inline-block;
	word-wrap: break-word;
}

.message_right	{
	max-width: 80%;
	margin: 5px 0 0 5px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 	border-radius: 5px;
 	background-color: #8899AA;
	color: white;
	display: inline-block;
	text-align: left !important;
	word-wrap: break-word;
}

.message_already_read	{
	color: #444;
	display: inline-block;
	font-size: 10px;
}

.message_editor	{
	width: 100%;
	height: 202px;
	padding: 0 20px;
 	background-color: #8899AA;
 	position: absolute;
 	bottom: -202px;
}

.message_editor	textarea	{
	width: 100%;
	height: 120px;
	margin: 20px 0 0 0;
	font-size: 12px;
}
/*------------------------------------------------------------------------------
	求人の詳細
------------------------------------------------------------------------------*/
#recruit_drawer_wrapper	{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

#recruit_drawer	{
	right: -640px;
	top: 0;
	width: 640px;
	height: 100%;
	padding: 20px 20px 0 20px;
 	background-color: #F3F8FF;
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	font-size: 12px;
	z-index: 1001;
}
