/* CSS Document */
body{
	font-family: 'Noto Sans JP', sans-serif; /*ゴシック*/
	font-size:15px;
	font-weight: 400;
	background:#ffffff!important;
	line-height: 1.6em;
	overflow-x: hidden!important;
}
.wrap{
	height:auto;
	overflow: hidden;
}
.headermenu a{
	color:#000000;
	text-decoration: none;
}
.topmenu a{
	color:#ffffff;
	text-decoration: none;
}
.ft_menu a{
	color:#507d59;
	text-decoration: none;
}
img{
	max-width: 100%;
}
.container{
	width:940px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.widecontainer{
	max-width:1500px;
}
.center_txt{
	text-align: center;
}
.f28{font-size:28px;}
.f24{font-size:24px;}
.f21{font-size:21px;}
/*.f16{font-size:16px;}*/
.f14{font-size:14px;}
.f12{font-size:12px;}
.catch{
	/*font-family: 'Noto Serif JP', serif; *//*明朝*/
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6em;
}
.hero{
	width:100%;
	height:640px;
	background:#d2ded5;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topimg{
	width:100%;
}
.toptxt{
	max-width: 50%;
}
.ft_area{
	background: #f1f0f0;
	padding-top: 20px;
}
.ft_area h2{
	font-size:22.5px;
}
.ft_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	height:50px;
	gap: 20px;
}
.topmenu{
	height:60px;
	background:#507D59;
	color:#FFFFFF;
	/*font-family: 'Noto Serif JP', serif; *//*明朝*/
	
	font-size:18px;
	font-weight:600;
}
.topmenu ul{
	width:940px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height:60px;
}
.topmenu li{
	list-style-type: none;
	width:165px;
	height:60px;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 5px #507D59 solid;
}
.topmenu li:hover{
	border-bottom: 5px #A7BEAC solid;
}
.gothic{
	font-family: 'Noto Sans JP', sans-serif; /*ゴシック*/
}
.mincho{
	font-family: 'Noto Sans JP', sans-serif; /*ゴシック*/
/*	font-family: 'Noto Serif JP', serif; */ /*明朝*/
}
.topbox {
	width:600px;
	margin: 70px auto;
	text-align: center;
}
.topbox h2{
	color:#507D59;
	/*font-family: 'Noto Serif JP', serif;*/
	font-size:24px;
	line-height: 1.5em;
	margin:20px 0;
}
.imgpic{
	position: absolute;
	top:50px;
	left:500px;
}
.wrapper{
	height: auto;
	overflow: hidden;
}

.v_margin{
	margin:50px 0;
}
.spacer40{
	height:40px;
}
h1.tit{
	color:#507D59;
	/*font-family: 'Noto Serif JP', serif; *//*明朝*/
	font-size:16px;
}
.tit {
    display: flex;
    align-items: center;
}
 
.tit:before,
.tit:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #507D59;
}
 
.tit:before {
    margin-right: 1rem;
}
 
.tit:after {
    margin-left: 1rem;
}
.workbox {
	text-align: center;
	font-size: 14px;
}

.cap {
	font-size:23px;
	/*font-family: 'Noto Serif JP', serif;*/ /*明朝*/
	margin: 6px 0;
}

.works {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
	font-size:14px;
    flex-wrap: wrap;
	gap:30px;
}

.btn_center {
	display: block;
	margin:0 auto;
}
.exarea{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
	font-size:14px; 
	flex-wrap: wrap;
}
.exarea a{
	opacity: 0.6;
}
.exarea a:hover{
	opacity: 1;
}

.exbox {
	position: relative;
	height:auto;
	overflow: hidden;
	margin: 5px!important;
	padding: 0!important;
	line-height: 0;
}
.exbox img{
	z-index: -1;
	margin:0;
}

