@charset "utf-8";
/* CSS Document */

/****************************************

	初期設定

*****************************************/

html,body,div,
dl,dt,dd,ul,ol,li,
tr, th, td,
h1,h2,h3,h4,h5,h6,
p,a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	border: none;
	line-height: 1.5;
	text-align: left;
	text-decoration:none;
	color: #000;
}

dl,ul,ol,li {
	list-style: none;
}

img {
	vertical-align: bottom;
	border:none;
}


/****************************************

	メインレイアウト

*****************************************/

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	height:auto !important;
	min-height: 100%;
}

#top_contents {
	width:960px;
	margin:0 auto;
	padding: 40px 10px 120px 10px;
}

#contents {
	width:960px;
	margin:0 auto;
	padding: 20px 10px 150px 10px;
}

/***********************************

	一般・共通設定
	
***********************************/

/*----------リンク---------*/
a {
	text-decoration: none;
	color: #996666;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
}

a:hover img	{
	opacity:0.7;
}


/*----------見出し---------*/
.title01{
	font-size:20px;
	background: url(../img/title01.png) no-repeat;
	width: 960px;
	height: 50px;
	text-indent: 40px;
	font-weight:bold;
	line-height: 42px;
	color: #5b4c41;
	margin-bottom: 10px;
}

.title02{
	font-size:17px;
	background: url(../img/title02.png) no-repeat;
	width: 960px;
	height: 30px;
	text-indent: 40px;
	font-weight:bold;
	line-height: 33px;
	color: #5b4c41;
	margin-bottom: 5px;
}

.title03{
	font-size:15px;
	color: #5b4c41;
	font-weight:bold;
}




/*----------テーブル---------*/
table.type01 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.type01 th {
	padding: 10px;
	font-weight: bold;
	text-align:center;
	border: 1px solid #3cbe89;
	background:#b1e5d0;
}

table.type01 td {
	padding: 10px;
	border: 1px solid #3cbe89;
}


table.type02 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.type02 th {
	padding: 10px;
	font-weight: bold;
	text-align:center;
	border: 1px solid #3cbe89;
	background:#b1e5d0;
}

table.type02 td {
	padding: 10px;
	border: 1px solid #3cbe89;
	text-align:center;
}

.recruit th {
	width:calc(100%/5);
}

.list li {
	margin-bottom: 10px;
}


/*----------文字---------*/
.txt {
	margin-bottom: 20px;
}

.center {
	text-align:center;
}

.red {
	color:#F00;
}

.right {
	text-align:right;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_40 {
	margin-bottom: 40px;
}

/*----------ボタン---------*/
.btn{
	width: 150px;
	background: #f8e58c;
	padding: 10px;
	display: block;
	text-align: center;
	color: #000;
	margin-top: 10px;
}

.btn:hover{
	text-decoration: none;
	background: #fbefba;
}

/*----------リスト---------*/
.check {
	margin-bottom: 5px;
}

.check li {
	margin-left: 1rem;
	text-indent: -1rem;
}

.check li:before {
	content: '※';
	color: #ff0000;
	font-weight:bold;
}


/***********************************

	ヘッダー
	
***********************************/

header {
	width:100%;
}

#header_in {
	width:980px;
	height: 90px;
	margin: 0 auto;
}

#logo {
	margin: 15px 0 0 10px;
}


/***********************************

	メニュー

***********************************/

nav{
	width: 100%;
	height:50px;
	background:#375C50;
} 

#menu {
	width:980px;
	margin: 0 auto;
	
}
	
#menu li {
	width: 120px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	float: left;
	line-height: 50px;
}

#menu li a {
	/*----------font-family: "Rounded Mplus 1c";--------*/
	font-weight: 400;
	color:#FFF;
	text-decoration: none;
}

#menu li :hover {
	border-bottom: 1px dotted;
	padding-bottom:2px; 
}



/****************************************

	トップページ

*****************************************/

/*----------スライド---------*/

.slide{
	width:100%;
	height:660px;
	background: no-repeat center center;
	background-size: cover;
	position: relative;
}

.slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}

/*----------動画---------*/
.top_movie {
	border: solid 1px #f2f2f2;
	margin-bottom: 40px;
}

.movie_title {
	font-size: 25px;
	font-weight: bold;
	color: #019972;
	margin-bottom: 10px;
	text-align: center;	
}

/*----------日南の森林を担う---------*/

.top_message {
	text-align:center;
	padding-bottom:15px;
}
	
