@charset "UTF-8";

html, body{
	height: 100%;
	width: 100%;
}

#slide {
	width: 100%;
	height: 690px;
	position: relative;
}

#main {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	position: relative;
	padding-top: 40px;
	margin-bottom: 80px;
}
#con_nav_sab {
	margin-bottom: 80px;
}

.-------------------------------------{}
#top_news {
	position: absolute;
	right: 3%;
	bottom: 160px;
	background-color: rgba(255, 255, 255,0.8);
	padding: 25px;
	border-radius: 5px;
}
#top_news_head {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
	letter-spacing: 1px;
}
.top_news_item {
	font-size: 14px;
	margin-bottom: 11px;
	line-height: 1;
}
.top_news_item:last-of-type {
	margin-bottom: 0px;
}
.top_news_item a:hover {
	color: #8CC63F;
}
#top_news_list_icon {
	position: absolute;
	padding-top: 0px;
	top: 25px;
	right: 25px;
}



.-------------------------------------{}
#information {
	clear: both;
	margin-bottom: 60px;
}
h2 {
	font-family: utsu;
	font-size: 22px;
	clear: both;
	margin-bottom: 40px;
	color: #B3B3B3;
	display: flex;
	align-items: center;
	border-style: none;
}

h2:after {
	margin-left: 20px;
	border-top: 1px dotted #ccc;
	content: "";
	flex-grow: 1;
}


h3 {
	font-family: utsu;
	font-size: 16px;
	line-height: 1em;
	padding-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #BCE38F;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
}
.h3_en {
	font-size: 9px;
	color: #B3B3B3;
}

.icon_list {
	position: absolute;
	top: 8px;
	right: 10px;
}
.info_box {
	width: 450px;
	position: relative;
}
.info_box table{
	margin-right: auto;
	margin-left: auto;
	width: 430px;
}

th, td {
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	vertical-align: top;
}
th {
	font-family: mit;
	font-size: 13px;
	width: 130px;
	padding-left: 10px;
	background-image: url(../img_common/arrow2.png);
	background-repeat: no-repeat;
	background-position: left 21px;
	font-weight: normal;
	line-height: 1.5em;
	color: #8CC63F;
}
td {
	font-size: 13px;
	line-height: 1.5em;
}
#news a:hover , #blog a:hover{
	text-decoration: underline;
}


.-------------------------------------{}
.contents_left_box {
	float: left;
	width: 288px;
	padding-left: 1px;
	padding-right: 18px;
}
.contents_center_box {
	width: 288px;
	padding-right: 18px;
	padding-left: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
	float: left;
}
.contents_right_box {
	float: right;
	width: 288px;
	padding-right: 1px;
}
h4 {
	width: 268px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	margin-bottom: 10px;
	font-family: utsu;
	font-size: 16px;
	line-height: 1em;
}
.h4_en {
	font-size: 9px;
	color: #B3B3B3;
}
.contents_txt {
	width: 268px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 1.5em;
}




.-------------------------------------{}
.unitcare_head {
	position: relative;
	text-indent: 30px;
	color: #FFF;
	height: 46px;
	width: 940px;
	clear: both;
	background-color: #8CC63F;
	font-size: 18px;
	line-height: 46px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.unitcare_head_en {
	font-family: utsu;
	font-size: 9px;
	color: #FFF;
	right: 30px;
	top: 0px;
	position: absolute;
}
.unitcare_box {
	background-color: #FFF;
	width: 858px;
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding-bottom: 30px;
}
.unitcare_box .txt_area {
	float: left;
	width: 380px;
}
.unitcare_box .head {
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 15px;
	float: left;
}
.unitcare_box .txt {
	font-size: 15px;
	line-height: 1.7em;
	clear: left;
	float: left;
	width: 420px;
	margin-bottom: 20px;
}
.unitcare_box .unit_detail {
	font-size: 15px;
	line-height: 1em;
	clear: left;
	float: left;
	width: 395px;
	font-weight: bold;
	color: #8CC63F;
	background-image: url(../img_common/arrow_r_3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin: 0px;
}
.unitcare_box .unit_detail a {
	color: #8CC63F;
}
.unitcare_box .unit_detail a:hover{
	color: #7EA846;
}

.unitcare_box img {
	float: right;
	margin-left: 15px;
}






.-------------------------------------{}
#access .access_box {
	width: 460px;
}
#access .head {
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
#access  li {
	font-size: 14px;
	line-height: 1.7em;
}


.-------------------------------------{}
#movie_wrap  {
	margin-right: auto;
	margin-left: auto;
	width: 560px;
}


.求人固定-------------------------------------{}
#recruit_area {
	z-index: 100;
	background: rgba(255,255,255,0.9);
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	padding-top: 15px;
	padding-bottom: 15px;
	bottom: 0px;
}
#recruit_wrap {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#recruit_area p {
	font-size: 17px;
	line-height: 40px;
	float: left;
}

.recruit_button {
	font-size: 17px;
	line-height: 40px;
	color: #FFF;
	height: 40px;
	width: 340px;
	background-color: #8CC63F;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	float: right;
}
.recruit_button a {
	color: #FFF;
}
 .recruit_button:hover {
	background-color: #7EA846;
}
