@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	min-width: 1080px;
	margin: 0 auto;
	word-wrap: break-word;
	word-break: break-all;
	background: linear-gradient(90deg, #f9f7f5 0%, #f9f7f5 25%, #ffffff 25%, #ffffff 100%);
	background-repeat-x: no-repeat;
}
body, table, input, textarea, select, option {
	font-family: 'Overpass', 'Raleway', "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222222;
	font-weight: 500;
	letter-spacing: 1px;
}
div {
/*
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
*/
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
a {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.flex.reverse {
	flex-direction: row-reverse;
}
.flex.alignend {
	align-items: flex-end;
}
.rel {
	position: relative;
}
.pc {
	display: block;
}
span.pc{
	display: inline;
}
.sp {
	display: none;
}
span.sp{
	display: none;
}

.inner {
	margin: 0 auto;
	width: 1080px;
}
.innerwide {
	margin: 0 auto;
	max-width: 1366px;
	min-width: 1080px;
	width: 100%;
}
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
	opacity: 0.4;
	filter: alpha(opacity=60);
}
.fadeout {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
.fadeout:hover {
	opacity: 0;
}
header.wh {
	background: #ffffff;
}
header {
	min-width: 1020px;
/*	min-width: 910px;*/
	margin: 0 auto;
	height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 9999;
	background: linear-gradient(90deg, #f9f7f5 0%, #f9f7f5 25%, #ffffff 25%, #ffffff 100%);
	background-repeat-x: no-repeat;
}
header .logo {
	float: left;
	line-height: 70px;
	margin-left: 30px;
}
header .logo img {
	vertical-align: middle;
	
	width: 260px;
/*	height: 41px;*/
}
header nav {
	float: right;
	padding-right: 70px;
}
/*
.pc-nav.close {
}
*/

header nav > ul > li > a {
	color: #1a1a1a;
	display: table-cell;
	height: 70px;
	padding: 0 18px;
	vertical-align: middle;
}
header nav ul a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header nav ul h5 a {
	display: table;
}
header nav ul .hide a:hover, header nav ul .hide a:hover span {
	color: #333333;
}
header nav > ul {
	display: table;
	height: 70px;
}
header nav > ul > li {
	display: table-cell;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header nav > ul > li:hover {
	background: #123814;
}
header nav > ul > li:hover a {
	color: #ffffff;
}
header nav > ul > li:hover a > span {
	background: #ffffff;
}
header nav > ul > li a span {
	color: #999999;
	display: block;
	font-size: 12pt;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header nav > ul > li div.hide {
	background: #c7b299;
	color: #ffffff;
	display: none;
	left: 0;
	padding: 40px 0 60px;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 100;
}
header nav li div.hide .in {
	margin: 0 auto;
	width: 1078px;
}
header nav li div.hide .in h5 {
	font-size: 30pt;
	font-weight: bold;
	margin-bottom: 40px;
}
header nav li div.hide .in h5 span {
	display: block;
	font-size: 20pt;
	margin-top: 10px;
}
header nav li div.hide .left {
	margin-right: 80px;
}
header nav li div.hide .right {
	width: 650px;
}
header nav li div.hide .right h6 {
	font-size: 18pt;
	font-weight: bold;
}
header nav li div.hide .right hr {
	border: none;
	border-top: 2px solid #ffffff;
	margin: 20px 0;
}
header nav li div.hide .right ul {
	border-spacing: 0;
}
header nav li div.hide .right ul li {
	display: block;
	margin-bottom: 15px;
}
header nav li div.hide .right ul.recruit {
	display: table;
	width: 100%;
}
header nav li div.hide .right ul.recruit > li:nth-child(2n+1) {
	clear: both;
}
header nav li div.hide .right ul.recruit > li {
	display: table-cell;
	float: left;
	width: 50%;
}
header nav ul li {
	font-size : 11pt;
	font-weight: bold;
	letter-spacing : 0.05em;
	color: #1a1a1a;
	line-height: 11px;
	vertical-align: middle;
}
header nav ul li.active {
	background: #123814;
}
header nav ul li.active > a {
	color: #ffffff;
}
.slicknav_menu {
	display: block;
}
#sp_menu {
	top: 70px;
	display: none;
	background: #ffffff;
	height: 100vh;
	position: absolute;
	width: 100%;
	text-align: center;
}
#sp_menu li a {
	font-weight : normal;
	font-size : 24px;
	line-height: 50px;
	letter-spacing : 5.18px;
	color : #123814;
	
	padding-left: 0px;
	display: block;
	width: 60%;
	margin: 0 auto;

	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#sp_menu li a:hover {
	color : #889B89;
}
#panel-btn {
	display: inline-block;
	position: absolute;
/*	position: relative;*/
	width: 70px;
	height: 70px;
	margin: 0;
	/* border-radius: 50%; */
/*    background: #123814;*/
	right: 0;
	top: 0;
}
/*
#panel-btn:hover{
  background: #fafafa;
}
*/
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	margin: -1px 0 0 -15px;
	background: #123814;
	/*  background: transparent;*/
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 2px;
	background: #123814;
	/*  background: transparent;*/
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -10px;
}
#panel-btn-icon:after {
	margin-top: 8px;
}
.link-sp:hover > #panel-btn#panel-btn-icon ,
.link-sp:hover > #panel-btn#panel-btn-icon:hover::before ,
.link-sp:hover > #panel-btn#panel-btn-icon:hover::after {
	background: #ffffff;
}
#panel-btn:hover {
	background: #123814;
}