div .cate{
	margin:0 10px 0 20px;
	font-size:13px;
	line-height: 13px;
	padding:2px 5px;
	background:#ffffff;
	color:#000000;
	z-index: 50;
}
div .cate a{
	text-decoration: none;
	color:#000;
}
p.extit{
	color:#ffffff;
	font-size:13px;
	/*font-family: 'Noto Serif JP', serif;*/ /*明朝*/
}
footer{
	height: auto;
	border-top: 2px solid #507d59;
	width:100%;
	padding:10px 0;
}
.ft_menu{
	color:#507d59;
	font-size:13px;
	/*font-family: 'Noto Serif JP', serif;*/ /*明朝*/
	font-weight: 700;
	display: flex;
	width:940px;
	margin:0 auto;
	justify-content: center;
}
.ft_menu li{
	list-style-type: none;
	margin:0 1em;
}
.ft_logo{
	display: block;
	margin:40px auto 10px;
	max-width: 90%;
}
.ft_bar{
	width:100%;
	height:27px;
	display: flex;
	align-items: center;
	justify-content: center;	
	font-size:10px;
	color:#ffffff;
	background:#507d59;
}
.headermenu {
	height: 70px;
	width:1000px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headermenu ul{
	display: flex;
	/*font-family: 'Noto Serif JP', serif;*/ /*明朝*/
	font-size:16px;
	font-weight: 600;
}
.headermenu li{
	list-style-type: none;
	width:7em;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-bottom: 5px solid #e1e9e3;
}
.headermenu li:hover{
	color:#507d59;
	border-bottom: 5px solid #507d59;
}
.logo{
	width:150px;
}
.header_bar {
	position: fixed;
	width:100%;	
	padding:0 20px;
	background:#e1e9e3;
	overflow: hidden;
	height: 70px;
	z-index: 500;
}
.header_bar_top {
	position: fixed;
	width:100%;	
	padding:0 20px;
	background:#e1e9e3;
	overflow: hidden;
	height: 70px;
	z-index: 500;
	display: none;
}
.header_bar_height{
	position: relative;
	height:70px;
}
.pagetit{
	width:100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#6A9072;
	color:#ffffff;
	font-size:16px;
	/*font-family: 'Noto Serif JP', serif;*/ /*明朝*/
	font-weight: 700;
}

.catchtxt {
	/*font-family: 'Noto Serif JP', serif;*/ /*明朝*/
	text-align: center;
	line-height: 1.8em;
}
table.company th{
	color:#507d59;
	text-align: left;
	font-size:15px;
	font-weight: 400;
	width:12em;
	border-bottom: 1px solid #507D59;
	padding: 10px 0 10px 2em;
	vertical-align: top;
}
table.company td{
	border-bottom: 1px solid #507D59;
	padding: 10px 0 10px 2em;
}
table.company {
	border-collapse: collapse;
	/*line-height: 3em;*/
	margin:0 20px;
}
.last_row{
	border-bottom: none!important;
}
.ft-catch{
	font-size:12px;
	/*font-family: 'Noto Serif JP', serif;*/ /*明朝*/
	text-align: center;
}
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
.thumbpic{
	width:300px!important;
	height:225px!important;
	object-fit: cover;
	background:#ffffff;
}
.post-categories li{
	list-style-type: none;
}
.pagination{
	overflow: hidden;
	margin:20px;
}
.page-numbers{
	background:#C9CACA;
	margin:1px;
	padding:5px!important;
	color:#fff!important;
}
.prev.page-numbers ,.next.page-numbers {
	background:#686868!important;
}
.page-numbers.current{
	background:#272828!important;
}
.prev.page-numbers {
	margin:0 10px 0 0!important; 
}
.next.page-numbers {
	margin:0  0 0 10px!important; 
}
.catmenu{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px;
	flex-wrap: wrap;
}
.catname{
	background:#6A9072;
	font-size:16px;
	/*font-family: 'Noto Serif JP', serif;*/ /*明朝*/
	color:#ffffff;
	padding:5px 20px;
}
.catname a{
	color:#fff;
	text-decoration: none;
}
.infotxt{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background:#507d59;
	height:30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.toplogo{
	position: absolute;
	top:30px;
	left:40px;
}





@media screen and (max-width: 940px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	.toplogo{
		display: none;
	}
	.header_bar_top {
		display: block;
	}
	.hero{
		height:auto;
	}
	body{
		font-size:14px;
	}
	.ft_area h2{
		font-size:15px;
	}

	.container{
		width:100%;
		padding:0 10px;
	}
	.headermenu{
		width:100%;
	}
	.headermenu ul{
		display: none;
	}
	.topbox h2{
		font-size:16px;
	}
	h1.tit{
		font-size:16px;
	}
	.pagetit{
		height: 50px;
		font-size:20px;
	}
	.catch{
		font-size:20px;
	}
	.exarea{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 40px 0;
		font-size:14px; 
		flex-wrap: wrap;
		gap:10px 0;
	}

	.ft_flex{
		padding: 10px;
		flex-wrap: wrap;
		height: auto;
		gap:10px;
	}
	.ft_menu{
		width: 100%;
		flex-wrap: wrap;
		gap:5px 0px;
	}
	table.company th{
		color:#507d59;
		text-align: left;
		font-size:15px;
		font-weight: 400;
		width:9em;
		border-bottom: 1px solid #507D59;
		padding: 10px 0 10px 0.5em;
		vertical-align: top;
	}
	table.company td{
		border-bottom: 1px solid #507D59;
		padding: 10px 0 10px 0.5em;
	}
	.catchtxt {
		margin:0 10px;
	}
	.imgpic{
		position: inherit;
		width:90%;
		margin:10px auto;
		display: block;
	}
	.topbox {
		width:100%;
		margin: 40px 0;
		padding:0 20px;
		font-size:14px;
	}
	.works{
		flex-wrap: wrap;
		justify-content: center;
		gap:20px;
		text-align: center;
	}
	.pc{
		display: none!important;
	}
	.sp{
		display:block!important;
	}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.ft_logo{
		display: block;
		margin:5px auto 0px;
		max-width: 80%;
	}	
}