.message {
	font-weight: 400;
}

p.message {
	border-top: 4px dotted #FFB261;
	border-bottom: 4px dotted #FFB261;
	padding: 15px 20px ;
}


/*----------森林について---------*/

#forest {
	width: 100%;
	margin: auto;
	padding: 35px 0;
}


#forest a{
	display:block;
	width: 310px;
	float:left;
	margin: 0 5px;
	text-decoration: none;
}

#forest h3 {
	width: 310px;
	height: 136px;
	/*----------font-family: "Rounded Mplus 1c";--------*/
	font-size:25px;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	color:#FFF;	
	background-color:#83A198;
}


#forest  a:hover{
	opacity: 0.8;
}

/*----------薪の生産販売---------*/

.banner img {
	width:100%;
}

/*----------新着情報---------*/

.top_title {
	margin-top: 50px;
	text-align:center;
	font-size: 25px;
	font-weight: bold;
	color: #5b4c41;
	font-family:'M PLUS 1p','メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	letter-spacing: 4px;
}

.info {
	height: 300px;
	margin-top: 20px;
	padding-right: 10px;
	overflow-y: scroll;
}

.info::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.info::-webkit-scrollbar-track {
	border-radius: 5px;
	background: rgba(110, 108, 108, 0.2);
}

.info::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #83A198;
}

.info li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom: dashed 1px #999;	
	display: flex;
}
	
.info li span {
	display: block;
	width: 15%;
}


/***********************************

		子ページ

***********************************/

/*----------会社概要---------*/
.outline {
	width: 540px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.name {
	width: 220px;
	font-size: 20px;
	line-height: 225px;
	float:left;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 500;
	margin-left: 20px;
}


/*----------業務---------*/

.item {
	margin-bottom: 20px;
}

.text {
	width: 630px;
	float: left;
	margin-right: 20px;
}


.img {
	float: left;
}

.img_box {
	margin-top: 10px;
}

.img_box img{
	float: left;
	margin: 10px;
}

.movie {
	width:460px;
	float:left;
	margin: 10px;
}

.movie dt{
	background: #b1e5d0;
	color: #42210b;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	text-align:center;
	font-size:15px;
}



/*----------「緑の雇用」事業の体系---------*/

.support_box {
	background: #f4f4f4;
	border: solid #ccc 1px;
	margin-bottom: 10px;
}
	
.support_box h4 {
	font-size: 16px;
	font-weight:bold;
	background:#b1e5d0;
	padding: 10px;
	border-bottom: solid #aad6c3 1px;
	text-align:center;
	color: #42210b;
}

.support_box h4 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

table.support {
	width: 100%;
	border-collapse: collapse;
	border-bottom: solid 1px #CCCCCC;
	margin: 10px 0;
}


table.support td {
	width: 300px;
	padding: 10px;
	text-align:center;
	border-right: solid 1px #CCCCCC;
}

table.support td:last-child {
	border: none;
}

.support:last-child {
	border: none;
}

table.support img{
	float:left;
	margin:6px;
}

.support_center {
	text-align:center;
	margin: 10px 0;
}



/*----------社員紹介---------*/
.staff li{
	width: 274px;
	height: 580px;
	margin: 10px;
	padding: 10px;
	display: inline-block;
	background:#f4f4f4;
	border: solid #ccc 1px;
	vertical-align: top; 
}

.staff li p{
	font-weight:bold;
	font-size: 18px;
	/*text-align: center;*/
	margin: 10px 0;
	color:#375C50;
	white-space: nowrap;
	display:flex;
	align-items:center;
	justify-content:center;
}

.staff li p span {
	font-size: 15px;
	margin-right: 10px;
	line-height: 15px;
}

.staff dt {
	border-top: 1px dotted #666666;
	margin-bottom: 5px;
	padding: 10px 10px 0 20px;
	color:#0B3B24;
	position:relative;
}

.staff dt:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:8px; 
	width:8px; 
	display:block; 
	position:absolute; 
	top:16px; 
	left:5px; 
	background-color:#088A29;
}

.staff dd {
	padding: 0 5px;
	height: 80px;
}


/*----------薪の販売---------*/
#firewood_menu {
	margin: 20px 0;
	height: 50px;
}

#firewood_menu li {
	float: left;
	margin-right: 10px;
}

#firewood_menu li a {
	width: 313px;
	height: 50px;
	text-align: center;
	font-size: 17px;
	line-height: 50px;
	background:#996666;
	display:block;
}