#panel-btn:hover > #panel-btn-icon ,
#panel-btn:hover > #panel-btn-icon::before ,
#panel-btn:hover > #panel-btn-icon::after {
	background: #ffffff;
}
#panel-btn .close,
#panel-btn:hover > #panel-btn-icon.close {
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color: #ffffff;
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	background-color: #ffffff;
}
.link-sp.close {
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
/*	height: 100vh;*/
	height: 70px;
	background: #123814;
}
.linkbtn {
	width: 270px;
	max-width: 95%;
	height: 50px;
	border-style : solid;
	border-color: #ffffff;
	border-width : 2px;
	border-radius : 56px;
	-moz-border-radius : 56px;
	-webkit-border-radius : 56px;
	color: #ffffff;
	background-color: transparent;
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-size : 15pt;
	line-height : 48px;
	letter-spacing : 1px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.linkbtn a {
	display: block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-align: center;
	color: inherit;
	font-size : inherit;
	line-height : inherit;
	letter-spacing : inherit;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
.pageTop {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.fixed-bottom {
  position: fixed;
  bottom: 24px;
  right: 20px;
}
.pageTop i {
  padding-top: 6px
}
.pageTop a {
  display: block;
  z-index: 999;
  padding: 0px 0 0 0;
  border-radius: 92px;
  width: 62px;
  height: 62px;
  background-color: transparent;
  color: #C7B299;
	border: solid 1px #C7B299;
  font-weight: normal;
  text-decoration: none;
  text-align: center;

	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;

}
.pageTop a:hover {
  text-decoration: none;
  background-color: #C7B299;
  color: #ffffff;
}
.pageTop a .fa{
	font-size: 40px;
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
	position: relative;
	bottom: 0px;
	/*	height: 430px;*/
	color: #ffffff;
}
footer .footer_img {
	width: 100%;
}
footer .footer_img img {
	max-width: 5000px;
	width: 100%;
}
footer .footer_outer {
	position: relative;
	/*	top: -20px;*/
	background-color: #1A1A1A;
}
footer .footer_inner {
	margin: 0 auto;
	width: 1080px;
	position: relative;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .footer_logo {
	width: 164px;
	position: absolute;
	margin-top: 263px;
	margin-left: 0px;
}
footer .copy {
	font-size : 13px;
	color : #FFFFFF;
	text-align: right;
}
footer .companyname {
	font-size : 16px;
	line-height : 36px;
	letter-spacing : 1.6px;
	color : #F2F2F2;
}
footer .address {
	font-size : 13px;
	line-height : 22.5px;
	letter-spacing : 1.3px;
	color : #F2F2F2;
}
.footer_inner>ul>li>ul {
	font-size : 13px;
	line-height : 30.5px;
	letter-spacing : 2.08px;
	color : #F2F2F2;
}
.footer_inner>ul>li:nth-child(1) {
	flex-basis: 440px;
	min-width: 440px;
}
.footer_inner>ul>li:nth-child(2) {
/*	padding-left: 60px;*/
}
.footer_inner>ul>li>ul {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.footer_inner>ul>li>ul {
	flex-basis: auto;
}
.footer_inner>ul>li>ul>li {
	margin-left: 20px;/*	margin-right: 15px;*/
}
.footer_inner>ul>li>ul>li a {
	font-size : inherit;
	line-height : inherit;
	letter-spacing : 2.08px;
	color : #F2F2F2;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.footer_inner>ul>li>ul>li a:hover {
	color: #889B89;
}
/*------------------------------------------------------------
	下層ページ共通スタイル
------------------------------------------------------------*/
.subpage-top {
	/*	headerのheight分空ける*/
	padding-top: 70px;
}
.subpage-top .image-area {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.subpage-top .image-area img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
}
.subpage-top .image-area::before {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.subpage-top .inner {
	position: relative;
	z-index: 1;
}
.subpage-top .pankuzu {
	position: absolute;
	top: 0px;
	left: 10px;
	margin: 10px 0 10px;
	color : #FFFFFF;
}
.subpage-top .txt-area {
	position: absolute;
	top: 150px;
	/*	left: 40%;*/
	width: 100%;
	text-align: center;
}
.subpage-top .txt-area h1 {
	font-size : 34px;
	line-height : 49.29px;
	letter-spacing : 7.82px;
	color : #FFFFFF;
}
.subpage-top .txt-area p {
	font-size : 20px;
	line-height : 33.29px;
	letter-spacing : 4.6px;
	color : #FFFFFF;
}
.title_style01 {
	font-size : 30px;
	line-height : 63.7px;
	letter-spacing : 5.1px;
	color : #1A1A1A;
	text-align: center;
}
.title_style02 {
	font-size : 26px;
	line-height : 40px;
	letter-spacing : 4.42px;
	color : #1A1A1A;
	text-align: center;
}
.title_style03 {
	font-size : 18px;
	line-height : 31.7px;
	letter-spacing : 0.9px;
	color : #1A1A1A;
	text-align: center;
}
.title_style04 {
	font-size : 14px;
	line-height : 28px;
	letter-spacing : 2.38px;
	color : #123814;
	text-align: center;
}
.hr60 {
	margin: 50px auto;
	width: 60px;
	border-top: 2px solid #123814;
	line-height : 0px;
	letter-spacing : 6.16px;
	position: static;
	padding-top: 0px;
	padding-bottom: 0px;
}
.hr20 {
	margin: 20px 0;
	width: 20px;
	border-top: 2px solid #123814;
	line-height : 0px;
	letter-spacing : 6.16px;
	position: static;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*=======================================*/

.sec_category_selecter {
	height: 217px;
	background-color: #F4F0EB;
	padding-top: 100px;
}
.sec_category_selecter .inner {
	position: relative;
}
.sec_category_selecter .back_img {
	position: absolute;
	top: 28px;
	left: 240px;
}
.sec_category_selecter .cate_select {
	text-align: right;
}
.sec_category_selecter .cate_select label {
	font-size : 16px;
	line-height : 42.75px;
	letter-spacing : 2.4px;
	color : #1A1A1A;
}
.sec_category_selecter .cate_select select {
	font-size : 15px;
	line-height : 42.75px;
	letter-spacing : 2.25px;
	color : #1A1A1A;
	background-color: #ffffff;
	height: 50px;
	min-width: 270px;
}
/*=======================================*/

.category_list {
	padding-top: 30px;
	padding-bottom: 30px;
}
.category_list .title_area {
	padding-top: 50px;
	padding-bottom: 30px;
}
.category_list .title_area h2 {
	font-size : 30px;
	line-height : 93.7px;
	letter-spacing : 5.1px;
	color : #1A1A1A;
}
.category_list .title_area p {
	font-size : 20px;
	line-height : 40px;
	letter-spacing : 1px;
	color : #1A1A1A;
}
.category_list .child_category {
}
.category_list .child_category .detaillist {
	justify-content: flex-start;
	flex-wrap: wrap;
}
.category_list .child_category .detaillist li {
	margin-right: 25px;
}
.category_list .child_category .detail {
	position: relative;
}
.category_list .child_category .detail a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.category_list .child_category .detail .thumbnail {
	width: 307px;
	height: 223px;
}
.category_list .child_category .detail .txtarea {
	background : #FFFFFF;
	border-style : Solid;
	border-color : #CCCCCC;
	border-width : 1px;
	display: inline-block;
	min-width: 280px;
	max-width: 280px;
	width: auto;
	min-height: 85px;
	position: relative;
	top: -20px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
}
.category_list .child_category .detail .txtarea.casestudies {
	padding-bottom: 100px;
}
.category_list .child_category .detail .txtarea .categoryname {
	min-width: 160px;
	max-width: 250px;
	height: 30px;
	font-size : 12px;
	line-height : 30px;
	letter-spacing : 1.8px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 20px;
	border-radius : 15px;
	-moz-border-radius : 15px;
	-webkit-border-radius : 15px;
}
.category_list .child_category .detail .txtarea .products {
	background : #2D5A6E;
}
.category_list .child_category .detail .txtarea .facilities {
	background : #46643C;
}
.category_list .child_category .detail .txtarea .casestudies {
	background : #C7B299;
}
.category_list .child_category .detail .txtarea .categorytitle h3 {
	font-size : 18px;
	line-height : 36px;
	letter-spacing : 0.9px;
	color : #1A1A1A;
}
.category_list .child_category .detail .txtarea .clientname {
	position: absolute;
	bottom: 70px;
	
  font-size : 16px;
  line-height : 32.5px;
  letter-spacing : 3.24px;
  color : #1A1A1A;
}
.category_list .child_category .detail .txtarea .productname {
	display: table-cell;
	position: absolute;
	bottom: 30px;
	
  font-size : 12px;
  line-height : 30px;
  letter-spacing : 1.8px;
  color : #46643C;
	
	padding-left: 20px;
	padding-right: 20px;
	
	width: auto;
	height: 30px;
  border-style : Solid;
  border-color : #46643C;
  border-color : rgba(70, 100, 60, 1);
  border-width : 1px;
  border-radius : 30px;
  -moz-border-radius : 30px;
  -webkit-border-radius : 30px;	
}

/*=======================================*/
/*  投稿記事詳細画面 */
.article-top {
	/*	headerのheight分空ける*/
	padding-top: 83px;
	height: 220px;
}
.article-top.products {
	background : #2D5A6E;
}
.article-top.facilities {
	background : #46643C;
}
.article-top.casestudies {
	background : #C7B299;
}
.article-top .image-area {
	position: absolute;
	top: 162px;
	left: 1015px;
}
.article-top .image-area img {
	width: 100%;
}
.article-top .inner {
	position: relative;
	z-index: 1;
}
.article-top .pankuzu {
	color : #FFFFFF;
}
.article-top .txt-area {
	text-align: left;
	padding-top: 14px;
}
.article-top .txt-area h1 {
	font-size : 26px;
	font-weight: normal;
	line-height : 49.29px;
	letter-spacing : 5.98px;
	color : #FFFFFF;
	display: inline-block;
}
.article-top .txt-area p {
	font-size : 14px;
	font-weight: normal;
	line-height : 23.29px;
	letter-spacing : 3.22px;
	color : #FFFFFF;
	display: inline-block;
}
/*=======================================*/
.article {
	margin-top: 120px;
}
.article .flex {
	justify-content: flex-start;
}

.article .img_area {
	display: inline-block;
	padding-bottom: 50px;
}
.article .imgmain {
	width: 520px;
	height: 387px;
	overflow: hidden;
	background-color: #F4F0EB;
}
.article .imgmain img {
	width: 520px;
	height: 387px;
	object-fit: contain;
}
.article .thumbnails {
	/*	justify-content: flex-start;*/
/*	padding-top: 25px;*/
/*	max-width: 600px;*/
	width: 500px;
	margin-top: 25px;
}
.article .thumbnails .thumbnail {
/*
	max-width: 85px;
	max-height: 60px;
	margin-right: 15px;
	overflow: hidden;
*/
}

.article .thumbnails .slick-prev,
.article .thumbnails .slick-next {
	width: 20px;
	height: 20px;
	z-index: 9;
}

.article .thumbnails .slick-prev:before{
/*	color: navy;*/
	content: url(../../images/common/slide_prev.png);
}
.article .thumbnails .slick-next:before {
/*	color: navy;*/
	content: url(../../images/common/slide_next.png);
}

.article .thumbnails .slick-current {
/*	border: solid 2px #1a1a1a;*/
}
.article .txt_area {
	padding-left: 60px;
	font-size : 15px;
	line-height : 31.7px;
	letter-spacing : 0.75px;
	color : #1A1A1A;
}
.article .txt_area ul {
	list-style: initial;
}
.article .categoryname {
	display: inline-block;
	min-width: 160px;
	max-width: 250px;
	width: auto;
	height: 30px;
	font-size : 12px;
	line-height : 30px;
	letter-spacing : 1.8px;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
	border-radius : 15px;
	-moz-border-radius : 15px;
	-webkit-border-radius : 15px;
}
.article .products {
	background : #2D5A6E;
}
.article .facilities {
	background : #46643C;
}
.article .casestudies {
	background : #C7B299;
}
/*=======================================*/
.related_info_area {
	/*	position: absolute;*/
/*	float: left;*/
/*	top: 530px;*/
	
	position: relative;
	
	background-color: #F4F0EB;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	
	width: 50%;
	height: 460px;
}
.related_info_area .title {
	font-size : 20px;
	font-weight: bold;
	line-height : 20px;
	letter-spacing : 3.8px;
	color : #46643C;
	
	margin-bottom: 30px;
}
.related_info_area p {
	font-size : 16px;
	line-height : 124px;
}
.related_info_area .detail {
	display: none;
	position : relative;
	height : 300px;
}
.related_info_area .detail.active {
	display: block;
}
.related_info_area .detail a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.related_info_area .thumbnail {
	width: 320px;
	height: 232px;
	z-index: -1;
}
.related_info_area .thumbnail img {
	width: 100%;
	height: 100%;
}
.related_info_area .txt_area {
	position: absolute;
	top: 200px;
	left: 200px;
	min-width: 260px;
	max-width: 260px;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size : 15px;
	line-height : 31.7px;
	letter-spacing : 0.75px;
	color : #1A1A1A;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}
.related_info_area .categoryname {
	position: absolute;
	top: -15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.related_info_area .page {
	display: table;
	position: absolute;
	top: 40px;
	right: 40px;
	text-align: right;
	color: #B8C3B8;
}

.related_info_area .pager {
	position: absolute;
	top: 355px;
	left: 40px;
}
.related_info_area .pager .prev_post {
	position: relative;
	display: inline-block;
}
.related_info_area .pager .next_post {
	position: relative;
	display: inline-block;
}

.related_info_area .pager .prev_post:hover,
.related_info_area .pager .next_post:hover {
  opacity: 1;
  -webkit-animation: flash 2s;
  animation: flash 2s;
}
@-webkit-keyframes flash {
  0% { opacity: .6; }
  100% { opacity: 1; }
}
@keyframes flash {
  0% { opacity: .6; }
  100% { opacity: 1; }
}


.article .backlistpage {
	padding-top: 122px;
	padding-bottom: 145px;
}
.article .backlistpage .linkbtn {
	position: relative;
	font-size : 15px;
	font-weight: bold;
	line-height : 50px;
	letter-spacing : 2.25px;
	color : #123814;
	border: solid 2px #123814;
	width: 300px;
	height: 54px;
	padding-left: 30px;
	padding-right: 30px;
}
.article .backlistpage .linkbtn::after {
	content: "\f104";
	font-family: FontAwesome;
	position: absolute;
	left: 17px;
	color: #123814;
	bottom: 0px;
	font-size: 28px;
}
.article .backlistpage .linkbtn:hover {
	background-color: #123814;
}
.article .backlistpage .linkbtn:hover a{
	color: #ffffff;
}

/*------------------------------------------------------------
	.pankuzu
------------------------------------------------------------*/
.pankuzu {
	margin: 10px 0 10px;
}
.pankuzu ul li {
	color: inherit;
	display: inline-block;
	font-size: 13px;
	margin-right: 20px;
	position: relative;
	vertical-align: baseline;
}
.pankuzu ul li a {
	color: inherit;
	text-decoration: underline;
}
.pankuzu ul li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -15px;
	top: 1px;
}
.pankuzu ul li:last-child {
	margin-right: 0;
}
.pankuzu ul li:last-child:after {
	content: unset;
}

/*----------------------------------Start レスポンシブ--------------------------------------*/

@media all and (min-width: 0) and (max-width: 767px) {
	
.pageTop {
  right: 40%;
}
.fixed-bottom {
  right: 40%;
}

.pc {
	display: none;
}
.sp {
	display: block;
}
span.pc{
	display: none;
}
span.sp{
	display: inline;
}

header {
	min-width: 100%;
}
html, body {
	width: 100%;
	height: 100%;
	min-width: 100%;
}
header {
	max-width: 100%;
	height: 50px;
}
header .logo {
	width: 50%;
	line-height: 50px;
	margin-left: 3%;
}
header .logo img {
	width: 210px;
/*	height: 41px;*/
}
header nav {
	display: none;
}
#panel-btn {
	position: absolute;
	width: 50px;
	height: 50px;
}
#sp_menu {
	top: 50px;
	display: none;
	background: #ffffff;
	height: 100vh;
	position: absolute;
	width: 100%;
	text-align: left;

}
#sp_menu li a {
	font-weight : normal;
	font-size : 18.5px;
	line-height: 50px;
	letter-spacing : 5.18px;
	padding-left: 20px;
	
	display: block;
	width: auto;
	margin: 0;

}
	.link-sp.close {
		width: 50px;
		height: 50px;
	}
.inner {
	width: 100%;
	/*	height: 100%;*/
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}
.mv li .overlay .txt {
	position: absolute;
	top: inherit;
	left: inherit;
	margin: 30% 20%;
	-webkit-transform: translate(0%, -20%);
	-moz-transform: translate(0%, -20%);
	-ms-transform: translate(0%, -20%);
	-o-transform: translate(0%, -20%);
	transform: translate(0%, -20%);
}
.mv li .overlay .txt h1 {
	font-size: 35px;
	letter-spacing: 5px;
	line-height: 35px;
}
.mv li .overlay .txt p {
	font-size: 16px;
}
.mv-btn {
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	width: 150px;
}
.mv .mv-btn {
	margin-top: 20px;
}
.pankuzu {
	margin: 10px 0 10px 5%;
}
/* footer  */
footer {
	position: relative;
	height: 80vw;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
footer .footer_inner {
	width: 100%;
	padding-top: 22px;
	padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 2%;
}
footer .footer_inner>ul {
	flex-direction: column;
}
.footer_inner>ul>li:nth-child(1) {
	flex-basis: 100%;
	min-width: 100%;
}
.footer_inner>ul>li:nth-child(2) {
	padding-top: 15px;
}
.footer_inner>ul>li>ul {
	font-size: 13px;
	line-height: 13px;
}
.footer_inner>ul>li>ul>li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: solid 1px #ffffff;
	padding-left: 13px;
	padding-right: 13px;
}
/*
.footer_inner>ul>li>ul>li:nth-child(1), .footer_inner>ul>li>ul>li:nth-child(3), .footer_inner>ul>li>ul>li:nth-child(6), .footer_inner>ul>li>ul>li:nth-child(9) {
	padding-left: 0px;
}
*/
footer .copy {
	font-size : 10px;
	color : #FFFFFF;
	position: static;
	margin: 9px 0px 0px;
	text-align: left;
}
.pankuzu {
	margin: 10px 0 10px 5%;
}
	
/*------------------------------------------------------------
	下層ページ共通スタイル
------------------------------------------------------------*/
.subpage-top {
	/*	headerのheight分空ける*/
	padding-top: 50px;
}
.subpage-top .image-area {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: inherit;
	overflow: hidden;
}
.subpage-top .image-area img {
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
}
.subpage-top .image-area::before {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.subpage-top .inner {
	position: relative;
	z-index: 1;
}
.subpage-top .pankuzu {
	position: absolute;
	top: 0px;
	left: 10px;
	margin: 10px 0 10px;
	color : #FFFFFF;
}
.subpage-top .txt-area {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	text-align: center;
}
.subpage-top .txt-area h1 {
  font-size : 22px;
  line-height : 40px;
  letter-spacing : 5px;
}
.subpage-top .txt-area p {
  font-size : 14px;
	font-weight: bold;
  line-height : 22px;
  letter-spacing : 3.22px;
}
	
.sec_category_selecter {
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.sec_category_selecter .back_img {
	display: none;
}
.sec_category_selecter .cate_select {
	text-align: left;
}
.sec_category_selecter .cate_select label {
	font-size : 16px;
	line-height : 42.75px;
	letter-spacing : 2.4px;
}
.sec_category_selecter .cate_select select {
	font-size : 15px;
	line-height : 42.75px;
	letter-spacing : 2.25px;
	height: 50px;
	min-width: 200px;
}
/*=======================================*/

.title_style01 {
	font-size : 18px;
	line-height : 32px;
	letter-spacing : 3.06px;
}
.title_style02 {
	font-size : 22px;
	line-height : 40px;
	letter-spacing : 4.42px;
	color : #1A1A1A;
	text-align: center;
}
.title_style03 {
	font-size : 18px;
	line-height : 31.7px;
	letter-spacing : 0.9px;
	color : #1A1A1A;
	text-align: center;
}
.title_style04 {
	font-size : 12px;
	line-height : 28px;
	letter-spacing : 2.38px;
	color : #123814;
	text-align: center;
}
.hr60 {
	margin: 40px auto;
	width: 40px;
	border-top: 2px solid #123814;
	line-height : 0px;
	letter-spacing : 6.16px;
	position: static;
	padding-top: 0px;
	padding-bottom: 0px;
}
.hr20 {
	margin: 20px 0;
	width: 20px;
	border-top: 2px solid #123814;
	line-height : 0px;
	letter-spacing : 6.16px;
	position: static;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
	
	
.category_list {
	padding-top: 30px;
	padding-bottom: 90px;
}
.category_list .title_area {
	padding-top: 20px;
	padding-bottom: 10px;
}
.category_list .title_area h2 {
  font-size : 19px;
  line-height : 20px;
  letter-spacing : 3.23px;
}
.category_list .title_area p {
  font-size : 14px;
  line-height : 60px;
  letter-spacing : 0.7px;
}
.category_list .child_category {
}
.category_list .child_category .detaillist {
	flex-direction: column;
}
.category_list .child_category .detaillist li {
	margin-right: 0px;
}
.category_list .child_category .detail {
	position: relative;
}
.category_list .child_category .detail a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.category_list .child_category .detail .thumbnail {
	width: 100%;
	height: auto;
}
.category_list .child_category .detail .txtarea {
	min-height: 75px;
	position: relative;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.category_list .child_category .detail .txtarea .categoryname {
	height: 25px;
	line-height : 25px;
	left: 15px;
}
.category_list .child_category .detail .txtarea .categorytitle h3 {
	font-size : 18px;
}
.category_list .child_category .detail .txtarea .clientname {
	bottom: 60px;
	
  font-size : 14px;
  line-height : 24px;
}
.category_list .child_category .detail .txtarea .productname {
	bottom: 20px;
	}
/*=======================================*/
/*  投稿記事詳細画面 */
.article-top {
	/*	headerのheight分空ける*/
	padding-top: 45px;
	padding-bottom: 20px;
	height: auto;
}
.article-top .image-area {
	display: none;
	position: absolute;
	top: 162px;
/*	left: 1015px;*/
}
.article-top .image-area img {
	width: 100%;
}
.article-top .inner {
	position: relative;
	z-index: 1;
}
.article-top .pankuzu {
	color : #FFFFFF;
}
.article-top .txt-area {
	text-align: left;
	padding-top: 14px;
}
.article-top .txt-area h1 {
  font-size : 22px;
	font-weight: bold;
  line-height : 49px;
  letter-spacing : 5px;
	display: block;
	text-align: center;
	}
.article-top .txt-area p {
	font-size : 13px;
	display: block;
	text-align: center;
}
/*=======================================*/
.article {
	margin-top: 30px;
}
	.article .flex {
		flex-direction: column;
	}
.article .img_area {
	width: 100%;
	display: inline-block;
	padding-bottom: 30px;
}
.article .imgmain {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.article .imgmain img {
	width: 100%;
	height: auto;
}
.article .thumbnails {
	/*	justify-content: flex-start;*/
/*	padding-top: 15px;*/
/*	max-width: 100%;*/
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
}
.article .thumbnails .thumbnail {
/*
	max-width: 53px;
	max-height: 40px;
	margin-right: 10px;
*/
}
.article .thumbnails .slick-current {
/*	border: solid 2px #1a1a1a;*/
}
.article .txt_area {
	padding-left: 0px;
	padding-bottom: 60px;
	font-size : 15px;
	line-height : 31.7px;
	letter-spacing : 0.75px;
	color : #1A1A1A;
}
.article .txt_area ul {
	list-style: initial;
}
.article .categoryname {
	height: 25px;
	font-size : 11px;
	line-height : 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*=======================================*/
.related_info_area {
	/*	position: absolute;*/
/*	float: left;*/
/*	top: 530px;*/

	width: 100%;
	min-height: 510px;
	height: auto;
	background-color: #F4F0EB;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}
	.related_info_area .page{
		top: 27px;
		right: 14px;
	}
.related_info_area .title {
	font-size : 20px;
	font-weight: bold;
	line-height : 20px;
	letter-spacing : 3.8px;
	color : #46643C;
	margin-bottom: 20px;
	padding-left: 10px;
}
.related_info_area p {
	font-size : 16px;
	line-height : 124px;
}
.related_info_area .detail {
	position : relative;
	min-height : 350px;
	height: auto;
}
.related_info_area .thumbnail {
	width: 100%;
	height: auto;
	z-index: -1;
}
.related_info_area .thumbnail img {
	width: 100%;
	height: 100%;
}
.related_info_area .txt_area {
	position: relative;
	top: -20px;
	left: 0px;
	min-width: 250px;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size : 14px;
	line-height : 31.7px;
	letter-spacing : 0.75px;
}
.related_info_area .categoryname {
	position: absolute;
	top: -15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	.related_info_area .pager{
		position: relative;
		display: table;
		top: inherit;
		bottom: 0;
		margin: 0 auto;
		left: 0px;
	}
	.related_info_area .pager .next_post {
		margin-left: 10px;
	}
.article .backlistpage {
	padding-top: 50px;
	padding-bottom: 140px;
}
	
.article .backlistpage .linkbtn {
	line-height : 48px;
	width: 100%;
	height: 50px;
}
/*------------------------------------------------------------
	.pankuzu
------------------------------------------------------------*/
.pankuzu {
	margin: 10px 0 10px;
}
.pankuzu ul li {
	font-size: 10px;
	margin-right: 20px;
}
	
	
}
/*----------------------------------End  レスポンシブ-----------------------------------*/