#firewood_menu li a {
	color:#FFF;
	text-decoration: none;
}

#firewood_menu li a:hover {
	background: #ad8585;
}

#firewood_menu li:last-child {
	margin-right: 0px;
}

.firewood {
	margin-bottom: 20px;
}

.firewood dt {
	font-size:15px;
	color: #5b4c41;
	font-weight:bold;
}

.firewood dd{
	margin-bottom: 20px;
}

.firewood dd span{
	font-weight:bold;
}


/*----------お知らせ---------*/
.info_list dt {
	font-size: 17px;
	background: url(../img/title02.png) no-repeat;
	width: 960px;
	height: 30px;
	text-indent: 40px;
	font-weight: bold;
	line-height: 33px;
	color: #5b4c41;
	margin-bottom: 10px;
}

.info_list dd {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #999;
}

.info_list ul {
	display: flex;
	flex-wrap: wrap;
}

.info_list ul li {
	padding: 20px 20px 0 0;
}

.info_list ul li p{
	text-align:center;
	margin-bottom: 10px;
}

.info_list div {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.info_list div img {
	padding: 10px 20px 0 0;
}

.info_list div:last-child {
	padding-bottom: 0px;
}

.info_movie video {
	width: 100%;
}

.info_list div.top_movie {
	display: block;
	padding: 0;
}

.info_list div.top_movie div {
	display: flex;	
	padding: 0;
}

.info_list div.top_movie img {
	padding: 0;
}


/*----------採用情報---------*/
.recruit video {
	width: 100%;
	margin-bottom: 40px;
}


/*----------お問い合わせ---------*/

.contact_txt1 {
    font-size: 17px;
    margin-bottom: 20px;
}

table.contact1 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.contact1 th {
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	border: 1px solid #3cbe89;
	background:#b1e5d0;
}

table.contact1 td {
	padding: 10px;
	border: 1px solid #3cbe89;
}

.contact_box {
	display: flex;
}

.contact_box li {
	padding-right: 40px;
}

.contact_box li:last-child {
	padding-right: 0px;
}

.contact_box img {
	margin-right: 20px;
}

.contact_box p {
	display: flex;
	align-items: center;
	color: #42210b;
	font-size: 20px;
	font-weight:bold;
}

.contact_box p:nth-child(2) {
	font-size:14px;
	margin-top: 10px;
	color: #000;
	font-weight:normal;
}

.contact_box i {
	margin-right: 10px;
}

table.contact {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	border-top: 1px solid #ccc;
}

table.contact th {
	width: 30%;
	padding: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.contact th .required {
	margin-left: 20px;
	padding: 4px 10px;
	background: #EF454A;
	color: #fff;
}

table.contact td {
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

table.contact .none {
	border: none;
}

table.contact td p {
	text-align: left;
	padding-bottom: 6px;
	font-weight: bold;
}

table.contact td div {
	text-align: left;
	margin-bottom: 20px;
}

table.contact td div:last-child {
	margin-bottom: 0px;
}

table.contact .check {
	margin: 10px 0 0 0;
}

.input_button {
	text-align:center;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	width: 200px;
	height: 50px;
	margin: 10px;
	background: #f8e58c;
	text-align:center;
	border-style: none;
	padding: 0px;
}

input[type="submit"][disabled] {
	background-color: #ccc;
	color: #000;
}

.submit_button:hover{
	background: #fbefba;
	cursor: pointer;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	opacity: 0.7;
	cursor: pointer;
}

.error_messe {
	color:#F00;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
	width:100%;
	padding: 10px;
	box-sizing: border-box;
}

input[type="number"] {
	width:10%;
	padding: 10px;
	box-sizing: border-box;
}

textarea {
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

.contact.btn {
	margin: auto !important;
}

.thanks dt {
	font-size: 15px;
    color: #5b4c41;
    font-weight: bold;
	margin-bottom: 5px;
}

.thanks dd {
	margin-bottom: 40px;
}

.thanks div {
	display: inline-block;
	border-top: dashed 1px #5b4c41;
	border-bottom: dashed 1px #5b4c41;
	padding: 20px 15px 20px 0;
	margin-top: 10px;
}


/***********************************

		フッター

***********************************/

footer {
	width: 100%;
	height: 70px;
	background: #375C50;
	position:absolute;
	bottom:0;
}

.copy{
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	/*----------font-family: "Rounded Mplus 1c";--------*/
}
